@charset "UTF-8";
/* CSS Document */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	background: #225425 url(images/background.jpg) no-repeat scroll center top;
	color: #36300e;
	text-align: left;
	font: .9em/1.5em Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.wrapperOuter {
	width:980px;
	margin:0 auto;
}

.wrapperInner {
	width:980px;
	margin:0;
	float:left;
}

.header {
	width:980px;
	float:left;
	margin:0;
}

.contentWrapper {
	width:980px;
	background:url(images/contentBackground.jpg) repeat-y scroll center top;
	float:left;
	margin:0;
}


.colLeftOuter {
	width:268px;
	float:left;
}

.colLeftIner {
	width:268px;
	float:left;
}


.colRightMain {
	width:590px;
	margin:-40px 100px 20px 0;
	float:right;
	z-index:100;
}

.rightBoxBlock {
	width:555px;
	padding:5px 14px;
	margin:10px 0;
	float:left;
	border:#a9a44e 2px solid;
}


.scrollImage {
	float: right;
	height: 200px;
	width: 200px;
	list-style-type: none;
	margin:8px 0 0 0;
}

.scrollImageWrapper {
	float: right;
	height: auto;
}






/* Text 
---------------------------------------------------------- */

p {margin: 0 0 .6em 0;}  


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	letter-spacing: -.03em;
	color:#36300e;
} 

h1 {
	font-size:250%;
	margin: 0 120px 6px 0;
	}

ul, ol {
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 1.5em;
}

ul {list-style:square
}

h2 {margin: 12px 0 6px 0; font-size: 190%;
}

h3 {margin: 12px 0 2px 0; font-size: 150%;
}
	
h4, h5, h6 { margin: 6px 0 2px 0;
}  

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
}

.underlineH3 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Veranda, Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: normal;
	font-weight: normal;
	color: #36300e;
	margin-top: 12px;
	margin-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a9a44e;
}



/* Links
--------------------------------------------------------- */


a:link, a:visited {
	color: #d95700;
	text-decoration: none;
}

a:hover, a:focus, a:active { color: #8f4716; text-decoration: underline; }

p a:hover {text-decoration:underline;}

a img {border: 0; }


.moreInfo {
	font-weight: bold;
	text-align: right;
	margin: 0 3em 0 0;
	}


/* Side Menu 
---------------------------------------------------------- */

ul.menu {
	width:208px;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	float:right;
	font-size:125%;
	}

.menu li {
	display:block;
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	list-style-image: url(foo.gif); /* Trick IE into not displaying a bullet */
	}

.menu li a {
	display:block;
  	width: 188px; /* Needed to stop IE hover flicker */
	padding:7px 2px 7px 14px;
	} 
	
	


.menu li a:link, .menu li a:visited {
	text-decoration:none;
	} 

.menu li a:hover, .menu li a:active {
	text-decoration: none;
	background: url(images/menu-bkgd.jpg) repeat-x left top;
	}
	




/* Footer
--------------------------------------------------------- */

.footer {
	width:520px;
	height:259px;
	float:left;
	background: url(images/footer.jpg) no-repeat center top;
	padding:120px 300px 90px 160px;
	color:#8d8558;
	font-size:85%;
}

/***  Plain Links only underline on hover  **/
.plainlink a {color: #8d8558;}

a:link.plainlink, a:visited.plainlink {color: #8d8558; text-decoration: none;}

a:hover.plainlink, a:active.plainlink {color: #8d8558; text-decoration: underline;}






/* Utility
--------------------------------------------------------- */

.floatLeft {float:left;}

.floatRight {float:right}


/* Tables
--------------------------------------------------------- */


table {
	margin:6px 0 12px 0;
	vertical-align: top;
	width:400px;
	clear:both;
	}


table td {
	padding:4px;
	vertical-align: top;
}


/* Contact Form
--------------------------------------------------------- */

.contact_form input, .contact_form textarea, .contact_form select {
	background: #fff;
	border:1px #36300e solid;
	display:block;
	color: #36300e;
	padding: 3px;
	margin: 3px 3px 3px 0;
	font: 110% Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
	



.contact_form label {
	margin: 6px 0 0 0;
	font: 100% Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #36300e;
	display:block;
}

.contact_form input:hover, .contact_form textarea:hover {
	border:1px #d95700 solid;
}
.contact_form input:focus, .contact_form textarea:focus {
	border:1px #d95700 solid;
}


.submitWrapper input {
	background: #d95700;
	border:1px #36300e solid;
	display:block;
	color: #ffffff;
	padding: 3px;
	margin: 3px 3px 3px 0;
	font: 120% Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
.submitWrapper input:hover {
	border:1px #d95700 solid;
	color:#fff;
	}
	
.submitWrapper input:focus {
	border:1px #36300e solid;
	
