@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
}
.twoColFixRtHdr #container {
	width: 780px;  /* 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. */
} 
#header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 80px;
	width: 780px;
	background-color: #DDDDDD;
	background-image: url(images/banner.jpg);
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#container #menu {
	background-image: url(images/menu.jpg);
	height: 30px;
}
#navlinks{
	margin:0px 0px 0px 0px;
	padding-top:14px;
	padding-left: 20px;
}
#navlinks li {
	background-color:#D2DCE3;
	display: inline;
	list-style:none;
	margin-right:20px;
}
#navlinks a {
	background-color:#9CF;
	color: #000;
	text-decoration: none;
}
#navlinks a:hover {
	background-color:#BFD5EE;
	text-decoration:none;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image: none;
	background-color:#E9EAED;
	text-align: left;
}
#sidebar1 h3{
	font-size:12px;
}
#sidebar1 img{
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
} 
.twoColFixRtHdr #container #mainContent #FlashID {
}

.twoColFixRtHdr #mainContent img{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	
} 
#floatvan{
float: right;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BBCED7;
} 
.twoColFixRtHdr #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;
	font-size: 10px;
	text-align: center;
}
.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;
}
#mainContent h1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#sidebarList {
	list-style-type: disc;
}
#mainContent #servicesList {
	list-style-type: square;
	line-height: 1.6em;
}
.twoColFixRtHdr #container #mainContent form table {
	text-align: left;
}
.addressList {
	font-size: 0.9em;
	list-style-type: none;
}

.underlined	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#mainContent #centerme {
	margin-right: auto;
	margin-left: auto;
	display:block;
}
#testimonialslist{
	font-size:.9em;
	list-style-type: none;
}
.twoColFixRtHdr #container #sidebar1 .cardcaption {
	text-align: center;
	font-size: 0.8em;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.floffer{
	float:right;
}.twoColFixRtHdr #container #header #FlashID2 {
	float: right;
}
.twoColFixRtHdr #container #header img {
	float: right;
}
.twoColFixRtHdr #container #header a img {
	text-decoration: none;
	 border:none;
}
.twoColFixRtHdr #container #header {
	text-align: left;
}

.twoColFixRtHdr #container #sidebar1 .highlighted {
	background-color: #C4C4C4;
}
