@charset "UTF-8";

/* Master Reset =======================*/

body {
	background: #b66c3a url(../images/gradient.png) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, ol, ul, li {
	padding: 0;
	margin: 0;
}
/* Master Positioning ==================*/

#container {
	background: #FFF;
	text-align: left;
	width: 900px;
	padding: 0;
	margin: 0px auto;
}

#header {
	background: #A4582E url(../images/gradient.png) repeat-x;
	font-size: .8em;
	padding: 0 28px;
	margin: 0;
	text-align: right;
}

#content {
	padding: 0 20px;
	position: relative;
}
 

#masthead {
}

#vnav {
	width: 150px;
	float: left;
}

#hnav {
	height: 24px;
	position: relative;
	padding: 0 20px;
}

 #column1 {
	float: left;
	width: 552px;
	padding: 10px 20px 30px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #75572C;
	position: relative;
	overflow: hidden;
}

#column2 {
	font-size: .9em;
	float: left;
	width: 227px;
	padding: 10px 20px;
}

#footer {
	text-align: center;
}

.clear {
	clear: both;
}

/* Master Typographby ===================*/

#container {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	letter-spacing: .1em;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 3px 0;
}

/* Master Tables ===================*/

/* Master Lists ===================*/

#header a:link {
	font-style: italic;
	font-weight: normal;
}

#normlist {
	position: relative;
	margin: 15px 60px 0 40px;
}

#normlist ul, li {
	list-style: disc;
}


#hnav li{
	background: #8F9460;
	margin: 2px 2px;
	padding: 0 10px;
	list-style-type: none;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	overflow: hidden;
}

#hnav a:link {
	color: #FFF;
	font-weight: normal;
}

#hnav a:visited {
	color: #FFF;
	font-weight: normal;
}

#hnav a:hover {
	color: #0068b3;
	text-decoration: none;
	font-weight: normal;

	}

#hnav a.current {
	color: #0068b3;
	cursor: default;
	}


/* Master Links ===================*/

a:link {
	color: #3E2502;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #3E2502;
	text-decoration: none;
	text-decoration: none;
}

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

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


/* Master Images ===================*/

img a {
	border: none;
}

#column2 img {
	padding: 8px;
}
