@charset "ISO-8859-1";
* {
	margin:0;
	padding:0;
}
img {
	border-style: none;
}

/* LAYOUT */

#windowArea {
	top: 0;
	margin: auto;
	padding: 0;
	width: 100%;
	min-height:100%;
	background: #202020 url(/assets/csimg/images/bkgd_top.png) top left repeat-x;
}
#pageArea {
	text-align: left;
	margin-left : auto;
	margin-right : auto;
	width: 760px;
}
#header {
	top: 0;
	margin: auto;
	padding: 0;
	width: 760px;
	border-bottom: #000 4px solid;
	background: url(/assets/csimg/images/bkgd_header.png) 0 100px no-repeat;
	height:130px;
}
#header ul#subNav {
	clear:both;
	font-size: 1em;
	text-align: left;
	padding: 0 0 0 20px;
	font-weight:normal;
	margin: 0 0 10px 0;
	display:block;
}
#header #logo {
	padding: 20px 0px 0px 20px;
	width: 200px;
	height: 34px;
	background: url(/assets/csimg/images/logoTop_csimg.png) no-repeat 20px 20px;
}
#header ul#mainNav {
	clear:both;
	font-size: 1em;
	text-align: left;
	padding: 21px 0 5px 20px;
	font-weight:bold;
	margin: 0 0 10px 0;
}
#footer ul#footerNav {
	clear:both;
	font-size: 1em;
	text-align: left;
	padding: 0 0 0 20px;
	font-weight:normal;
	margin: 0;
}
#footer ul#footerNav li,
#header li {
	display:inline;
	font-size: 1em;
	text-align: left;
	list-style: none;
	margin: 0;
	color: #c8c8c8;
	padding: 0;
}
#billboardArea {
	width: 758px;
	clear:both;
	padding: 0;
	margin: 0;
	background-color: #666;
	position: reletive;
	border-right: #000 1px solid;
	border-left: #000 1px solid;
	height: 180px;
}
#contentArea {
	background: #fff url(/assets/csimg/images/bkgd_contentArea_csimg.png) top no-repeat;
	width: 758px;
	clear:both;
	padding: 20px 0 0 0;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}
#mainContentArea {
	padding:20px 0;
}
#csimg2colTemplate #contentArea {
	background: #fff url(/assets/csimg/images/bkgd_contentArea2_csimg.png) top no-repeat;
}
#csimgHome #contentArea {
	background: #353535 url(/assets/csimg/images/bkgd_contentArea_csimgHome.png) top no-repeat;
	border-top: #000 4px solid;
	width: 758px;
	clear:both;
	padding: 20px 0 0 0;
	border-right: #000 1px solid;
	border-left: #000 1px solid;
	position: reletive;
}
#column1 li,
#column1wide li {
	list-style-type:none;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0 0 4px 12px;
	margin: 0 0 4px 0;
	background: url(/assets/csimg/images/bullet_gray.gif) no-repeat 0 4px;
}
#csimgHome #column1 li,
#csimgHome #column2 li,
#column2 li {
	list-style-type:none;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0 0 4px 12px;
	margin: 0 0 4px 0;
	background: url(/assets/csimg/images/bullet_sidebox_col2.gif) no-repeat 0 5px;
}
#leftColumn {
	width:220px;
	margin: 0;
}
#leftColumn ul {
	padding-left: 40px;
}
#leftColumn #sideboxContent ul {
	padding-left: 20px;
}
#leftColumn #sideboxContent li {
	list-style-type:none;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0 0 4px 10px;
	margin: 0;
	background: url(/assets/csimg/images/bullet_sidebox.gif) no-repeat 0 3px;
}
#csimgHome #leftColumn #sideboxContent li {
	background: url(/assets/csimg/images/bullet_sidebox_home.gif) no-repeat 0 3px;
}
#leftColumn li {
	list-style-type:none;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 7px;
}
#leftColumn ul ul {
	padding: 0 0 4px 0;
	margin: 0;
}
#leftColumn ul ul li {
	list-style-type:none;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0 0 4px 10px;
	margin: 0;
	background: url(/assets/csimg/images/bullet_black.gif) no-repeat 0 4px;
}
#column1wide {
	width:538px;
	min-height:240px;
	margin-left:215px;
	vertical-align:top;
	padding: 0 0 14px 0;
}
#column1 {
	width:298px;
	padding:0 0 14px 0;
	margin:0 224px 0 215px;
	min-height: 240px;
}
#column2 {
	width:240px;
	padding: 0 0 14px 0;
	background: #545454;
}
#footer {
	padding: 0;
	width: 760px;
	background: url(/assets/csimg/images/bkgd_footer.png) top left no-repeat;
	clear:both;
	margin: 0;
}
#footer p {
	font-size: 9px;
	padding: 0;
}
#footer #footerNav #navSpacer {
	padding: 0 5px 0 9px;
}
#footer p.address {
	line-height: 1.6em;
	margin: 0;
	text-align:right;
	clear: both;
	padding: 0 15px 20px 0;
	color: #666;
}
#footer p.copyright {
	margin: 0 0 20px 20px;
	text-align:left;
	color: #666;
}
#footer ul#footerNav {
	padding: 32px 0 70px 20px;
	float: left;
	display: bllock;
}


