/* CSS by Casey Reid */

*{
	margin: 0px;
	padding: 0px;
}

html{
	background: #56811e url(../images/html_bg1.gif) repeat-x;
}

body{
	background: url(../images/bg1.gif) no-repeat top center;
	font-family: Arial, sans-serif;
	text-align: center;
}

a:link, a:visited{color: #0393cf;}

.clear{clear: both;}
.alignLeft{
	float: left;
	margin: 10px 10px 10px 0;
}
img{border: none;}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 746px;
}

#flashHolder{
	height: 234px;
	padding: 11px 0 0 0;
	width: 732px;
}

ul#nav{
	list-style-type: none;
	margin: 1px 0 0 0;
}
	ul#nav li{
		float: left;
		height: 41px;
		text-indent: -9999px;
	}
		ul#nav li a{
			display: block;
			height: 41px;
		}
		#btn-home a{background: url(../images/home_btn.gif) no-repeat; width: 60px;}
		#btn-about a{background: url(../images/about_btn.gif) no-repeat; width: 82px;}
		#btn-services a{background: url(../images/services_btn.gif) no-repeat; width: 78px;}
		#btn-news a{background: url(../images/news_btn.gif) no-repeat; width: 56px;}
		#btn-case a{background: url(../images/case_btn.gif) no-repeat; width: 99px;}
		#btn-resources a{background: url(../images/resources_btn.gif) no-repeat; width: 95px;}
		#btn-gallery a{background: url(../images/gallery_btn.gif) no-repeat; width: 76px;}
		#btn-client a{background: url(../images/client_btn.gif) no-repeat; width: 83px;}
		#btn-contact a{background: url(../images/contact_btn.gif) no-repeat; width: 103px;}
		

#content-extend{background: url(../images/content_bg_extend.gif) repeat-y;width: 732px;}
#content-wrapper{
	background: url(../images/content_bg.gif) no-repeat;
	width: 732px;
}

	#content-bottom{
		background: url(../images/content_bottom.gif) no-repeat;
		height: 30px;
		width: 732px;
	}
	#content{
		float: left;
		padding: 60px 0 0 20px;
		width: 460px;
	}
		#content h2{
			color: #8bc43f;
			font-size: 30px;
			font-weight: normal;
			padding-bottom: 20px;
		}
		#content h3{
			font-size: 16px;
		}
		#content p{
			color: #323a3e;
			font-size: 12px;
			line-height: 1.5em;
			padding: 0 0 10px 0;
		}
		#content ul{
			list-style-type: none;
			font-size: 12px;
			margin: 0 0 10px 10px;
		}
		
	#sidebar{
		float: right;
		padding: 65px 15px 0 0;
		width: 215px;
	}
		#sidebar h3{
			color: #fff;
			font-size: 26px;
			font-weight: normal;
			padding-bottom: 10px;
		}
		#sidebar h4, #sidebar h4 a{
			color: #fff;
			font-size: 14px;
			font-weight: normal;
			padding: 15px 0 10px 0;
			text-decoration: none;
			width: 210px;
		}
		#sidebar p{
			color: #fff;
			font-size: 10px;
			padding-left: 70px;
			*padding-left: 0;
			width: 140px;
		}
		#sidebar ul{
			list-style-type: none;
			width: 215px;
		}
			#sidebar ul li{
				background: url(../images/recent_work_bg.gif) no-repeat;
				height: 120px;
				padding: 0 0 0 5px;
				width: 215px;
			}
		#sidebar img{
			float: left;
			margin: 0 5px 0 0;
		}
		
		ul#cases{
			
		}
			ul#cases li{
				background: none;
				float: left;
				height: 80px;
				margin: 0 0 5px 0;
				width: 80px;
			}
		

#footer{
	background: url(../images/footer_bg.gif) no-repeat;
	height: 101px;
	padding-bottom: 30px;
	width: 732px;
}
	#address{
		float:left;
		margin-right: 140px;
		padding: 12px 0 0 15px;
		text-align: center;
		width: 260px;	
	}
	#footer h3{
		color: #fff;
		font-size: 18px;
		font-weight: normal;
	}
	#footer p{
		color: #fff;
		font-size: 11px;
	}
	#footer ul{
		float: left;
		list-style-type: none;
		margin:  15px 20px 0 0;
	}
		#footer ul li{
		
		}	
			#footer ul li a{
				color: #fff;
				font-size: 12px;
				text-decoration: none;
			}
			
			
ul#gallery{
	list-style-type: none;
	width: 600px;
}
ul#gallery li{
	float: left;
	margin: 5px;
}
ul#gallery p{
	padding-bottom: 3px;
}
