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

body {
	background-color:#ddd;
	overflow-y:scroll;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	
}
#wrapper {
	background-color: #FFF;
	position: relative;
	width: 950px;
	height: auto;
	margin: 6px auto 0;
	display: block;
	min-height: 550px;
	padding: 0;
}
#header {
	width: 950px;
	height: 95px;
}
#mainNav {
	width: 950px;
	height: 48px;
}

.main-nav {
	clear: both;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
nav {
	display: block;
	background-color: #00539f;
	margin: auto;
	text-align: center;
	height: auto;
	margin-top: 3px;
}
#head_content a {
	color: #4e72bF;
	font-family: Verdana, Arial, sans;
	font-size: 12px;
}
#head_content, nav {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
nav a#pull {
	display: none;
}
.main-nav a {
	display: inline-block;
	position: relative;
	width: 25%;
	padding: 12px 0 0 0;
	height: 100%;
	background: #00539f;
	color: #e3e3e3;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	height: 35px;
	border-left: 1px solid #1DA0DE;
	color:#fff;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.main-nav a:hover {
	background-color: #1DA0DE;
	color: #fff;
}
.accordion dt, .accordion dd {
	padding: 5px;
	font-family: inherit;
	font-size: 1.5em;
}
.accordion dt a{
	display: block;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
	background-color:#004A88;
	padding: 3px;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;

}

.accordion dd a, .accordion dd a:visited  {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	-webkit-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -ms-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
	
}

.accordion dt a:hover {
	background-color: #1DA0DE;
	color: #fff;
}

.accordion dd a:hover {
	color: #004A88;
}

.accordion dd {
	font-size: 1.2em;
	color:#fff;
	margin-left: 3%;
	margin-top: -3%;
	margin-bottom: -3%;
	line-height: 1.8em;

}
.accordion li {
		list-style:none;
}
.accordion dt {
	color: #FFF;
	margin-top: .5em;
}

/* =============================================================================
   Typography
   ========================================================================== */

.pagetitle {
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 25px;
    line-height: 28px;
}
.pagecontents p {
    font-weight: normal;
    line-height: 20px;
}
p {
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
h1 {
	margin-top: 0px; padding-top:0px;
}
h3 {
    color: #004A88;
    font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 3px;
}

ul {
    list-style: disc outside none;
    padding: 0 0 0 10px;
}

ul li a, ul li a:visited {
    color: #333333;
    display: block;
    padding: 3px;
    text-decoration: none;
    transition: color 0.2s linear 0s;
    font-weight: normal;
}
#homeBody {
	clear: both;
	width: 696px;
	float: left;
	margin-left: 0;
	padding: 10px;
}
#mainBody {
	clear: both;
	width: 910px;
	float: left;
	margin-left: 0;
	padding: 10px 20px;
}
#subNav {
    background-color: #1DA0DE;
    float: left;
    height: 500px;
    padding: 10px;
    position: relative;
    width: 214px;
	color: #fff;
}
.subnav p {
    color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.clr {
	display: block;
	clear: both;
}
#pageContents {
    float: left;
    margin: 0;
    position: relative;
    width: 950px;
}

#footer {
	text-align: center;
	width: 950px;
	position: relative;
	margin: 20px 0;
	clear: both;
	padding-bottom: 20px;
}
.footertext {
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
    padding-right: 0;
}

#subnav li {
		list-style:none;
}

#subnav ul a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: bold;
	padding: 3px;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;

}

#subnav li a, #subnav li a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 3px;
	-webkit-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -ms-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
	
}
#subnav li a:hover, ul li a:hover  {
	color: #004A88;
}

.example h3, .example p {
	font-size:0.8em;
}

ul li {
    list-style: none outside none;
}

ul li a, ul li a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 3px;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;

}

ul a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;

}

#tabs ul a {
	display: block;
	color: inherit;
	text-decoration: none;
	font-size: 0.85em;
	padding: 5px;
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;

}
.Left50 {
	width: 450px;
	background-color: #ddd;
	height: 300px;
	float: left;
	margin: 10px 5px 0 0;
}

.Right50 {
	width: 450px;
	background-color: #ddd;
	height: 300px;
	float: left;
	margin: 10px 0 0 5px;
}
.Full100 {
	width: 910px;
	background-color: #ddd;
	height: 300px;
	float: left;
	margin: 10px 0 0 0;
}
.FullBox {
	width: 910px;
	background-color: #fff;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
}

#logoRow {
	width: 920px;
	height: auto;
	float: left;
}
.logoBlocks {
	float: left;
	margin: 10px 20px 10px 0;
}
#colorColumn {
	float: left;
	width: 65px;
	height: 445px;
	padding-right:40px;
}#wrapper #pageContents #mainBody .pageSubHead299 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #00A1E0;
	text-decoration: none;
}


/* =============================================================================
   Messages
   ========================================================================== */

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px 25px;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url("../images/info.png");
}
.warning {
	color: #9F6000;
24.background-color: #FEEFB3;
	background-image: url("../images/warning.png");
	background-color: #FFC;
}
.smBlue {
    color: #048AD2;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 22px;
}