@charset "UTF-8";

/* Body */
html {
	height: 100%;
}

body {
	height: 100%;
}

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/fade.jpg);
	background-repeat: repeat-y;
	background-color: #d5d5d5;
	background-position: top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*	height: 100%; */
}

#nonFooter {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}

* html #nonFooter {
	height: 100%;
}

.page {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}


/* Default Link Styles */

a:link {
	font-size: 14px;
	color: #04416f;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	color: #04416f;
	text-decoration: none;
}

a:active {
	font-size: 14px;
	color: #04416f;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	color: #faa41a;
	text-decoration: none;
}
	


/* Header & Header Elements */

#header_container {
	background-image: url(images/header_tall_short.jpg);
	background-repeat: repeat-x;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 132px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid #FAA41A;
}

#header_content {
	width: 1000px;
	height: 87px;
	margin: 12px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#sts_logo {
	float: left;
	z-index: 1;
}

#sts_text {
	float: left;
	margin: 40px 0 0 0;
}


/* Top Navigation */

#top_nav {
	float: right;
	padding: 0 15px 0 0;
	text-align: right;
	z-index: 2;
}

.top_nav_text {
	font-size: 12px;
	color: #005592;
}

.top_nav_text a:link {
	font-size: 12px;
	color: #005592;
	text-decoration: none;
}

.top_nav_text a:visited {
	font-size: 12px;
	color: #005592;
	text-decoration: none;
}

.top_nav_text a:active {
	font-size: 12px;
	color: #005592;
	text-decoration: none;
}

.top_nav_text a:hover {
	font-size: 12px;
	color: #FAA41A;
	text-decoration: none;
}

.top_nav_spacer {
	font-size: 12px;
	color: #FAA41A;
	font-weight: bold;
}

.top_nav_selected {
	font-size: 12px;
	color: #FAA41A;
}
.login_text {
	font-size: 14px;
	color: #838282;
}

.login_text_email {
	font-size: 12px;
	color: #838282;
}

.login_text_email a:link {
	font-size: 12px;
	color: #838282;
	text-decoration: none;
}

.login_text_email a:visited {
	font-size: 12px;
	color: #838282;
	text-decoration: none;
}

.login_text_email a:active {
	font-size: 12px;
	color: #838282;
	text-decoration: none;
}

.login_text_email a:hover {
	font-size: 12px;
	color: #faa41a;
	text-decoration: none;
}


/* Site Navigation */

#site_nav {
	float: right;
	margin: 53px 0 0 0;
	padding: 0 15px 0 0;
	text-align: right;
	z-index: 1;
}

.site_nav_text {
	font-size: 16px;
	color: #005592;
	text-decoration: none;
}

.site_nav_text a:link {
	font-size: 16px;
	text-align: center;
	color: #005592;
	padding-top: 6px;
	font-weight: normal;
	text-decoration: none;
}

.site_nav_text a:visited {
	font-size: 16px;
	text-align: center;
	color: #005592;
	padding-top: 6px;
	font-weight: normal;
	text-decoration: none;
}

.site_nav_text a:hover {
	font-size: 16px;
	color: #FAA41A;
	text-decoration: none;
}

.site_nav_text a:active {
	font-size: 16px;
	text-align: center;
	color: #005592;
	padding-top: 6px;
	font-weight: normal;
	text-decoration: none;
}

.site_nav_spacer {
	font-size: 16px;
	color: #faa41a;
	font-weight: normal;
}

.site_nav_selected a:link, a:visited, a:active, a:hover {
	font-size: 16px;
	color: #faa41a;
	text-decoration: none;
}


/* Top News */


#news_container {
	background-color: #04416F;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 25px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid #04416F;
}

#news_content {
	width: 1000px;
	height: inherit;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#news_intro {
	margin: 0px;
	padding-top: 5px;
	color: #faa41a;
	font-size: 14px;
	width: 325px;
	float: left;
}

