body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #43351A }
/* Main Boxes */

#bg {
	background-color:#FFFFFF;
}

#nav_bar {
	background-color:#43392f;
}


#logo_bar {
	background-color: #8B9F2E;
	background-image: url(images/menubg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 125px;
}


#logo img {
	position: absolute;
	top: 55px;
	left: 235px;
}

#container {
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:800px;
	margin:auto;
	border:1px solid #ffffff;
	position:relative;
}

#arrow_left {
	position:absolute;
	left:-50px;
	top:50px;
}

#arrow_right {
	position:absolute;
	right:-50px;
	top:50px;
}

#content {
	margin:10px;
	margin-top:20px;
	margin-bottom:5px;
}

#left {
	float:left;
	width:460px;
}

#right {
	margin-left:480px;
	border-left:1px solid #e1e1e1;
	padding-left:20px;
	font-size:12px;
	line-height:18px;
	padding-bottom:20px;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	height:110px;
}
#footer  a  {
	color: #43351A;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}
#footer a:hover {
	text-decoration: line-through;
}


#footer_hold {
	width:800px;
	margin:auto;
	color:#FFFFFF;
	padding-bottom:0px;
	height: 40px;
	padding-top: 60px;
}

#whiteblock {
	height:60px;
	margin-bottom:10px;
}

#recent_hold {
	text-align:center;
}

/* Navigation */

#search_pop {
	display:none;
	position:absolute;
	background-color:#43392f;
	border:1px solid #705f4e;
	padding:10px;
	top:40px;
	right:0px;
	text-align:left;
}

#nav_pop {
	margin-right:130px;
}

#nav_menu {
	width:110px;
	float:right;
	height:37px;
	position:absolute;
	right:0px;
	top:0px;
}

#nav_hold {
	width:800px;
	margin:auto;
	text-align:right;
	color:#FFFFFF;
	position:relative;
}



a.nav {
	color:#ffffff;
	text-decoration:none;
	margin-left:15px;
	line-height:40px;

}

a.nav:hover {
	color:#ffffff;
	text-decoration:line-through;
}
a.nav_active {
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;
	line-height:40px;
	padding-bottom:11px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8B9F2E;
	border-right-color: #8B9F2E;
	border-bottom-color: #8B9F2E;
	border-left-color: #8B9F2E;
}

a.nav_active:hover {
	color:#ffffff;
}	

/* General Styles */

.right_title {
	color:#43351A;
	font-size:14px;
}

.accordion {
	margin-bottom:10px;
}

h1 {
	font-weight:normal;
	font-style:italic;
	color:#361F18;
	font-size:26px;
	margin-top:0px;
}

h2 {
	font-weight:normal;
	font-style:italic;
	color:#43351A;
	font-size:22px;
	margin-top:0px;
}

h3 {
	font-weight:normal;
	font-style:italic;
	color:#43351A;
	font-size:18px;
	margin-top:0px;
}

.sep {
	height:40px;
	margin-top:10px;
	background-image:url(images/top_sep.jpg);
	background-repeat:repeat-x;
}

.sep_right {
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
}

i.posted {
	color:#8b9f2e;
}


img.recent{
	background-image:url(images/recent_shad.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px;
	margin-right:10px;
}

a img {
	border:none;
}

a.right_toggle {
	font-size:18px;
	color:#43351A;
	font-style:italic;
	text-decoration:none;
	border-bottom:1px solid #e1e1e1;
	line-height:40px;
	display:block;
}

a.right_toggle:hover {
	background-color:#f9f9f9;
}

a.readmore {
	color:#8B9F2E;
}

a.readmore:hover {
	color:#828282;
}

a.blogpost {
	margin-left:5px;








	margin-right:5-+px;
	color:#8b9f2e;
	text-decoration:none;
	border-bottom:1px solid #f0f0f0;
	line-height:20px;
	display:block;
	padding:3px;
}

.forms {
	background-color:#eef1f1;
	border:1px solid #d9dada;
	padding:5px;
	font-family:Georgia;
	color:#000000;
	margin-bottom:5px;	
}

.forms2 {
	background-color:#958678;
	border:none;
	padding:5px;
	margin-right:5px;
	font-family:Georgia;
	color:#000000;	
	margin-top:0px;
	height:14px;
}

.imageleft {
	float:left;
	margin-right:10px;
}

.imageright {
	float:right;
	margin-left:10px;
}

.block {
	background-color:#C1DC64;
	padding:10px;
	font-style:italic;
	border: 1px dashed #4B5D0E;
}

.alert_good {
	background-color:#caf8b1;
	border-top:1px solid #95c87a;
	border-bottom:1px solid #95c87a;
	color:#6a9a4f;
	padding:5px;
	margin-top:10px;
	font-size:14px;
}

.alert_bad {
	background-color:#f8b1b1;
	border-top:1px solid #a75656;
	border-bottom:1px solid #a75656;
	color:#914d4d;
	padding:5px;
	margin-top:10px;
	font-size:14px;
}

img {
	vertical-align:middle;
}

a {
	color:#694824;
	text-decoration: none;
}

a:hover {
	color:#4B5D0E;
	text-decoration: none;
}

ul {
	list-style-image: url(images/dot.jpg);
	text-indent:0px;
	list-style-position: inside;
	padding:6px;
	line-height:30px;
	margin:0px;
}
span.dropcap,
span.dropcap-color,
span.dropcap-color2 {
	display: block;
	font-size: 280%;
	float: left;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
span.inset-left {
	display: block;
	color: #828282;
	padding: 15px;
	float: left;
	width: 20%;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}

span.inset-right {
	display: block;
	color: #828282;
	padding: 15px;
	float: right;
	width: 20%;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
a.services {
	margin-left:5px;












	margin-right:5-+px;
	color:#43351A;
	text-decoration:none;
	border-bottom:1px solid #f0f0f0;
	line-height:20px;
	display:block;
	padding:3px;
}
span.callout {
	font-size: 120%;
	margin: 0px 4px 0 0;
	line-height: 100%;
	font-weight: bold;
}
span.callout-color {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
	color: #8b9f2e;
	margin: 0px 4px 0 0;
}
span.blogpost {
	margin-left:5px;
	margin-right:5-+px;
	color:#43351A;
	text-decoration:none;
	border-bottom:1px solid #f0f0f0;
	line-height:20px;
	display:block;
	padding:3px;
}
.imageleft_nav {
	float:left;
	margin-right:5px;
	margin-top: 2px;
}
#col1 {
	float: left;
	width: 350px;
}
#col2 {
	width: 350px;
	float: right;
}
#text_right {
	float: right;
	font-weight: bold;
	margin-right: 5px;
	font-size: 110%;
}
