@charset "UTF-8";

/* CSS Document */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:35px 0 0 0;
	padding: 0;
	text-align:center;
	color:#57838B;
}

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

/* Background Selector */
.homeblue {
	background:url(../images/blueHomeBg.gif) repeat-x top;
}

/* Updated Background Selector */
.PB_Green_bg {
	background:url(../images/bodyBg/PB_Green.gif) repeat-x top;
}
.PB_Green_60_bg {
	background:url(../images/bodyBg/PB_Green_60.gif) repeat-x top;
}
.PB_Orange_bg {
	background:url(../images/bodyBg/PB_Orange.gif) repeat-x top;
}
.Dark_Blue_bg {
	background:url(../images/bodyBg/Dark_Blue.gif) repeat-x top;
}
.Light_Blue_bg {
	background:url(../images/bodyBg/Light_Blue.gif) repeat-x top;
}
.Pleo_Green_bg {
	background:url(../images/bodyBg/Pleo_Green.gif) repeat-x top;
}
.Red_bg {
	background:url(../images/bodyBg/Red.gif) repeat-x top;
}
.Yellow_bg {
	background:url(../images/bodyBg/Yellow.gif) repeat-x top;
}
.Cream_bg {
	background:url(../images/bodyBg/Cream.gif) repeat-x top;
}
.Black_bg {
	background:url(../images/bodyBg/Black.gif) repeat-x top;
}
.Grey_35_bg {
	background:url(../images/bodyBg/Grey_35.gif) repeat-x top;
}

/* Links General */
a img {border:none;}

a:link {
	color: #669497;
	outline:none;
}

a:visited {
	color: #29266C;
	outline:none;
}

a:hover {
}

a:active {
	color: #669497;
}

/* Home Box Links */
div.homeboxLeftTop a, div.homeboxLeftBot a {
	color:#FFFFFF;
}
div.homeboxLeftTop a:visited, div.homeboxLeftBot a:visited {
	color:#FFFFFF;
}
div.homeboxLeftTop a:hover, div.homeboxLeftBot a:hover {
	color:#29266C;
}

/* Home Box Main Box Links */
.Home a {
	color:#669497;
}
.Home a:visited {
	color:#29266C;
}
.Home a:hover {
	color:#F7931E;
	text-decoration:underline;
}

#footer a {
	color:#CCCCCC;
	text-decoration:none;
}

/* PDF to go Link */
.pdftogo {
	background:url(../images/pdflinkBut.gif);
	width:145px;
	height:30px;
	line-height:30px;
	padding-left:10px;
}

/* Home / Orange Containers
Link: 669497
Hover: FFFFFF/Underscore
Visited: 29266C  */

/* Default 3 Column Layout */
.threeCol #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

.threeCol #header {
	padding: 0 0 0 20px;
	height:130px;
	float:left;
	width: 930px;
	background:url(../images/stringInside.gif) no-repeat top left;
}

.threeCol #secHeader {
	padding: 0 200px 0 198px;
	height:37px;
	overflow:hidden;
	float:left;
	clear:left;
	width:550px;
}

.threeCol #contentContainer {
	float:left;
	clear:both;
	width: 950px;
	background:url(../images/contentContainerLine.gif) no-repeat left bottom;
	margin-bottom:16px;
	height:326px;
}

.threeCol #mainContent {
	float:right;
	width:766px;
	min-height:325px; /*IE Need Hack */

}

.threeCol #sideContent {
	float:left;
	width:184px;
}



.threeCol .sidebar1 {
	margin-left:14px;
}

.threeCol .sidebar2 {
	width: 166px;
	float: right;
	margin-right:15px;
}

.threeCol .Content {
	width: 550px;
	margin-left:15px;
} 



.threeCol #footer {
	float:left;
	clear:both;
	width: 950px;
	margin-top:16px;
}

.threeCol #subNav {
	float:left;
	clear:both;
	width: 950px;
}

.threeCol .slideNav {
	float:left;
	width:565px;
	margin-left:183px;
}
* html .threeCol .slideNav {
	margin-left:83px;
}