#news_headline {
	margin: 0px 0px 0px 0px;
	padding-top: 6px;
	width: 675px;
	font-size: 0px;
	float: right;
}

.top_news_headline a:link {
	font-size: 12px;
	padding-top: 3px;
	color: #ffffff;
	text-decoration: none;
}

.top_news_headline a:visited {
	font-size: 12px;
	padding-top: 3px;
	color: #ffffff;
	text-decoration: none;
}

.top_news_headline a:hover {
	font-size: 12px;
	padding-top: 3px;
	color: #ffffff;
	text-decoration: underline;
}

.top_news_headline a:active {
	font-size: 12px;
	padding-top: 3px;
	color: #ffffff;
	text-decoration: none;
}

div.feedburnerFeedBlock > ul { 
   list-style-type: none; 
   margin-left: 0; 
   padding-left: 0; 
}

#creditfooter {
	display: none;
}

/* Main Content 1 - Pages w/ Wide Sidebars */

#content_container { 
	width: 998px;  
	background: #FFFFFF;
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	z-index: 2;
}

#mainContent1 { 
	background: #ffffff;
	margin: 0 0 0 200px; 
	padding: 0 20px; 
	text-align: left;
	z-index: 3;
	border: 1px solid transparent;
} 

#picture_frame {
	width: 300px;
	margin: 15px 10px 35px -5px;
	float: left;
}

#mainContent1 h1 {
	font-size: 18px;
	color: #838282;
}

#mainContent1 h2 {
	font-size: 14px;
	color: #04416F;
}

#mainContent1 h2 a:link {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent1 h2 a:visited {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent1 h2 a:active {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent1 h2 a:hover {
	font-size: 14px;
	color: #faa41a;
	text-decoration: none;
}

#mainContent1 p, td {
	font-size: 14px;
	color: #838282;
}


#mainContent1 a:link {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent1 a:visited {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent1 a:active {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent1 a:hover {
	font-size: 14px;
	color: #faa41a;
	text-decoration: none;
}

/* Main Content 2 - Pages w/ Narrow Sidebars */


#mainContent2 { 
	margin: 0 0 0 175px; 
	padding: 1px 10px 0px 10px; 
	text-align: left;
} 

#mainContent2 h1 {
	font-size: 18px;
	color: #838282;
}

#mainContent2 h2 {
	font-size: 14px;
	color: #04416F;
}

#mainContent2 h2 a:link {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent2 h2 a:visited {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent2 h2 a:active {
	font-size: 14px;
	color: #04416F;
	text-decoration: none;
}

#mainContent1 h2 a:hover {
	font-size: 14px;
	color: #faa41a;
	text-decoration: none;
}

#mainContent2 p, td {
	font-size: 14px;
	color: #838282;
}

#solutions_logos {
	width: 200px;
	margin: 20px 10px 20px 10px;
	float: left;
	text-align: center;
}

.strong {
	font-weight: bold;
}


/* Sidebar 1 - Wide Sidebar Used w/ MainContent1 on Homepage */


#sidebar1 {
	background-image: url(images/sidebar_button_wide.jpg);
	background-repeat: repeat-y;
	float: left; 
	width: 200px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#sidebar1_quote1 {
	float: left;
	height: 124px;
	padding: 25px 10px 0 10px;
	border-bottom: 1px solid #838282;
	border-right: 1px solid #d5d5d5;
	width: 179px;
}

#sidebar1_quote2 {
	float: left;
	height: 124px;
	padding: 25px 10px 0 10px;
	border-bottom: 1px solid #838282;
	border-right: 1px solid #d5d5d5;
	width: 179px;
}

#sidebar1_quote3 {
	float: left;
	height: 124px;
	padding: 25px 10px 0 10px;
	border-bottom: 1px solid #838282;
	border-right: 1px solid #d5d5d5;
	width: 179px;
}

