/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 1em;
	background: #d5f5ab url(../images/bg.jpg) repeat-x;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Myriad Pro, Arial, sans-serif;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


div#container{
	width: 800px;
	overflow: hidden;
	border: 1px #cccccc solid;
	background:#fff;
	margin: 0 auto;
	padding-left:15px;
	padding-bottom: 15px;
}


/* Header 
------------------------------------------------------------------------------------------------- */
div#header{
	overflow: hidden;
	width:800px;
}

div#header h1{
	width:181px;
	height:125px;
	display:block;
	margin:10px 10px 10px 10px;
	float: left;
}

div#header h1 a{
	background: transparent url(../images/logo.jpg) no-repeat ;
	width:181px;
	height:125px;
	display:block;
	text-indent:-3000px;
	outline: none;
}


div#header h2{
	float:right;
	font-size: 1em;
	color:#908f8f;
	display :block;
	background: transparent url(../images/phone.jpg) no-repeat 3px 3px;
	padding-left: 30px;
	width: 190px;
	margin-top: 20px;	
}

div#header h3{
	clear: right;
	float:right;
	display :block;
	background: transparent url(../images/letter.jpg) no-repeat 0 0;
	padding-left: 30px;
	width: 190px;
}

div#header h3 a{
	font-size:1em;
	color:#908f8f;
}

div#innercontainer{
	clear: both;
	width: 787px;
	overflow: hidden;
	border: 1px #cccccc solid;
	background:#fff;
}

div#innercontainer_inner{
	clear: both;
	width: 787px;
	height:90px;
	border: 1px #cccccc solid;
	background:#fff;
	padding: 20px 0;
}

div#innercontainer h1{
	background: transparent url(../images/mainpic.jpg) no-repeat left;
	width: 787px;
	height:225px;
	display:block;
	margin: 20px auto;
	text-indent: -3000px;
}

/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	width:800px;
	overflow: hidden;
	display:block;
	margin:auto;
	clear: both;
}

div#maincol{
	clear: both;
	padding:10px;
}

div#maincol h1{
	font-weight: normal;
	color: #076324;	
}

div#maincol h2{
	font-weight: normal;
	color: #333;	
}

div#maincol h3{
	font-weight: normal;
	color: #076324;	
}

div#maincol p{
	font-size: 1em;
	color: #333;
	padding: 10px 0;		
}

div#maincol a{
	color: #076324;
}

div#maincol ul{
	margin: 5px 20px;		
}

div.home h1{
	font-weight: normal;
	color: #076324;	
}

div.home ul.arrows{
	list-style:none;
	font-size: 1.0em;
}

div.home ul.arrows li{
	background: transparent url(../images/arrow1.png) no-repeat 0 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #333;
}

/* Nav 
------------------------------------------------------------------------------------------------- */

ul#nav{
	list-style: none;
	clear: right;
	float: right;
	width: 570px;
	font-size: 0.9em;
	margin-top: 34px;
}

ul#nav li{
	display: block;
	height: 40px;
	background: transparent url(../images/buttonend.jpg) no-repeat top right;
	margin-right:0;
	padding-right: 20px;
	float: left;
}


ul#nav li a{
	background: transparent url(../images/1.jpg) no-repeat top left;
	display: block;
	padding: 13px 8px 15px 18px;
	color: #000;
	outline: none;
}

ul#nav li a:hover, ul#nav li a.selected{
	color: #076324;
}


/* Footer 
------------------------------------------------------------------------------------------------- */

div#footer{
	height:50px;
	width:767px;
	background:#d5f5aa url(../images/smalltree.jpg) no-repeat right;
	border: 1px #cccccc solid;
	list-style: none;
	clear:both;
	padding:15px;
	padding-left:5px;	
}

div#footer p{
	margin-top: 40px;
	margin-left: 5px;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}