.threeCol .shareNav {
	float:left;
	margin-left:15px;
}

/* 2 Column Layout */
.twoCol #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

.twoCol #header {
	padding: 0 0 0 20px;
	height:130px;
	float:left;
	width: 930px;
	background:url(../images/stringInside.gif) no-repeat top left;
}

.twoCol #headerHome {
	padding: 0 0 0 20px;
	height:130px;
	float:left;
	width: 930px;
	background:url(../images/stringHome.gif) no-repeat top left;
}

.twoCol #secHeader {
	padding-left:28px;
	height:37px;
	overflow:hidden;
	float:left;
	clear:left;
	width: 950px;
}

.twoCol #contentContainer {
	float:left;
	clear:both;
	width: 950px;
	background:url(../images/contentContainerLine.gif) no-repeat left bottom;
	margin-bottom:16px;
	height:326px;
}

.twoCol #mainContent {
	float:right;
	width:610px;
	min-height:325px; /*IE Need Hack */
}

.twoCol #sideContent {
	float:left;
	width:310px;
}

.twoCol .sidebar1 {
	margin-left:14px;
}

.twoCol .sidebar2 {
	width: 166px;
	float: right;
	margin-right:15px;
}

.twoCol .Content {
	width: 580px;
	margin-left:15px;
} 

.twoCol #footer {
	float:left;
	clear:both;
	width: 950px;
	margin-top:16px;
}

.twoCol #subNav {
	float:left;
	clear:both;
	width: 950px;
}

.twoCol .slideNav {
	float:left;
	width:748px;
}

.twoCol .shareNav {
	float:left;
	margin-left:15px;
}

#footer {
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
}

#footer p {
	padding: 10px 0;
}

.left {
	min-height:276px;
}

/* General Floating */
.fltrt { /* this class can be used to float an element right in your page */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Logo */
.logo {
	float:right;
}

/* Search Box */
.search {
	float:right;
	clear:right;
	margin:20px 0 0 0;
	background:url(../images/searchBg.gif) top left no-repeat;
	height:22px;
	width:200px;
}

.search input {
	border:0px;
	padding-top:2px;
	margin-left:5px;
	background:none;
	outline:0;
}

.searchDisplay {
	background:url(../images/searchBg.gif) top left no-repeat;
	height:25px;
	width:200px;
	padding:2px 0px 0px 8px;
}

.searchDisplay input {
	border:0px;
	background:none;
	outline:0;
}

.threeCol .ajaxSearch_result {
	margin-bottom:12px;
}

.threeCol .ajaxSearch_resultsInfo {
	margin:10px 0px;
}

.threeCol .ajaxSearch_paging {
	float:right;
}

.searchDisplay input.radio {
	border:1px solid #FF0000;
}

/* Contact Form */

#EmailForm {
	vertical-align:top;
}

#EmailForm input {
	border:1px solid #57838B;
	width:160px;
}

#EmailForm textarea {
	border:1px solid #57838B;
	width:360px;
	height:200px;
	overflow:hidden;
	resize:none;
}

#EmailForm .button {
	border:1px solid #57838B;
	color:#fff;
	background:#57838B;
}

.button {
	border:1px solid #57838B;
	color:#57838B;
	background:#FFFFFF;
}

/* Boxes */

.leftbox {
	margin-bottom:10px;
	float:left;
	clear:both;
	background:url(../images/leftBoxBot.gif) no-repeat left bottom;
	width:160px;
}

.leftbox p {
	padding-left:10px;
	padding-right:15px;
}

.leftbox h3 {
	background:url(../images/leftBoxTop.gif) no-repeat left top;
	padding:8px 0px 8px 10px;
}

.homeboxLeftTop, .homeboxLeftBot {
	width:290px;
	height:140px;
	overflow:hidden;
	padding:20px 24px 0 20px;
	clear:left;
	float:left;
}
* html .homeboxLeftTop {
	width:273px;
}
* html .homeboxLeftBot {
	width:273px;
}
.homeboxLeftTop {
	background:url(../images/homeLeftBox1.gif) no-repeat left top;
}

