/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*GLOBAL ELEMENTS***********/
html, body {
	background: url(images/bg.gif) repeat-x;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0 auto;
	min-width: 922px;
	padding: 0;
	text-align: center;
}

a {
	color: #575757;
}

/*END GLOBAL ELEMENTS*******/

/*DIV ELEMENTS**************/
#container {
	margin:0 auto;
	text-align: left;
	width: 922px;
}

/*Header*/
#header {
	color: #868585;
	height: 75px;
}
#header img.logo {
	float: left;
	margin-top: 9px;
}

#header ul {
	float: right;
	margin: 20px 15px 0 0;
}
#header li {
	display: inline;
	list-style: none;
}
#header li a {
	color: #868585;
	text-decoration: none;
	text-transform: uppercase;
}
#header li a.active, #header li a:hover {
	color: #283891;
	text-decoration: underline;
}
/*End Header*/

/*Nav*/
#nav {
	border-top:  1px solid #283891;
}
#nav li{
	border-left:  1px solid #283891;
	float: left;
	height: 29px;
	list-style: none;
	text-align: center;
	width: 183px;
}
#nav li.first {
	border-left: none;
}
#nav li.last {
	width: 186px;
}
#nav li a {
	background: url(images/nav_arrows.gif) no-repeat 5% 60% transparent;
	color: #283891;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding-top: 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	background: url(images/nav_arrows_over.gif) no-repeat 5% 60% #283891;
	color: #fff;
}
/*End Nav*/

/*Flash*/
#flash {
	border-top:  1px solid #283891;
	border-bottom: 15px solid #061984;
	clear: left;
	background: #579C0E;
}

/*End Flash*/
/*Content*/
#content {
	border: 1px #dee0ee solid;
	border-bottom: 1px #283891 solid;
	padding: 7px 7px 17px 7px;
}
/*End Content*/

/*Home Divs*/
#home1, #home2, #home3 {
	border-right: 1px #283891 dotted;
	color: #3e3e3e;
	display: inline;
	float: left;
	margin-top: 20px;
	padding: 0 30px;
	width: 161px;
}
#home3 {
	border-right: none;
}
#home1 p, #home2 p, #home3 p {
	font-size: 9px;
	color: #3e3e3e;
	margin: 15px 0;
}
#home1 h2, #home2 h2, #home3 h2 {
	color: #061984;
	font-size: 14px;
	margin-top: 15px;
}
#home1 h2 a, #home2 h2 a, #home3 h2 a{
	color: #061984;
	text-decoration: none;
}
#home1 h2 a:hover, #home2 h2 a:hover, #home3 h2 a:hover{
	color: #061984;
	text-decoration: underline;
}
#home1 h3, #home2 h3, #home3 h3 {
	color: #8cc63f;
	font-size: 11px;
}
#news {
	background: #579c0d;
	color: #fff;
	padding: 12px;
	float: right;
	width: 200px;
}
#news h2 {
	font-size: 18px;
	margin: 13px 0;
	letter-spacing: -1px;
}
#news h2 a {
	color: #fff;
	text-decoration: none;
}
#news h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#newscontainer {
	background: #79b03d;
	padding: 12px;
}
#news p {
	background: url(images/news_arrows.gif) no-repeat;
	border-bottom: 1px #fff dotted;
	margin-bottom: 8px;
	padding: 0 0 8px 30px;
}
#news a {
	color: #fff;
	text-decoration: none;
}
#news a:hover {
	color: #061984;
}

/*Footer Elements*/
#footer {
	clear: both;
	color: #575757;
	font-size: 10px;
	padding: 32px 0;
	text-align: center;
	text-transform: uppercase;
}
#footer li {
	display: inline;
}
#footer li a {
	color: #575757;
	text-decoration: none;
}
#footer li a:hover {
	color: #666;
	text-decoration: underline;
}
#footer p {
	margin: 24px 0;
}
/*End Footer Elements*/

.clear {
	color: #fff;
	clear: both;
	display: block;
	height: 0;
}#banner {
	width: 665px;
	float: left;
}
