* {margin: 0; padding: 0;}

body {
	background:#FFFFFF;
	color: #222;
	font: normal 62.5% Arial, Helvetica, sans-serif;
	padding: 2% 0;
}

a {color: #a52c19; text-decoration:none;}
a:hover {color: #c0311a; text-decoration:underline;}

h1,h2,h3 {color: #a52c19; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.45em Georgia, "Times New Roman", Times, serif;}
h3 {font: bold 1em Georgia, "Times New Roman", Times, serif;}


form {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 0px 0px 10px 0px; font-size:1em; line-height:1.5em;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}
.white {color:#FFF;}

/*------------------------------------===========[  structure */
#wrapper {
	background: #572700;
	margin: 0 auto;
	width: 774px;
}
#container {
	background: #FFF;
	border-top: 2px solid #572700;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 770px;
	
}

/*------------------------------------===========[  header */

.header {
	background:#300;
	height:138px;
}


/*------------------------------------===========[  navigation */
.navigation {
	background: #a52c19; height: 35px; border-bottom: #300 solid 1px; border-top: #300 solid 1px;
}

.navigation a {
	background: #a52c19;
	border-right: 1px solid #900;
	color: #FFF;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 0 30px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-color:#c0311a;}

/*------------------------------------  sub-nav */
.subnav {
	background: #FBF9F4;
}
.subnav a {
	background: #FBF9F4;
	color: #553;
	float: left;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 20px;
	line-height: 41px;
	width: 340px;
	text-align: center;
	text-decoration: none;
}
.subnav .inactive {
	background: #FBF9F4;
	float: left;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 20px;
	line-height: 41px;
	width: 340px;
	text-align: center;
	text-decoration: none;
	color: #9999CC;
}


/*------------------------------------  main */
.main#two-columns {background: #FFF;}

/*------------------------------------  bottom */
.bottom {
	background: #DCDAC9;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}

/*------------------------------------  footer */
.footer {
	font-size: 12px;
	background: #572700;
	color: #FFF;
	padding: 5px;
	text-align:center;
	margin-top:20px;

}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

/*------------------------------------  misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 65%; padding:0px 0px 0px 8px;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 35%;}
.left {float: left; width: 50%;}
.right .content {padding: 18px 12px 12px 510px;}
.left .content {padding: 18px 25px 12px 10px;}
.content {padding: 18px 20px 12px 20px;}
.col2 .menuleft { float:left; width: 20%; padding:0px 0px 0px 8px;}
.menuleft .content {padding: 18px 5px 12px 10px;}
.col2 .menuright {width: 80%;}
.menuright .content {padding: 18px 12px 12px 200px;}
.menuleft a {font-size:14px; line-height:30px; text-decoration:none; display:block;}
.menuleft a:hover {text-decoration:underline;}

