@charset "utf-8";
/* CSS Document */

/*links */
a.banner-link{
	color: transparent;
	outline: 0;
}

/* stuff */
html{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 100%;
	min-width: 1235px;
	top: 0;
	left: 0;
	margin: 0;
	overflow: auto;
}
div#header{
	height: 430px;
}
div#sub{
	height: 230px;
}
img#site-logo{
	position: absolute;
	left: 125px;
	top: 40px;
	float: left;
}
img#slogan{
	position: absolute;
	left: 380px;
	top: 170px;
	float: left;
}
div#banner{
	background-color: black;
	height: 200px;
	background-repeat: no-repeat;
}
img#banner{
	position: absolute;
	left: 0;
	top: 380;
}
img#home{
	position: absolute;
	left: 935px;
	top: 238px;	
}
img#about{
	position: absolute;
	left: 933px;
	top: 288px;	
}
img#services{
	position: absolute;
	left: 908px;
	top: 334px;	
}
img#contact{
	position: absolute;
	left: 873px;
	top: 382px;	
}
div.main-content{
	width: 700px;
	margin-left: 300px;
	margin-top: 50px;
	font-size: 16px;
}
div#about-content{
	display: none;
}
div#services-content{
	display: none;
}
div#contact-content{
	display: none;
}
div#quote-success-content{
	display: none;
}
h3.name-left{
	text-align: left;
}
h4.name-left{
	margin-top: -20px;
	text-align: left;
}
h3.name-right{
	text-align: right;
}
h4.name-right{
	margin-top: -20px;
	text-align: right;
}
p.bio{
	width: 700px;
	float: left;
}
p.bio-inner{
	margin-top: -15px;
}
img.bio-left{
	float: left;
	margin-right: 15px;
}
div.bio-left{
	float: left;
	width: 470px;
}
img.bio-right{
	float: right;
	margin-left: 15px;
}
div.bio-right{
	float: right;
	width: 470px;
}
div#quote-form{
	display: none;
}
span#quote{
	text-decoration: underline;
}
div.clear{
	clear: both;
	height: 100px;
}
br.clear{
	clear: both;
	display: block;
}
p.quote-input{
	float: left;
	margin-right: 20px;
}

/* form */
#form input[type=text], #form select{
	width: 200px;
	border: 1px solid #ddd;
	background: #fff url(images/form_input.gif) repeat-x;
	padding: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#form input[type=submit]{
	width:150px;
	height:37px;
	line-height:37px;		
	border:none;
	background:url(images/submit_button.png) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}				
#form textarea{
	overflow: auto;
	font-size: 12px;
	border: 1px solid #ddd;
	background: #fff url(images/form_input.gif) repeat-x;
	padding: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}