body{
	margin:0;
	padding:0;
	background:#EBEBEB url(img/page2_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
a{
	color:#1D598D;
}
a:hover{
	text-decoration:none;
}
#header{
	width:880px;
	height:90px;
	margin:0 auto;
	padding:0;
	background:url(img/logo.jpg) no-repeat;
	position:relative;
}
#menu{
	height:40px;
	width:700px;
	position:absolute;
	bottom:0;
	left:180px;
}
#menu ul, #menu li{
	padding:0;
	margin:0;
}
#menu li{
	display:inline;
}
#menu a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	height:28px;
	padding:12px 20px 0 20px;
	float:left;
}
#menu a:hover{
	color:#1D598D;
}
#menu a.active{
	color:#1D598D;
	background:url(img/menu_active_bg.jpg) repeat-x;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC;
	padding:12px 19px 0 19px;
}
#banner{
	height:190px;
	padding:0;
	background:url(img/content_banner.jpg) no-repeat center;
}
#content{
	width:800px;
	margin:-160px auto 0 auto;
	background:url(img/content2_bg.gif) repeat-y;
}
#content ul li{
	list-style:url(img/bullet.gif);
	padding-bottom:4px;
}
#content h1{
	padding:7px 0 0 30px;
	height:31px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}
#content h2{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#666666;
	margin:20px 0 -10px 0;
	padding:0;
}
#content h3{
	font-size:1.05em;
	margin:20px 0 -10px 0;
	padding:0;
}
#content p{
	line-height:1.4em;
}
#content img{
	border:none;
}
#centercol{
	width:740px;
	background:url(img/centercol_bg.jpg) no-repeat bottom;
	padding:0 30px 50px 30px;
	position:relative;
}
#centercol h1{
	background:#6C9C2C url(img/h1_green2_bg.jpg) no-repeat;
	margin:0 -30px;
}
#phone{
	font-size:20px;
	font-weight:normal;
	color:#EBEBEB;
	position:absolute;
	top:7px;
	right:20px;
}
#footer{
	color:#666666;
	width:800px;
	margin:0 auto;
	padding:20px 0;
	clear:both;
	font-size:.9em;
	background:url(img/footer2_bg.jpg) no-repeat;
}
#footerlogo{
	float:left;
	padding:0 20px;
}
#footeraddress{
	border-left:solid 1px #CCC;
	float:left;
	padding:0 20px;
}
#footercontact{
	border-left:solid 1px #CCC;
	float:left;
	padding:0 20px;
}
table#request td{
	padding-bottom:5px;
}
table#contact{
}
table#contact td{
	padding:6px;
	border-bottom:solid 1px #EBEBEB;
}
.red{
	color:#F00;
}
label.error{
	color:#F00;
}
.box{
	border:solid 1px #CCC;
	padding:10px 20px;
	margin:30px 0;
	background:url(img/box_bg.jpg) repeat-x top;
}
