html, body, th, td, input, select, option, textarea, button {
	color: #4c2307;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #301E08;
	behavior: url("/assets/script/csshover3.htc");
	margin: 44px 0 10px 0;
	overflow: -moz-scrollbars-vertical -moz-scrollbars-horizontal;
}

/*****Main*****/
.page-wrap { margin-left: auto; margin-right: auto; width: 811px; }
.header {  }
.content-wrap { background: #fff; padding: 7px; }
.footer { font-size: 10px; margin-top: 23px; }

/*****Home*****/
.home .content-wrap {  }
.home .content-wrap .main-photo { margin-right: 7px; }

/*****Header*****/
.header .graphic { float: left; width: 266px; }
.header .nav { float: right; width: 545px; }

/*****Content*****/
.heading {
	background: #ead6bc;
	margin-bottom: 35px;
	padding: 13px 11px 10px 13px;
}
.heading h1 {
	color: #301E08;
	float: left;
	font-size: 14px;
}
.heading .graphic { float: right; width: ; }
.content { padding: 0; }
.content, .content td { line-height: 1.4; }

/*****Listing*****/
ul.list { margin: 0; padding: 0; }
ul.list li {
	float: left;
	list-style: none;
	margin: 0 0 60px 0;
	text-align: center;
	width: 194px;
}
ul.list li a:link { color: #301E08; text-decoration: none; }
ul.list li a:visited { color: #301E08; text-decoration: none; }
ul.list li a:hover { color: #301E08; text-decoration: none; }

/*****Details*****/
table.details {  }
table.details td { padding: 0 0 0 0; }
table.details td.rcol { border-left: 1px solid #d2cfca; line-height: 1; }
table.details td.rcol a:link { color: #000; text-decoration: none; }
table.details td.rcol a:visited { color: #000; text-decoration: none; }
table.details td.rcol a:hover { color: #000; text-decoration: none; }
table.details td.rcol a.related:link { color: #000; text-decoration: none; }
table.details td.rcol a.related:visited { color: #000; text-decoration: none; }
table.details td.rcol a.related:hover { color: #000; text-decoration: underline; }
table.details td.rcol a.related { text-transform: uppercase; }
table.details table td { padding: 0; }
table.details table td.details { padding: 0 7px 0 7px; }
table.details.wide table td.details { padding: 0 7px 0 0; }
table.details table td.details h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
table.details table td.details ul.icons { margin: 0; padding: 0; }
table.details table td.details ul.icons li {
list-style: none;
margin: 0 0 5px 0;
}
table.details table td.details ul.icons li a:link { color: #000; text-decoration: underline; }
table.details table td.details ul.icons li a:visited { color: #000; text-decoration: underline; }
table.details table td.details ul.icons li a:hover { color: #000; text-decoration: underline; }

/*****Pagination*****/
div.pagination { color: #999; text-align: right; }
div.pagination a:link { color: #301E08; text-decoration: none; }
div.pagination a:visited { color: #301E08; text-decoration: none; }
div.pagination a:hover { color: #301E08; text-decoration: none; }
div.pagination a.current { font-weight: bold; }
div.pagination span { display: inline-block; display: -inline-moz-stack; padding: 0 8px; }
div.pagination .previous, div.pagination .number { border-right: 1px solid #301E08; }

/*****Footer*****/
.footer ul.menu { margin: 0; padding: 0; }
.footer ul.menu li { float: left; list-style: none; margin-right: 18px; }
.footer a:link { color: #fff; text-decoration: none; }
.footer a:visited { color: #fff; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }

/*****Etc*****/
a:link { color: #0000FF; text-decoration: underline; }
a:visited { color: #0000FF; text-decoration: underline; }
a:hover { color: #0000FF; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; }
p {
	margin-bottom: 10px;
	margin-top: 0px;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	font-size: 0px;
}
.required { color: #ff0000; }
table.grid { border-right: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; }
table.grid td { border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
