/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #ffffff;
	float: left;
	width: 200px;
	margin-top: 10px;
	text-align: left;
}

h1 { 
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px 0px 25px 0px;
	padding: 5px 10px;
	background: #15317e;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 734px;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #cccccc;
	background: #eeecec;
	clear: both;
}

h3 { 
	font-size: 16px;
	font-weight: bold;
	color: #15317e;
	text-align: left;
	font-style: italic;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 0px 20px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 40px 20px 20px;
	width:150px
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 5px;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #1a9db5; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #4d4c4c; 
	}

/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	width: 762px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 121px;
	left: 3px;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 4px 23px 6px 22px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #bcc0c0;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #ecc71c;
	background: #000000;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	margin: 0px auto;
	padding: 3px 0px;
	width: 770px;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #f6f4f4;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #f6f4f4;
	}

ul#utilitynav li a:hover {
	color: #ffffff;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 250px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* ----------------- BODY ----------------- */

div#container{
	width: 770px;
	margin: 10px auto 3px auto;
	padding: 0px;
	background: #15317e;
	position: relative;
}

div#contentwrapper {
	width: 760px;
	padding: 5px;
	clear: both;
	background: #ffffff;
	position: relative;
}

div#content {
	width: 718px;
	padding: 50px 20px 20px 20px;
	text-align: left;
	background: #f6f4f4;
	border: 1px solid #ebe9e9;
	position: relative;
}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 748px;
	height: 120px;
	padding: 5px 10px;
	border-top: 1px solid #dbd8d8;
	border-right: 1px solid #dbd8d8;
	border-left: 1px solid #dbd8d8;
	text-align: center;
	clear: both;
}

	div#footer span.companyname {
		font-size: 13px;
		margin-bottom: 15px;
		color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyrightcontainer {
	width: 760px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f6f4f4;
	padding: 10px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyrightcontainer a {
	text-decoration: none;
	font-weight: bold;
	color: #f6f4f4;
}

div#copyrightcontainer a:hover {
	color: #ffffff;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 10px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px 0px 5px 15px;
	float: right;
}

img.left {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 0px 15px 5px 0px;
	float: left;
}

div.clear {
	clear: both;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

iframe.noscroll {
	margin-top: -50px;
}

div#audio {
	position: absolute;
	top: 13px;
	right: 10px;
	background-image: url(images/bg-audio.gif);
	width: 146px;
	height: 16px;
	padding: 3px 0px 0px 20px;
	z-index: 2;
}

div#login {
	float: right;
}

div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
}

img#idea {
	float: right;
	margin-right: 20px;
}

div.col {
	float: left;
	width: 350px;
}

	div.col img {
		border: none;
	}
	
div.location {
	float: left;
	width: 235px;
}

div#map {
	width: 450px;
	border: 1px solid #cccccc;
	margin-left: 15px;
	float: right;
}