* { padding: 0; margin: 0; }
img, a img { display: block; border: 0; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0; }
p { font-size: 1.4em;  }
h1, h2, h3, h4, h5, h6 { }
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; font-weight: bold; }
h3 { font-size: 1.8em; font-weight: bold; }
h4 { font-size: 1.6em; font-weight: bold; }
h6 { font-size: 1.4em; font-weight: bold; }
ul, ol { font-size: 1.4em; list-style-position: inside; }
div { margin: 0; padding: 0; background-color: transparent; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
table { font-size: 1.2em; }
td {border: 0;}
body {
	margin: 0; padding: 0; border: 0;
	font-size: 62.5%;
	font-family: Helvetica, Verdana, Arial, Georgia, Times, sans-serif, serif;
	color: #000;
	text-align: left; line-height: 1.6;
	width: 100%;
	height: 100%;
	background: #D7AE7F;
}
#accessibility {
position: absolute;
top: -10000px;
}
#container {
	position: relative;	
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: 0;
	padding: 0;
	overflow: auto;
}
#header {
	display: block;
	float: left;
	width: 100%;
	height: auto; 
	min-height: 112px;
	padding: 0;	
	background: #532005 url(/img/headerbg.png) scroll repeat-x left top;
	font-family: Garamond, Georgia, Times, serif;
}
#header a {
	display: block;
	float: left;
	width: auto;
	margin-left: 15px;
	padding-top: 30px;
	font-size: 3em;
	font-weight: bold;	
	color: #532005;
	text-align: left;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
	color: #fff;
}
#header #navigation, #header #navigation ul {
	float: right;
	margin-right: 30px;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	position: relative; 
	width: auto;
	height: 112px;
	background: transparent;
	text-align: center;
}
#header #navigation li {	
	width: auto; 
	height: 112px;
	list-style-position: outside;
	margin: 0; padding: 0; display: block;
	float: left; position: relative;
	background: transparent;
	border: 0;
}
#header #navigation li a {
	min-width: 100px;
	width: auto;
	height: 72px;
	background: transparent;
	border: 0;
	text-align: center;
	color: #532005;
	font-size: 1.6em;
	text-decoration: none;
	padding-top: 40px;
}
#header #navigation li a:hover, #header #navigation li a.now {
	background: transparent url(/img/headerbg_hover.png) scroll repeat-x left top;
	color: #fff;
	text-decoration: underline;
}
#subnavi, #subnavi ul {
	float: left;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 2%;
	margin: 0;
	position: relative; 
	width: 98%; height: auto;
	background: #b07f46;
	border-bottom: 1px solid #000;
	white-space: nowrap;
}
#subnavi li {
	width: auto;
	height: auto;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	border: 0;
}
#subnavi li a {
	display: block;
	float: left;
	width: auto;
	height: auto;
	border: 0;
	text-align: left;
	color: #532005;
	font-size: 1.0em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 40px 4px 0;
	background: #b07f46 url(/img/subnavibg3.png) no-repeat top right;
	/* c79050 */
}
#subnavi li a:hover, #subnavi li a.now {
	color: #fff;
	text-decoration: underline;
}
#content {
	float: left;	
	width: 62.5%;
	position: relative;
	margin: 0;
	padding: 5px;
	background: transparent;
	text-align: left;
	color: #000;
	border: 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 15px 15px 10px 15px;
	border-bottom: 1px solid #000;
	font-family: Garamond, Georgia, Times, serif;
}
#content a {
	text-decoration: none;
	color: #532005;
	background: #c79050;	
	/* padding: 1px; */
}
#content a:hover {
	color: #fff;
	background: #532005;
}
#content p, #right p, #content img, #content ul {
	margin: 10px 15px 10px 15px;
}
#content img {
	border: 4px solid #532005;
}
#content a:hover img {
	border: 4px solid #c79050;
}
#content blockquote {
	margin: 15px 30px;
	background: #c79050;
	border: 1px solid #fff;
	color: #000;
	padding: 5px;
	font-style: italic;
}
#content span {
	margin-left: 15px;
}

#content form {
	border: 1px solid #000;
	width: auto;
	margin: 15px;
}
#content fieldset {
	width: auto;
	margin: 2px;
	border: 0;
}
#content input, #content textarea {
	display: block;
	background: #c79050;
	width: 333px;
	float: left;
	margin: 3px;
	padding: 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #fff;
	border: 1px solid #000;
}
#content input:focus, #content textarea:focus {
	background: #532005;
	border: 1px solid #fff;
}
#content label {
	width: 269px;
	height: 18px;
	display: block;
	float: left;
	margin: 2px;
	font-size: 1.2em;
	padding: 1px;
}
#content textarea {
	height: 200px;
}
#content input.button {
	float: left;	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	font-size: 1.4em;
	width: auto;	
	padding: 1px;
	background: #c79050;
	border: 1px solid #000;
	margin-right: 11px;
}
#content input.button:hover {
	color: #fff;
	background: #532005;
	border: 1px solid #fff;
}
#sidebar {
	float: left;
	width: 30.5%;
	margin: 30px 15px;
}
.box {
	width: auto;
	height: auto;
	background: #c79050 url(/img/box_right_bottombg.gif) scroll no-repeat bottom right;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
}
.box a {
	color: #532005;
	background: #D7AE7F;
	text-decoration: none;
}
.box a:hover {
	color: #fff;
	background: #532005;
}
.box h3 {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 2.0em;
	color: #c79050;
	background: #532005 url(/img/box_left_topbg.gif) scroll no-repeat top left;
	padding-left: 15px;
	padding-right: 15px;
}
.box p, .box ol {
	margin: 5px 15px;
}
.box ul {
	margin: 5px 15px;
	list-style-type: square;
}
#footer {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #000;
	background: #532005;
	color: #fff;
}
#footer a {
	text-decoration: none;	
	color: #c79050;
	background: transparent;
}
#footer a:hover {
	color: #532005;
	background: #c79050;
}

#links_box{
	padding-left:15px;
	padding-top:15px;
}

#links_box a {
	color: #532005;
	background: #D7AE7F;
	text-decoration: none;
	font-size:14px;
}

#links_box a:hover {
	color: #fff;
	background: #532005;
	font-size:14px;
}