/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #426cc0 url(images/bg-site.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1, h2, h3, p, a, ul, li, address, th, td, caption {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 5px 0px 15px 0px;
	line-height: 1.7;
}

address {
	font-style: normal;
	color: #ffffff;
	line-height: 1.3;
	text-align: left;
	margin: 30px 10px;
}

caption {
	font-weight: bold;
	text-align: center;
	color: #528bd6;
	padding-bottom: 10px;
}

h1 { 
	font-size: 22px;
	color: #1f4591;
	text-align: left;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
}

h2 { 
	font-size: 14px;
	color: #2d841a;
	text-align: center;
}

h3 { 
	color: #528bd6;
	margin: 5px 0px;
}

hr {
	border: none;
	border-top: 1px solid #dad3ba;
	height: 1px;
	clear: both;
	margin-bottom: 10px;
}

/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #426cc0; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #858484; 
	}
	
/* ----------------- TABLE ELEMENTS ----------------- */
table {
	border-collapse:collapse;
	margin: 20px 0;
}

table, th, td {
	border: 1px solid #dad3ba;
}

th, td {
	padding: 5px 15px;
}

th {
	text-transform: uppercase;
	text-align: center;
}

td.requirements {
	text-align: center;
	width: 130px;
}

table#faq {
	background: #f0efef;
	border: 1px solid #dad3ba;
	width: 640px;
}

table#faq tr.row {
	background: #ffffff;
}

table#faq th, table#faq td {
	border: none;
	border-bottom: 1px solid #dad3ba;
}

table#faq th {
	text-transform: uppercase;
	text-align: right;
	color: #528bd6;
}

table#faq td.answer {
	width: 120px;
	padding-left: 50px;
}
	
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
	width: 235px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 219px;
	border-bottom: 1px solid #999999;
	padding: 10px 5px 10px 10px;
	margin-left: 1px;
	background: #1f4591;
}

ul#mainnav li a:hover, ul#mainnav li a#current {
	background: #062a72;
}

ul#mainnav li span {
	color: #fdfa02;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	margin: 0px 0px 15px 0px;
	padding: 5px 0;
	width: 980px;
	height: 15px;
	text-align: left;
	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: bold;
	border-right: 1px solid #ffffff;
}
	
ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a#last {
	border-right: none;
}

ul#utilitynav li a#first {
	padding-left: 0;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#container {
	width: 990px;
	margin: 0 auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

div#header {
	width: 990px;
	height: 391px;
	text-align: left;
	background-repeat: no-repeat;
	position: relative;
}

div#flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background:url(images/bg-header.jpg);
	width:990px;
	height:391px;
}

div#content {
	background: url(images/bg-content.gif) no-repeat;
	width: 990px;
	min-height: 289px;
	_height: 289px;
}

div#rightside {
	width: 655px;
	padding: 15px 45px 20px 30px;
	text-align: left;
	float: right;
	position: relative;
}
	
	div#rightside ul, div#rightside ol {
		margin: 0px;
		padding: 5px 20px 15px 25px;
		list-style-type: square;
	}
	
	div#rightside li {
		line-height: 1.5;
		margin-bottom: 5px;
	}
	
	div#rightside ul.left {
		margin: 0px;
		padding: 5px 40px 15px 25px;
		float: left;
	}
	
div.box {
	width: 600px;
	padding: 15px 20px 0 20px;
	margin: 15px auto 30px auto;
	background: #f0efef;
	border: 1px solid #dad3ba;
}

div#audio {
	position: absolute;
	top: 5px;
	right: 50px;
	width: 118px;
	height: 16px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 25px;
}

div#leftside {
	float: left;
	width: 245px;
	text-align: left;
	padding: 0px 0px 10px 10px;
}

div#mapviewer {
	border: 1px solid #1d1060;
	margin: 20px 0;
	width: 660px;
	clear: both;
}

/* ----------------- FOOTER/COPYRIGHT ----------------- */
div#foot {
	width: 970px;
	padding: 10px 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background: #426cc0 url(images/bg-bottom.gif) no-repeat;
	color: #ffffff;
}

	div#foot p {
		font-size: 9px;
		color: #ffffff;
	}
	
	div#foot a {
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
		font-size: 9px;
	}
	
	div#foot a:hover {
		text-decoration: underline;
	}
	
div#copyright img {
	border: none;
	margin-top: 10px;
}

div#login {
	float: right;
}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.right {
	margin: 0px 0px 10px 15px;
	padding: 4px;
	border: 1px solid #dad3ba;
	float: right;
}

img.rightnobrd {
	float: right;
	margin-left: 15px;
}

img#logo {
	position: absolute;
	top: 101px;
	left: 0;
	border: none;
}

.bordered{ 	padding: 4px;
	border: 1px solid #dad3ba;}


/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.note {
	color: #013780;
}

.blockone {
	position: absolute;
	z-index: 2;
	left: 13px;
	top: 205px;
}

.blocktwo {
	position: absolute;
	z-index: 2;
	left: 156px;
	top: 164px;
}

.blockthree {
	position: absolute;
	z-index: 2;
	left: 433px;
	top: 205px;
}

.bless img{ border:none;}