@charset "UTF-8";
/* CSS Document */

body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background: #ffffff;
text-align:center;
font-family:Arial;
font-size:13.5px;
line-height:18px;
color:#333333;
}

div{
margin:0px;
padding:0px;
}

p {
line-height:18px;
margin-bottom:15px;
margin-top:0px;
}
h1 {
margin:0px 0px 15px 0px;
font-weight:bold;
font-size:14px;
line-height:16px;
color:#0066cc;
}
h2 {
margin:15px 0px 15px 0px;
font-weight:bold;
font-size:17px;
}
p + h1 {
margin-top:20px;
}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#0066cc;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.clear{
height:0px;
width:100%;
clear:both;
}
.breadCrumbs{
font-family:Arial;
font-size:11px;
line-height:18px;
color:#333333;
}

/*Site Framework*/

#siteWrapper {
width:1024px;
height:auto;
margin:0px auto;
text-align:left;
}
#indexTop {
width:1024px;
height:418px;
position:relative;
margin-bottom:4px;
}
#secondaryTop {
width:1024px;
position:relative;
margin-bottom:13px;
}
#header {
width:1024px;
height:76px;
background:url('images/bg-header.gif') top no-repeat;
border-bottom:1px solid #0066cc;
position:relative;
z-index:1;
}
#headerImg {
position:absolute;
z-index:20;
top:0px;
left:0px;
}
#flash {
position:absolute;
top:0px;
left:0px;
z-index:5;
width:1024px;
height:418px;
}
#menu {
margin: 0px auto;
width:965px;
height:32px;
background:#e4effa;
margin-bottom:28px;
}

#index {
width:965px;
height:auto;
margin:0px auto 50px auto;
padding-top:20px;
}

#homeTextBox {
	float:right;
}	

#indexBox1 {
	float:left;
	width:272px;
	position:relative;
	left:18px;
}
#indexBox2 {
	float:left;
	width:277px;
	position:relative;
	left:36px;
}
#indexBox1 p, #indexBox2 p {
margin-bottom:5px;
}
#indexBox1 a, #indexBox2 a {
text-align:left;
display:block;
float:right;
height:15px;
width:85px;
background: url('images/arrow.gif') right no-repeat;
background-position:100% 2px;
color:#666666;
font-size:12px;
text-decoration:none;
}
#indexBox1 a:hover, #indexBox2 a:hover {
text-decoration:underline;
}
#footer {
border-top:1px solid #0066cc;
width:1024px;
height:54px;
}
#footer p {
font-size:10px;
color:#999999;
text-align:right;
padding:15px 30px 0px 0px;
line-height:14px;
}
#footer a {
color:#999999;
}
/*Secondary*/

#secondary {
width:965px;
height:auto;
margin:0px auto 30px auto;
padding-top:20px;
}
#rightColumn {
width:318px;
float:right;
}
#leftColumn {
width:580px;
float:left;
position:relative;
left:52px;
}
#secondaryFooter {
width:1024px;
height:244px;
position:relative;
}
.footerBG {
width:1024px;
height:244px;
position:absolute;
top:0px;
left:0px;
z-index:1;
}
#quote {
float:left;
position:relative;
font-style:italic;
font-size:13px;
color:#333333;
width:459px;
left:190px;
top:58px;
z-index:5;
}
#footerLinks {
font-size:10px;
text-align:right;
position:relative;
float:right;
top:183px;
color:#3384d6;
padding:0px 30px 0px 0px;
z-index:5;
}
#footerInfo {
font-size:10px;
color:#999999;
text-align:right;
padding:0px 30px 0px 0px;
line-height:14px;
position:relative;
float:right;
top:170px;
z-index:5;
}
#footerInfo a {
color:#999999;
}
/*Dropdown style*/

ul#nav{
height:32px;
overflow:visible;
list-style:none;
text-align:left;
margin:0px;
padding:0px 0px 0px 0px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:20;
}
#nav li {
	position:relative;
	float: left;
}
#nav li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:32px;	
	z-index: 40;
	clear:none;
	overflow:hidden;
}

