body,
html {
    margin:0;
    padding:0;
    color:#000;
    }
body {
    min-width:750px;
    font-family: Verdana, Arial, sans-serif;
    font-size:1em;

    }
img {
  border: 0px;
}


#offer{
float:left;
}
hr {
  color: #aaaaaa;
  padding-left: 10px;
  height:1px;
}

#wrap {
    background:#fff;
    margin:0 auto;
    width:1024px;
    }

#header {

    background:#fff;
    float: left;
    }

#header h1 {
    margin:0;
    width: 341px;
    }

#top_menu{
     padding-top:85px;
}
 .menu
{
    padding-left: 380px;
}
 .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

 .menu a

{

    text-decoration: none;
    color: #729458;
    font-size: 18px;
    font-weight: bold;
}
.menu a:hover
{
	color: #000;
}
#nav {
    background-color: #DADADA;
    text-align: center;
    margin-top:52px;
    height:58px;
}
.slogan_text{
  font-size: 24px;
  padding-top: 25px;
}
#pic {
  margin-left: 8%;
}
#main {
    background:#fff;
    float:left;
    width:500px;
    margin-left: 8%;
    line-height: 1.5em;
    font-size:0.875em;
    margin-top:15px
    }
#main h2, #main h3, #main p {
    padding:0 10px;
    }
#main h1, #main h2{
  color: #43612B;
   line-height: 1.3em;

}
#main h1{
  font-size:1.3em;
}


#main h2{
   font-size:1.3em;
}

#main h3{
   font-size:1.0em;
}


#main a{
  font-size: 1.0em;
  font-weight: bold;
}
#main img{
  padding-right:5px;
}
#main .action {
  font-size: 1.5em;
  font-weight: bold;
}
#main .navigation a{
  color: #515151;
  text-decoration: none;
  font-size: 0.7em;
}
.img_list  {
	background: url(images/tick_circle.png) no-repeat 0 4px;
	padding-left: 24px;
    list-style: none;
}
#post a{
    color: #729458;
}
.post_title {
    text-decoration: none;
	color: #729458;
    font-size: 18px;
    font-weight: bold;
}
#sidebar {
   background:#fff;
    float:right;
    width:350px;
    padding-top: 5px;
    }
#sidebar li {
  list-style: none;
  color: #729458;
}
#sidebar a {
  color: #515151;
  text-decoration: none;
  line-height: 20px;
  font-size: 0.6em;
}

#sidebar .widgettitle{
  font-size: 0.7em;
}
#footer {
   background:#fff;
   clear:both;
   margin-top: 80px;
   text-align: center;
   color: #696969;
   font-size: 16px;
 }
#footer a{
  color: #696969;
  text-decoration: none;
  font-size: 16px;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  width: 520px;
}
form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
input, textarea,select {
  border: 1px solid #ACA671;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px;
}

form fieldset legend {
    font-size:0.9em; /* bump up legend font size, not too large or it'll overwrite border on left */
    color: #729458;
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	font-size:0.8em;
	width: 200px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form input, form textarea, form select, form checkbox  {
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea { overflow: auto; }
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form .required{font-weight:bold;} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.wp-caption-text{
    font-size:0.7 em;
    font-weight: bold;
    font-style: italic;
    color: #990000;
}

