*{
margin:0; padding:0;
}
img{ border: 0 }
p{ margin-bottom: 13px;}

a{ color:#444499; }

body,td,th {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	line-height: 180%;
}
body {
	background: url(/images/mainbg.gif) repeat;
	margin:0;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	bottom: 0px;

}

#header{
	height: 100px;
	background: url(/images/topfuzzy.jpg) top center;
	position: relative;
}

#greensplash{
	height: 100px;
	background: url(/images/topbg.png) no-repeat top center;
}
#topborder{
	height: 100px;
	background: url(/images/topborder.png) repeat-x;
	margin-top: -100px;
}
.mids{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
}	
#phone{
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 24px;
	color:#270f03;
	font-family: serif;
	text-align: right;
}
#phone em{
	font-style: normal;
	font-size: 16px;
}

#content{
	margin: 10px auto;
	width:980px;
	/*border: 1px solid #2f385e;*/
}

#contentLeft{
	width: 770px;
	float: left;
}
#contentRight{
	width: 200px;
	margin-left: 780px;
}


#contentLeft h1{
	font-weight: normal;
	font-size: 24px;
	color:#270f03;
	font-family: serif;
	margin-bottom: 30px;
}

#contentLeft h2{
	font-weight: normal;
	font-size: 21px;
	color:#270f03;
	font-family: serif;
	margin-bottom: 15px;
}

#contentLeft ul{
	left: 32px;
	position: relative;
}
#contentLeft ul li{
	margin-bottom: 10px;
}

#main_menu{
	text-align: right;
	padding-top: 20px;
}
.main_menu_link{
	display: block;
	padding: 5px;
	background-color:#cccca8;
}

.main_menu_link a{
	font-size: 16px;
	color:#674f33;
	text-decoration: none;
}
.main_menu_link a:hover{
	color:#876f53;
}

.floatImageLeft{
	float: left;
	margin-right: 10px;
}

#footer{
	color:#444;
	text-align: center;
	font-size:9px;
	margin-top: 20px;
	padding: 3px;
	clear: both;
}
#footer a{
	color:#444499;
}

.portfolio_menu{
   width: 215px;
   float: right;
}
.portfolio_menu a{
    font-size: 11px;
}
.portfolio, .portfolioB{
}
.portfolio img, .portfolioB img{ 
	float: left; 
	border: 1px solid #555555;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.portfolio p, .portfolioB p{clear: both; padding-top: 20px;}
.portfolio a, .portfolioB a{margin-top: 20px;}
.portfolioB{display: none;}

