@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background:url(../_media/images/index/header_bg.gif) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	font-size:14px;
}
h1 {
	border-bottom:solid 2px black;
}
h2 {
	font-size:15px;
	margin:0px;
}
li {
	padding:0 0 5px 0;
}
a {
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#7B869A;
	text-decoration:underline;
}
a:visited {
	color:#000066;
}
a:active {
	color:#7B869A;
}
/*----------------------------------INTERIOR STYLES*/
#container {
	width:800px;
	margin:0 auto 100px auto;
}
#header {
	height:46px;
}
#nav_bg {
	height:110px;
	background:url(../_media/images/interior/index_nav_bg.jpg);
}
#nav_container {
	height:109px;
	width:800px;
	margin:0 auto;
}
#content_container {
	height:411px;
	width:800px;
	background:url(../_media/images/interior/content_bg_top.jpg);
}
#content {
	width:660px;
	height:400px;
	margin:0 auto;
}
#content_float {
	width:175px;
	height:150px;
	float:right;
}
#content_two {
	background:url(../_media/images/interior/content_bg.jpg);
}
#content_two_content {
	width:650px;
	margin:0 auto;
}
#content_footer {
	width:800px;
	height:146px;
	background:url(../_media/images/interior/content_footer.jpg);
}
#footer_container {
	background:url(../_media/images/interior/footer_bg.gif) bottom repeat-x;
}
#footer_content {
	width:800px;
	margin:0 auto;
}
#footer_nav p {
	width:700px;
	margin:0 auto;
	font-size:12px;
}
/*----------------------------------SPECIALTY STYLES*/
#quote_center {
	width:450px;
	height:60px;
	margin:0 auto;
	padding:0 0 0 20px;
}
.quote_left {
	font-size:60px;
	font:"Times New Roman";
	margin:0 0 -50px -20px;
	padding:0;
}
.quote_right {
	font-size:60px;
	font:"Times New Roman";
	text-align:right;
	margin:-50px 0 0 0;
	padding:0;
}