#nav li:hover ul{
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 19px;
	overflow:visible;
	z-index:40;
}
#nav li.sfhover ul{
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:19px;
	z-index:40;
}
#nav li ul li {
clear:both;
}
#nav li ul li a {
	display: block;
	font-size:10px;
	font-weight: normal;
	text-decoration:none;
	color: #006699;
	float:left;
}
#nav li ul li a:hover{
	background-color:#006699;
	color:#ffffff;
	text-decoration:none;
}

.navSpacer{
width:1px;
height:13px;
background: #d7d9dd;
}

a#nav1 {
	display:block;
	height: 32px;
	width: 74px;
	background: url('images/nav1.gif') no-repeat;
	background-position: 0 0px;
	margin: 0px 25px 0px 15px;
}
a#nav1:hover {
	background-position: 0 -32px;
}
a#nav2 {
	display:block;
	height: 32px;
	width: 82px;
	background: url('images/nav2.gif') no-repeat;
	background-position: 0 0px;
	margin: 0px 22px 0px 0px;
}
a#nav2:hover {
	background-position: 0 -32px;
}
a#nav2a {
	display:block;
	height: 28px;
	width: 144px;
	background: url('images/nav2a.gif') no-repeat;
	background-position: 0 0px;
}
a#nav2a:hover {
	background-position: 0 -28px;
}
a#nav2b {
	display:block;
	height: 28px;
	width: 144px;
	background: url('images/nav2b.gif') no-repeat;
	background-position: 0 0px;
}
a#nav2b:hover {
	background-position: 0 -28px;
}
a#nav3 {
	display:block;
	height: 32px;
	width: 133px;
	background: url('images/nav3.gif') no-repeat;
	background-position: 0 0px;
	margin: 0px 24px 0px 0px;
}
a#nav3:hover {
	background-position: 0 -32px;
}
a#nav3a {
	display:block;
	height: 28px;
	width: 144px;
	background: url('images/nav3a.gif') no-repeat;
	background-position: 0 0px;
}
a#nav3a:hover {
	background-position: 0 -28px;
}
a#nav3b {
	display:block;
	height: 28px;
	width: 144px;
	background: url('images/nav3b.gif') no-repeat;
	background-position: 0 0px;
}
a#nav3b:hover {
	background-position: 0 -28px;
}
a#nav4 {
	display:block;
	height: 32px;
	width: 123px;
	background: url('images/nav4.gif') no-repeat;
	background-position: 0 0px;
	margin: 0px 25px 0px 0px;
}
a#nav4:hover {
	background-position: 0 -32px;
}
a#nav4a {
	display:block;
	height: 28px;
	width: 176px;
	background: url('images/nav4a.gif') no-repeat;
	background-position: 0 0px;
}
a#nav4a:hover {
	background-position: 0 -28px;
}
a#nav4b {
	display:block;
	height: 28px;
	width: 176px;
	background: url('images/nav4b.gif') no-repeat;
	background-position: 0 0px;
}
a#nav4b:hover {
	background-position: 0 -28px;
}
a#nav5 {
	display:block;
	height: 32px;
	width: 128px;
	background: url('images/nav5.gif') no-repeat;
	background-position: 0 0px;
	margin: 0px 22px 0px 0px;
}
a#nav5:hover {
	background-position: 0 -32px;
}
a#nav6 {
	display:block;
	height: 32px;
	width: 148px;
	background: url('images/nav6.gif') no-repeat;
	background-position: 0 0px;
	margin: 0px 24px 0px 0px;
}
a#nav6:hover {
	background-position: 0 -32px;
}
a#nav7 {
	display:block;
	height: 32px;
	width: 100px;
	background: url('images/nav7.gif') no-repeat;
	background-position: 0 0px;
	margin: 0px 0px 0px 0px;
}
a#nav7:hover {
	background-position: 0 -32px;
}
