@charset "utf-8";
/* CSS Document */

body {
	background-color: #F1F6E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link, a:visited {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

/* wrapper ----------------------------------------------------------- */

#divWrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #009999;
}

/* header ----------------------------------------------------------- */

#divHeader {
	background: #009999;
	height: 115px;
	padding: 0 0 0 50px;
}

/* nav ----------------------------------------------------------- */

#divNav {
	float: left;
	width: 900px;
	background: #D6E7A5;
	text-align: center;
	border-bottom: 1px solid #009999;
}


/* home content divs ----------------------------------------------------------- */

#divHomeRightBkgd {
	float: right;
	width: 290px;
	min-height: 600px;
	background-color: #E5F0F5;
}
#divHomeLeftContent {
	float: left;
	width: 520px;
	margin-top: 30px;
	min-height: 500px;
	margin-left: 50px;
}
#divHomeLeftContent p {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin: 12px 0;
}
#divHomeLeftContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #006699;
	margin-top: 18px;
	margin-bottom: 18px;
}

#divHomeRightContent {
	width: 249px;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 3px;
}


/* content divs ----------------------------------------------------------- */

#divContentWrapper {
	text-align: left;
	background-color: #FFFFFF;
	min-height: 500px;
	clear: both;
	overflow: auto;
}
#divLeftColumn {
	float: left;
	width: 500px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
}
#divRightColumn {
	float: right;
	width: 230px;
	background-color: #E5F0F5;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 9px;
	padding-right: 12px;
}
#divContentWide {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 60px;
	text-align: left;
}
#news-section ul {
	list-style: none;
}
#news-section li {
	list-style: none;
	margin: 12px 0 9px 9px;
	border-top: 1px dotted #006699;
	padding-top: 6px;
}


/* sidenav ----------------------------------------------------------- */

#sidenav li {
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #006699;
	width: 188px;
	padding: 6px;
	margin: 0!important;
	border-bottom: 1px dotted #009999;
	list-style: none;
}
#sidenav ul {
	list-style: none!important;
	margin: 0;
	padding: 0;
}
#sidenav a:link, a:visited {
	text-decoration: none;
}
#sidenav a:hover, a:focus, a:active {
	text-decoration: underline;
}


/* footer ----------------------------------------------------------- */

#divFooter {
	float: left;
	width: 900px;
	text-align: center;
	border-top: 1px solid #009999;
}
#divFooterIcons {
	float: left;
	width: 300px;
	height: 36px;
	text-align: center;
	background-color: #F0F0F0;
}
#divFooterNav {
	float: left;
	width: 600px;
	height: 33px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 3px;
}
#divFooterCopyright {
	width: 900px;
	background-color: #C6DBDA;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #009999;
}

/* text styles ----------------------------------------------------------- */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
}
ul, li {
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style-image: url(../images/sec/bullet.gif);
}

.bodySmall {
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.buttonSec a:link, a:visited {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #006699!important;
	width: 188px;
	padding: 4px 6px 4px 26px;
	margin: 0!important;
	border-bottom: 1px solid #009999;
	background: #E7F1C9 url(../images/sec/arrow.gif) no-repeat 6px 4px;
}
.buttonSec ul {
	list-style: none;
}

.buttonSec a:hover {
	color: #006699!important;
	text-decoration: none;
	background-color: #C9E5F1;
}
.divider {
	color: #999999;
}
.footer {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
.imageSpacer img {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	vertical-align: middle;
	text-align: center;
}
.imageLeft {
	float: left;
	padding-right: 24px;
	padding-bottom: 12px;
}
.imageRight {
	float: right;
	padding-left: 24px;
	padding-bottom: 12px;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	margin: 18px 0;
	color: #005B89;
}
.ListText {
	font-size: 12px;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.newsHeadlines {
	font-size: 12px;
	line-height: 16px;
	margin: 12px 0;
}
.pageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #009999;
	margin-top: 32px;
	margin-bottom: 28px;
}
.profileLink {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;	
}
.pulloutHeading {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #003366;
	margin-top: 12px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.pulloutSubhead {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pulloutText {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
.subhead {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 18px;
	margin-bottom: 0px;
}
.subheadRule {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #003366;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 12px;
	border-top: 2px solid #009999;
	padding-top: 6px;
}
.vision {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #006699;
	margin-top: 18px;
	margin-bottom: 18px;
}

