/* --------------------------------
		@font-face
-------------------------------- */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'jokal';
    src: url('fonts/jokal.eot?') format('eot'),
         url('fonts/jokal.woff') format('woff'),
         url('fonts/jokal.ttf') format('truetype'),
         url('fonts/jokal.svg#webfontL9Me1nzs') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JournalRegular';
    src: url('fonts/journal-webfont.eot');
    src: url('fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/journal-webfont.woff') format('woff'),
         url('fonts/journal-webfont.ttf') format('truetype'),
         url('fonts/journal-webfont.svg#JournalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------
		Misc
-------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#footer-container, #content, #nav-container, #header {
	width: 900px;
	margin: 0 auto;
}
.divider {
	background: #969282 url(img/divider.gif) repeat-x;
	height: 2px;
	width: 100%;
	margin: 40px 0;
}
.error {
	color: #ec712d !important;
	font-style: italic;
	font-size: 10pt !important;
}
#content::selection {
	background: #80a60a;
	color: #fff;
	text-shadow: none;
	filter: none;
}
.copyright {
	color: #e1ddcc;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-top: 30px;
	clear: both;
	text-align: center;
}
a img {
	border: 0px;
}

/* --------------------------------
		Top & Header
-------------------------------- */
#top {
	height: 133px;
	background: #e6e6e2 url(img/header-bg.jpg) top center;
}
#header {
	
}
#logo {
	width: 344px;
	height: 89px;
	float: left;
	margin: 22px 0 0 0;
}
#rotating-quotes {
	text-align: right;
	width: 300px;
	float: right;
	margin: 20px 20px 0 0;
}
#rotating-quotes p {
	line-height: 20pt;
	font-family: 'JournalRegular';
	font-size: 24pt;
	color: #534335;
}
/*
#rotating-quotes p:before { 
	content:'\201C';
	color: #c4521a;
}
#rotating-quotes p:after { 
	content:'\201D';
	color: #c4521a;
}
*/


/* --------------------------------
		Top Navigation
-------------------------------- */
#nav {
	height: 55px;
	background: transparent url(img/nav-bg.png) top center repeat-x;
	position: relative;
	z-index: 1000;
}
#nav-container {
	padding-top: 5px;
}
.sf-menu  li {
	display: inline;
	list-style-type: none;
	padding: 0 29px;
}
.sf-menu li a {
	font-family: 'LeagueGothicRegular', sans-serif;
	font-size: 20pt;
	text-decoration: none;
	color: #efefea;
	padding-top: 1px;
	background: transparent url(img/nav-link-bg.png) no-repeat 0px 0px;
	width: 166px;
	height: 32px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.sf-menu li a:hover {
	background-position: 0px -33px;
}
.sf-menu li li a {
	font-size: 18pt;
	background: #6d5a49;
	padding: 8px 0 4px 0;
	height: auto;
}
.sf-menu li li a:hover {
	color: #9fcf00;
}
.sf-menu li li {
	background: transparent;
	margin-top: -5px;
}

/* --------------------------------
		Content
-------------------------------- */
#main-bg {
	background: #dedaca url(img/tan-bg.jpg);
	overflow: auto;
	padding: 50px 0 490px 0;
	margin: -35px 0;
	clear: both;
}
#content {
	color: #56483b;
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	text-shadow: 1px 1px 0px #eeeadb;
	filter: dropshadow(color=#eeeadb, offx=1, offy=1);
	line-height: 17pt;
	text-align:justify;	
	text-justify:distribute;
	margin-bottom: 30px;
}
#content h1 {
	font-family: 'jokal';
	color: #c4521a;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	font-weight: normal;
	margin: 12px 0 16px 0;
}
#content a {
	color: #c4521a;
	text-decoration: underline;
}
#content a:hover {
	color: #698a04;
}


/* --------------------------------
		Footer
-------------------------------- */
#footer-top-bg {
	height: 20px;
	background: transparent url(img/footer-bg.png) top center repeat-x;
	position: relative;
	top: -20px;
}
#footer {
	position: relative;
	clear: both;
	margin-top: -490px;
	height: 490px;
	background: #6d5a49;
}
#footer-container {
	
}
#footer h1 {
	font-family: 'LeagueGothicRegular', sans-serif;
	color: #efefea;
	font-weight: normal;
	font-size: 30pt;
}

/* --------------------------------
		Footer Form
-------------------------------- */
#footer #contact-form {
	width: 330px;
	margin: 0 0 0 20px;
	float: left;
}
#footer #contact-form h1 {
	margin-left: -20px;
}
#footer #contact-form label {
	color: #93bd07;
	font-family: georgia;
	font-weight: normal;
	font-size: 12pt;
	text-shadow: 1px 1px 0px #392f26;
	filter: dropshadow(color=#392f26, offx=1, offy=1);
}
#contact-form input, #contact-form textarea {
	margin: 6px 0;
	background-color: #86715f;
	border: 1px solid #3f3124;
	color: #efefea;
	font-size: 10pt;
	font-family: verdana;
	padding: 6px;
	width: 100%;
}
#contact-form textarea {
	height: 100px;
}	
#contact-form input[type="submit"] {
	font-family: georgia;
	font-size: 12pt;
	background-color: #c4521a;
	border: none;
	width: 70px;
	padding: 10px 0;
	float: right;
	margin-right: -11px;
}
#contact-form input[type="submit"]:active {
	position: relative;
	top: 1px;
	left: 1px;
}
#footer-nav {
	float: right;
	margin: 12px 0 0 20px;	
}
#footer-nav li {
	display: block;
	width: 230px;
	list-style-type: none;
	padding: 8px 0;
	border-bottom: 1px dashed #8f7a68;
}
#footer-nav li a {
	display: block;
	margin-left: 6px;
	color: #93bd07;
	font-family: georgia;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
}
#footer-nav li a:hover {
	color: #e8e5d8;
	text-decoration: none;
}



/* --------------------------------
		Forms
-------------------------------- */

.largeformtable {
	margin-left: 40px;
}


#largeform input, #largeform select, #largeform textarea {
	margin: 6px 0;
	background-color: #ebeae6;
	border: 1px solid #9e9987;
	color: #56483b;
	font-size: 10pt;
	font-family: verdana;
	padding: 5px;
}
#largeform textarea {
	width: 350px;
	height: 170px;
}
#largeform label {
	padding-right: 30px;
}

#largeform input[type="submit"] {
	font-family: georgia;
	font-size: 12pt;
	background-color: #56483b;
	color: #eeeadb;
	border: none;
	padding: 10px;
}
#largeform input[type="submit"]:active {
	position: relative;
	top: 1px;
	left: 1px;
}



