@import url("nc_type.css");
@import url("sidebar_menu.css");

/*
Styles for Three Springs-North Carolina
Author: Designwise
Date: November 2009, Revised for Frog CMS
*/

/* Normalization */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}


/* Layout */

body {
	background: url(../images/tsi_bkgnd.jpg) no-repeat center 16px;
}
#header {
	position: relative;
	width: 932px;
	height: 128px;
	margin: 16px auto 0 auto;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 128px;
	width: 200px;
	background: url(../images/tsi_logo-trans.png) no-repeat;
	text-indent: -9999px;
}
#header blockquote {
	position: absolute;
	top: 0;
	left: 200px;
	padding-left: 200px;
	height: 128px;
	width: 400px;
	background: url(../images/nc_tagline-trans.png) no-repeat;
	text-indent: -9999px;
}
#header img.tsi_number {
	position: absolute;
	top: 0;
	right: 0;
	width: 332px;
}
#stripe {
	height: 12px;
	background-color: rgb(106,140,171);
}
#main_content {
	position: relative;
	width: 932px;
	min-height: 612px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-left: 1px dotted rgb(220,220,220);
	border-right: 1px dotted rgb(220,220,220);
}
#main_content div.breadcrumb {
	position: absolute;
	top: 12px;
	left: 164px;
	background-color: rgb(106,140,171);
	padding:  0 10px 5px 10px;
	z-index: 10;
}
/*sizer begin*/
#main_content div.sizer {
	position: absolute;
	top: 137px;
	right: 233px;
	background-color: rgb(106,140,171);
	padding:  5px 10px;
	z-index: 10;
}
/*sizer end*/
#main_content div.body_image {
	position: absolute;
	top: 0;
	left: 164px;
	border-top: 12px solid rgb(106,140,171);
	background-color: rgb(200,200,200);
}
#main_content div.feature_box {
	position: absolute;
	min-height: 150px;
	width: 214px;
	border: 4px solid rgb(179,220,241);
	background-color: none;
}
#left_sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 164px;
	z-index: 30;	
}
#footer {
	position: relative;
	width: 932px;
	height: 32px;
	margin: 0 auto;
	background-color: rgb(0,104,185);
	border-left: 1px solid rgb(0,104,185);
	border-right: 1px solid rgb(0,104,185);
}
#main_content #main_graphic {
	position: absolute;
	height: 262px;
	width: 932px;
	top: 0;
	left: 0;
	background-color: rgb(106,140,171);
	z-index: 10;
}
/* feature boxes */
#main_content #feature_mc1.feature_box {
	top: 275px;
	left: 0;
	background-color: rgb(255,255,255);
}
#main_content #feature_mc2.feature_box {
	top: 275px;
	left: 237px;
	background-color: rgb(255,255,255);
}
#main_content #feature_mc3.feature_box {
	top: 275px;
	left: 474px;
	background-color: rgb(255,255,255);
}
#main_content #feature_mc4.feature_box {
	top: 447px;
	left: 0;
	background-color: rgb(255,255,255);
}
#main_content #feature_mc5.feature_box {
	top: 447px;
	left: 237px;
	background-color: rgb(255,255,255);
}
#main_content #feature_mc6.feature_box {
	top: 447px;
	left: 474px;
	background-color: rgb(255,255,255);
}
/* feature block */
#main_content #feature_block {
	position: absolute;
	top: 0;
	right: 0;
	width: 233px;
	min-height: 156px;
	background-color: rgb(106,140,171);
	border: none;
	z-index: 20;
}
/* testimonial */
#main_content #feature_testimonial.sidebar_box {
	position: absolute;
	top: 156px;
	right: 0;
	width: 233px;
	height: 400px;
	border: none;
}
#main_content #feature_testimonial_h.sidebar_box_h {
	position: absolute;
	top: 262px;
	right: 0px;
	width: 233px;
	height: 400px;
	border: none;
}
#main_content #feature_testimonial_h img {
	padding-bottom: 21px;
}
/* searchable description */
#main_content div.searchable_desc {
	position: absolute;
	width: 720px;
	top: 680px;
	left: 0;
	min-height: 100px;
	margin: 0 auto;
	border: none;
}

/* Navigation */

