/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

*{ margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;}

body {
	background: #9499a3;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 20px 0px;
	font-size: 11px;
	line-height: 1.7;
}

address {
	margin: 10px 0px 10px 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3;
	color: #000000;
	border-bottom: 1px dotted #cccccc;
}





h1 { 
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background: #000000;
	color: #ffffff;
	clear: both;
	height: 15px;
}

/* ----------------- LIST ITEMS ----------------- */


ul {
	margin: -15px 0px 0px 0px;
	padding: 0px 30px 15px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
}

/* ----------------- GENERAL LINKS ----------------- */


a:link, a:visited, a:active { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */



#topnav{
		background:#09275e;
		height:28px;
		}

ul#mainnav {
	margin: 0;
	padding: 0;
}


ul#mainnav li {
	float: left; 
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}



ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	padding:7px 8px 6px 8px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: uppercase;
	background:#09275e;	
	border-right: 1px solid #999999;
	
}



ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
background:#000000;

}




#contact{ background:#dbedf5;
			padding:15px;
			height:130px;
			margin:5px 0;
			clear:both;
			border:1px solid #bed6e1;
			text-align:center;
		}

#contact h1{	padding:0;
				margin:0;
				border:0;
				border-collapse: collapse;
				text-align:center;
				font-weight:bold;}
				
div#contact address{ border:none; padding:15px 0 0 0; margin:0;}



.stack{ float:left;
		padding:0 15px 0 200px;
		height:90px;
		width:160px;
		text-align:left;
			}
			
.stack2{ float:left;
		padding:0 90px 0 0;
		margin:0;
		height:90px;
		width:210px;
		text-align:left;
		display:block;
		}			



/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#utilitynav {
	width: 766px;
	height: 14px;
	padding: 2px;
	background: #2c5cb5;
	border-top: 1px solid #262625;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #f4f4f4;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: bold;
	border-right: 1px solid #f4f4f4;
	}

ul#utilitynav li a.last {
	border-right: none;
}

ul#utilitynav a:hover {
	color: #ffffff;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 5px auto;
	padding: 0px;
	border: 1px solid #262625;
	background-image: url(images/bg-content.gif);
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 143px;
	background-image: url(images/bg-header.jpg);
	border-bottom: 1px solid #262625;
	margin: 0px auto;
	position: relative;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */


div#bodyright {
	width: 710px;
	margin: 0;
	padding: 15px 20px 15px 35px;
	text-align: left;

}

	div#bodyright img {
		border: 1px solid #818386;
	}
	
	div#bodyright img.leftnobrd {
		border: none;
		float: left;
		margin-right: 20px;
	}
	
div.columnleft {
	width: 263px;
	text-align: left;
	float: left;
}

div.columnright {
	width: 263px;
	margin-left: 15px;
	padding-left: 15px;
	text-align: left;
	float: right;
	border-left: 1px solid #cccccc;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #f4f4f4;
	text-align: left;
	padding: 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	text-decoration: none;
	font-weight: bold;
	color: #f4f4f4;
}

div#copyright a:hover {
	color: #ffffff;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

/* ----------------- ADMIN LOGIN ----------------- */

/* Creates the container for the foot navigation. */ 
div#login {
	float: right;
}

/* Redefine p tag within the footnav container. */
div#login p {
	margin: 0px;
	color: #f4f4f4;
	font-size: 9px;
}

div#login a:link, div#login a:visited, div#login a:active {
	text-decoration: none;
	font-weight: bold;
	color: #f4f4f4;
}

div#login a:hover {
	color: #ffffff;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	margin: 5px 0px 5px 15px;
	float: right;
}

img.left {
	margin: 5px 15px 5px 0px;
	float: left;
}

div.clear {
	clear: both;
}

hr {
	border: none;
	border-top: 1px dotted #cccccc;
	height: 1px;
	clear: both;
}

/* ----------------- OTHER CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #000000;
}

.center {
	text-align: center;
}

p.top {
	text-align: right;
}

img#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#audio {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 142px;
	height: 16px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 50px;
}

div#flash {
	position: absolute;
	top: 70px;
	left: 280px;
	z-index: 2;
}

div#map {
	float:left;
	width: 225px;
	padding: 12px 10px;
}

iframe.noscroll {
	margin-top: -50px;
}



