@charset "UTF-8";
/* CSS Document */

/* Footer hack from http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	/*background: #fff;*/
	background-color: #E9EFE6;
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana Sans-Serif;
	/*line-height: 1.5em;
	margin-top: 0;
	padding-top: 0;*/
}
p {
	padding-top: 1.5em;
}
h1, H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 1.0em;
}
h2, H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 1.0em;
}
h3, H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
h4, H4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

a, a:visited {
	color: #D85521;
	text-decoration: none;
	padding-right: 0px;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
	padding-right: 0px;
}

img {
	border: 0;
}
.dk_green {
	color: #3A7345;
}

.thick_bar {
	padding-bottom: 10px;
	border-bottom: 8px solid #3A7345;
}

.thin_bar {
	padding-bottom: 10px;
	border-bottom: 2px solid #3A7345;
}
	
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -4em;*/
	margin: 0 auto -159px;
}
.container {
	width: 850px;
	/*border: #ccc solid;
	border-width: 0 1px 0 1px;*/
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.spacer {
	clear: both;
	padding: 10px;
	margin: 0;
}
/* HEADER & NAVIGATION */

#header {
	width: 848px;
	/*min-height: 167px;*/
	height: 80px;
	z-index: 1;
	background: #fff;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#header h1 a {
	background-color: transparent;
	background-image: url("/images/cst-logo.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 243px;
	height: 48px;
	text-indent: -9999px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	margin: 15px 270px 0 20px;
}
#global_nav {
	width: 808px;
	float: left;
	color: #fff;
	font-size: 14px;
	/*text-transform: uppercase;*/
	padding: 20px;
	background: #003300;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	/*padding: 4px 0 0 7px;*/
}
	#global_nav a, #global_nav a:visited {
		color: #fff;
		padding-right: 20px;
		text-decoration: none;
	}
	#global_nav a:hover {
		color: #E08156;
	}
	#global_nav a:active {
		color: #D85521;
	}

/*CSS from http://www.alistapart.com/articles/taminglists/
more info at http://css-tricks.com/using-css-for-image-borders/
example to play with=rollover_test.html*/
#submenu {
	width: 157px;
	/*border-right: 1px solid #ccc;*/
	padding: 0 0 0 0;
	/*margin-bottom: 1em;*/
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana Sans-Serif;
	/*background-color: #f2f2f2;*/
	color: #363;
	}
	#submenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
.ie6 #submenu ul {
	/*width: 189px;*/
	width: 120px;
	}
	#submenu li {
		border-bottom: 1px solid #ccc;
		margin: 0;
		padding-left: 0;
		}
		#submenu li a {
			display: block;
			padding: 5px;
			border-left: 10px solid #ffc07c;
			/*border-left: 10px solid #FFFFCC;
			border-right: 10px solid #508fc4;*/
			background-color: #fff;
			color: #363;
			text-decoration: none;
			width: 100%;
			}
	html>body #submenu li a {
		width: auto;
		}

	#submenu li a:hover {
		border-left: 10px solid #FF931E;
		/*border-right: 10px solid #5ba3e0;*/
	color: #363;
		/*color: #fff;*/
		}

a.btn-forum {
background:url("../images/btn-forum.gif") no-repeat scroll center top transparent;
display:block;
height:25px;
width:34px;
float: right;
margin: -5px -15px -5px 0;
text-indent:-9999px;
}

.win.gecko a.btn-forum {
margin: -20px -10px -5px 0;
}

.ie6 a.btn-forum, .ie7 a.btn-forum {
margin: -20px 0px -5px 0;
}

.ie8 a.btn-forum {
margin: -5px -5px -5px 0;
}

a.btn-home-cta:hover {
background-position:0 -49px;
}
a.btn-home-cta {
background:url("../images/btn-home-products.gif") no-repeat scroll center top transparent;
display:block;
height:49px;
width:198px;
text-indent:-9999px;
}

a.btn-mi-book:hover {
background-position:0 -78px;
}
a.btn-mi-book {
background:url("../images/btn-mi-book4.gif") no-repeat scroll center top transparent;
display:block;
height:78px;
width:236px;
text-indent:-9999px;
}

a.btn-mi-book2:hover {
background-position:0 -140px;
}
a.btn-mi-book2 {
background:url("../images/btn-mi-book2.gif") no-repeat scroll center top transparent;
display:block;
height:140px;
width:79px;
text-indent:-9999px;
}

