@charset "utf-8";

* {padding: 0; margin: 0; }

html, body {height: 100%;}

body {
	font-size: 62.5%;
	color: #603F23;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
h1 {
	height: 180px;
	width: 400px;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
h2 {
	color: #598E05;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: 12px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 12px;
	margin-right: 40px;
	margin-left: 40px;
}

p {
	font-size: 1.2em;
	padding-left: 40px;
	padding-right: 50px;
	margin-bottom: 12px;
}
a {
	text-decoration: underline;
	color: #6D3715;
}
a:hover {
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center 760px;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}
#leftCol {
	width: 400px;
	float: left;
	display: inline;
	background-image: url(../images/left_col_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 180px;
}
#rightCol {
	width: 520px;
	float: right;
	display: inline;
	background-image: url(../images/right_col_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	min-height:760px;
	height:auto !important;
	height:760px;
	position: relative;

}
#rightCol ul {
	margin-left: 53px;
	font-size: 1.2em;
	list-style-type: square;
}
#rightCol ul li {
	margin-bottom: 2px;
}





ul#nav {
	width: 520px;
	height: 100px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
}
ul#nav li {float: left; display: inline;}
ul#nav a {
    display: block;
	height: 100px;
	text-indent: -9999px;
}

ul#nav li#n1 a { width: 100px; }
ul#nav li#n1 a:hover, ul#nav li#n1 a.active {background-image: url(../images/n1.jpg);}
ul#nav li#n2 a { width: 120px; }
ul#nav li#n2 a:hover, ul#nav li#n2 a.active {background-image: url(../images/n2.jpg);}
ul#nav li#n3 a { width: 200px; }
ul#nav li#n3 a:hover, ul#nav li#n3 a.active {background-image: url(../images/n3.jpg);}
#busCardContact {
	position: absolute;
	height: 180px;
	width: 280px;
	background-image: url(../images/bus_card_contact.jpg);
	background-repeat: no-repeat;
	left: 240px;
	top: 560px;
}
#busCardContactNolink {
	position: absolute;
	height: 180px;
	width: 280px;
	background-image: url(../images/bus_card_contact_nolink.jpg);
	background-repeat: no-repeat;
	left: 240px;
	top: 560px;
}
#busCardContact a {
	height: 180px;
	width: 280px;
	display: block;
	text-indent: -9999px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #598E05;
	padding-top: 4px;
	font-size: 0.9em;
	margin-right: 30px;
	margin-left: 30px;
	height: 20px;
	margin-bottom: 20px;
}
#footer a {
	color: #764922;
	font-size: 1em;
}


.ra {
	float: left;
	padding-left: 0px;
}
.copy {
	float: right;
	padding-right: 0px;
}
.green {
	color: #598E05;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
