@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	background-image: url(../../cla_images/contentBackground.png);
	background-repeat: repeat-y;
	background-position: center;
}
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 90%;
} 
#container #phoneLabel {
	color: #FFF;
	background-color: #999;
	height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#container #phoneLabel a {
	color: #FFF;
	text-decoration: none;
}
#container #phoneLabel a:visited {
	color: #FFF;
	text-decoration: none;
}
#container #phoneLabel a:hover {
	color: #FFF;
	text-decoration: underline;
}
#container #phoneLabel div {
	color: #FFF;
	height: 24px;
	padding: 3px 4px 0px 4px;
	margin: 0;
}
#container #phoneLabel div.address {
	float: right;
	height: 24px;
}
#container #phoneLabel div.phone {
	float: left;
	height: 30px;
}
#header  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 205px;
} 
#header img {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
}
#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 */
}
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
#sidebar #navigation {
	padding: 0;
	margin: 0;
}
#sidebar #navigation div {
	padding:0;
	margin:0;
}
#sidebar #navigation div img {
	padding:0;
	margin:0;
}
#sidebar #navigation div.nav-label {
	padding:0;
	margin:0;
	height: 24px;
}
#sidebar #navigation div.nav-label img {
	padding:0;
	margin:0;
}
#sidebar #featuredrv {
	padding: 0;
	min-height: 575px;
	height: 575px;
	overflow: auto;
	margin: 0;
}
#sidebar #quicksearch .quickSearchRow .qsLeftCol {
	float: left;
}
#sidebar #quicksearch .quickSearchRow .qsRightCol  {
	float: right;
}
#sidebar #quicksearch div {
	padding: 0;
	margin: 0;
	height: 30px;
}
#mainContent  {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	width: 730px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
} 
#mainContent h1  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #1B4FA3;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #1B4FA3;
	margin: 5px 10px 5px 5px;
	text-align: left;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #FFF;
	margin: 5px 0px 4px 0px;
	text-align: center;
	background-color: #96CF95;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	margin: 12px 8px;
	text-align: left;
	background-color: #1B4FA3;
	background-image: url(../../cla_images/h2-bg-gradientblue.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding: 2px 10px;
}
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: .5ex .5em 2ex .5em;
	text-align: justify;
}
#footer  {
	padding: 0 10px 0 0;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: right;
	width: 950px;
	margin: 0 auto;
	font-size: 80%;
} 
#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 */
}
#logoBar {
	padding: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin: 5px 0px;
}
#logoBar p#subs {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	text-align: center;
}
.floatRight { /* 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;
	margin-right: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.floatClear { /* 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;
}
#mainContent div.centerText {
	text-align: center;
}
#mainContent div.centerText p{
	text-align: center;
}
.featuredItem {
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1B4FA3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.featuredItem div.line1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.featuredItem div.line2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #00F;
	text-align: center;
}
.featuredItem div.line3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #666;
	text-align: center;
}
.featuredItem div.line1 a {
	color: #F00;
}
.featuredItem div.line2 a {
	color: #00F;
}
.featuredItem div.line3 a {
	color: #666;
}
#mainContent div.compareRV {
	text-align: center;
}
#mainContent div.compareRV h2{
	text-align: center;
	font-size: 70%;
	color: #00F;
	background-color: #FFF;
	background-image: none;
}
#mainContent div.compareRV div{
	text-align: center;
}
#mainContent div.compareRV a{
	text-align: center;
}
#mainContent div.compareRV p {
	text-align: center;
	font-size: 70%;
}
#sidebar {
	background: white;
}
#sidebar table {
	padding: 0;
	margin: 0;
}
#sidebar table tr {
	padding: 0;
	margin: 0;
}
#sidebar table td {
	padding: 0;
	margin: 0;
}
#container #mainContent .smalltext {
	font-size: 80%;
	text-align: center;
}
#brandLogoTitle   {
	color: #FFF;
	background-color: #094FA3;
	padding: 2px 8px;
	text-align: left;
	margin: 0;
}
#mainContent div.addedRV {
	margin:2px;
	text-align: center;
	float: right;
	background-color:white;
	border:1px solid blue;
}
#mainContent div.addedRV h2{
	text-align: center;
	font-size: 70%;
	color: #00F;
	background-color: #FFF;
	background-image: none;
}
#mainContent div.addedRV div{
	text-align: center;
}
#mainContent div.addedRV a{
	text-align: center;
}
#mainContent div.addedRV p {
	text-align: center;
	font-size: 70%;
}
.errorAnnounce {
	color: #F00;
	text-align: center;
}
