/* Basics CSS*/

html {
     overflow: -moz-scrollbars-vertical;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
 margin: 0px;
 color: #333;
 background:#dcd7b8;
 padding:0;
 font: 12px/1.4 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #000;
text-decoration: none;
background: #bdad6b;
}
a:hover {
text-decoration: none;
color: #fff;
background: #bdad6b;
}

h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #6D6936;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 750px;
	margin: 0 auto;
	color: #333;
	background: #FFFFF0 url(../images/bg.gif) repeat-y;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
 }

#hdr {
	padding-top: 125px;
	background: #7b7c44 url(../images/headerlogo.gif) no-repeat;
	color: #333;
	border-bottom: 1px solid #000000;
 }

#nav {
	float:left;
	width:147px;
	padding: 1em 3px 10px 10px;
	text-align: left;
	background: #bdad6b;
	color: #000;
	border-bottom: 1px solid #000000;
}
#nav ul {
 margin: 0;
 padding: 10px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #5A4B27;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #bdad6b;
}
#nav a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #bdad6b;
}
#nav p {
	margin-top: -20px;
}
.navtop {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background: #bdad6b;
	margin-left: -5px;
}
#cont {
 float: right;
 width:540px;
 padding: 1.5em 1.5em 5px;
 }
#cont h2 {
 color: #a69c62;
 background: #fffff0;
}
#cont a:link, #cont a:visited, #cont a:active {
color: #000;
text-decoration: underline;
background: transparent;
}
#cont a:hover {
text-decoration: none;
color: #000;
background: transparent;
}
#ftr {
 clear: both;
 color: #fff;
 background:#8b6623;
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 margin: 15px 0 0 0;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #fff;
text-decoration: none;
background:#8b6623;
}
#ftr a:hover {
text-decoration: none;
color: #000;
background:#8b6623;
}
.ImgLeft
{
	float:left;
	margin: 0 15px 10px 0;
	border: 1px solid #000000;
}
.ImgLeftNB
{
	float:left;
	margin: 0 15px 10px 0;
}
.ImgRight
{
float:right;
margin: 0 0 10px 15px;
border: 1px solid #000000;
}
.ImgRightNB
{
float:right;
margin: 0 0 10px 15px;
}
.ImgCenterNB
{
	margin-right: auto;
	margin-left: auto;
}
.ImgCenter
{
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
.imgQ {
	background: url(../images/faq-q.gif) no-repeat;
	float: left;
	height: 25px;
	width: 32px;
	margin-top: -10px;
}
.imgA {
	background: url(../images/faq-a.gif) no-repeat;
	float: left;
	height: 25px;
	width: 32px;
	margin-top: -10px;
}
.boxTan {
	background: #F2E8D7;
	padding: 5px;
	border: 1px solid #000000;
}
.txtCaption {
	font-size: 85%;
}
.txtBigRed {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.txtBigBrown {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #6F521C;
}
.GraphicBorder {
	border: 1px solid #000000;
}
.clear {
	clear: both;
}
.slideshow {
	float: right;
	width: 210px;
	margin-left: 10px;
	height: 310px;
}
