/*----------------------------------------------------------
	THIS IS THE MAIN STYLESHEET FOR STUCTURAL AND LAYOUT CHANGES
	
	What this stylesheet **IS** for:
	
	1) The main styles relating to the major sections of the site for example the header div or the primary navigation. 
	2)If you are setting the default styles for  section for example #header a or #column_1 p then it would go in here
	
	What this stylesheet is **NOT** for:
	1) If you were adding styles to p or a tags that were outside these section default styles then they would go in the style_type.css file for example

-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*CHANGE LOG - Anytime this stylesheet is changed please add in a descriptive comment here together with the date*/






/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------
[TABLE OF CONTENT]

(**PLEASE NOTE the although sometimes the order of the HTML element in a page may be in the same  as the TOC below a lot of times it may differ for example #image_container and primary naviagtion usually go within the header structrually within the HTML but dont have to depending on the structure of the site)

0.0 IMPORTS
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms


1.0 BODY
	1.1. Wrapper / #wrapper
	1.2. Container / #container


2.0 HEADER / #header 
	2.1 Container for the main page image / #image_container
	2.2 Primary Navigation / #navigation_primary
	2.3 Secondary Navigation / #navigation_secondary
	2.4 Local Navigation / #navigation_local

3.0 CONTENTS/ #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3

4.0 FOOTER/ #footer

5.0 MISCELLANEOUS (Please update this )
	5.1 - Miscellaneous - Sidebox
	5.2 - Miscellaneous - Header Info Box
	5.3 - Miscellaneous - The styles for the wizard/steps
	
	
6.0 TABLES (Default styles and any others you want to add)


7.0 RECYCLE BIN (old CSS or disable CSS for testing)

 -------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 0.0 - IMPORTS*/

	@import url("reset.css");
	@import url("style_type.css");
	@import url("style_tools.css");
	@import url("form.css");
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	
body {
	background-color: #005542;	
}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

#wrapper {
}

/* 1.2 - Body / Container
------------------------------------------------------------*/

#container {
	position: relative;
	background-color: #005542;
	background-image: url(../images/1px_grad.jpg);
	background-repeat: repeat-x;
}	 

#containerscroll {
	background-image: url(../images/1px_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}

#containerinner {
	background-image: url(../images/bg_decoration.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: relative;
}
	 
/* 2.0 - HEADER
------------------------------------------------------------*/
	
#header {
	position: relative;
	background-image: url(../images/header_grad.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header span {
	display: none;
}
#headerinner {
	display: block;
	padding-top: 14px;
	padding-right: 40px;
}
#logo a{
	background-image: url(../images/sh_logo.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 139px;
	margin-top: 14px;
	margin-left: 40px;
	background-position: 0px 0px;
	display: block;
	float: left;
}
#calltoaction a {
	background-image: url(../images/sh_calltoaction.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 111px;
	width: 459px;
	margin-top: 14px;
	margin-left: 274px;
	float: left;
}

/* 2.1 - Header / Primary Navigation
------------------------------------------------------------*/

#navigation_primary {
	height: 23px;
	padding-left: 211px;
	list-style-type: none;
	float: left;
	width: 688px;
}

#navigation_primary li {
    float: left;
}

.home a {
	display: block;
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
#nav01 .home a, #nav01 .nav01 a {
	display: block;
	background-image: url(../images/nav_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}

#nav02 .about a, #nav02 .nav02 a {
	display: block;
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}

