@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6A6D79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
a:link {
	color: #6A6D79;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6A6D79;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #6A6D79;
}
.thrColFixHdr #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(pics/carrington_national_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	text-align: right;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#logo{
	margin-top:16px;
	float:left;
	width:200px;
	height:110px;
}
#call{
	margin-top:-35px; _margin-top:-40px;
	float:right;
	width:200px;
	height:110px;
	padding-right:38px; _padding-right:0px;
}

.thrColFixHdr #topnavmenu {
	text-decoration: none;
	text-align: right;
}
.thrColFixHdr #menu {
	
}
.thrColFixHdr #submenu {
    _margin_top:-20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #DEDEDF;
}
.thrColFixHdr #mainpromo {
	background-color: #FFFFFF;
	padding-top: 15px;
}
.thrColFixHdr #threepromos {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.thrColFixHdr #promo {
	background-color: #DEDEDF;
	background-repeat: no-repeat;
	height: 178px;
}
.thrColFixHdr #promo h1 {
	padding-right: 15px;
	padding-top: 15px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #657A8A;
	text-align: right;
	font-weight: normal;
}
.thrColFixHdr #promo p {
	color: #FFFFFF;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 5px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	padding: 0px;
	margin-top: 20px;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:link {
	color: #F7941E;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:hover {
	color: #6A6D79;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:visited {
	color: #F7941E;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 a:active {
	color: #F7941E;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 h1 {
	color: #F7941E;
	font-size: 11pt;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DEDEDF;
	line-height: 18pt;
	font-weight: normal;
	text-decoration: none;
}
.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.thrColFixHdr #container #mainContent h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #303238;
}
.thrColFixHdr #mainContent2 {
	margin-top: 15px;
}
.thrColFixHdr #container #mainContent2 h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #F7941E;
}
.subtext7pt {
	font-size: 7pt;
}
.thrColFixHdr #CompareTable {
	background-color: #DEDEDF;
	color: #333333;
	font-size: 8pt;
}
.thrColFixHdr #CompareTable td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.thrColFixHdr #form1 table td {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDF;
}
.tableheaders {
	text-transform: uppercase;
	color: #FFFFFF;
}
.thrColFixHdr #footer {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #0397D6;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFFFFF;
}

.thrColFixHdr #footer ul {
    padding-top:2px;
	padding-right:2px;
	line-height: 0pt;
	margin-top:0px;
	margin-bottom:0px;
}
.thrColFixHdr #footer li {
	color: #FFFFFF;
	font-size: 8pt;
	list-style-type: square;
	list-style-position: outside;
	text-decoration: none;
	line-height: 14pt;
}
.thrColFixHdr #footer a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFFFFF;
}
.thrColFixHdr #footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #footer a:active {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFFFFF;
}
.thrColFixHdr #footer a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFFFFF;
}
.thrColFixHdr #legal_footer {
	color: #FEFEFE;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	margin-top: 5px;
	background-color: #6A6D79;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


