* {
	margin: 0;
	padding: 0;
}
/* ******************************** */

.form_lastname { margin-left: 97px; }
.field_lastname { margin-left: 20px; }
.form_homemessage { margin-left: 84px; }
.radio_homephone { margin-left: 22px; font-size: 12px;}
.form_cellmessage { margin-left: 96px; }
input, textarea {font-size: 12px; padding: 2px; padding-bottom: 3px; font-family: "Times New Roman"; letter-spacing: 1px; color: #084857;}
input {width: 138px;}
input[type="radio"] {width: 10px;}
textarea {width: 360px;}
input[name="State"] {margin-left: 5px; }
input[name="Zip"] {margin-left: 5px; }
/* ******************************** */
html {
	font-family: "Helvetica";
	font-size: 14px;
	background: #D5ECED;
}
body {
	margin: 0px auto;
	position: relative;
	width: 1024px;
	height: 768px;
	color: #4A453F;
	background: #2D5976 url(images/background.jpg) no-repeat;
}
img.logo {
	position: absolute;
	top: 40px;
	left: 68px;
}
img.hours {
	position: absolute;
	top: 365px;
	left: 228px;
}
img.title {
	position: absolute;
	top:178px;
	left: 860px;
	z-index: 6;
}
img.photo {
	position: absolute;
	top:496px;
	left: 226px;
}
img.scroll_arrow {
	position: absolute;
	top:367px;
	left: 390px;	
}
a {
	color: #486464;
}
a:hover {
	color: #4A453F;
}
#wrapper { /* this box holds the main body */
	width: 513px;
	height: 506px;
	border: 0px solid #0000cc;
	position: absolute;
	background: url(images/body_background.png) no-repeat;
	top: 165px;
	left: 362px;
}
*html #wrapper {
	background: url(images/body_background.gif) no-repeat;
}
#wrapper #content {
	overflow: auto;
	border: 0px solid #cc0000;
	position: absolute;
	top: 55px;
	left: 55px;
	padding-right: 38px;
	width: 405px;
	height: 391px;
	line-height: 19px;
}
#content b {
	font-weight: normal;
	font-size: 20px;	
}
#content a {
	margin-left: 30px;
	font-size: 13px;
}
#content .indent {
	margin-left: 30px;
}
#content ul {
	list-style-type: disc;
	margin-left: 40px;
	padding: left: 10px;
}
#content ul li {
	margin-bottom: 5px;
	font-size: 13px;	
}
#footer {
	position: absolute;
	top: 683px;
	left: 377px;
	color: #d6eaf1;
	font-size: 13px;
	line-height: 18px;
}
/* ***************************************************** Menu Styles ***************************************************** */

ul#nav {
	position: absolute;
	top: 166px;
	left: 235px;
	list-style-type: none;
}
#nav li {
	
}
#nav li a {
	display: block;
	height: 16px;
	width: 118px;
	margin: 13px 0;
	background-position: 0 0;
}
li.home a {
	background: url(images/HomeButton.gif) no-repeat;
}
li.approach a {
	background: url(images/ApproachButton.gif) no-repeat;
}
li.background a {
	background: url(images/BackgroundButton.gif) no-repeat;
}
li.logistics a {
	background: url(images/LogisticsButton.gif) no-repeat;
}
li.contact a {
	background: url(images/ContactButton.gif) no-repeat;
}
#home li.home a, #approach li.approach a, #background li.background a, #logistics li.logistics a, #contact li.contact a {
	background-position: 0 -16px;
}
#nav li a:hover {
	background-position: 0 -16px;
}
/* ***************************************************** design by style *************************************** */
a.design_by {
	text-decoration: none;
	color: #d6eaf1;
	font-size: 12px;
}
a.design_by:hover {
	text-decoration: underline;
	color: #fff;	
}