@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	line-height:1.5em;
	color:#666666;
	list-style-position: inside;
	list-style-image: url(images/background/bullet_red.gif);
}

a:link, a:visited, a:active {
	font-weight:normal;
	color: #B91F1D;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color:#666666;
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
	color: #B91F1D;
}

h2 {
	font-size: 1.1em;
	color: #B91F1D;
}

h3 {
	font-size: 1em;
	color: #B91F1D;
}

h4 {
	font-size: 0.9em;
	color: #B91F1D;
}

hr {
	background:#cccccc;
	width:80%;
	text-align:center;
}

#left_edge {
	background:url(images/background/left_edge.jpg);
	background-repeat:repeat-y;
	width:20px;
}

#right_edge {
	background:url(images/background/right_edge.jpg);
	background-repeat:repeat-y;
	text-align:right;
	width:20px;
}

#right_edge_body {
	background:url(images/background/right_edge_body.jpg);
	background-repeat:repeat-y;
	text-align:right;
	width:780px;
}

#top_edge {
	background:url(images/background/top.jpg);
	background-repeat:repeat-x;
	height:30px;
	width:980px;
}

#bot_edge {
	background:url(images/background/foot.jpg);
	background-repeat:repeat-x;
	height:30px;
	width:980px;
}

#head {
	background:#FFFFFF;
	width:980px;
	vertical-align:top
}

#head_nav a:link, #head_nav a:visited, #head_nav a:active {
	text-decoration: none;
	color:#666666;
	font-size:0.9em;
	font-weight:normal;
}

#head_nav a:hover {
	text-decoration: underline;
	color: #B91F1D;
	font-size:0.9em;
	font-weight:normal;
}

#head_nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.9em;
	text-align:right;
	vertical-align:top;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	font-weight:normal;
}

#more_info a:link, #more_info a:visited, #more_info a:active {
	text-decoration: none;
	color:#B91F1D;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
}

#more_info a:hover {
	text-decoration: underline;
	color: #666666;
	font-size:0.9em;
	font-weight:normal;
	text-align:right;
}

#more_info {
	text-align:right;
	vertical-align:top;
	font-weight:normal;
	padding-right:15px;
}

#mid_spacer {
	width:20px;
	vertical-align:top;
}

#box_top {
	background-image:url(images/background/box_bot.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:10px;
}

#box_body {
	background-image:url(images/background/box_mid.jpg);
	background-repeat:repeat-y;
	width:200px;
	vertical-align:top;
}

#box_foot {
	background-image:url(images/background/box_bot.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:10px;
}

#box_topleft {
	background-image:url(images/background/box_top_left.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:45px;
}

#box_toprepeat {
	background-image:url(images/background/box_top_repeat.jpg);
	background-repeat:repeat-x;
	height:45px;
}

#box_topright {
	background-image:url(images/background/box_top_right.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:45px;
}

#box_midleft {
	background-image:url(images/background/box_mid_left.jpg);
	background-repeat:repeat-y;
	width:10px;
}
#box_midright {
	background-image:url(images/background/box_mid_right.jpg);
	background-repeat:repeat-y;
	width:10px;
}
#box_botleft {
	background-image:url(images/background/box_bot_left.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}
#box_botrepeat {
	background-image:url(images/background/box_bot_repeat.jpg);
	background-repeat:repeat-x;
	height:10px;
}
#box_botright {
	background-image:url(images/background/box_bot_right.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

#main_body {
	width:760px;
	text-align:left;
	vertical-align:top;
	padding-top:10px;
}

#footer {
	width:1020px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #666666;
	line-height:0.9em;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-weight:normal;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #B91F1D;
	text-decoration: underline;
}


#head_pic_left {
	width:220px;
	background-image:url(images/background/header1.jpg);
	background-repeat:no-repeat;
	height:170px;
}

#head_pic_right {
	width:760px;
	background-image:url(images/background/header2.jpg);
	background-repeat:no-repeat;
	height:170px;
}

.footer_left {
	text-align:left;
	padding-left:20px;
	padding-bottom:10px;
	vertical-align:top;
	line-height:1.2em;
	width:33%;
}

.footer_center {
	text-align:center;
	padding-bottom:10px;
	vertical-align:top;
	line-height:1.2em;
	width:34%;
}

.footer_right {
	text-align:right;
	padding-right:20px;
	padding-bottom:10px;
	vertical-align:top;
	line-height:1.2em;
	width:33%;
}

.required {
	font-size:0.9em;
	color: #B91F1D;
	font-weight:bold
}

.smallnote {
	font-size:0.95em;
	color: #666666;
}

.fineprint {
	font-size:0.8em;
	font-style:italic;
}

.title {
	color: #718aa5;
	font-size:1.2em;
	font-weight:bold;
	padding-top:10px;
	text-align:left;
	vertical-align:top;
}

.subtitle {
	color: #666666;
	font-size:1.1em;
	font-weight:bold;
}

.callnow {
	color: #666666;
	text-align:center;
	line-height:1.5em;
	font-size:1.2em;
	font-weight:bold;
	padding-top:8px;
}

.featured {
	color: #666666;
	text-align:center;
	line-height:1.5em;
	padding-top:5px;
}

.vendor_links {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1em;
	color:#718aa5;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	vertical-align:middle;
}