@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #FFFFFF;
}




 #container {
	width: 850px;  /* 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: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	border: 1px solid #AAAAAA;	
} 




#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 2px;
} 

 .navbar {
	background-color: #222222;
	border: 2px solid #C1272D;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 11px;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}

.navbar a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.navbar a:visited {
color:#FFFFFF;
	text-decoration: none;
}
.navbar a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
.navbar a:active {
color:#FFFFFF;
	text-decoration: none;
}

#mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.imgfront  {
	border: medium solid #222222;
	border: medium solid #222222;
	margin-left: 2px;
	margin-bottom: 10px;
	}


.headerfront {
	font-family: "Lucida Grande";
	font-size: 15px;
	font-weight: bold;
	color: #C1272D;
	margin-bottom: 5px;
	margin-left: 4px;
	}
	

.maintext  {
	width: 600px;
	text-align: left;
	white-space: normal;
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #222222;
	padding-bottom: 7px;
	margin-left: 4px;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 205px;
	text-align: left;
	position: relative;
	margin-left: 0px;
	padding: 0px;
}

.hours {
	background-image: url(http://www.dvservicecenter.com/images/hours.gif);
	height: 35px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #222222;
	border-right-color: #222222;
	border-left-width: 2px;
	border-left-color: #222222;
	background-repeat: no-repeat;
	margin-top: 15px;
	width: 200px;
	padding-bottom: 3px;
}


.frontbox1 {
	width: 190px;
	background-repeat: no-repeat;
	margin-right: 0px;
	font-family: "Lucida Grande";
	font-size: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 16px;
	border-right-color: #222222;
	border-bottom-color: #222222;
	border-left-color: #222222;
	font-weight: 400;
	padding: 5px;
	text-align: left;
	color: #222222;
}



#news {
	background-image: url(images/whats_news.gif);
	height: 33px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #222222;
	border-right-color: #222222;
	border-left-width: 2px;
	border-left-color: #222222;
	background-repeat: no-repeat;
	width: 200px;
	padding-right: 0px;
}
#rentals {
	background-image: url(images/tip.gif);
	height: 33px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #222222;
	border-right-color: #222222;
	border-left-color: #222222;
	margin-top: 15px;
	width: 200px;
}

#directions {
	background-image: url(images/directions_head.gif);
	height: 33px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #222222;
	border-right-color: #222222;
	border-left-color: #222222;
	width: 200px;
}

#sponsorbar   {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: "Lucida Grande";
	font-size: 9px;
	padding-left: 8px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #222222;
	border: 2px solid #C1272D;
	margin-top: 25px;
} 


.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEEEEE;
	text-align: center;
}

p {
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	color: #222222;
}

a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
color:#000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
color:#000000;
	text-decoration: none;
}

.regularlink a:link {
	color:#000000;
	text-decoration: none;
}
.regularlink a:visited {
color:#000000;
	text-decoration: none;
}
.regularlink a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
.regularlink a:active {
color:#000000;
	text-decoration: none;
}

.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;
}