.homeboxLeftBot {
	background:url(../images/homeLeftBox2.gif) no-repeat left top;
}	

.homeboxLower {
	float:left;
	width:220px;
	margin-left:16px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#secHeader h1 {
	font-size:24px;
	font-style:italic;
	font-weight:normal;
}

.sidebar1 .homeboxLeftTop h1, .sidebar1 .homeboxLeftBot  h1 {
	font-size:29px;
	line-height:26px;
	letter-spacing:-1px;
	margin-bottom:6px;
}

.sidebar1 .homeboxLeftTop p, .sidebar1 .homeboxLeftBot p {
	font-size:12px;
	line-height:18px;
}

.sidebar1 p {
	line-height:14px;
	font-size:11px;
	margin-bottom:10px;
}

.sidebar1 h1, .sidebar1 h2, .sidebar1 h3, .sidebar1 h4, .sidebar1 h5, .sidebar1 h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.sidebar2 p {
	line-height:14px;
	font-size:11px;
	margin-bottom:10px;
}

.sidebar2 h1, .sidebar2 h2, .sidebar2 h3, .sidebar2 h4, .sidebar2 h5, .sidebar2 h6 {
	font-size:14px;
	font-style:italic;
}

.twoCol #mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:29px;
	line-height:26px;
	letter-spacing:-1px;
}

/* Color */

.sidebar1 h1, .sidebar1 h2, .sidebar1 h3, .sidebar1 h4, .sidebar1 h5, .sidebar1 h6 {
	color:#004F5C;
}
.sidebar2 h1, .sidebar2 h2, .sidebar2 h3, .sidebar2 h4, .sidebar2 h5, .sidebar2 h6 {
	color:#004F5C;
}

#secHeader h1 {
	color:#F7931E;
}

.sidebar1 .homeboxLeftTop, .sidebar1 .homeboxLeftBot {
	color:#004F5C;
}

.twoCol #mainContent h1 {
	color:#004F5C;
}


/* Forms */

fieldset {
	border:none;
}

/* Capabilities Menu */
.capbox {
	width:156px;
	background:url(../images/capBoxBot.gif) no-repeat left bottom;
}

.capbox h3 {
	padding:6px 10px 0px 10px;
	background:url(../images/capBoxTop.gif) no-repeat left top;
}

.capbox p {
	padding:0px 10px 6px 10px;
	margin-bottom:6px;
}

.capbox a:link, .capbox a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.capbox a:hover {
	color:#F7931E;
	text-decoration:none;
}

.capbox a.active {
	color:#F7931E;
}

.active h3 {
	color:#F7931E;
}

.overview {
	height:30px;
	line-height:30px;
	width:156px;
	padding-left:10px;
	background:url(../images/capfirst.gif) no-repeat top left;
	margin-bottom:6px;
}

.overview a {
	color:#FFFFFF;
	text-decoration:

}

.overview a:hover {
	color:#F7931E;
	text-decoration:none;
}

.overview a.active {
	color:#F7931E;
}

/* Sitemap */

.sitemap {
	font-family: Arial, Helvetica, sans-serif;
}

.sitemap h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.sitemap ul {
	list-style-type:none;
}

.sitemap ul li {
	padding-left:16px;
}

.sitemap {
	font-family: Arial, Helvetica, sans-serif;
}

.sitemap h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.sitemap ul {
	list-style-type:none;
}

.sitemap a {
	color:#BE120D;
}

/* Pagination - Wayfinder Hack Inner Navigation */
.paginateWay {
	position:absolute;
	top:483px;
	height:23px;
	margin-left:342px;
	z-index:99;
	width:200px;
	text-align:right;
}
* html .paginateWay { margin-left:322px; }
ul.innerway {
	list-style:none;
	font-weight:bold;
}
ul.innerway li {
	display:inline;
	padding:0 2px 0px 5px;
	border-left:1px solid #57838B;
}
ul.innerway a {
	color:#57838B;
	text-decoration:none;
}
ul.innerway .active a, ul.innerway a:hover {
	color:#F7931E;
}
ul.innerway .first {
	border-left:none;
}