/* Author: Josh Bradley
   Site: www.leemfaver.com
*/


/* html elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #4b3939;
	background-color: #4b3939;
	margin: auto;
}

h2 {
	color: #594642;
	font-size: 2em;
	border-bottom-color: #bb6b1c;
}

h3 {
	color: #574541;
	font-size: 1.2em;
}

a {
	color: #060;
	text-decoration: none;
}


/* Custom styles*/

.greenTitle {
	color: #346100;
	font-size: 0.5em;
}

.smaller {
	font-size: smaller;
}
.blackBox {
	border: 1px solid #303030;
}
.faqBox {
	border: 1px solid #693c10;
	padding: 10px;
	background-color: #e2e5c8;
	color: #284b21;
	line-height: 1.3em;
}

.faqBox a:link, .faqBox a:visited {
	padding: 3px;
	color: #284b21;
	text-decoration: none;
}

.faqBox a:hover {
	color: #3d7233;
	text-decoration: underline;
	
}

.floatR {
	float:right;
}

.medText {
	font-size: medium;
}

.topper a:link {
	color: #567251;
}

/* navigation */
#nav {
	color: #693c10;
	font-size: x-small;
	border-bottom: 1px solid #695e53;

	float:left;
	text-align: left;
	background-color: #e4e4c8;
	border-top: 1px solid #524941;
	width: 100%;
	text-indent: 20px;
	padding-top: 3px;
}

#nav a:link, #nav a:visited {
	color: #284b21;
	text-decoration: none;
	border-bottom: 5px hidden #999900;
	padding:0.2em;
	font-size: large;
}

#nav a:hover {
	border-bottom: 10px solid #3d7233;
	padding:0.2em;
	font-size: large;
}


/* # ID styles*/

#bottomNav a:link, #bottomNav a:visited{
	font-size: 80%;
	text-align: center;
	color: #6a4513;
}

#info {
	text-align: center;
	float: right;
	width: 200px;
	font-size: x-small;
	color: #f9ffc5;
	padding-top: 5px;
}
#info a:link, #info a:visited{
	color: #efefb8;
}



#body {
	width: 880px;
	background-color: #fffceb;
}

#header {
	height: 78px;
	background: #311d04; 
	text-align: left;
}

#header .strapline {
	font: 120% Arial, Helvetica, Geneva, sans-serif;
	color: #efefb8;
	background-color: transparent;
	float: none;
	margin-top: 3em;
	margin-left: 4em;
}

#header .logo {
	font: italic normal 190% Arial, Helvetica, Geneva, sans-serif;
	color: #efef95;
	background-color: transparent;
	float: none;
	padding-top: 4ex;
	padding-left: 2em;
}


/* Drop Down menu */
#dropmenudiv {
	position:absolute;
	line-height:18px;
	z-index:100;
	font-size:14px;
	border: 1px solid #401c00;
}

#dropmenudiv a:link,#dropmenudiv a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 3px 0;
	text-decoration: none;
	color: #003300;
}

#dropmenudiv a:hover {
	background-color: #aaab81;
	color: #e6e5c9}


#address {
	font-size: small;
	color: #567251;
	float: right;
	text-align: center;
	border-style: none;
	margin-bottom: 3px;
}

#address a:link, #address a:hover {
	font-size: small;
	color: #507032;
	border-style: none;
	text-decoration: underline;
}

#breadCrumb {
	font-size: 10px;
	color: #330000;
	text-transform: capitalize;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
}

#content {
	font-size: 16px;
	color: #330000;
	padding: 20px 25px 35px;
	text-align: left;
	border-left: 3px none #e09734;
}

#content p {
	padding-right: 20px;
	padding-left: 20px;
}

#footer {
	border-top: 1px none #888899;
	margin-top: 1.5em;
	font: 80% Arial, Helvetica, sans-serif;
	color: #8c8c8c;
}

#footer a:link, #footer a:visited {
	color: #fefced;
}
