@charset "utf-8";

* {padding: 0; margin:0;}
body {
	font-size: 62.5%;
	color: #666666;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	float: left;
	height: 100px;
	width: 500px;
	display: inline;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
h2 {
	color: #316AC5;
	text-transform: uppercase;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}
h3 {
	color: #666666;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9DC6F2;
	font-size: 1.4em;
	padding-bottom: 2px;
}
h5 {
	color: #666666;
	font-size: 1.3em;
	margin-bottom: 8px;
	padding-top: 4px;
}


p {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.3em;
}

a {}
a:hover {
	text-decoration: none;
}





#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#mainFlashHome {
	height: 350px;
	width: 900px;
	margin-left: 10px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
}
#mainFlash {
	height: 350px;
	width: 900px;
	margin-left: 10px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}
#mainFlashOther {
	height: 440px;
	width: 900px;
	margin-left: 10px;
	clear: both;
	padding-top: 20px;
	margin-bottom: 30px;
}
#rightCol {
	float: right;
	width: 680px;
	margin-bottom: 15px;
}
#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #316AC5;
	padding-top: 5px;
	margin-top: 12px;
	font-size: 0.8em;
}







ul#nav {
	width: 420px;
	float: right;
	display: inline;
	background-image: url(../images/nav/nav_bg.jpg);
}
ul#nav li {
	float: left;
	display: inline;
}
ul#nav a {
	height: 100px;
	text-indent: -9999px;
	display: block;
}

ul#nav li#nav1 a {width: 100px;}
ul#nav li#nav1 a:hover, ul#nav li#nav1 a#active { background-image: url(../images/nav/1.jpg);}

ul#nav li#nav2 a {width: 110px;}
ul#nav li#nav2 a:hover, ul#nav li#nav2 a#active { background-image: url(../images/nav/2.jpg);}

ul#nav li#nav3 a {width: 110px;}
ul#nav li#nav3 a:hover, ul#nav li#nav3 a#active { background-image: url(../images/nav/3.jpg);}

ul#nav li#nav4 a {width: 100px;}
ul#nav li#nav4 a:hover, ul#nav li#nav4 a#active { background-image: url(../images/nav/4.jpg);}







ul#homeNav {
	width: 920px;
	background-image: url(../images/homenav/nav_bg.jpg);
	height: 170px;
	margin-top: 0px;
	margin-bottom: 10px;
}
ul#homeNav li {
    width: 230px;
	float: left;
	display: inline;
}
ul#homeNav a {
	height: 170px;
	text-indent: -9999px;
	display: block;
}
ul#homeNav li#homeNav1 a:hover { background-image: url(../images/homenav/1.jpg);}
ul#homeNav li#homeNav2 a:hover { background-image: url(../images/homenav/2.jpg);}
ul#homeNav li#homeNav3 a:hover { background-image: url(../images/homenav/3.jpg);}
ul#homeNav li#homeNav4 a:hover { background-image: url(../images/homenav/4.jpg);}


ul#subNav {
	list-style-type: none;
	width: 210px;
	margin-left: 10px;
	float: left;
}
ul#subNav li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 12px;
}
ul#subNav a {
	color: #999999;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
}
ul#subNav a:hover {
	color: #0B5BA2;
}
ul#subNav a.active {
	color: #15244D;
}



#footer p, p.ra a, p.copy a {color: #3A3A3A;}
p.ra {float: left;}
p.copy {float: right;}


#rightCol img {
	float: right;
	padding: 4px;
	margin-left: 20px;
	margin-bottom: 8px;
}

