/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8D8D8D;
	line-height:16px;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	padding:0;
	width:699px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	width: 770px;
}
#container #header #logo {
	height: 110px;
	width: 750px;
	padding-top: 10px;
	padding-left: 20px;
}
#container #header #leftnav {
	float: left;
	width: 171px;
}
#container #header #rightpic {
	width: 750px;
	height: 326px;
	background-image: url(slideshow/1.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}
#container #header #topclear {
	clear: both;
	width: 770px;
}
#container #content {
	width: 770px;
	padding-top: 25px;
}
#container #content #left {
	width: 200px;
	padding-left: 10px;
	float: left;
}
#container #content #right {
	float: right;
	width: 528px;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 15px;
}
#container #content #clear {
	clear: both;
	width: 770px;
	text-align: center;
	padding-top: 15px;
	font-size: 10px;
	color: #F26A35;
	padding-bottom: 20px;
}




/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:20px;
	font-weight:bold;
	color:#8A8A8A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.subheader{
	font-size:14px;
	font-weight:bold;
	color:#8A8A8A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.towns {
	font-size: 10px;
	line-height: 10px;
}

a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#F26A35;
	font-size:10px;
	text-decoration:underline;
}

a.bottom:visited{
	color:#F26A35;
	font-size:10px;
	text-decoration:underline;
}
a:link{
	color:#F26A35;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#49453c;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

.clear{clear:both;}

