/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
}

p {
	margin-left: 20px;
	margin-right: 25px;
	line-height: 22px;
	padding: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	margin-top: 5px;
}

ul {
	line-height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	color: #000000;
	list-style-type: circle;
}

h1 {
	font-size: 24px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #DBEAF1;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	color: #FFCC00;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 15px;
	color: #0B0A72;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-style: italic;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #003366;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}

address a {
	color: #BF1216;
	text-align: left;
	font-size: 10px;
}
div#content a:link, div#content a:hover, div#content a:active, div#content a:visited {
	color: #3366CC;
}


/* ----------------- Navigation --------------------- */
div#nav {
	width: 278px;
	position: absolute;
	left: 8px;
	top: 135px;
}
ul#mainnav {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
ul#mainnav li {
	display:inline;
	padding: 0px;
	margin: 0px auto;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display:block;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	color:#044597;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69A3D3;
	text-transform: uppercase;

}

ul#mainnav li a.current:link, ul#mainnav li a.current:visited, ul#mainnav li a:hover {
	color:#FFFFFF;
	background-color: #BB1019;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;

}

div#header {
	height:132px;
	width:990px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;

}
div#navbg {
	background-image: url(images/bg-nav.jpg);
	background-repeat: no-repeat;
	height: 341px;
	width: 990px;
}
div#top {
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 990px;
}



div#content {
	width:680px;
	min-height: 200px;
	_height: 200px;
	padding: 0px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div#sidebar {
	padding: 0px;
	float: left;
	width: 290px;
	margin: 0px;
}

div#footer {
	width:990px;
	height:46px;
	font-size: 10px;
	text-align: right;
	clear: both;
	margin: 0px;
	color: #000000;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

div#map {
	border: 1px solid #333333;
	height: 400px;
	width: 550px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
	float: left;
}

div#iframe{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 500px;
	float: left;
}

div#audio {
	height: 13px;
	width: 114px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 447px;
	left: 90px;
}

div#flash {
	position: absolute;
	top: 132px;
	left: 289px;
}

div#clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#center {
	text-align: center;
}


div#login {
	text-align: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#location {
	text-align: center;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBEAF1;
}


div#login a:link, div#login a:active, div#login a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

div#login a:hover {
	color: #005BA5;
}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 0px;
	color: #666666;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

div#copyright a:link, div#copyright a:visited {
	color: #666666;
	font-size: 10px;
	text-align: center;
}

div#copyright img {
	margin-top: 5px;
	border: none;
}

/* ----------------- Custom Classes --------------------- */
ul#bottomnav {
	list-style-type:none;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul#bottomnav li {
	display:inline;
	padding: 0px;
	margin: 0px auto;
}

ul#bottomnav li a:link, ul#bottomnav li a:visited, ul#bottomnav li a:active {
	display: inline;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
}

ul#bottomnav li a:hover {
	color: #81A8E9;

}

ul#left {
	float: left;
	line-height: 30px;
	margin: 0px;
	padding-left: 45px;
	list-style-type: circle;
	width: 300px;
	font-weight: bold;
	color: #3366CC;
}

img.left {
	padding: 5px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img.right {
	float: right;
	padding: 5px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

img.noborder {
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 2px;
	border: none;
}
img.center {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.center {
	text-align: center;
}
.important {
	font-weight: bold;
}
div#location1 {
	text-align: center;
	float: left;
	width: 180px;
	margin-left: 70px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBEAF1;
}
div#location2 {
	text-align: center;
	float: left;
	width: 180px;
	margin-left: 0px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

