/* GLOBAL CSS */
/* ALL PAGES */
body {
	margin-left: 0px ;
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	background-color: #324148 ;
	background-image:url(/images/background.png) ;
	background-repeat:repeat-x;
}

body,td,th {
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px ;
	line-height: 18px ;
}

a:link, a:visited, a:active {
	text-decoration: none ;
	color: #0000cc ;
	
}

a:hover {
	text-decoration: underline ;
	color: #0000cc ;
}

a.image:link, a.image:visited, a.image:active, a.image:hover {
	border: 0px ;
}

#OuterShell {
	width: 930px ;
	margin: 0px auto ;
}

#Nav {
	color:#CCCCCC;
	font-size:14px;
	height:110px;
	position:relative;
	z-index:101;
}
#Nav a {
	color:#FFFFFF;
	text-decoration:none:;
}

HR.leftnav {
	background-color: #B5B283 ;
	border: 0px ;
	height: 6px ;
}

IMG.leftnavheader {
	margin: 4px 0px 4px 0px ;
}

#Content {
	margin-top:6px;
}

#twoColLeftSm {
	float: left ;
	display: inline ;
	margin: 34px 0px 34px 34px ;
	width: 265px ;
}

#twoColRightLg {
	float: right ;
	display: inline ;
	margin: 34px 34px 34px 0px ;
	width: 563px ;
}

#twoColLeftLg {
	float: left ;
	display: inline ;
	margin: 34px 0px 34px 34px ;
	width: 563px ;
}

#twoColRightSm {
	float: right ;
	display: inline ;
	margin: 34px 34px 34px 0px ;
	width: 265px ;
}

#twoColRightSmOver {
	float: right ;
	display: inline ;
	margin: -28px 34px 34px 0px ;
	width: 265px ;
	position:relative;
	z-index:100;
}

#twoColRightSmOverFlush {
	float: right ;
	display: inline ;
	margin: -28px 0px 34px 0px ;
	width: 299px ;
	position:relative;
	z-index:100;
}

#twoColLeftMed {
	float: left ;
	display: inline ;
	margin: 34px 0px 34px 34px ;
	width: 414px ;
}

#twoColRightMed {
	float: right ;
	display: inline ;
	margin: 34px 34px 34px 0px ;
	width: 414px ;
}

#contentS1 {
	background-image:url(/images/bgSection1.jpg);
	min-height:400px;
}
#contentS2 {
	background-image:url(/images/bgSection2.jpg);
	min-height:400px;
}
#contentS3 {
	background-image:url(/images/bgSection3.jpg);
	min-height:400px;
}
#contentS4 {
	background-image:url(/images/bgSection4.jpg);
	min-height:400px;
}
#contentS5 {
	background-image:url(/images/bgSection5.jpg);
	min-height:400px;
}

#Footer {
	padding-top:12px;
	font-size:11px;
	color:#848D91;
	text-align:right;
}

#Footer a:link, #Footer a:visited, #Footer a:active {
	text-decoration: underline ;
	color:#848D91;
}

#Footer a:hover {
	text-decoration: none ;
}

.cleaner {
	clear: both ;
	height: 1px ;
	font-size: 1px ;
	line-height: 1px ;
	border: 0px ;
	margin: 0px ; 
	padding: 0px ;
	background: transparent ;
}

.form_instructions {
	font-weight: normal ;
        font-size: 10px ;
	color: #000000 ;
}

a:link.form_instructions, a:active.form_instructions, a:visited.form_instructions, a:hover.form_instructions {
	color: #0000cc ;
}

.form_error {
        color: #cc0000 ;
        font-style: italic ;
}

INPUT.contactText {
	width: 130px;
	height: 18px;
	margin-bottom: 5px;
}

.contactStateBlock {
	width: 32px;
	float: left;
}

INPUT.contactTextState {
	width: 32px;
	height: 18px;
	margin-bottom: 5px;
}

.contactZipBlock {
	width: 84px;
	float: right;
}

INPUT.contactTextZip {
	width: 84px;
	height: 18px;
	margin-bottom: 5px;
}

TEXTAREA.contactText {
	width: 260px;
	height: 164px;
	margin: 0px 0px 8px 0px;
}

/* TAB LAYOUT STYLES */



.tab {
	float: left;
	height: 28px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tabActive {
	background-image: url(/images/tabs/s3/tabLft.png);
	background-position: right;
	background-repeat:no-repeat;
	padding:16px 20px 0px 18px;
}

.tabOn {
	padding: 16px 18px 0px 18px;
}

.tab a:link, .tab a:visited, .tab a:active {
	 color:#FFFFFF;
	 text-decoration:underline;
}

.tab a:hover {
	text-decoration:none;
}

ul#nav-list{
	list-style-type:none;
	float:right;
	width:600px;
	padding:30px 0px 0px 0px;
	display:inline;
}

ul#nav-list li{
	float:left;
	padding:0px 20px 0px 0px;
}

#cc-logo{
	float:left;
	display:inline;
	width:229px;
	padding:20px 0px 0px 0px;
}










