html, body {
	
}
body {
	padding: 0;
	margin: 0;
	background: #E0E1E3;
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
	text-align: center;
}

img {
	border: 0;
}

a {
	font-weight: bold;
	color: #ff0000;
}

h1 {
	line-height: 30px;
}

blockquote {
	border: 3px inset #333333;
	background-color: #dddddd;
	padding: 5px;
}

#outer{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	
}

#header{
	width:100%;
	height: 302px;
	margin: 0px;
	color: #000000;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#footer {
	width:100%;
	clear:both;
	height:100%;
	min-height: 180px;
	border-top: 10px solid #000000;
	background-color: #BDC0C5;
	color: #000000;
	text-align:center;
	position:relative;
}

#top_menu {
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 0;
	display: inline;
	
}
#top_menu ul {
	list-style: none;
	margin: 0;
	
	padding-top: 23px;
	padding-left: 280px;
	padding-bottom: 0px;
	padding-right: 0px;
	
	
}
#top_menu li {
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	background-image: url(images/menu_divider.jpg);
	background-repeat: no-repeat;

	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
}

#top_menu a:link, #top_menu a:visited { 
	color: #333333;
	text-decoration: none;
	display: inline;
	
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	white-space: nowrap;
	
}

#top_menu a:hover {
	color: #333333;
	background-image: url(images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: inline;
	
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	white-space: nowrap;
}

#main_logo {
	margin-top: 50px;
	margin-right: 50px;
	padding: 0;
	display: inline;
	position:relative;
}

#heading {
	margin-top: 5px;
	padding-right: 15px;
	font-size: 30px;
}

#phone_number {
	margin-top: 11px;
	padding-right: 15px;
	font-size: 30px;
}

#phone_number span {
	color: #CC0000;
	font-weight: bold;
}

#middle {
	text-align: left;
	background-image: url(images/main_content_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 12px;
	line-height: 20px;
}

.blurb {
	width: 200px;
	background-image: url(images/blurb_middle.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.blurb h1 {
	font-size: 18px;
	color: #ffffff;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	background-image: url(images/blurb_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.blurb h1 a {
	color: #ffffff;
}

.blurb_content {
	text-align: left;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.blurb_bottom {
	background-image: url(images/blurb_bottom.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 12px;
}

.float_left {
	float: left;
	width: 210px;
	margin: 10px;
	text-align: center;
}

.float_right {
	float: right;
	width: 210px;
	margin: 10px;
	text-align: center;
}

.dd_list {
	list-style-image: url(images/dd_bullet.gif);
	list-style-type: circle;
	font-size: 26px;
	list-style-position: inside;
	line-height: 30px;
	
}

.specials table tr td {
	height: 200px;
	width: 50%;
	border: 2px dashed #333333;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	background-image: url(images/money_bg.jpg);
}

.companies {
	text-align: center;
	margin: 15px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}

.companies img {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.dd_list li {
	
}

.comment_form p {
	clear: left;
	white-space: nowrap;
}

.comment_form label {
	width: 150px;
	height: 60px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.comment_inputfields {
	width: 60%;
	padding: 3px;
}

.comment_textarea {
	width: 60%;
	height: 100px;
	padding: 3px;
}

.comment_form input {
	text-align: left;
}


