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

/* --- Global Style ---*/
body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background:#595959;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
line-height:17px;
color:#595959;
}

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

p {
line-height:17px;
margin-bottom:15px;
margin-top:0px;
}
p.smaller {
line-height:12px;
font-size:10px;
}
p.tips {
line-height:18px;
font-size:10px;
}
p.nomargin {
margin:0px;
}
h1 {
margin:0px 0px 15px 0px;
font-weight:bold;
font-size:20px;
line-height:18px;
color:#16698c;
}
h2 {
margin:0px 0px 5px 0px;
font-weight:bold;
font-size:18px;
line-height:18px;
color:#8fbcdf;
}
h3 {
margin:0px 0px 5px 0px;
font-weight:bold;
font-size:16px;
line-height:18px;
color:#8fbcdf;
}
p + h1 {
margin-top:20px;
}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#7daacd;
text-decoration:none;
}
a:hover {
border-bottom: 1px dotted;
}
a.noborder {
border:0px;
}
.clear{
height:0px;
width:100%;
clear:both;
}
.allcaps {
	text-transform:uppercase;
}
/* --- End Global Style ---*/

/*--Site Framework--*/

#header {
	width:100%;
	height:105px;
	background: url('../images/bg-header.png') top repeat-x;
}
#header-content {
width:952px;
height:105px;
margin:0px auto;
}
#nav {
	float:right;
	width:348px;
	height:56px;
	position:relative;
	top:38px;
	overflow:hidden;
}
#nav1 {
	background: url('../images/nav1.png') top no-repeat;
}
#nav2 {
	background: url('../images/nav2.png') top no-repeat;
}
#nav3 {
	background: url('../images/nav3.png') top no-repeat;
}
#nav4 {
	background: url('../images/nav4.png') top no-repeat;
}
#nav5 {
	background: url('../images/nav5.png') top no-repeat;
}
#nav6 {
	background: url('../images/nav6.png') top no-repeat;
}
#nav1:hover, #nav2:hover, #nav3:hover, #nav4:hover, #nav5:hover, #nav6:hover {
	background-position: 0px -56px;
	border:0px;
}
.nav-button {
	width:58px;
	height:56px;
	float:left;
	display:block;
	text-indent:-9999px;
	background-position:0px 0px;
}

#logo {
	float:left;
	position:relative;
	top:36px;
}
#site {
	width:100%;
	min-height:775px;
	background: #ffffff url('../images/bg-site.png') bottom repeat-x;
	background-attachment:scroll;
}
#footer {
	width:925px;
	height:45px;
	margin:0px auto;
	color:#ffffff;
	font-size:10px;
}
#footer .left {
	float:left;
	width:256px;
	margin:0px;
	padding-top:10px;
	text-align:left;
	line-height:12px;
}
#footer .right {
	float:right;
	padding-top:10px;
	text-align:right;
	line-height:12px;
}
#footer a {
	color:#ffffff;
}
#footer a:hover {
	color:#8fbcdf;
}
#index-top {
	width:100%;
	height:50px;
}
#secondary-top {
	width:100%;
	height:50px;
	background: url('../images/bg-subnav.png') top repeat-x;
}
#site-content {
	width:952px;
	height:auto;
	text-align:left;
	margin:0px auto;
	padding-bottom:50px;
}
#right-column {
	float:right;
	width:253px;
	border:1px solid #cedbdd;
	min-height:670px;
	background: #ffffff;
}
#right-column p {
	padding: 15px 0px;
	width:213px;
	position:relative;
	left:20px;
	border-bottom: 1px solid #e5e0d1;
	line-height:12px;
	font-size:10px;
}
#left-column-index {
	width:676px;
	float:left;
	height:auto;
	
}
#left-column-secondary {
	width:673px;
	float:left;
	height:auto;
	
}
#secondary-content {
	background: #ffffff;
	margin-bottom:25px;
	padding-bottom:30px;
}
#secondary-content p {
	padding:0px 30px;
}
#seo-intro {
	width:673px;
	float:left;
	height:auto;
}
#flash-banner {
	width:676px;
	height:377px;
}
.callout {
	width:222px;
	height:137px;
	background: url('../images/bg-callout.png');
	overflow:hidden;
	float:left;
	display:block;
	margin:100px 0px 35px 0px;
	position:relative;
}
.padded {
	margin-right:5px;
	
}
.more {
	display:block;
	width:58px;
	height:18px;
	background: url('../images/more.png') top no-repeat;
	background-position: 0px 0px;
	position:absolute;
	right:19px;
	bottom:11px;
	text-indent:-9999px;
	
}
.more:hover {
	background-position: 0px -18px;
	border:0px;
}
.callout .hdr {
	margin: 17px 0px 10px 19px;
}
.callout p {
padding:0px 24px;
margin:0px;
}
#subnav {
width:952px;
height:32px;
margin:0px auto;
line-height:normal;
}
#subnav ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#subnav li {
    float:left;
    margin:0;
    padding:0;
	height:32px;
    }
#subnav a {
    display:block;
	color:#afb0af;
	text-transform:uppercase;
	font-weight:bold;
	padding:11px 15px;
    }
#subnav a:hover {
	color:#858585;
	border:0px;
}
#subnav #current {
    background:url('../images/current.png') right top repeat-x;
    }
#subnav #current a {
	color:#858585;
    }
.normal {	
	background:url('../images/normal.png') right top repeat-x;
}
.current-end-left, .current-end-right, .normal-end-left, .normal-end-right, .normal-current, .normal-normal, .current-normal  {
	display:block;
	width:11px;
	height:32px;
}
.current-end-left {
	background: url('../images/current-end-left.png');
}
.current-end-right {
	background: url('../images/current-end-right.png');
}
.normal-end-right {
	background: url('../images/normal-end-right.png');
}
.normal-end-left {
	background: url('../images/normal-end-left.png');
}
.normal-current {
	background: url('../images/normal-current.png');
}
.current-normal {
	background: url('../images/current-normal.png');
}
.normal-normal {
	background: url('../images/normal-normal.png');
}
#breadcrumbs {
	width:648px;
	height:22px;
	border-bottom:1px solid #cee9fd;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:bold;
	color:#403e3f;
}
#breadcrumbs img {
	vertical-align:text-top;
}