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

html {
	margin: 0;
	padding: 0;
}
body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #adb89f;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
#container {
	width: 800px;
	margin: 0 auto;
	display: block;
	height: 100%;
	background-color: #FFFFFF;
}
#soundtrack {
	width: 800px;
	margin: 0 auto;
	
	height: 20px;
	background-color: #698842;
}

#topbanner {
	height: 259px;
	width: 800px;
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
}
#topbanner #topleft {
	width: 413px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	height: 108px;
}
#middle {
	width: 800px;
	height: 100%;
}
#middle #bar {
	width: 800px;
}
#nav {
	width: 800px;
	display: block; /* fixes IE/Win double margin bug*/
	background-image: url(../images/bg_img_nav.jpg);
	background-repeat: repeat-x;
	height: 29px;
}
#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: #CC3399 url(../images/bg_img_nav.jpg) repeat-x 32px;
	text-align: center;
}
#navcontainer a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 102px;
	border-left: 1px solid #62400c;
	padding-top: 2px;
	padding-bottom: 4px;
	font-weight: bold;
}
#navcontainer li#active {
	background: url(../images/bg_img_nav_rol.jpg) repeat-x 32px;
}
#navcontainer a:hover {
	background: url(../images/bg_img_nav_rol.jpg) repeat-x 32px;
}

#middle #content {
	width: 780px;
	float: left;
	margin-left: 15px;
	height: 100%;
	margin-top: 10px;
}
#middle #content #col1 {
	float: left;
	width: 375px;
	height: 100%;
}
#middle #content #col2 {
	float: left;
	width: 390px;
	height: 100%;
	margin-left: 15px;
}
#middle #content #col3 {
	float: left;
	width: 750px;
	padding-top: 10px;
	margin-left: 35px;
	vertical-align: top;
}
#middle #nav {
	width: 726px;
	display: block; /* fixes IE/Win double margin bug*/
	background-image: url(../images/bg_img_nav.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
ul.topnav {
	display: inline;
	margin: 0px;
	padding: 0px;
}
li.topnav {
	border: 1px solid #634301;
	list-style: none;
	display: inline;
	height: 32px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.nav:hover {
	text-decoration: none;
	background-color: #634301;
}
h1 {
	font-size: 18px;
	color: #4E2700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	color: #4e2700;
	margin: 0px;
	padding: 0px 0px 10px;
}
h3 {
	font-size: 14px;
	color: #4e2700;
	margin: 0px;
	padding: 20px 0px 40px;
}
a {
	color: #698940;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	border: 1px solid #D3D3D2;
	background-color: #F2F2F2;
}
form {
	margin: 5px;
	padding: 0px;
	display: inline;
}
ul {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}
.fronttxt {
	font-size: 11px;
	line-height: 13px;
}

#footer{
	bottom: 0px;
	width: 800px;
	font-size: 11px;
	height: 212px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}
#footer #content{
	bottom: 0px;
	width: 780px;
	float: left;
	margin-left: 15px;
	font-size: 12px;

}

#footer #content #contact {
	float: left;
	width: 375px;
	height: 100%;
	margin-top: 15px;

}
#footer #content #contact #1{
	float: left;
	width: 175px;
}
#footer #content #contact #2{
	float: left;
	width: 175px;
	margin-left: 5px;
}
#footer #content #maps {
	float: left;
	width: 385px;
	height: 100%;
	margin-left: 15px;
	margin-top: 15px;

}
.intrinsicfooter{
	padding: 5px 0 0 0;
	background-color: #ADB89F;
}
.intrinsicfooter2{
	padding: 0px 0 0 0;
	background-color: #ADB89F;
}

