@charset "UTF-8";
/* CSS Document */

body {
	background: #666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	
}

a:hover {
	
}

#main {
	margin: 0 auto;
	width: 919px;
	border: 2px #999 solid;
}

#header {
	
}

#nav {
	background: url(../images/nav_bg.jpg);
	height: 31px;
	padding-left: 95px;
}

img, div {
	behavior: url(iepngfix.htc);
	text-align: left;
}

#end {
	clear: both;
}

/* index styles */

#index_body {
	background: url(../images/index_bg.jpg) no-repeat;
	min-height: 410px;
	height: auto !important;
	height: 410px;
}

#index_body #flash {
	float: left;
	margin: 16px 0 0 11px;
}

#index_body #content {
	float: left;
}

#index_body #content #title {
	margin: 93px 0 0 36px;	
}

#index_body #content #text {
	margin: 16px 0 0 36px;
	width: 517px;
	font-size: 14px;
	line-height: 25px;
}

#index_body #content #text strong {
	color: #970005;
	font-weight: bold;
}

#index_body #content #phone {
	clear: left;
	float: left;
	margin: 25px 0 0 11px;
	width: 234px;
}

#index_body #content #logos {
	float: left;
	width: 106px;
	margin: 18px 0 0 200px;
}

/* interior styles */

#interior_body {
	background: url(../images/int_topbg.jpg) no-repeat;
	background-color: #fefefe;
}

#interior_body #content {
	background: url(../images/int_botbg.png) bottom no-repeat;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding-bottom: 25px;
	overflow: visible;
}

#interior_body #content #title {
	padding: 93px 0 0 37px;
}

#interior_body #content #text {
	margin: 25px 0 0 37px;
	font-size: 14px;
	line-height: 25px;
	width: 829px;
}

#interior_body #content a {
	color: #ce261a;
}

#interior_body #content a:hover {
	color: #F00;
}

#interior_body #content #text p {
	margin: 0 0 25px 0;
}

#interior_body #content #text h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ce261a;
	margin: 0 0 25px 0;
}

#interior_body #content #text h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ce261a;
	margin: 0 0 12px 0;
}

#interior_body #content #text h6 {
	font-size: 16px;
	font-weight: bold;
	color: #ce261a;
	margin: 0 0 25px 0;
}

#interior_body #content #text strong {
	color: #000;
	font-weight: bold;	
}

#interior_body #content #text .pic_rightalign {
	margin-left: 15px;
	border: 1px #999 solid;
}

#interior_body #content #text .pic_leftalign {
	margin-right: 15px;
	border: 1px #999 solid;
}

#interior_body #content #text ol li {
	color: #ce261a;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 12px;
	margin-left: 0;
}

#interior_body #content #text ol li ul li {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#interior_body #content #text ol li ul li ul li {
	padding: 0;
}

#interior_body #content #phone {
	clear: left;
	float: left;
	margin: 7px 0 0 13px;
	padding: 0;
	width: 234px;
}

#interior_body #content #logos {
	float: right;
	margin: 0 44px 0 0;
	padding: 0;
	width: 106px;
}

.pic_center {
	margin-left: 20px;
}


/* footer styles */

#footer {
	padding: 39px 22px 0 22px;
	clear: both;
	background: url(../images/footer.jpg);
	height: 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

#footer .left {
	float: left;
	width: 525px;
}

#footer .right {
	float: right;
	text-align: right;
	width: 300px;
}

#footer a {
	color: #ffc313;	
}

#footer .icon {
	margin-right: 3px;
}

#footer .divider {
	margin: 0px 6px;
}

.clear {
	clear: both;
}

.error {
	color: #aa0000;
}

input.error {
	background-color: #ffcccc;
	border-color: #ff0000;
	color: #000000;
}

.map {
	width: 450px;
	height: 300px;
	border: 1px #666 solid;
}