html, body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/bg_header_top.gif);
	background-repeat:repeat-x;
	background-position:top;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

#wrapper {
	width:1024px;
	margin:0px auto;
}

#content {
	width:1020px;
	margin:0px auto;
}

#header {
	height:170px;
}

#logo {
	width:600px;
	float:left;
}

#logo img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo h1{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#660000;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
	padding-top:30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo h4 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;
	font-weight:normal;
	text-decoration:none;
	padding-left:75px;
}

#links ul {
	margin:0px;
	padding-top:140px;
}

#links li{
	float:left;
	list-style-type:none;
	width:100px;
	height:25px;
	text-align:center;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Arial";
	font-size:14px;
	color:#660000;
	font-weight:bolder;
	text-decoration:none;
	text-transform: uppercase;
	
}

#links a:hover{
	font-family:"Arial";
	font-size:14px;
	color:#660000;
	text-decoration:none;
	border-bottom: solid #660000 3px;
}

#links a.current{
	border-bottom: solid #660000 3px;
}

#homeimg {
	background-image:url(../images/bg_home.jpg);
	background-repeat:no-repeat;
	height:299px;
	text-align:left;
	vertical-align: middle;
	margin-top: 10px;
}


#mainimg {
	background-image:url(../images/bg_header_top.jpg);
	background-repeat:repeat-x;
	height:196px;
	text-align:left;
	vertical-align: middle;
	margin-top: 10px;
}

#homeimg h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding:50px 300px 0px 20px;
	text-align: center;
	vertical-align: middle;
}

#mainimg h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding:50px 90px 0px 20px;
	text-align: center;
	vertical-align: middle;
}

#mainimg h4, #homeimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 40px;
	text-align: center;
	width: 500px;
}

#quote {
	float:left;
	width:675px;
}


#contentarea {
	clear:both;
	padding:25px 0px;
}

#address {
	float:left;
	width:340px;
}

#address h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-right: 5px;
	padding-bottom:5px;
	text-align: left;
	padding-top: 10px;
}

#address h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding-bottom:5px;
	text-align: left;
}

#address p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575763;
	font-weight:bold;
	text-decoration:none;
	padding:40px 25px 10px;
}

#leftbar {
	float:left;
	width:675px;
	border-right:1px solid #BCBDBC;
}

#leftbar h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#660000;
	font-weight:normal;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:5px;
}

#leftbar h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding-left:20px;
	padding-bottom:5px;
	padding-top: 5px;
}

#leftbar p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding:0px 20px 10px;
	line-height: 133%;
}

#leftbar a {
	color:#333333;
	text-decoration:underline;
}

#leftbar a:hover {
	color:#660000;
}

#rightbar {
	float:left;
	width:340px;
}

#rightbar h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#51545B;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px 10px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#footer {
	float:left;
	width:510px;
	background-color:#FFFFFF;
	height:27px;
	padding-top:5px;
}

#footer p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#51545B;
	font-weight:normal;
	padding:0px 40px;
}
	
#footer a{
	text-decoration:underline;
}

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

#validtext {
	float:left;
	width:510px;
	background-color:#FFFFFF;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
