/* @override http://cps.local/assets/2008/stylesheets/corporate.css */

body, html {
	background: #16305a;
	font-size: 13px;
	font-family: 'Lucida Grande', Verdana;
}

a:link, a:visited, a:hover {
	color: #4c6b7d;
}

#container {
	width: 926px;
	background: #fff;
	margin:  20px auto;
	padding: 1px;
}

#hd {
	padding: 12px 0 0;
	margin: 0;
}

#hd h1 {
	margin: 0;
}

#hd h1 a {
	margin: 0 30px;
	display: block;
	width: 462px;
	height: 80px;
	background: url(../images/cps-logo.png);
	text-indent: -9999px;
}

#hd h2 {
	display: none;
}

#hd #banner {
	height: 250px;
	background: #fff;
	text-align: center;
}

#home #hd #banner {
	height: 215px;
}

#hd #navigation {
	padding: 12px 0;
}

#hd #navigation ul {
	padding: 0;	
	background: #fff;
	height: 18px;
	width: 729px;
	margin: 0 auto !important;
	position: relative;
}

#navigation li {
	display: inline;
}

#navigation li a {
	position: absolute;
	top: 0px;
	left: -9999px;
	width: 100px;
	height: 18px;
	background: url(../images/nav-bg-sprite.png) no-repeat;
	text-indent: -9999px;
}

#navigation li a:hover,
body#home #t_home a {
	background-position: 0 -18px;	
}

#navigation #t_home a {
	left: 8px;
	width: 78px;
	background-position: -8px 0;
}

#home #navigation #t_home a {
	background-position: -8px -18px;
}

#navigation #t_about a {
	left: 87px;
	width: 99px;
	background-position: -87px 0;
}

#about #navigation #t_about a {
	background-position: -87px -18px;
}

#navigation #t_services a {
	left: 187px;
	width: 87px;
	background-position: -187px 0;
}

#services #navigation #t_services a {
	background-position: -187px -18px;
}

#navigation #t_news a {
	left: 275px;
	width: 78px;
	background-position: -275px 0;
}

#news #navigation #t_news a {
	background-position: -275px -18px;
}

#navigation #t_resources a {
	left: 354px;
	width: 97px;
	background-position: -354px 0;
}

#resources #t_resources a {
	background-position: -354px -18px;
}

#navigation #t_faqs a {
	left: 452px;
	width: 68px;
	background-position: -452px 0;
}

#faqs #t_faqs a {
	background-position: -452px -18px;
}

#navigation #t_contact a {
	left: 521px;
	width: 100px;
	background-position: -521px 0;
}

#contact #t_contact a {
	background-position: -521px -18px;
}

#navigation #t_eforms a {
	left: 622px;
	width: 97px;
	background-position: -622px 0;
}

#eforms #t_eforms a {
	background-position: -622px -18px;
}

#navigation #t_featured a {
	left: 720px;
	width: 157px;
	background-position: -720px 0;
}

#featured #t_featured a {
	background-position: -720px -18px;
}

#bd {
	background: #e5e5e5;
	padding: 20px 60px;
	min-height: 400px;
}

body.content #bd {
	padding: 0;
}

body.content #bd .main {
	padding: 10px 30px;
}





#bd p {
	max-width: 52.0em;
	line-height: 1.6em;
	color: #444;
}

#bd h1,
#bd h2 {
	font-family: Trebuchet MS;
	color: #cb7100;
}



#bd .subnavs {
	font-size: 11px;
	margin: 0;
	padding: 10px 40px;
	background: #ccc;
	line-height: 1.8em;
}

#bd .subnavs a {
	white-space: nowrap;
}

#bd .subnavs a.on {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

span.diamond {
	font-size: 9px;
	color: #888;
}

#ft {
	background: #fff;
	padding: 20px 0px;
	text-align: center;
}

#ft p {
	margin: 0;
}

#ft .links {
	color: #999;
	padding-bottom: 20px;
}

#ft .links a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 0 6px;
}

#ft .copyright {
	line-height: 1.6em;
	font-size: 11px;
	color: #666;
}




.EformScaffold {
	margin: 20px 0;
}

.CorpSiteEform {
	margin: 20px 0;
}

.CorpSiteEform dl, .CorpSiteEform dt, .CorpSiteEform dd {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

* html .CorpSiteEform {
	padding: 0 0 1px;
	width: 90%;
}

.CorpSiteEform dt {
	margin: 10px 0 5px;
	font-weight: bold;
}

.CorpSiteEform .TextField {
	width: 400px;
	margin: 0;
	border: 1px solid #aaa;
	font-size: 16px;
	padding: 2px;
}

.CorpSiteEform .SubmitButton {
	margin: 20px 0;
}



#NewsOverviewList {
	list-style-position: outside;
	margin: 1em 0;
	font-size: 14px;
	padding: 0;
	list-style-type: square;
}

#NewsOverviewList li {
	margin: 0 0 1.25em;
}

#NewsOverviewList span {
	display: block;
	font-size: 12px;
	padding-top: 4px;
}



.FAQ {
	margin: 1.5em 0 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}

#FAQ_Index {
	margin: 1em 0 3em;
	padding-left: 15px;
}

.FAQ_Question {
	font-weight: bold;
	margin: 0;
}