#header #primary_nav {
	position: absolute;
	top: 92px;
	right: 0;
	height: 32px;
	font-size: 11px;
	font-weight: bold;
}
#header #primary_nav ul li {
	float: left;
	height: 32px;
	width: 100px;
	background-color: rgb(0,104,185);
	margin-left: 4px;
	display: inline;
}
#header #primary_nav ul li a {
	display: block;
	width: 100px;
	padding: 10px 0 12px 0;
	text-align: center;
}
#header #primary_nav ul li a.active {
	background-color: rgb(66,196,220);
	height: 36px;
}
/*#header #primary_nav ul li {
	float: left;
	height: 32px;
	width: 100px;
	background-color: rgb(0,104,185);
	margin-left: 4px;
	text-align: center;
	display: inline;
}
#header #primary_nav ul li a {
	display: block;
	padding: 10px 0 15px 0;
}
#header #primary_nav ul li a.active {
	background-color: rgb(66,196,220);
}*/
#main_content #left_sidebar {
	min-height: 320px;
	width: 164px;
	background: url(../images/nc_sub_nav_bkgnd.png) repeat-x;
	border-top: 12px solid rgb(106,140,171);
}
#main_content #left_sidebar #sub_nav {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
#main_content #left_sidebar #sub_nav ul li {
	height: 24px;
	width: 164px;
	margin: 0 0 1px 0;
	*margin: 0 0 -2px 0;
	background-color: rgb(179,220,241);
}
#main_content #left_sidebar #sub_nav ul li a {
	display: block;
	padding: 6px 0 7px 12px;
}
#main_content #left_sidebar #sub_nav ul li a.active {
	background-color: rgb(220,220,220);
}
#main_content #left_sidebar #sub_nav ul li.first {
	margin-top: 0;
}
#footer #footer_nav {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	font-weight: bold;
}
#footer #footer_nav ul li {
	float: left;
	padding-left: 4px;
}
#footer #footer_nav li.pipe:after {
	content: " | ";
	color: rgb(255,255,255);
}

/* Links */

#header #primary_nav a:link {
	color: rgb(255,255,255);
	text-decoration: none;
}
#header #primary_nav a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
#header #primary_nav li:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(66,196,220);
}
#header #primary_nav li a.current {
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: rgb(66,196,220);
}
#header #primary_nav a:active {
	color: rgb(255,255,255);
	text-decoration: none;
}
#main_content a:link {
	color: rgb(0,104,185);
	text-decoration: none;
	font-weight: bold;
}
#main_content a:visited {
	color: rgb(0,104,185);
	text-decoration: none;
	font-weight: bold;
}
#main_content a:hover {
	color: rgb(150,150,150);
	text-decoration: underline;
}
#main_content a:active {
	color: rgb(66,196,220);
	text-decoration: underline;
	font-weight: bold;
}
/*  invisible seo links */
#main_content a.seo:link {
	color: rgb(80,80,80);
	text-decoration: none;
	font-weight: normal;
}
#main_content a.seo:visited {
	color: rgb(80,80,80);
	text-decoration: none;
	font-weight: normal;
}
#main_content a.seo:hover {
	color: rgb(80,80,80);
	text-decoration: none;
	font-weight: normal;
}
#main_content a.seo:active {
	color: rgb(80,80,80);
	text-decoration: none;
	font-weight: normal;
}
/* end invisible seo links */
#main_content a.learn_more_q:link {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: bold;
}
#main_content a.learn_more_q:visited {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: bold;
}
#main_content a.learn_more_q:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}
#main_content a.learn_more_q:active {
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: bold;
}
#main_content div.breadcrumb a:link {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: bold;
}
#main_content div.breadcrumb a:visited {
	color: rgb(0,0,0);
	text-decoration: none;
}
#main_content div.breadcrumb a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}
#main_content div.breadcrumb a:active {
	color: rgb(255,255,255);
	text-decoration: none;
}
/*#main_content div.breadcrumb a:after {
	content: "  >  ";
}*/
/*sizer begin*/
#main_content div.sizer a:link {
	color: rgb(255,200,0);
	text-decoration: none;
	font-weight: bold;
}
#main_content div.sizer a:visited {
	color: rgb(255,200,0);
	text-decoration: none;
}
#main_content div.sizer a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}
#main_content div.sizer a:active {
	color: rgb(255,255,255);
	text-decoration: none;
}
/*sizer end*/
#main_content #left_sidebar #sub_nav a:link {
	color: rgb(90,90,90);
	text-decoration: none;
}
#main_content #left_sidebar #sub_nav a:visited {
	color: rgb(90,90,90);
	text-decoration: none;
}
#main_content #left_sidebar #sub_nav li:hover {
	text-decoration: none;
	background-color: rgb(220,220,220);
}
#main_content #left_sidebar #sub_nav li a.current{
	text-decoration: none;
	background-color: rgb(220,220,220);
}
#main_content #left_sidebar #sub_nav a:active {
	color: rgb(66,196,220);
	text-decoration: none;
}
#footer #footer_nav a:link {
	color: rgb(255,255,255);
	text-decoration: none;
}
#footer #footer_nav a:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
#footer #footer_nav a:hover {
	color: rgb(66,196,220);
	text-decoration: underline;
}
#footer #footer_nav a:active {
	color: rgb(0,169,255);
	text-decoration: underline;
}
#main_content span.learn_more:after {
	content: url(../images/orange_arrows_sm.png);
}
#main_content a.learn_more:after {
	content: url(../images/orange_arrows_sm.png);
}
/*#main_content a.learn_more_q:after {
	content: url(white_arrows_sm.png);
}
#main_content a.learn_more_hp:after {
	content: url(orange_arrows_sm.jpg);
}*/
#main_content span.current {
	color: rgb(255,200,0);
}
