/*

File:		eqtr_template.css
Created:	19.12.2008
Author:		Sean Jones @ Equator	

Update :    3.12.2009
Author :    Darren Thomas @ SSE Build Team
Notes  :    Added nVisage winter background change.

Update :	12.01.2010
Author :	Dru Moore @ Nvisage
Notes  :	Swapped default Content link colours around.
*/
* {margin:0;padding:0} /* global reset - set all margins and padding to zero by default. */

a {cursor: pointer;}

/*---[ Framework ]---*/
html {
	overflow-y:scroll;
	}
html,body {
	height:100%;
	}

body {
	padding:0;
	margin:0;
	font-family:Tahoma, Calibri,  Arial, Verdana, sans serif;
	font-size:100%;
	color:#666;
	line-height:1.3em;
	background:#326c06 url(/uploadedimages/CoreMarketingSites/Assets/Homepage_background/siteBackground.jpg) top center no-repeat;
	}
	
form {
	padding:0;
	margin:0;
	}
#wrapper {
	width:996px;
	margin:0 auto;
	}
#content {
	background:#fff;
	padding:0 0 60px 0;
	clear:both;
	width:100%;
	}
#content:after {
    content:".";
    display:block;
    clear:both;
    font-size:0;
    height:0;
    visibility:hidden;
	}

	
.homePage #content {
	padding:30px 0px 25px 16px;
	clear:both;
	width:auto;
	display:block;
	overflow:hidden;
	}
#content #contentContainer {
	width:703px;
	float:right;
	background:#FFF;
	padding-right:0;
	}		
.homePage #content .mainContent {
	float:left;
	width:746px;
	background:#FFF;
	margin:3px 0 0;
	padding:0;
	}
.homePage #content .subContent {
	width:193px!important;
	float:left;
	margin-left:20px;
	}	
#content .mainContent { /* Left-hand col */
	float:left;
	width:728px;
	padding-left:15px;
	margin-top:3px;
	}	
#content #contentContainer .mainContent { /* Left-hand col */
	width:435px;
	}
.subContent { /* Right-hand column */
	float:right;
	margin-top:3px;
	}	
	
	
.fullWidthContainer { /* For one col layout - used in sitemap page */	
	padding:0 30px 0 15px;
	overflow:hidden;
	height:100%;
	clear:both;
	}
			
.topContainer { /* For title dropzone on all layouts */	
	padding:0 30px 0 0px;
	margin-left:15px;
	overflow:hidden;
	height:100%;
	clear:both;
	}
	
	
/* Skip to content link - hidden in normal view */
p.toContent {
	position:absolute;
	left:-999px;
	top:0;
	}
/*---[ Typography ]---*/
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Calibri, Helvetica, Verdana, sans-serif;
	clear:both;
	}
.mainContent h2,.mainContent h3,.mainContent h4,.mainContent h5 {
	color:#1B3C78;
	}
.mainContent h2 {
	margin-bottom:18px;
	font-size:130%;
	line-height:1.3em;
	/*margin-left:-2px;*/
	}	
.mainContent h3,.mainContent h4,.mainContent h5 {
	margin:28px 0 8px 0;
	font-size:110%;
	}	
.mainContent h4 {
	font-size:100%;
	}	
.mainContent h5 {
	font-size:90%;
	}		
.mainContent p {
	margin:0 0 12px 0;
	}
.mainContent ul {
	margin:12px 15px;
	}
.mainContent li {
	margin:0 4px;
	font-size:70%;
	}	
.mainContent li li,.mainContent li p,
.mainContent li .submitButton input,.mainContent li .submitButton button {
	font-size:100%;
	}			
.mainContent ol {
	margin:12px 21px;
	}		
.homePage .mainContent .features p {
	margin:0;
	}			
p {
	font-size:70%;
	}
blockquote {
	}
ul {
	}
ol {
	}
li {
	}
dl {
	}
dt {
	}
dd {
	}
strong {
	}
em {
	}
/* Basic Anchor styles */
/* 12/01/2010 - Dru @ Nvisage - Swapped Link colours for new templates */
#contentContainer a:link,#contentContainer a:visited,
#content a:link,#content a:visited 
{
	color:#44840E;
	text-decoration:underline;
	}
#contentContainer a:hover,#contentContainer a.selected,
#content a:hover,#content a.selected {
	color:#1B3C78;
	text-decoration:underline;
	}
	
.homePage #content a:link,.homePage #content a:visited {
	color:#1B3C78;
	}
.homePage #content a:hover,.homePage #content a.selected {
	color:#669F46;
	}	
	
a img {
	border:none;
	}	


.home_flip_left 
{
	float:left;
	margin-right:0px;
	width:282px;
}
.home_flip_right 
{
	float:right;
	margin-left:10px;
}


.home_smallprint 
{
	text-align:right;
}