/* TYPE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.3em;
	text-align: center;
	background: #202020;
}
.searchResult,
p, h1, h2, h3, h4, h5, h6, ul, ol {
	padding: 0 20px;
	text-align: left;
}
#header ul#mainNav li,
#header ul#subNav li,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
}
.searchResult,
p {
	font-size:1em;
	margin: 0 0 7px 0;
	text-align: left;
	color: #666;
	line-height: 1.4em;
}
label {
	font-size:1em;
	margin: 0 0 7px 0;
	color: #666;
	line-height: 1.2em;
}
h1 {
	font-size:1.6em;
	margin: 0 0 14px 0;
	font-weight:normal;
	line-height: 1.2em;
}
img + h1 {
	padding-top: 5px;
}
h2 {
	font-size: 1.2em;
	margin: 10px 0 2px 0;
	font-weight:bold;
}
h3 {
	font-size:1.1em;
	margin: 0 0 3px 0;
	text-align: left;
	font-weight:normal;
}
h4, h5 {
	font-size:1em;
	margin: 0 0 3px 0;
	font-weight:normal;
}
ol, ul {
	font-size:1em;
	line-height:1.3em;
	color: #666;
	margin: 0;
	text-align: left;
	list-style: outside;
	padding-bottom:7px;
	padding-left: 20px;
}
li {
	margin: 0;
	padding:0 0 4px 0;
}
ol li {
	list-style-type:decimal;
}
p + ul {
	margin: 0 0 7px 0;
}
#column1wide ul,
#column1 ul {
	padding: 0 20px 0 20px;
}
#column2 ul {
	padding: 0 15px 0 20px;
}
#column2 li,
#column2 p {
	color: #ccc;
}
blockquote {
	padding: 0 0 0 20px;
}
.footnote {
	font-size: .9em;
}
sup {
	font-size: 0.7em;
	font-weight: normal;
	vertical-align: top;
	line-height: normal;
}
#navSpacer {
	padding: 0 7px;
	color: #FFFFFF;
}

#windowArea #pageArea #header #utility #searchForm #searcharea .smalllinks a,
#header,
#header ul#subNav,
#leftColumn,
#footer,
#column2 {
	font-size: .9em;
}
#footer img {
	height: 30px;
	width: 160px;
	float: right;
	margin: -45px 15px 0 0;
	clear: both;
	display: block;
	padding-bottom: 0px;
}

/* LINKS */

