/* Main Text Definitions */

body {
 background: #4F2425;
 color: #1F1F1F;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
  margin: 0;
}

h1 {
 color: #451816;
 font-size: 170%;
 font-weight: normal;
 margin: 20px 0px 15px 0px;
}


h2 {
 color: #451816;
 font-size: 130%;
  font-weight: normal;
 margin-bottom:10px;
}


a img {
 border: 0;
}
a { 
 color: #645C5C;
  text-decoration: none;
}
a:hover { 
 color: #4C4545;
 text-decoration: underline;
}


/* Container */

#container {
 width: 750px;
 margin: auto;
 background: #ffffff;
}

#hp_top {
 width: 750px;
 height: 246px; 
}

#top {
 width: 750px;
 height: 107px; 
}


/* Nav */



#hp_mainnav {
 width: 495px;
 height: 16px;
 background:#ECEAD8;
 padding: 5px 0px 0px 255px;
 font-size: 80%;
 background:  url("../images/hp_main_nav.jpg") no-repeat;
}

#hp_mainnav a {
padding: 0px 10px 0px 0px;
color: #300B0A;
font-weight: bold;
}

.navon{
font-weight: bold;
color: #642C2A;
padding-right: 10px;
}


#mainnav {
 width: 495px;
 height: 16px;
 background:#ECEAD8;
 padding: 5px 0px 0px 255px;
 font-size: 80%;
 background:  url("../images/main_nav.jpg") no-repeat;
}

#mainnav a {
padding: 0px 10px 0px 0px;
color: #300B0A;
font-weight: bold;
}




/* Main */

#main {
 width: 750px;
}





/* content */

#content {
 float: right;
 width: 466px;
 color: #1F1F1F;
 font-size: 85%;
 line-height: 130%;
 padding: 5px 30px 40px 30px;
}

ul{
margin: 10px 0px 15px 0px;
padding: 0px;
list-style: none;
}

ul li.header{
font-weight: bold;
color: #451816;
font-size: 120%;
}

ul li.red{
color: #642C2A;
font-weight: bold;
}

ul li.pic{
border-bottom: 1px dotted #cccccc;
padding-top:7px;
padding-bottom:7px;
}

ul li.picNL{
height: 90px;
padding-top:6px;
}

ul li.picNL img{
padding-right: 5px;
}

ul li.pic img{
padding-right: 10px;
}



#content a{
text-decoration: underline;
}

#left {
 float: left;
 width: 224px;
 color: #6A4F39;
 font-size: 85%;
 background: #D9D7D1;
}

#side_nav{
width: 178px;
border: 22px solid #D9D7D1;
}

.side_link{
height: 25px;
background: #421A0E;
color: #ffffff;
text-align: right;
padding-right: 8px;
}

.side_linkon{
height: 25px;
background: #ffffff;
color: #421A0E;
text-align: right;
padding-right: 8px;
font-weight: bold;
 font-size: 90%;
}

.side_link a{
color: #ffffff;
text-decoration: none;
}

.side_link a:hover{
color: #ffffff;
text-decoration: underline;
}

.side_linkspace{
height: 15px;
background: #D9D7D1;
}




.backtotop {
 border-top: 1px dashed #CBC6C0;
 padding-top: 10px;
 padding-bottom: 10px;
 font-size: 80%;
}


p.introcopy{
margin-top: 20px;
font-size: 140%;
color: #451816;
line-height: 150%;
}

p.introcopy a{
color: #451816;
}

p.introcopy a:hover{
color: #795e5d;
}

.bold {
font-weight: bold;
color: #451816;
}


/* subNav */

#subnav{
background: #ECEAD8;
width: 760px;
height: 80px;
border-top: 10px solid #ffffff;
border-bottom: 10px solid #ffffff;
}




/* Footer */


#footer {
 clear: both;
 width: 750px;
 padding-top: 10px;
 padding-bottom: 10px;
 color: #ffffff;
 background: #300B0A;
 text-align: center;
 font-size: 80%;
 border-bottom: 3px solid #5F4948;
}

#footer a{
 color: #ffffff;
 text-decoration: underline;
}

#footer .navon{
 color: #ffffff;
 text-decoration: none;
 margin-right: 20px;
 font-weight:bold;
}




/* Forms */


FORM {
	 padding: 0;
	 margin: 0;
	 border: 0;
}

.fmlabel {
	width: 200px;
	padding-bottom: 7px;
}
.fmfield {
	width: 200px;
	margin-bottom: 7px;
}


INPUT {
	BACKGROUND: #E0E0E0;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	height: 14px;
	font-size: 11px;
}

INPUT.fmfield {
	BACKGROUND: #E0E0E0;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	height: 14px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #36312E;
}
INPUT.fmbutton {
	BACKGROUND: #E0E0E0;
	color: #36312E;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: 1px solid #36312E;
	font-size: 11px;
}
SELECT {
	BACKGROUND: #ffffff;
	color: #6A4F39;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #36312E;
	width: 125px;
	margin-top: 3px;
}

textarea {
	BACKGROUND: #E0E0E0;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #36312E;
	margin-bottom:7px;
	width:200px;
}

.small{
font-size:80%;
}
