.textfield, .textarea, select.textfield, .button{
	font-family:Helvetica;
	font-size: 12px;
	color:#404040;
}
html, body{
	font-family:Helvetica;
	font-size: 12px;
	color:#404040;
	margin:0;
	padding:0;
	background:url(../images/background.jpg) repeat-x #b3b097;
	height:100%;
}
table#templates tr td div a img, table#templates tr td a img{
	border:none;
	width:100px;
}
table#templates tr td div {
	float:left;
	margin:3px;
}
table#templates tr td{
	vertical-align:top;
}
h1,h2,h3,p,div{
	margin:0;
	padding:0;
}
.imgRight{
	float:right;
	margin:10px;
	overflow:hidden;
}
.imgLeft{
	float:left;
	margin:10px;
	overflow:hidden;
}
.socialNetworks{
	 width:32px; 
	 height:32px; 
	 display:block; 
	 cursor:pointer;
	 float:left;
	 position:relative;
	 top:110px;
}
.socialNetworks:hover{
	 position:relative;
	 top:105px;
}
#file{
	background: transparent url(../images/file.jpg) no-repeat bottom left;
	height:100px;
	display:block;
}
.portfolioBox{
	float:left;
	margin:9px;
	background:#CCC;
	display:block;
	width:200px;
}
.portfolioBox:hover{
	float:left;
	background:#6dbb75;
	color:#FFF;
	text-decoration:none;
}
.portfolioBox img{
	width:200px; 
	border:none;
	text-decoration:none;
}
.portfolioBox span{
	float:right;
	text-align:right;
	width:200px;
}
.portfolioBox a{
	text-align:right; 
	color:#000; 
	font-size:20px;
	text-decoration:none;
}
.portfolioBox a:hover{
	text-align:right; 
	color:#FFF; 
	font-size:20px;
	text-decoration:none;
}
.portfolioBoxWrapper{
	width:660px; 
	margin:0 auto; 
}
infobox{
	margin:5px;
	display:block;
	background:#47994f;
}
infobox:hover{
	margin:5px;
	display:block;
	height:50px;
	display:block;
	background:#47994f;
}
em{text-decoration:underline; font-style:normal;}
h1{font-size:20px; padding-bottom:10px;}
h2{font-size:14px; padding-bottom:10px;}
h3{font-size:12px; font-weight:bold;}
h3.planning{font-size:12px; font-weight:bold; float:left; padding-right:3px;}
h3.green{font-size:12px; font-weight:bold; clear:both; background:#5fa465; padding-left:10px; padding-bottom:5px; padding-top:5px; color:#000;}
p{padding-top:10px; padding-bottom:10px;}
form{
	text-align:right;
}
.greyScale{
	background:url(../images/grey_scale.jpg) repeat-x;
	display:block;
	width:800px;
	margin:0 auto;
}
#linkbox{
	background:#CCC;
	width:798px;
	height:200px;
	margin:0 auto;
	clear:both;
}
.input_spacing{
	padding-top:5px;
	padding-bottom:5px;
}
label{
	padding-right:10px;
	vertical-align:top;
}
.textfield{
	background:url(../images/textBack.jpg) repeat-x;
	border:1px solid #bfbca4;
	width:250px;
}
select.textfield{
	background:url(../images/textBack.jpg) repeat-x #FFF;
	background-color:none;
	border:1px solid #bfbca4;
	width:252px;
}
.textarea{
	background:url(../images/textBack.jpg) repeat-x #FFF;
	border:1px solid #bfbca4;
	width:250px;
	height:150px;
	overflow:auto;
}
.button{
	border:1px solid #bfbca4;
}
#wrapper{
	background:url(../images/transpBackground.png) repeat-y; 
	width:824px;
	margin:0 auto;
}
#header_wrapper{
	width:800px;
	height:152px;
	margin: 0 auto;
	display:block;
}
a#logo{
	background:url(../images/logo.png);
	width:422px;
	height:64px;
	display:block;
	position:relative;
	top:78px;
	left:10px;
	cursor:pointer;
}
#nav_wrapper{
	background:url(../images/navBack.jpg);
	width:800px;
	height:44px;
	display:block;
	margin:0 auto;
}
#nav_wrapper a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	float:left;
	padding-left:10px; 
	padding-right:10px;
	padding-top:10px;
	margin-top:1px;
	text-decoration:none;
	color:#333;
}
#nav_wrapper a:hover, #nav_wrapper a.active{
	background:#66b16e;
	border-left:1px solid #5fa465;
	border-right:1px solid #5fa465;
	padding-left:9px;
	padding-right:9px;
	height:32px;
	display:block;
}
.siteSearch{
	background:url(../images/siteSearch.jpg) no-repeat;
	width:109px;
	height:44px;
	display:block;
	margin-top:1px;
	cursor:pointer;
}
.siteSearch:hover, .siteSearchActive{
	background:url(../images/siteSearchHover.jpg) no-repeat;
	width:109px;
	height:44px;
	display:block;
	margin-top:1px;
	cursor:pointer;
}
#shaddow_wrapper{
	background:url(../images/shadowUnderNav.jpg) no-repeat #FFF;
	width:800px;
	height:28px;
	margin: 0 auto;
	padding:0;
	display:block
}
#content_wrapper{
	background:#FFF repeat;
	width:800px;
	margin: 0 auto;
	padding:0;
	display:block;
}
.content_padding{
	margin:0;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
}
.columnLeft{
	width:48%;
	float:left;
}
.columnRight{
	width:48%;
	float:right;
}
.column70Left{
	width:68%;
	float:left;
}
.column70Left img{
	width:48%;
	margin:3px;
	float:left;
	border:none;
}
span.goto{
	background:#51af5b;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	float:right;
	margin-top:2px;
	margin-right:10px;
	padding:5px 10px 5px 10px;
}
span.goto a{
	color:#FFF;
	font-weight:bold;
}
.column70Right{
	width:68%;
	float:right;
}
.column30Left{
	width:28%;
	float:left;
}
.column30Right{
	background:url(../images/sidebarBack.jpg) no-repeat left;
	height:331px;
	width:28%;
	float:right;
	padding-left:15px;
}
.column60Left{
	width:58%;
	float:left;
}.column40Right{
	width:38%;
	float:right;
}
#clientList li{
	list-style:none;
	list-style-position:inside;
	position:relative;
	left:-40px;
	line-height:20px;
}
#clientList li a, a{
	text-decoration:none;
	color:#3b3503;
}
#clientList li a:hover, a:hover{
	text-decoration:underline;
	color:#84805d;
}
#bottom{
	background:url(../images/bottom.png);
	width:824px;
	height:39px;
	margin:0 auto;
	clear:both;
}
#bottom a{
	text-decoration:none;
	color:#3b3503;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0;
}
#bottom a:hover, #bottom .footerNavActive{
	text-decoration:none;
	color:#FFF;
	background:#50ad59;
	
}
#byline{
	font-size:11px;
	color:#3b3503;
	margin:0 auto;
	width:800px;
	text-align:right;
	padding-bottom:20px;
}
#byline a, a{
	text-decoration:none;
	color:#3b3503;
}
#byline a:hover, a:hover{
	text-decoration:underline;
	color:#84805d;
}

