body {
	background: #2f2f2f;
	color: #c7c7c7; 
	font-size: 13px;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;

}
.blackbg {
	position: relative;
	margin: 0;
	padding: 0;
	background: #000000 url('../images/blackbg.gif') repeat-y;
	width: 100%;
	height: 100%;
}

.container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 1018px;

}

.logo {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 265px;
	height: 224px;
	display: block;
}

.content {
		position: relative;
		top: 0px;
		float: left;
		background: url('../images/alamobackground.jpg') no-repeat top right;
		width: 1018px;
		height: 540px;

}


.header {
	position: relative;
	top: 0px;
	float: left;
	width: 665px;
	left: 300px;	
}
.leftcol {
	width: 243px;
	position: relative;
	top: 0px;
	float: left;
}

.maincontenthome {
	width: 990px;
	position: relative;
	top: 45px;
	left: 20px;
	float: left;
}

.maincontent {
	width: 700px;
	position: relative;
	top: 45px;
	left: 260px;
	float: left;
}

.pagetitle {
	position: relative; 
	left: 320px; 
	width: 370px;
}

H3.hometitle  {
	background: url('../images/title_home.gif') no-repeat;
	text-indent: -3000px;
	margin: 0;
	padding: 0;
	height: 23px;
	width: 364px;
	display: block;
}
.maincontent.copy {
	text-align: left;
		color: #c7c7c7; 
}
.footercont {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
	text-align: center;
	color: #eee2d3;
	font-size: 11px; 
}

.footercont a {
	text-decoration: none;
	
}

span {
	color: #f9810c;
	font-size: 14px;
}

span a{
	color: white;
}

span a:hover{
	color: #f9810c;
}

a {
	color: #e49c4f;
	outline: none;
}

a img {
border: none;
}

a:hover {
	color: white;
}

#mission {
	color: black;

	border: 3px solid #eea53e;
	padding: 10px;
}

#core {
	border: 3px solid #eea53e;
	padding: 10px;
}

#whitebg a:hover {
	color: black;
}

.clientlist a{
	font-size: 11px;
}

.quoteform {
	position: relative;
	left: 70px;
	font-size: 12px;
	font-weight: normal;
	width: 450px;
}

.quoteform legend {
	
	font-size: 14px;
	font-weight: bold;
}

.quoteform label {
	color: #e49c4f;
	font-size: 12px;
}

.quoteform input {
	border: 1px solid #df9546;

		height: 15px;
}

.formstyle {
width: 200px;
}

.navbg {
	background: url('../images/navbg.gif') no-repeat;
	width: 535px;
	height: 49px;
}

ul#nav  {
position: relative;
top: 0px;
left: 25px;
width: 485px;
height: 30px;
}
ul#nav ,
ul#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#nav  li {
    display: inline;
}
ul#nav li a {
    display: block;
    height: 30px;
    float: left;
    background: url('../images/nav.gif');
    background-repeat: no-repeat;
    text-indent: -3000px;
	outline: none;
}
ul#nav li.portfolio a {
    width: 121px;
    background-position: 0px 0px;
}
ul#nav li.about a {
    width: 110px;
    background-position: -123px 0px;
}
ul#nav li.services a {
    width: 98px;
    background-position: -236px 0px;
}
ul#nav li.quote a {
    width: 79px;
    background-position: -334px 0px;
}

ul#nav li.contact a {
    width: 72px;
    background-position: -414px 0px;
}


/* hover state */

ul#nav li.portfolio a:hover {
    background-position: 0px -35px;
}
ul#nav li.about a:hover {
    background-position: -123px -35px;
}
ul#nav li.services a:hover {
    background-position: -236px -35px;
}
ul#nav li.quote a:hover {
    background-position: -334px -35px;
}

ul#nav  li.contact a:hover {
    background-position: -414px -35px;
}



