@import url('reset.css');


body{
	background: #388927;
	font-family:verdana;
}
a, a:visited{
	color:#429131;
	text-decoration:none;
}
.hidden{
	display:none;
}

div#wrap{
	position: relative;
	margin: 10px auto;
	text-align: left;
	zoom: 1;
	overflow:hidden;
	clear: both;
	width:792px;
	height:644px;
	background: url('../images/common/wrap_bg.png') no-repeat top center;
}

div#content{
	padding:4px 0 0 30px;
}

/*Masthead*/
div#masthead{
	background:#ffffff;
}
div#nav{
	width:93px;
	height:100px;
	position:absolute;
	right:0px;
	top:20px;
	background: url('../images/common/nav_bg.png') no-repeat center center;
}

div#nav ul{
	margin:3px 0 0 2px;
}
div#nav ul li{
	padding:4px 0 0 0;
}
div#nav ul li a{
	margin:25px 0 0 13px;
	text-transform:uppercase;
	font-weight:900;
	line-height:1.4;
	color:#388927;
	font-size:.9em;
}

div#nav a span em{
	visibility:hidden;
}

div#nav a#home span{
	background: url('../images/common/nav/home.png') no-repeat left center;
}
div#nav a#work span{
	background: url('../images/common/nav/work.png') no-repeat left center;
}
div#nav a#about span{
	background: url('../images/common/nav/about.png') no-repeat left center;
}
div#nav a#contact span{
	background: url('../images/common/nav/contact.png') no-repeat left center;
}

div#nav a#home:hover span{
	background: url('../images/common/nav/home_alt.png') no-repeat left center;
}
div#nav a#work:hover span{
	background: url('../images/common/nav/work_alt.png') no-repeat left center;
}
div#nav a#about:hover span{
	background: url('../images/common/nav/about_alt.png') no-repeat left center;
}
div#nav a#contact:hover span{
	background: url('../images/common/nav/contact_alt.png') no-repeat left center;
}

/*main*/
div#main{
	background: url('../images/common/main_bg.png') no-repeat top center;
	color:#555555;
	font-size:.8em;
	height:309px;
	line-height:1.3;
}
div#main div.float{
	display:inline;
	float:left;
	padding-top:20px;
}


div#main p{
	margin:0 0 15px 0;
}
div#main_copy{padding-right:14px;}
div#main_copy p {margin-bottom:21px;}

/*Left*/
div#left{
	line-height:1.5;
	margin-right:2px;
	padding-left:20px;
	border-right:1px solid #c3c3c3;
	height:289px;
	width:368px;
}

img#weareelement_header{
	padding:0 0 15px 0;
}

/*Right*/
div#right{
	padding-top:0px !important;
	border-left:1px solid #c3c3c3;
	font-size:.80em;
	height:309px;
	width:367px;
	
}
div#right_top{
	height:121px;
	border-bottom:1px solid #dddedf;
	padding-left:15px;
}
div#right_top div{
	display:inline;
	float:left;
}

div#right_left{
	margin-top:15px;
	width:182px;
}
div#right_right{
	width:166px;
	height:123px;
}

#right_bottom{
	margin:15px 5px 0 15px;
}
#right img.header_img{
	margin-bottom:7px;
}