#nav03 .test a, #nav03 .nav03 a {
	display: block;
	background-image: url(../images/nav_test.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#nav04 .client a, #nav04 .nav04 a {
	display: block;
	background-image: url(../images/nav_clients.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#nav05 .services a, #nav05 .nav05 a {
	display: block;
	background-image: url(../images/nav_services.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#nav06 .case a, #nav06 .nav06 a {
	display: block;
	background-image: url(../images/nav_casestudies.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#nav07 .news a, #nav07 .nav07 a {
	display: block;
	background-image: url(../images/nav_news.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


#nav08 .contact a, #nav08 .nav08 a {
	display: block;
	background-image: url(../images/nav_contactus.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 23px;
	width: 86px;
}


.home a:hover {
	background-image: url(../images/nav_home.jpg);
	background-position: 0px -23px;
}

.about a {
	display: block;
	background-image: url(../images/nav_about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.about a:hover {
	background-image: url(../images/nav_about.jpg);
	background-position: 0px -23px;
}

.test a {
	display: block;
	background-image: url(../images/nav_test.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.test a:hover {
	background-image: url(../images/nav_test.jpg);
	background-position: 0px -23px;
}

.client a {
	display: block;
	background-image: url(../images/nav_clients.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.client a:hover {
	background-image: url(../images/nav_clients.jpg);
	background-position: 0px -23px;
}

.services a {
	display: block;
	background-image: url(../images/nav_services.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.services a:hover {
	background-image: url(../images/nav_services.jpg);
	background-position: 0px -23px;
}

.case a {
	display: block;
	background-image: url(../images/nav_casestudies.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.case a:hover {
	background-image: url(../images/nav_casestudies.jpg);
	background-position: 0px -23px;
}

.news a {
	display: block;
	background-image: url(../images/nav_news.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.news a:hover {
	background-image: url(../images/nav_news.jpg);
	background-position: 0px -23px;
}

.contact a {
	display: block;
	background-image: url(../images/nav_contactus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 23px;
	width: 86px;
}
.contact a:hover {
	background-image: url(../images/nav_contactus.jpg);
	background-position: 0px -23px;
}

.sectionimg {
	padding-bottom:10px;
}


/* 3.0 - CONTENT
------------------------------------------------------------*/

#content {
	position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#image_inner {
	width: 940px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column-1 {
	padding: 35px 0 20px 35px;
	width: 600px;
	float: left;
}
#column-1 h1 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 28px;
	line-height: 28px;
	color: #005542;
	font-weight: normal;
	padding-bottom: 15px;
}
#column-1 h2 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 18px;
	line-height: 22px;
	color: #871e22;
	font-weight: normal;
	padding-bottom: 10px;
}

#column-2 h2 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 5px 0;
}

#column-1 h3 {
	font-family: Arial, "Helvetica", sans-serif, Trebuchet MS;
	font-size: 14px;
	line-height: 22px;
	color: #005542;
	font-weight: bold;
	padding: 20px 0 3px 0;
	text-decoration:none;
}

#column-1 p {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-bottom: 15px;
}

#column-1 .intro {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-bottom: 15px;
	font-weight:bold;
}

#column-2 p {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	padding-bottom: 10px;
}

#column-1 a {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight:bold;
	font-size: 12px;
	color: #365f87;
	padding-bottom: 15px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:20px;
}

#column-1 ul {
	padding-left:40px;
	margin:0px;
}

#column-1 li {
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

.back{
	background-image:url(../images/back.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	padding:20px 0 0 18px;
}

.forward{
	background-image:url(../images/forward.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding:20px 18px 0 0;
}


.floatright {
	text-align:right;
	float:right;
}


#column-1 .boximg {
	padding:0 5px 5px 0;
}


/* 3.2 - Content / Column 2
------------------------------------------------------------*/

#column-2 {
	float: left;
	width: 282px;
	padding-top: 35px;
	padding-left: 22px;
}
.adblockcalltoaction {
	background-image: url(../images/contact_button.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 125px;
	width: 242px;
	background-position: 0px 0px;
}
.adblockcalltoaction:hover {
	background-image: url(../images/contact_button.jpg);
	background-position: 0px -125px;
}

.adblocknews {
	background-image: url(../images/adblock_sign_up.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 81px;
	width: 242px;
	background-position: 0px 0px;
	margin-top: 20px;
}
.adblocknews:hover {
	background-image: url(../images/adblock_sign_up.jpg);
	background-position: 0px -81px;
}

.adblockcase {
	background-image: url(../images/adblock_casestudies.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 242px;
	background-position: 0px 0px;
	margin-top: 20px;
	margin-bottom:20px;
}
.adblockcase:hover {
	background-image: url(../images/adblock_casestudies.jpg);
	background-position: 0px -75px;
}


.adblockbrochure {
	background-image: url(../images/adblock_brochure.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 242px;
	background-position: 0px 0px;
	margin-top: 20px;
	margin-bottom:20px;
}
.adblockbrochure:hover {
	background-image: url(../images/adblock_brochure.jpg);
	background-position: 0px -75px;
}


.homeservices {
	float:left;
	width:280px;
	padding:10px 0 20px 0;
}

/* 3.3 - Content / Column 3
------------------------------------------------------------*/

#column-3 {
}

/* 4.0 - FOOTER
------------------------------------------------------------*/

#footer {
	position: relative;
	background-image: url(../images/Footer_grad.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #005542;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: block;
	width: 980px;
	height: 130px;
}
#footer_inner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
	
/* 5.0 - MISCELLANEOUS
------------------------------------------------------------*/

#column-1 .greenboxtop {
	background-image:url(../images/greenbox_top.jpg);
	width:574px;
	height:11px;		
	clear:both;
}

#column-1 .greenboxmid {
	background-color: #b4c2b3;	
	width:574px;
	background-image:url(../images/greenbox_speech.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#column-1 .greenboxmidblank {
	background-color: #b4c2b3;	
	width:574px;

}

#column-1 .greenboxmid p, #column-1 .greenboxmidblank p {
	padding:15px 25px 15px 25px;
	color:#000;
	padding-bottom:5px;
	line-height:18px;
	font-style:italic;
}


#column-1 .greenboxbottom {
	background-image:url(../images/greenbox_bottom.jpg);
	width:574px;
	height:12px;
	margin-bottom:10px;
}




/* 5.1 - Miscellaneous - Sidebox
------------------------------------------------------------*/





/* 5.1 - Miscellaneous - News
------------------------------------------------------------*/


.article_entry_divider {
	clear: both;
	display: block;
	height: 3px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #362527;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 5px;
}
.article_entry {
	display: block;
	float: left;
	width:530px;
	padding-bottom:20px;
}

#column-1 .article_entry h3, #column-1 .clients_info h3{
	padding-top:0px;
	margin-top:0px;
}

.calendar {
	float: left;
	height: 61px;
	width: 57px;
	display: block;
	background-image: url(../images/date-calendar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.6em;
	padding-top: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.date {
	clear: both;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.4em;
}
.month {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}

.clients {
	float: left;
	height: 80px;
	width: 80px;
	display: block;
	margin-right: 10px;
	margin-bottom: 25px;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.clients_info {
	display: block;
	float: left;
	width:600px;
	padding:0 0 20px 0;
}


/* 5.1 - Miscellaneous - Newsletter
------------------------------------------------------------*/


.newsletter {
	background-image:url(../images/newsletter.jpg);
	width:223px;
	height:205px;
	margin:20px 0 20px 0;
	padding:10px;
}

span.label,span.spacer,span.multiple span {
	width:120px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding-bottom:2px;
	margin:3px;
	} 
	
.formrow {
	width:280px;
	padding-bottom:7px;
	float:left;
}

span.multiple {
	float:left;
	} 

.button {
	margin-bottom:10px;
	width:97px;
	height:30px;
	background-color:#603232;
	border: none;
	color:#fff;
	margin-top:8px;
	float:right;
	background-image: url(../images/signup.jpg); 
} 

div.clear {
	clear:both;
	padding-top:5px;
	} 
	
.grey {
	background-image:url(../images/formbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border: #CCC 1px solid;
	padding:3px;
	width:214px;
}

.map {
	float: right;
	border: 1px #600 solid;
	margin-bottom:10px;
}


.after {
	float: left;
	clear: both;
}

.phone {
	font-size:18px;
}

/* 6.0 - TABLES - Default table styles are set in the Reset.css, 
------------------------------------------------------------*/


/* 7.0 - RECYCLE BIN
------------------------------------------------------------*/

/*
Put old css in here:

*/
#footer_left {
	position: relative;
	width: 350px;
	float: left;
	background-image: url(../images/footer_rics_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	margin-top: 18px;
	margin-left: 40px;
}

#footer_left p {
	font-family: Arial, "Helvetica", sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 80px;
	display: inline;
	float: left;
	line-height: 17px;
}

#footer_right {
	width: 509px;
	padding-top: 18px;
	float: left;
}
#footer_right a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
}
#footer_right p {
	font-family: Arial, "Helvetica", sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	line-height: 17px;
}

#footer_right a {
	font-family: Arial, "Helvetica", sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	line-height: 17px;
	text-decoration: underline;
}

.CaseStudyThumbDiv
{
	clear:both;
	height:160px;
}

.CaseStudyThumb
{
	margin-right:20px;
	border:solid 1 #999!important;
	float:left!important;
}