/*---- general styles ----*/

* { padding: 0; margin: 0; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

body {
	background-color: #000068;
}

.block {
	width: 900px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 100%;
	min-height: 140px;
	border-top: 10px solid #8d9194;
	background-color: #000097;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
}

#logobar {
	float: left;
	margin-top: 35px;
	min-height: 64px;
	width: 900px;
	background-image: url(../images/logo-bg.gif);
	background-repeat: repeat-x;
}

#logo {
	float: left;
	width: 250px;
	min-height: 64px;
}

#contact {
	float: left;
	width: 650px;
	min-height: 80px;
	margin-top: -5px;
}

#contact p {
	text-align: right;
	color: #FFFFFF;
	font-size: 1em;
	margin-bottom: 0.8em;
}

#contact a {
	text-decoration: none;
	color: #fff7a6;
}

#contact a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#navigation {
	float: left;
	min-height: 31px;
	margin-left: 270px;
}

#navigation ul {
	display: inline;
}

#navigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
}

#navigation li a {
	background-color: #8d9194;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
	padding: 10px 15px;
	display: block;
	float: left;
	margin-left: 1px;
}

#navigation li a:hover {
	background-color: #000057;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li.navon a {
	background-color: #FFFFFF;
	color: #8D9194;
	text-decoration: none;
}

#navigation li.navon a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}


#content {
	float: left;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 35px;
}

#hptext {
	float: left;
	width: 320px;
	margin: 35px 43px 0 15px;
}

#text {
	float: left;
	width: 840px;
	margin: 35px 43px 0 15px;
	min-height: 450px;
}

#text h1, #hptext h1 {
	color: #000057;
	font-size: 1.6em;
	line-height: 120%;
	margin-bottom: 0.8em;
}

#text h2, #hptext h2 {
	color: #222222;
	font-size: 0.85em;
	line-height: 140%;
	margin-bottom: 1.2em;
}

#hptext h4 a {
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 7px 10px;
	border: 1px solid #000068;
	display: block;
	float: left;
	width: 298px;
	text-decoration: none;
	background-color: #8D9194;
}
#hptext h4 a:hover {
	color: #FFFFFF;
	border: 1px solid #000068;
	background-color: #000095;
}

#text p, #hptext p {
	color: #222222;
	font-size: 0.85em;
	line-height: 140%;
	margin-bottom: 1.2em;
}

#text a, #hptext a {
	color: #000097;
	text-decoration: none;
}

#text a:hover, #hptext a:hover {
	color: #000057;
	text-decoration: underline;
}

#hptext h1 a {
	color: #000057;
}

#hptext h2 a {
	color: #222222;
}

#text td.consult {
	color: #222222;
	font-size: 0.85em;
	line-height: 140%;
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #CCCCCC;
}

#text td.consultEnd {
	color: #222222;
	font-size: 0.85em;
	line-height: 140%;
	padding: 7px 0 7px 0;
}

.inputBox {
	padding: 5px;
	width: 300px;
}

.formPic{
	margin: 0 0 15px 0;
	border: 1px solid #000057;
}

.linkPic{
	margin: 0 0 0 30px;
	border: 1px solid #000057;
}


.quotebox {
	width: 290px;
	height: 220px;
	float: right;
	margin: 0 0 30px 20px;
	border: 1px solid #000057;
	clear: both;
}

#splash {
	float: left;
	width: 520px;
	margin: 35px 0 0 0;
	border: 1px solid #000057;
}


	
#footer {
	float: left;
	width: 100%;
	min-height: 50px;
	padding: 20px 0;
	border-top: 10px solid #8d9194;
	background-color: #000068;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
}

#footer p {
	color: #FFFFFF;
	font-size: 0.85em;
}

#footer a {
	text-decoration: none;
	color: #fff7a6;
}

#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
	
#address {
	float: left;
	width: 360px;
	margin-left: 20px;
}

#consultation {
	float: left;
	width: 140px;
	text-align: center;
}


#copyright {
	float: left;
	width: 360px;
	margin-right: 20px;
	text-align: right;
}



#sale {
	position: absolute;
	top: 14px;
	left: 50%;
	width: 280px;
	margin: 0 0 0 -140px;
	z-index: 1000;
}

.hplinks {
	width: 100%;
	float: left;
	margin-top: 10px;
}
