@charset "UTF-8";


/*


*/
html, body {
	width: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font: 16px Tahoma, Geneva, sans-serif;
	color: #000;
	text-align: center;
	background-color: #FFF;
	}
#container {
	border-top: 12px solid #000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
a {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #B22727;
	text-decoration: none;
	}
	
/* --- MISC --- */
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.oddtr td {
	background-color: #E4E4E4;
	}
.form_table {
	width: 750px;
	margin: 0 auto;
	}
.float_left {
	float: left;
	}
.clear {
	clear: both;
	}
#form_buttons {
	text-align: right;
	}
.titles {
	color: #FFF;
	background: transparent url(../images/title-bg.jpg) no-repeat;
	height: 34px;
	padding: 4px 0 0 20px;
	}
.insurance_photos_right {
	width: 320px;
	float: right;
	margin: 5px 0 5px 10px;
	}
.insurance_photos_left {
	width: 320px;
	float: left;
	margin: 5px 10px 5px 0;
	}
#recaptcha_area {
	margin: 0 auto;
	}
	
/* --- HEADER --- */	
	
#header {
	padding: 25px 0 10px;
	margin: 0 auto;
	width: 800px;
	height: 1%;
	}
#header h1 {
	margin: 0;
	padding: 0;
	float: left;
	}
#header h1 a {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
#phonenumber {
	float: left;
	color: #999;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 0 0 0 50px;
	}
	
/* --- TOPNAV --- */
	
#topnav {
	width: 968px;
	margin: 10px auto;
	background: #AD1919 url(../images/topnav-bg.jpg) repeat-x;
	height: 48px;
	position: relative;
	clear: both;
	}
#topnav_left {
	background: #AD1919 url(../images/topnav-left.jpg) no-repeat left;
	width: 19px;
	height: 48px;
	position: absolute;
	left: 0;
	}
#topnav_right {
	background: #AD1919 url(../images/topnav-right.jpg) no-repeat right;
	width: 19px;
	height: 48px;
	position: absolute;
	right: 0;
	}
#topnav ul {
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0;
	}
#topnav ul li {
	float: left;
	padding: 0;
	background: transparent url(../images/topnav-vertline.jpg) no-repeat right;
	}
#topnav ul li a {
	color: #FFF;
	display: block;
	padding: 15px 13px 0;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
#topnav ul li.endnav {
	background: none;
	}
#topnav ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
#topnav ul li a.arrowme {
	color: #000;
	background: transparent url(../images/topnav-hover.jpg) no-repeat center;
	}
	
/* --- DALLAS SKYLINE REPEAT --- */
	
#homepage {
	text-align: center;
	background: #000 url(../images/dallas-night.jpg) repeat-x;
	height: 285px;
	}
#nonhomepage {
	background: #000;
	height: 55px;
	width: 800px;
	margin: 0 auto;
	}
#rotator {
	margin: 0 auto;
	width: 830px;
	height: 325px;
	position: relative;
	overflow: hidden;
	}
#rotator img {
	position: absolute;
	top: 9px;
	left: 0;
	visibility: hidden;
	}
	
/* --- MAIN CONTENT --- */

#main_content {
	width: 800px;
	height: 1%;
	margin: 10px auto 0;
	padding: 0 20px 10px;
	}
#main_content h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 5px;
	font-size: 24px;
	font-weight: bold;
	}
#main_content h2 span {
	font-size: 70%;
	}
#main_content p {
	padding-left: 20px;
	padding-right: 20px;
	}
	
/* --- HOMEPAGE --- */
	
#homepagetitle {
	border-bottom: 2px solid #B22727;
	}

#products_services {
	padding: 0;
	}
#products_services .float_left {
	width: 24%;
	}
#products_services ul {
	margin: 0;
	padding: 0 0 0 25px;
	}
#products_services ul span {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	display: block;
	}
#products_services ul li {
	margin: 0 0 0 20px;
	}
#contactform {
	padding: 0 0 10px 5px;
	margin: 0 25px 0 0;
	text-align: center;
	width: 40% !important;
	}
#contactform h3 {
	margin: 0;
	padding: 10px 0;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	background: #999 ;
	}
#contactform form {
	margin: 0;
	padding: 5px 0 0;
	border: 1px solid #999;
	}
#contactform input,
#contactform textarea {
	margin: 5px auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
#main_text {
	clear: left;
	padding: 0 0 10px 0;
	}
	
/* --- ABOUT US PAGE --- */
	
	
.aboutuspage {
	
	}
#googlemap {
	float: right;
	text-align: center;
	margin: 0 10px 20px 0;
	}
#googlemap iframe {
	border: 2px solid #000;
	}
#googlemap small a {
	color: #000;
	display: block;
	padding: 5px 0 0 0;
	}
	
/* --- FOOTER --- */
	
#footer {
	background-color: #666;
	padding: 20px 0 20px 0;
	color: #FFF;
	font-size: 12px;
	clear: both;
	}
#copy {
	padding: 3px 0 0 5px;
	width: 800px;
	margin: 0 auto;
	}
#copy a {
	color: #FFF;
	margin: 0 5px;
	}
#not_noticable {
	padding: 5px;
	font-size: 11px;
	width: 800px;
	margin: 0 auto;
	}
