/* CSS Document */



* { margin: 0; padding: 0; }

html, body{ height: 100%; font-size: 95%; margin: 0; padding: 0; font-family: arial, helvetica, sans-serif; background: #637076; }

/* -----------------------------  Centers the Block in the Page -------------------------- */	

#distance{ width: 1px; height: 50%; margin-bottom: -292px; /* half of container's height */ float: left; }
#column{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 585px;
	width: 940px;
	clear: left;
	background-color: White;
}






p { color: Black; margin: 0 0 .8em 0; }
a { color: #E1C000; outline: none; }

a:hover { none;}

.picleft { padding: 0 8px 0 0; }
.picright { padding: 0 0 0 8px; }

h1 { display: none; }
h2 { font: normal 2.4em Arial, Helvetica, sans-serif; }
h3 { font: normal 1.8em Arial, Helvetica, sans-serif; color: #E1C000; margin: 1.2em 0 .8em 0; }
h4 { font: normal 1.8em Arial, Helvetica, sans-serif; padding: 0; margin: 0; }
h5 {display:none;}

blockquote {}



/* -------------- CONTACT PAGE ----------*/
.contact{
	float: left;
	width: 347px;
	background: url(../images/contact/contact-logo.gif) no-repeat left;
	height: 117px;
	margin: 72px 0 0 0;
}
#photostrip{
	float: right;
	width: 571px;
	background: url(../images/contact/photo-strip.jpg) no-repeat right;
	height: 117px;
	margin: 72px 0 0 0;
}
#address { width: 940px; background: url(../images/contact/address.gif) no-repeat right; height: 29px; margin: 177px 0 0 0; }
#connect { width: 940px; text-align: right; }
#phone { width: 940px; background: url(../images/contact/phone.gif) no-repeat right; height: 42px; margin: 0 0 35px 0; }
#content { width: 940px; height: 524px; }
#nav{ width: 940px; height: 64px; text-align: right; background-color: #637076; }








/* -------------- ABOUT PAGE ----------*/
.biodrop { padding: 0 68px 0 0; }
.bio{ float: left; width: 347px; background: url(../images/contact/contact-logo.gif) no-repeat left; height: 117px; }
#photostripbio { float: right; width: 523px; background: url(../images/bio-strip.jpg) no-repeat right; height: 117px; margin: 0 0 119px 0; }

#biocontainer { float: right; width: 520px; xborder: 1px solid green; height: 260px; font-size: 11px; line-height: 1.45em; }
#bioscroller {
	width: 420px;
	height: 225px;
	xborder: 1px solid red;
	text-align: justify;
}



/* -------------- Services PAGE ----------*/
.servdrop { padding: 0 49px 0 0; }












	
#clear{ clear: both; }