/* 
COLORS
bg- grey #363639
daker grey #242426
body text #fff
accent green #c7d86a
light grey  #b3b3b4

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { /*takes margin & padding off most elements.*/
 margin:0;
 padding:0;
	} 
	
a{
	
	color:#b3b3b4;
	text-decoration:underline;
	outline:none;
	}
a:visited{
	color:#fff;
	}	
a:hover{
	text-decoration:none;
	color:#c7d86a;
	}

a.top{
	display:none;
	}

a.btn:hover{
	background-position: 0 -28px;
	}


body{
	background-color: #fff; 
	color: #363639;
	font:11pt "Lucida Grande", "Lucida Sans Unicode", sans-serif; /*75% resets the default font size to 11px;*/
	min-width:auto;
	text-align:center;
	}

h1{
	width:auto;
	float:none;
	}
	
h1 a{
	text-indent:0;
	height:auto;
	display:block;
	}

h2{
	font-size:15pt;
	color:#b3b3b4;
	padding-bottom:2%;
	}
	
h3{
	font-size:20pt;
	color:#c7d86a;
	padding-bottom:%2;
	}
	
h4{
	font-size:13pt;
	color:#c7d86a;
	font-weight:normal;
	padding-bottom:2%;
	}
	
h5{
	clear:both;
	font-size:13pt;
	color:#c7d86a;
	font-weight:normal;
	margin-bottom:0;
	padding:1%;
	background-color:#242426;
	}

table, td{
	border-collapse:collapse;
	}

.address{
	line-height:1.5;
	width:auto;
	float:none;
	}

.block{
	display:block;
	}

.call-out{
	color:#c7d86a;
	line-height:1.5;
	width:auto;
	float:none;
	}

.clear{ /*to clear FLOATS*/
 	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	}

.clearboth{ /*to clear objects*/
	clear:both;
	}

.content_wrap{
	clear:both;
	padding:0;
	}

.copyright{
	clear:both;
	font-size:9pt;
	color:#b3b3b4;
	padding:2% 0 0 0;
	}

.header{
	height:auto;
	/* not really to position this DIV but so that .header_nav can be placed absolutely within the div.*/
	position:relative;
	}

.header #lead{
	color:#242426;
	font-size:15pt;
	line-height: 1.3;
	padding:0 0 2% 0;	
	}
 #lead .leaf{
 	margin-bottom:0;
 	}

ul.header_nav{
	display:none;
	}

.flash {
	padding-top:0;
	display:none;
	}

.footer{
	border-bottom:1px solid #646949;
	border-top:1px solid #646949;
	clear:both;
	padding:0;
	margin-top:2%;
	}

.left{
	float:none;
	}

.main-content{
	float:none;
	padding-right:0;
	width:auto;	
	}
	
.main-content#home{
	width:auto;
	}

.main-content p, .main-content ul{
	line-height:1.5;
	padding-bottom:2%;	
	}

.nav{
	float:none;
	width:auto;
	display:none;
	}

.quote{
	font-style:italic;
	}

.photo{
	width:auto;
	float:none;
	padding:0 0 1% 0;
	font-size:9px;
	color:#b3b3b4;
	text-align:left;
	font-style:italic;
	}

.photo img{	/*border:1px solid #b3b3b4;*/
	border:1px solid #68676c;
	margin-bottom:0;
	}
	
	
.services{
	float:none;
	padding-right:0;
	width:auto;
	}

.services .services-header{
	color:#c7d86a;
	padding:2% 0 0 0;
	font-size:15pt;
	}

.services ul{
	margin-left:0;
	}

.services ul li{
	color:#c7d86a;
	font-size:9pt;
	line-height:1.2;
	padding:1% 0 1% 0;
	
	}

.right{
	float:none;
	}

.wrap{
	margin:0 auto;
	text-align:left;
	width:auto;
	}