@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2b1910;
}
h1{
	font-size: 1.6em;
	font-weight: bold;
	color: #E2BE6B;
}

h2{
	font-size: 1.3em;
	font-weight: normal;
	color: #E2BE6B;
	padding-top: 10px;
}

h3{
}

a{
	text-decoration: none;
}

a:link{
	color: #E3BE79;
}

a:visited{
	color: #E3BE79;
}

a:active{
	color: #FFFF00;
}

a:hover{
	color: #FFcc00;
}

#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#wrapperInner{
	background-color: #643b25;
	border: 1px solid #8f5435;
}
#homepage #wrapperInner {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
#branding {
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 5px;

}
#navMain {
	color: #FFFFFF;
	text-align: right;
	margin-top: 70px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: normal;
}

#navMain a{
	margin-right: 0.6em;
	margin-left: 0.6em;
}

#navMain a:link{
	color: #FFFFFF;
}

#navMain a:visited{
	color: #FFFFFF;
}

#navMain a:active{
	color: #FFCC00;
}

#navMain a:hover{
	color: #FFCC00;
}

#featurePanel{
	clear: both;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 4px;
}
#content{
	font-size: 0.9em;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	line-height: 115%;
}
.ratesTable {
	width: 100%;

}
.ratesTable td {
	background-color: #7A482E;
	text-align: center;
	vertical-align: middle;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #643B25;
	border-bottom-color: #643B25;
	padding: 0.1em;

}
.ratesTable th {
	background-color: #8F5435;
	font-weight: bold;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #643B25;
	border-bottom-color: #643B25;
	text-align: center;
	vertical-align: middle;
	padding: 0.1em;

}
.featureTable {
	width: 100%;

}
.featureTable td {
	background-color: #7A482E;
	text-align: center;
	vertical-align: middle;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #643B25;
	border-bottom-color: #643B25;
	padding-top: 0.2em;
	padding-right: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 0.1em;

}
.featureTable th {
	background-color: #8F5435;
	font-weight: bold;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #643B25;
	border-bottom-color: #643B25;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.2em;
	padding-right: 0.1em;
	padding-bottom: 0.2em;
	padding-left: 0.1em;

}
#footer{
	text-align: center;
	background-image: url(../images/dots1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	margin-top: 7px;
}
#footerLinks {
	font-size: 0.8em;
	color: #d57d4f;
	margin: 0px;
	padding: 0px;
}
#footerLinks a{

}

#footerLinks a:link{
	color: #D57D4F;
}

#footerLinks a:visited{
	color: #D57D4F;
}

#footerLinks a:active{
	color: #FFFFFF;
}

#footerLinks a:hover{
	color: #FFFFFF;
}

#footerText{
	color: #794326;
	font-size: 0.7em;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footerText a{
}

#footerText a:link{
	color: #794326;
}

#footerText a:visited{
	color: #794326;
}

#footerText a:active{
	color: #794326;
}

#footerText a:hover{
	color: #FFFFFF;
}

.contactForm {
	background-color: #8F5435;
	border-top-width: 10px;
	border-right-width: 15px;
	border-bottom-width: 10px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8F5435;
	border-right-color: #8F5435;
	border-bottom-color: #8F5435;
	border-left-color: #8F5435;


}

.contactForm td {
	padding-top: 5px;
	padding-right: 10px;

}
.contactForm th {

}