#leftColumn #sideboxContent a,
#leftColumn #sideboxContent a:link,
#leftColumn #sideboxContent a:visited,
a, a:link, a:visited {
	color: #C41230;
	text-decoration:underline;
}
#leftColumn #sideboxContent a:hover,
a:hover {
	color: #C41230;
	text-decoration:underline;
}
#csimgHome td#sideboxContent a,
#csimgHome td#sideboxContent a:link,
#csimgHome td#sideboxContent a:visited,
#column2 a, #column2 a:link, #column2 a:visited,
#csimgHome a, #csimgHome a:link, #csimgHome a:visited {
	color: #fff;
	text-decoration:underline;
}
#column2 a:hover {
	color: #eee;
	text-decoration:underline;
}
#subNav a.navLinkOn,
#subNav a.navLinkOn:link,
#subNav a.navLinkOn:visited,
#subNav a.navLinkOn:active {
	color: #FFFFFF;
	text-decoration:underline;
}
#leftColumn #sideboxContent .button,
#leftColumn #sideboxContent .button:link,
#leftColumn #sideboxContent .button:visited,
#csimg1colTemplate td#sideboxContent .button a,
#csimg1colTemplate td#sideboxContent .button a:link,
#csimg1colTemplate td#sideboxContent .button a:visited,
#csimg2colTemplate td#sideboxContent .button a,
#csimg2colTemplate td#sideboxContent .button a:link,
#csimg2colTemplate td#sideboxContent .button a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#leftColumn #sideboxContent .button:hover,
#csimgHome td#sideboxContent .button a:hover,
#csimg1colTemplate td#sideboxContent .button a:hover,
#csimg2colTemplate td#sideboxContent .button a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#leftColumn li a,
#leftColumn li a:link, 
#leftColumn li a:visited {
	color: #666;
	text-decoration:none;
}
#leftColumn li a:hover {
	color: #C41230;
	text-decoration:underline;
}

.copyright a,
.copyright a:link,
.copyright a:visited,
#footer li a,
#footer li a:link, 
#footer li a:visited,
#header li a,
#header li a:link, 
#header li a:visited {
	color: #c8c8c8;
	text-decoration:none;
}
#header li a.mainNavOn,
#header li a.mainNavOn:link, 
#header li a.mainNavOn:visited {
	color: #fff;
}
.mainNavOn,
#header ul#mainNav li a:hover {
	padding:0 0 6px 0;
	color: #fff;
	text-decoration:none;
	border-bottom:#666 7px solid;
}
#header ul#subNav a.subNavOn {
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
.copyright a:hover,
#footer ul#footerNav li a:hover,
#header ul#subNav li a:hover {
	color: #fff;
	text-decoration:underline;
}
div.smalllinks a {
	color: #a0a0a0;
	text-decoration: none;
	font-size: 11px;
}
#header div.smalllinks a {
	color: #c8c8c8;
	text-decoration: none;
	font-size: 10px;
}
#header div.smalllinks a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Searchform */

#header div.searchform, #header div.smalllinks {
	position: relative;
	text-align: right;
}
#header div.searchform {
	margin-top: 7px;
	text-align: right;
}
#header div.searchform input {
	background-color: #acacac;
	border: 1px solid #707070;
	font-size: 11px;
	height: 13px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 95px;
	margin-right: 22px;
}
#header div.searchform img {
	position: absolute;
	right: 0px;
}
#searcharea {
	float: right;
	padding: 7px 0 0 0;
}

/* Sidebox */

#sideboxContent {
	background: #e3e3e3 url(/assets/csimg/images/bkgd_highlightBoxTile.png) repeat-y;
}
#sideboxTopCap {
	height:10px;
	background: url(/assets/csimg/images/bkgd_highlightBoxTop.png) no-repeat top;
	font-size: 0.1em;
	margin: 0;
	line-height: 0px;
	padding: 0px;
}
#sideboxBottomCap {
	height:10px;
	background: url(/assets/csimg/images/bkgd_highlightBoxBottom.png) bottom no-repeat;
	font-size: 0.1em;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
#sideboxContent h1 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 0 7px 0;
}
#sideboxContent ul {
	padding-left: 20px;
}

