/*

File:		eqtr_template.css
Created:	02.09.2009
Author:		Sean Jones @ Equator	

Notes:


*/
* {margin:0;padding:0} /* global reset - set all margins and padding to zero by default. */

/*---[ Framework ]---*/
html {
	overflow-y:scroll;
	background:#005091 url(../cssimages/htmlBKG.png) left top repeat-x;
	}
html {
	height:100%;
	}
body {
	font-family:Tahoma, Calibri,  Arial, Verdana, sans serif;
	font-size:100%;
	color:#666;
	line-height:1.3em;
	margin:28px 0 0;
	}
#wrapper {
	width:996px;
	margin:0 auto;
	padding-bottom:28px;
	}
#content {
	background:#fff;
	clear:both;
	width:100%;
	}
#footer {
	background:#7CC143 url(../cssimages/greenFooter.gif) left bottom no-repeat;
	}	 
			
/* Skip to content link - hidden in normal view */
p.toContent {
	display:none;
	}
/*---[ Typography ]---*/
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Calibri, Helvetica, Verdana, sans-serif;
	clear:both;
	margin-bottom:18px;
	}
h1,h2,h3,h4,h5 {
	color:#1B3C78;
	}
h2 {
	margin-bottom:18px;
	font-size:150%;
	}	
	
.variationB	h2
{
	font-size:130%;
}

h3,h4,h5 {
	margin:28px 0 8px 0;
	font-size:110%;
	}	
h4 {
	font-size:100%;
	}	
h5 {
	font-size:90%;
	margin-bottom:18px;
	margin-top:15px;
	}		

.variationB	h5
{
	margin-bottom:28px;
}
	
	
p {
	font-size:80%;
	color:#042E6F;
	margin:0 0 12px 0;
	}							
blockquote {
	}
ul {
	font-size:80%;
	}
li {
	}
dl {
	color:#042E6F;
	}
dt {
	margin-bottom:18px;
	font-size:150%;
	}
dt span {
	font-weight:bold;
	}	
dd {
	}
strong {
	}
em {
	}
/* Basic Anchor styles */
a:link,a:visited {
	color:#669F46;
	text-decoration:underline;
	}
a:hover,a:active {
	color:#1B3C78;
	text-decoration:underline;
	}	


