/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5684C0;
	font-size: 12px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
div#contact_form{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
div#header h1{
	background-image: url(images/template/sand_bushes.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 234px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/*div#footer h1{
	background-image: url(images/template/sand_bushes_foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 0px 470px 0px;
	margin: 0px 0px 0px 0px;
	}*/
div#header h1 span, div#about h1 span, div#services h1 span, div#portfolio h1 span, div#references h1 span, div#contact h1 span, div#footer h1 span{
	visibility: hidden;
	}
div#menu{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #ccbda8;
	padding: 0px;
	/* this is to fix the one px to the left of main content in lame ass IE*/
	_margin: 0px 0px 0px 1px;
	}
div#menu ul{
	padding: 0px;
	margin: 0px;
	float: right;
	}
div#menu ul li{
	padding: 0px 10px 0px 10px ;
	margin: 0px;
	list-style-type: none;
	float: left;
	}
div#menu ul li a{
	font-weight:bold;
	text-transform:lowercase;
	}
div#main_content{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	background-color: #ccbda8;
	padding: 0px;
	/* this is to fix the one px to the left of main content in lame ass IE*/
	_margin: 0px 0px 0px 1px;
	}
div#bcrumb{
	text-align:right;
	padding: 10px 10px 10px 0px;
	text-transform: lowercase;
	font-size: 10px;
	}
div#main_content h1{
	text-size: 1.4em;
	padding-bottom: 256px;
	padding: 0px 0px 0px 25px;
	background-image:url();
	text-align: left;
	margin: 0px;
	}
div#about h1{
	background-image: url(images/headers/sand_bushes/about.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
div#services h1{
	background-image: url(images/headers/sand_bushes/services.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
div#portfolio h1{
	background-image: url(images/headers/sand_bushes/portfolio.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
div#references h1{
	background-image: url(images/headers/sand_bushes/references.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
div#contact h1{
	background-image: url(images/headers/sand_bushes/contact.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
div#about h1, div#services h1, div#portfolio h1, div#references h1, div#contact h1{
	padding: 15px 0px 15px 15px;
	margin-left: 15px;
	}

div.port_entry, div#content, div#contact_form, div.service{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-bottom: 15px;
	clear: both;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	}
div#services div.service{
	background-color:#FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	border: #5684C0 thin solid;
	}

div.port_wide{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	}
div.port_wide table{
	float: right;
	margin: 0px;
	clear: both;
}
div.port_entry img, img.about_img{
	float: left;
	margin: 0px 10px 15px 0px;
	padding: 0px 0px 0px 0px;
}
div.port_entry img.resume{
	float: none;
	}
div#content_txt{
	width: 500px;
	padding-left: 40px;
	float: left;
	}
div.service img{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#references img{
	float: right;
	padding: 0px 0px 40px 15px;
	}
div.port_entry h2, div.port_wide h2, div.service h2{
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	text-transform:uppercase;
	}
div.port_entry h3, div.port_wide h3{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
div.port_entry h4, div.port_wide h4{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
div#contact_form label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight:bold;
	font-weight: bold;
	}
div#contact_form form{
	padding-bottom: 15px;
	margin-bottom: 10px;
	}
	
