﻿/* testing CSS options. Made to use with templateTest.cfm */


@charset "utf-8";
/* Master Color Guide 
dark grey - #424443

light green - #E7EdEB
medium green - #BCCDC7
dark green - #003300

*/

/* layout */
#pageWrapper {
	width:1016px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-image:url(/assets/images/bg_tile.jpg);
	overflow:hidden;
	min-height:800px;
}
#header {
	width:100%;
	height:100px;
	background:#738D84;
    position: relative;
    float: left;
}
#leftNav {
	float:left;
	width:177px;
	padding:35px 10px 10px;
}
#rightNav {
	width:178px;
	float:left;
	padding:30px 10px 10px;
	font-size:.85em;
}
#mainContent {
	width:564px;
	float:left;
	padding:167px 15px 5px;
	/*padding-top:167px;*/
	margin:-100px 15px 15px 10px;
    margin:-100px 15px 15px 10px \9;
	z-index:1;
	position:relative;
}
#mainContentLink {
	visibility:hidden;
	position: absolute;
}
.sectionContent {

}
.sectoinContent p{

}
.sectionContent small{
    font-style:italic;

}
#quoteImg {
	margin-top:-55px;
	/*margin-left:12px;*/
}
#footer {
	clear:both;
	margin:1px 0;
	height:0;
}