.sidebar_quote_text {
	font-size: 14px;
	color: #838282;
	text-align: left;
	line-height: 18px;
}

.sidebar_company {
	font-size: 12px;
	color: #838282;
	text-align: left;
}

.sidebar_company_yellow {
	font-size: 12px;
	color: #faa41a;
	text-align: left;
}


/* Sidebar 2 - Narrow Sidebar Used w/ MainContent2 on Secondary & Tertiary Pages */


#sidebar2 {
	float: left; 
	width: 150px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 0px;
}

#sidebar2_nav {
	background-image: url(images/sidebar2_button.jpg);
	float: left;
	width: 150px;
	height: 30px;
	text-align: left;
	border-bottom: 1px solid #838282;
	border-right: 1px solid #d5d5d5;
	font-size: 0px;
}

#sidebar2 h2 {
	font-size: 14px;
	text-align: center;
	color: #838282;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
	vertical-align: middle;
}

#sidebar2 h2 a:link {
	font-size: 14px;
	text-align: center;
	color: #838282;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
	vertical-align: middle;	
}

#sidebar2 h2 a:visited {
	font-size: 14px;
	text-align: center;
	color: #838282;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
	vertical-align: middle;
}

#sidebar2 h2 a:active {
	font-size: 14px;
	text-align: center;
	color: #838282;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
	vertical-align: middle;
}

#sidebar2 h2 a:hover {
	font-size: 14px;
	text-align: center;
	color: #04416f;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
	vertical-align: middle;
}


/* Sidebar 2 Open */

#sidebar2_nav_open {
	background-color: #ffffff;
	float: left;
	width: 150px;
	border-bottom: 1px solid #838282;
	font-size: 0px;
}

#sidebar2_nav_open h2 {
	font-size: 14px;
	text-align: center;
	color: #faa41a;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
}

#sidebar2_nav_open h2 a:link {
	font-size: 14px;
	text-align: center;
	color: #faa41a;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
}

#sidebar2_nav_open h2 a:visited {
	font-size: 14px;
	text-align: center;
	color: #faa41a;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
}

#sidebar2_nav_open h2 a:active {
	font-size: 14px;
	text-align: center;
	color: #faa41a;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
}

#sidebar2_nav_open h2 a:hover {
	font-size: 14px;
	text-align: center;
	color: #04416f;	
	padding-top: 6px;
	font-weight: lighter;
	text-decoration: none;
}

#sidebar2_nav_open ul {
	font-size: 10px;
	color: #838282;
	list-style-type: none;
	margin-left: 2px;
}

.sidebar2_nav_open ul, li a:link {
	font-size: 10px;
	color: #838282;
	list-style-type: none;
	text-decoration: none;
}

.sidebar2_nav_open ul, li a:visited {
	font-size: 10px;
	color: #838282;
	list-style-type: none;
	text-decoration: none;
}

.sidebar2_nav_open ul,li a:active {
	font-size: 10px;
	color: #838282;
	list-style-type: none;
	text-decoration: none;
}

.sidebar2_nav_open ul,li a:hover {
	font-size: 10px;
	color: #04416f;
	list-style-type: none;
	text-decoration: none;
}

.sidebar2_nav_open_selected ul,li {
	font-size: 10px;
	color: #faa41a;
	list-style-type: none;
}


/* Footers - Applicable for All Pages. PLEASE DO NOT CHANGE ANYTHING BELOW THIS LINE */


#footer_container, #push {
	height: 30px; 
}	

#footer_container {
	clear: both;
	position: relative;
	left: 0px;
	bottom: 0px;
	background-image: url(http://blueloopconcepts.com/clients/solstice/images/footer.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	/* margin: -0.5em auto 0 auto;  */
	z-index: 999;
}

.footer {
	font-size: 12px;
	padding-top: 13px;
	color: #ffffff;
}

*, html, #footer_content, .footer
{
	/* margin-top: -0.5em; */
}

