/* sets default background and font for entire site */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	font-size:small;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}
a {
	text-decoration: underline;
	color: #000000;
	}
a:hover {
	text-decoration: none;
	}
/* sets color, size, and style of white header over the river */
h1 {
	font-weight: normal; /* remove this line to make header bold */
	font-style: italic;
	font-size: 190%;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}
/* sets color and size of green header in editable region */
h2 {
	font-size: 150%;
	color: #006600;
	padding: 0px;
	margin: 0px;
	}
/* sets color and size of blue header in editable region */
h3 {
	font-size: 120%;
	color: #336699;
	padding: 0px;
	margin: 0px;
	}
/* sets color and size of lightbox warning */
h4 {
	font-style: italic;
	margin-top: 10px;
	font-size: 90%;
	color: #000000;
	float: right;
	padding: 0;
	}
/* sets color and size of back link in template */
h5 {
	font-size: 100%;
	padding: 0;
	margin: 0;
	}
h5 a, h5 a:link, h5 a:visited, h5 a:active {
	text-decoration: none;
	color: #006600;
	}
h5 a:hover {
	text-decoration: none;
	color: #000;
	}
h5.right {
	 float: right;
	}
/* sets text color in editable region */
p {
	color: #000000;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	}
p.specification {
	font-family: Verdana, sans-serif;
	font-size: 110%;
	}
table.driving {
	font-family: Verdana, sans-serif;
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	font-size: 80%;
	color: #000000;
	width: 300px;
	}
table.driving a {
	text-decoration: none;
	font-weight: bold;
	color: #336699;
	}
table.driving a:hover {
	color: #000000;
	}
table.driving caption {
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	font-weight: bold;	
	font-size: 120%;
	padding: 5px;
	}
table.driving th, table.driving td {
	border-top: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
	}
/* sets height and background image of the first cell in table */
#banner {
	background-image:url(images/banner_house2.jpg);
	/* #000000 no-repeat;*/
	background-repeat:no-repeat;
	height: 160px;
	}
/* table cell with editable content */
#content {
	background: #FFFFFF;
	}
/* sets white background color and right alignment of navigation */
#sidebar {
	background: #FFFFFF;
	text-align: right;
	}
/* turns off underline for navigation menu links */
#sidebar a {
	text-decoration: none;
	}

/* Start Navigation */
ul {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px -10px;
	list-style: none; /* turns off list bullets */
	width: 190px;
	padding: 0px;
	}
ul li {
	position: relative;
	font-weight: bold;
	list-style: none; /* turns off list bullets */
	}	
li ul {
	position: absolute;
	right: 189px; /* Set 1px less than menu width */
	width: 190px;
	display: none;
	top: 0;
	}
/* Styles for Main Menu Items */
ul li a {
	border: 1px solid #CCCCCC;
	background: #FFFFFF; /* IE6 Bug */
	border-bottom: 0;
	display: block;
	font-size: 120%;
	color: #336699;
	padding: 4px;
	}
/* Fix IE. Hide from IE Mac \*/
* html #banner { height: 140px; }
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%;}
/* Hover Styles */
ul li a:hover {
	background: #336699;
	color: #FFFFFF;
	}
 /* Sub Menu Styles */	
li ul li a {
	border: 1px solid #CCCCCC;
	background: #336699;
	font-weight: normal;
	border-bottom: 0;
	font-size: 100%;
	color: #FFFFFF;
	padding: 5px;
	}
/* Sub Menu Styles */
li ul li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	}
/* The Magic */
li:hover ul, li.over ul { display: block; }
/* End Navigation */

/* Start Footer */
.footer {
	background: #000000;
	color: #FFFFFF;
	font-size: 90%;
	}
.footer a {
	color: #FFFFFF;
	}
.footer a:link, a:active, a:visited {
	text-decoration: underline;
	}
.footer a:hover {
	text-decoration: none;
	}
.footerbar {
	background: url(../images/footer.jpg) #000000 no-repeat;
	height: 15px;
	}
/* End Footer */
.contactLink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
a:link.contactLink  {
	text-decoration:underline;
	}
a:hover.contactLink  {
	color:#ffffff;
	background-color:#0082C0;
	text-decoration:none;
	}
a:visited.contactLink  {
	text-decoration:underline;
	}
a:visited:hover.contactLink  {
	color:#ffffff;
	background-color:#0082C0;
	text-decoration:none;
	}
.announcement {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
	border-color:#ff0000;
	border-style:solid;
	border-width:1px;
	margin:4px;
	padding:4px;
	width:360px;
	}
.announcement2 {
	font-family:Georgia;
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
	margin:4px;
	padding:4px;
	}
	.announcement3 {
	font-family:Georgia;
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
	margin:4px;
	padding:4px;
	}