body {
  font-size: 0.7em;
  font-family: Trebuchet, Verdana, sans-serif;
  background-color:#fff;
  text-align: center; 
  min-width: 760px;
  color: #666666;
  margin: 0;
  padding: 0;
}

/* General Typography */

h1 {
  font-family: Georgia, Arial, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  color: #813d35;
  padding: 0px 0px 5px 0px;
  margin: 0;
}

h2 {
  font-family: Georgia, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #813d35;
  margin: 0px 0px 5px 0px;
}

h3 {
  font-family: Georgia, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #813d35;
  margin: 0px 0px 5px 0px;
}

h4 {
  font-family: Georgia, Arial, sans-serif;
  font-size: 1.1em;
  color: #fff;
  background-color: #813d35;
  padding: 4px;
  margin-bottom: 5px;
}

h5 {
  font-family: Georgia, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  color: #666666;
  margin: 0px 0px 5px 0px;
}

/*
li {
  font-size: 1.0em;
  color: #666666;
}
*/

a {
	text-decoration: none;
	color: #813d35;
}

a:hover {
	color: #808080;
}

a:active {
	color: #8cc63f;
}

p {
  margin: 0 0 1em 0;
}

hr {
	background-color: #8cc63f;
	color: #8cc63f;
	height: 1px;
}

/* Core Structure */

#wrapper {
  width: 930px; 
  margin: 0 auto; 
  text-align: left;
  background-color: #fff;
}

#branding {
  height: 100px;
  background: #fff url(/images/header.jpg) no-repeat top left;
}

#contacts {
	float: right;
	width: 210px;
	margin-top: 53px;
	margin-right: 5px;
	text-align: right;
}

#contacts p {
	font-family: Georgia, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
    font-weight: bold;
	color: #fff;
}

#contacts a:link {
	color: #fff;
}

#search-box {
	background-color: #f1f8e8;
	margin-top: 15px;
	height: 35px;
}

.right_panel_header {
	float: left;
	line-height: 25px;
	padding-left: 3px;
        padding-top: 5px;
}

.right_panel_block {

}

#search-field {
	width: 110px;
	margin: 7px 6px 0px 5px;
}

#search-button {
	background-color: #fff;
    color: #666666;
	border: 0;
    padding: 0px 0px 3px 0px;
	margin: 0;
}

/*** Newsletter Subscriptions ***/
#subscribe {
	margin: 15px 0px 0px 0px;
}

#subscribe #flexiform-email {
	width: 130px;
    margin-top: -15px;
}

#subscribe {
	text-decoration: none;
	cursor: pointer;
}

#flexiform-submit {
	
	text-align: center;
    font-size: 1em;
    font-family: Trebuchet, Verdana, sans-serif;
	text-decoration: none;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
    color: #666666;
    background-color: #fff;
	border: 0;
    padding: 2px 2px 2px 2px;
    float: right;
}

#subscribe a { 
    font-size: 0.8em;
    font-family: Trebuchet, Verdana, sans-serif; 
	width: 100%; 
	text-decoration: none;  
	padding: 15px 0px 5px 0px;
}

#subscribe a:hover {
	text-decoration: underline;
}


#mainNav { 
  width: 195px; 
  float: left;
  background-color:#fff;
  margin: 17px 0px 0px 0px;
}

#nav {
	font-family: Georgia, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #F1F8E8;
	list-style: none;
	padding-left: 15px;
	padding-bottom: 10px;
    padding-top: 10px;
	margin: 0;
}
#nav ul {
	margin: 0;
}

#nav li {
	margin-bottom: 7px;
	font-size: 1.4em;
}

#nav li ul {
	list-style: none;
	padding-left: 15px;
}

#nav li ul li {
	margin-bottom: 0px;
	margin-top: 4px;
	height: 20px;
}

#nav li ul li a {
	font-size: 0.7em;
	text-decoration: none;
}

#nav li ul li a:hover {
	color: #808080;
}

#nav li ul li a:active {
	color: #8cc63f;
}

#nav li ul li a {
	color: #813d35;
}

#current a {
	color: #8cc63f;
}



#newsletter-signup {
	background-color: #f1f8e8;
	padding: 7px 7px 1px 7px;
	margin-top: 15px;
}

#newsletter-signup label {
	color: #813d35;
	margin-right: 4px;
	font-weight: bold;
	font-family: Georgia, Arial, sans-serif;
}

#newsletter-signup #newsletter-email {
	width: 130px;
}

#newsletter-signup #newsletter-subscribe {
	background-color: #813d35;
	color: #fff;
	border: 0;
	font-size: 0.9em;
	padding: 2px;
}

#sidebar-testimonial {
	background-color: #f1f8e8;
	margin-top: 15px;
        margin-bottom: 15px;
	padding: 7px;
}

#sidebar-testimonial .right_panel_header {
	display: none;
}

#sidebar-testimonial .right_panel_block {
	color: #666666;
}

#sidebar-testimonial .right_panel_block div{
        padding-top: 5px;
        color: #813d35;
        text-align: left;
		font-weight: bold;
}

#content { 
  width: 710px; 
  float: right; 
  margin: 12px 0px 15px 0px;
}

#mainContent { 
  width: 460px; 
  margin: 0;
  margin-left: 5px;
  float: left;
}

#secondaryContent { 
  width: 202px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
  background-color:#f1f8e8;
  padding: 6px 6px 15px 6px;
  margin-top: -25px;

} 

#content ul {
	list-style-image: url(/images/bullet-point.png);
	margin-left: 20px;
	margin-bottom: 10px;
}

/*
#content li {
	color: #666666;
}
*/

#footer { 
  clear: both;
  background-color:#813D35;
  padding: 10px 20px; 10px 0px
  margin-bottom: 10px;
} 

#footer ul {
	list-style: none;
	font-family: Georgia, Arial, sans-serif;
	margin: 0;
}

#footer li {
	display: inline;
	color: #fff;
	margin-left: 10px;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}

/* mailchimp */

input#mce-EMAIL { width:170px !important; }
.mc-field-group label { padding:2px 0 !important;display:block !important; }
input#mc-embedded-subscribe { margin:3px 0 !important; }
div.mce_inline_error { display:block !important;color:red !important;width:171px !important;background-color:#fcc !important;padding:2px !important;margin-top:1px !important;  }