#contact {
	float: right;
	padding: 5px 10px 0 10px;
}
.safari #contact {
	float: right;
	padding: 3px 10px 0 10px;
}
.ie #contact {
	padding: 3px 10px 0 10px;
}
.win.gecko #contact {
	padding: 2px 10px 0 10px;
}
#contact img {
	margin-top: -1px;
}
.safari #contact img {
	margin-top: 1px;
}
.win.gecko #contact img {
	margin-top: 2px;
}
.ie #contact img {
	margin-top: 1px;
}
#content {
	width: 848px;
	/*min-height: 400px;*/
	background: #fff;
	border: #ccc solid;
	border-width: 0 1px 1px 1px;
}

#col1_home {
	width: 257px;
	/*min-height: 300px;*/
	float: left;
	/*padding: 10px;*/
	background: #fff;
	padding: 20px;
	line-height: 18px;
}
#col1_subpage {
	width: 157px;
	/*min-height: 300px;*/
	float: left;
	/*padding: 10px;*/
	background: #fff;
	padding: 0px;
	line-height: 18px;
}
#col2_home {
	/*width: 617px;*/
	width: 550px;
	min-height: 460px;
	float: right;
	margin: 0;
	/*padding: 0 10px;*/
	border: #ccc solid;
	border-width: 0 0 0 1px;
}
#col2_subpage {
	/*width: 617px;*/
	width: 690px;
	min-height: 460px;
	float: right;
	margin: 0;
	/*padding: 0 10px;*/
	border: #ccc solid;
	border-width: 0 0 0 1px;
}
.col_header1 {
	width: auto;
	background: #3366cc;
	color: #DFE7F6;
	margin: -10px;
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 0;
	height: 22px;
}
.col_header2 {
	width: auto;
	background: #3366cc;
	color: #DFE7F6;
	/*margin: -10px;*/
	padding: 10px;
	border: #ccc solid;
	border-width: 0 0 1px 0;
	height: 22px;
}
.ie6 .col_header1, .col_header2 {
	padding: 10px 10px 0 10px;
}
	.col_header1 h3, h4 {
	color: #3A7345;
	}
#home_content {
	padding: 20px;
}
	#home_content h3, #home_content h4 {
		color: #3A7345;
	}
	#home_content li {
		list-style-image: url("../images/gt_arrows_black.gif");
	}

	#home_content a, #home_content a:visited {
		color: #D85521;
		text-decoration: none;
	}
	#home_content a:hover, #home_content a:active {
		text-decoration: underline;
	}
	
#subpage_content {
	padding: 20px;
	line-height: 18px;
}
	#subpage_content h3, #subpage_content h4 {
		color: #3A7345;
	}
	#subpage_content li {
		list-style-image: url("../images/gt_arrows_black.gif");
	}

	#subpage_content a, #subpage_content a:visited {
		color: #D85521;
		text-decoration: none;
	}
	#subpage_content a:hover, #subpage_content a:active {
		text-decoration: underline;
	}
.news_title {
	color: #3366cc;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
.news_date {
	color: #999;
	font-style: italic;
}
.news_copy {
	color: #333;
	text-indent: 10px;
}
#proc_image {
	border: #ccc solid;
	border-width: 0 0 1px 0;
}
.img_legend {
	padding-top: 10px;
	font-size: 10px;
	line-height: 18px;
}


#footer, #push {
	height: 159px;
	/*min-height: 180px;
	background: url(../images/usc-io_footer_bkgd.gif) repeat-x;*/
}

.note {
	font-size: 10px;
	color: #666;
}

.ie .note {
	font-size: 11px;
}
.win.gecko .note {
	font-size: 11px;
}

#footer {
	/*min-height: 159px;*/
	font-size: 10px;
	color: #666;
}
/*.ie6 #footer {
	font-size: 18px;
}*/
.ie #footer {
	font-size: 11px;
}
.win.gecko #footer {
	font-size: 11px;
}
	

	#footer a:link, #footer a:visited {
		color: #666;
		text-decoration: none;
		}

	#footer a:hover, #footer a:active {
		color: #666;
		text-decoration: underline;
		}

#footer p {
	line-height: 18px;
	font-size: 10px;
}
#footer_contact {
	width: 273px;
	float: left;
	padding: 10px 0 0 10px;
}
#footer_contact img {
	margin-top: 0px;
}
.win.gecko #footer_contact img {
	margin-top: 2px;
}
.ie #footer_contact img {
	margin-top: 2px;
}
#footer_copyright {
	width: 284px;
	float: left;
	padding-top: 10px;
}
#footer_blogroll {
	width: 273px;
	float: left;
	padding: 10px 10px 0 0;
}
#footer_credits {
	margin-top: 0;
	padding-top: 90px;
}
.win.gecko #footer_credits {
	padding-top: 110px;
}
.ie #footer_credits {
	padding-top: 105px;
}
.ie8 #footer_credits {
	padding-top: 110px;
}