#column2 p {
	color: #ccc;
}
#footerNav .navLinkOn {
	color: #FFFFFF;
}
#csimgHome #column2 {
	background: none;
	border-left: solid #555 1px;
	width: 240px;
}
#csimg2colTemplate #footer {
	background: url(/assets/csimg/images/bkgd_footer2.png) no-repeat left top;
}
#csimgHome #footer {
	background: url(/assets/csimg/images/bkgd_footer_home.png) top left no-repeat;
}
#csimgHome #sideboxTopCap {
	background: #e3e3e3 url(/assets/csimg/images/bkgd_highlightBoxTopHome.png) top no-repeat;
}
#csimgHome #sideboxBottomCap {
	background: #e3e3e3 url(/assets/csimg/images/bkgd_highlightBoxBottomHome.png) bottom no-repeat;
}
#csimgHome #sideboxContent {
	background: #e3e3e3 url(/assets/csimg/images/bkgd_highlightBoxTileHome.png) top repeat-y;
}
#csimg2colTemplate #column2 h1,
#csimg2colTemplate #column2 h2,
#csimg2colTemplate #column2 h3,
#csimgHome h1, #csimgHome h2, #csimgHome h3 {
	color: #FFFFFF;
}
#csimg2colTemplate #column2 h1 {
	font-size: 1.4em;
}
#csimgHome h1 {
	margin: 0 0 14px 0;
}
#column2 h1 {
	font-size: 1.4em;
	line-height: 1.3em;
}
#csimgHome #sideboxContent li {
	color: #c8c8c8;
}
#csimgHome #column2 li,
#csimgHome p,
#csimgHome li {
	color: #c8c8c8;
}
#csimg1colTemplate #contentArea {
	background: #fff url(/assets/csimg/images/bkgd_contentArea_csimg.png) top no-repeat;
}
#csimgHome td#sideboxContent p.button,
.button,
p.button,
#button {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: url(/assets/csimg/images/button-off.png) no-repeat center top;
	margin: 5px 16px -5px 16px;
	padding: 5px 0 5px 0;
	width: 168px;
	height: 29px;
	display: block;
	letter-spacing: 0.2em;
	line-height: 1em;
	vertical-align: middle;
}
#csimgHome td#sideboxContent p.button:hover,
.button:hover,
p.button:hover,
#button:hover {
	background: url(/assets/csimg/images/button-on.png) no-repeat center top;
}
#csimgHome #sidebox {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
}
#sidebox table {
}
#csimgHome #column1 {
	border-right: 1px solid #000;
	width: 298px;
}
#csimgHome .imageShadow {
	background: url(/assets/csimg/images/shadow_CSIMGhome.png) repeat-x left bottom;
	padding-bottom: 14px;
	display: block;
}
img.imageShadow +  p {
	margin: -2px 0 21px 0;
}
#error {
	font-weight: bold;
	color: #C41230;
	margin-right: 20px;
	margin-left: 20px;
}

/* Classes */

.smallerType {
 font-size:.9em;
 line-height:1.3em;
}
.navLinkOn {
	color:#000;
	text-decoration:underline;
}
.imageShadow {
	background: url(/assets/csimg/images/shadow_contentAreaCSIMG.png) repeat-x left bottom;
	padding-bottom: 14px;
	display: block;
}

/* Form */

table#form {
	padding: 0 20px 0 0;
	margin: 0px 20px 0 0;
	width: 100%;
}
table#form label {
	margin: 0 7px 4px 4px;
	text-align:right;
	clear: none;
	display: block;
}
table#form table label {
	text-align:left;
}
table#form input {
	margin: 0 5px 7px 0;
	vertical-align: top;
}
table#form input[type="checkbox"] {
	float: left;
	position: relative;
	margin: 0 5px 14px 0;
	padding: 0 5px 14px 0;
}
table#form input + label {
	text-align:left;
	margin: 0 7px 0 0;
}
table#form td {
	padding: 0 5px 10px 0;
}
table#form table td {
	padding: 0 5px 0 0;
}
.required,
span#required {
	font-size: 1.5em;
	line-height: 0;
	font-weight: bold;
	color: #C41230;
	vertical-align: middle;
}
#csimg2colTemplate #sidebox table {
	width: 200px;
}
.searchResultIndex {
	text-align: right;
	float: left;
	margin-right: 5px;
	margin-left: -35px;
}
.searchResult {
	margin-left:40px;
}
.searchPagingBar {
	margin: 7px 0px 7px 48px;
}
.searchPagingBar input {
	font-size: 0.8em;
	margin: 0 2px;
}
