/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #4d77a1;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h2, a, ul, li, address {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	line-height: 1.5;
}

address {
	font-size: 11px;
	font-style: normal;
	color: #333333;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 15px;
}

h1 { 
	font-size: 22px;
	font-weight: normal;
	color: #2d2c2c;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #cccccc;
}

h2 { 
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
	color: #c60101;
	clear: both;
}

h3 { 
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0px;
	color: #c60101;
}

hr {
	border: none;
	border-top: 1px dotted #c5c3c3;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #4d77a1; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #353b4b; 
	}
	
/* ------------------------- LIST ITEMS ----------------------------- */
ul {
	margin: 0px;
	padding: 0px 0px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 30px 15px 30px;
}

li {
	font-size: 12px;
	line-height: 1.5;
}

/* ------------------------- MAIN NAVIGATION HORIZONTAL ----------------------------- */

ul#mainnav {
	width: 940px;
	margin: 0px;
	padding: 2px 1px 0px 1px;
	position: absolute;
	top: 120px;
	left: 19px;
}

ul#mainnav li {
	float: right;
	list-style: none;
	text-align: center;
}

ul#mainnav li a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 0px 2px 0px 0px;
	padding: 5px 10px 6px 20px;
	font-size: 11px;
	font-weight: bold;
	background: url(images/bg-nav.gif) no-repeat left;
}

ul#mainnav li a#current:link, ul#mainnav li a#current:visited  {
	background: #ffffff url(images/bg-navon.gif) no-repeat left;
	color: #8f0000;
}

ul#mainnav li a:hover  {
	background: #0152a6 url(images/bg-navover.gif) no-repeat left;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 5px 15px;
	margin: 0px;
	width: 940px;
	height: 20px;
	text-align: left;
	background: url(images/bg-footnav.jpg) no-repeat;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: normal;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	width: 970px;
	height: 152px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}

div#container {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/bg-container.jpg);
}

div#content {
	width: 735px;
	padding: 15px 30px 15px 205px;
	text-align: left;
	position: relative;
}

div#leftside {
	width: 182px;
	padding: 10px;
	text-align: left;
	position: absolute;
	top: 1px;
	left: 6px;
}

/* ----------------- COPYRIGHT ----------------- */

div#foot {
	padding: 0px 0px 10px 0px;
	width: 970px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: url(images/bg-footer.jpg);
	color: #ffffff;
}

div#copyright {
	padding-left: 20px;
	padding-top: 10px;
}

	div#foot p {
		font-size: 9px;
		color: #ffffff;
	}
	
	div#foot a:link, div#foot a:visited, div#foot a:active {
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
	}
	
	div#foot a:hover {
		text-decoration: underline;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.left {
	margin: 0px 15px 5px 0px;
	border: 1px solid #c5c3c3;
	float: left;
}

img.right {
	margin: 0px 0px 5px 15px;
	border: 1px solid #c5c3c3;
	float: right;
}


div#rightside {
	margin: 0px 0px 5px 15px;
	float: right;
}


/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

p.top {
	text-align: right;
	font-size: 11px;
	clear: both;
}

p.msds {
	float: left;
	width: 350px;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

div#login {
	float: right;
	padding-right: 20px;
}

div#audio {
	position: absolute;
	top: 135px;
	left: 55px;
}

div#flash {
	position: absolute;
	top: 0;
	left: 14px;
}

div#map {
	width: 700px;
	margin: 20px auto;
	border: 1px solid #c5c3c3;
}
