@font-face {
	font-family: 'BookAntiquaItalic';
	src: url('fonts/ANTQUAI.eot');
	src: local('Book Antiqua Italic'),
	local('BookAntiqua-Italic'),
	url('fonts/ANTQUAI.woff') format('woff'),
	url('fonts/ANTQUAI.ttf') format('truetype'),
	url('fonts/ANTQUAI.svg#BookAntiqua-Italic') format('svg');
}

@font-face {
	font-family: 'BookAntiquaBold';
	src: url('fonts/ANTQUAB.eot');
	src: local('Book Antiqua Bold'),
	local('BookAntiqua-Bold'),
	url('fonts/ANTQUAB.woff') format('woff'),
	url('fonts/ANTQUAB.ttf') format('truetype'),
	url('fonts/ANTQUAB.svg#BookAntiqua-Bold') format('svg');
}

@font-face {
	font-family: 'BookAntiquaRegular';
	src: url('fonts/BKANT.eot');
	src: local('Book Antiqua Regular'),
	local('BookAntiqua'),
	url('fonts/BKANT.woff') format('woff'),
	url('fonts/BKANT.ttf') format('truetype'),
	url('fonts/BKANT.svg#BookAntiqua') format('svg');
}


*
{
	padding: 0;
	margin: 0;
	border: 0;
}

.clear
{
	display: block;
	clear: both;
}

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-center{
	text-align: center;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #283829 url('../images/bg_slice.jpg') left top repeat-x;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #687b70;
	font-family: 'BookAntiquaBold', Georgia, serif;
}

h2
{
	margin-bottom: 10px;
	font-size: 1.75em;
}

h2 em{
	font-family: 'BookAntiquaItalic', Georgia, serif;
	font-size: 0.8124em;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#content p, #sidebar p{
	font-size: 0.8125em;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
}

#links li{
	list-style: none;
}

/* LAYOUT DIVS *************************/

#container
{
	background: url('../images/bg_container.png') left top repeat-y;
	position: relative;
	width: 824px;
	height: auto;
	margin: 0 auto;
	padding: 10px 69px 0;
	text-align: left;
}

#header
{
	background: url('../images/logo.png') left top no-repeat;
	position: absolute;
	left: 69px;
	top: 60px;
	height: 258px;
	text-indent: -9999px;
	width: 258px;
}

#nav
{
	float: right;
	height: 88px;
}

#content
{
	float: left;
	border-right: 1px solid #405841;
	width: 437px;
	padding: 0 30px 0 20px;
	height: auto;
	margin-bottom: 20px;
	
}

#banner{
	float: left;
	height: 195px;
	margin: 0 0 50px 69px;
	width: 756px;
}

#sidebar
{
	float: right;
	padding-left: 30px;
	width: 300px;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#footer
{
	background: #405841;
	color: #fff;
	height: auto;
	padding: 7px 30px 0;
	margin: 0 auto;
	text-align: right;
	width: 824px;
}

#footer ul{
	float: right;
	list-style: none;
}

#footer li{
	font-size: 0.8125em;
	display: inline;
	float: left;
}

.footer_nav{
	margin-left: 10px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color: #687b70;
}

a:visited
{
	text-decoration: none;
	color: #687b70;
}

a:hover
{
	text-decoration: underline;
	color: #687b70;
}
#top-nav{
	margin-bottom: 10px;
	float: right;
}

#top-nav a{
	display: block;
	float: right;
	background-image: url('../images/top-nav.gif');
	background-repeat: no-repeat;
	width: 107px;
	text-indent: -9999px;
	height: 43px;
}

#home{
	background-position: -107px 0;
}

#main-nav{
	clear: right;
	float: right;
	display: block;
	font-family: 'BookAntiquaRegular', Georgia, serif;
	font-size: 1.18em;
	width: 550px;
}

#main-nav a, #main-nav a:visited{
	color: #6b7d6c;
	text-decoration: none;
}

#main-nav a:hover, #main-nav a.active{
	color: #6b7d6c;
	text-decoration: underline;
}

#footer a{
	color: #fff;
}

.nav-border{
	margin-left: 3px;
	border-left: 1px solid #6b7d6c;
	padding-left: 8px;
	
}
/* TABLES ***********/

table{
	font-size: 0.8125em;
	margin-bottom: 10px;
	width: 100%;
}

td{
	padding: 2px;
	vertical-align: top;
}

/* FORM **/


label
{
	color: #687b70;
	font-size: 0.8125em;
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	background: #d7dcd7;
	width: 286px;
	padding: 6px;
	margin-bottom: 7px;
}

input[type=submit]{
	font-family: Verdana, Arial, sans-serif;
	float: right;
	color: #687b70;
	background: url('../images/button.gif') left top no-repeat;
	width: 158px;
	height: 27px;
}