body {
  margin: 0;
  padding: 0;
  background-color: #32793F;
  color: white;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
img a {
	border:none;
	}
	
a:link {
	color:#32793F;
	}
a:visited {
	color:#074609;
	}
a:hover {
	color:#BBD7B3;
	}
#wrapper {
  background-color: #ffffff;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
}
#header-bottom {
  border-top: 1px solid #BBD7B3;
  border-bottom: 1px solid #BBD7B3;
  height: 1%;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: 3px 28px 3px 0pt;
  text-align: right;
  font-size:0.85em;
}
#header-bottom li {
  display: inline;
  background-color: #ffffff;
  color: #074609;
}
#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #32793F;
}
#header-bottom a:hover {
	color:#BBD7B3;
	}
#tagline {
  font-weight: bold;
  background-color: #ffffff;
  color: #074609;
  font-style: italic;
  margin: 0;
  padding: 2px 0 0 10px;
  width: 400px;
  float: left;
}
#lines {
  position:absolute;
  right:53px;
  top:123px;
}
/*  position hack for Internet Explorer 6 */
/*\*/
* html #lines {
	top:127px;
}
/**/

#main {
  width: 100%;
  margin-top: 10px;
  background-image: url(../images/sidebarbg.gif);
  background-position: top right;
  background-repeat: repeat-y;
}
#main-fullwidth {
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 240px 0 160px;
  border-top: 1px solid #BBD7B3;
  border-right: 1px solid #BBD7B3;
  border-left: 1px solid #BBD7B3;
  background-color: white;
  color: black;
}
#content-fullwidth {
  margin: 0 0 0 160px;
  border-top: 1px solid #BBD7B3;
  border-right: 1px solid #BBD7B3;
  border-left: 1px solid #BBD7B3;
  background-color: white;
  color: black;
}
#mainfeature {
  background-image: url(../images/main_mg.jpg);
  background-position:0 -25px;
  background-repeat: no-repeat;
  background-color: #074609;
  color: white;
  padding: 2em 2em 1em 40px;
  height: 1%;

}
#mainfeature h2 {
  margin: 0;
  font-weight: normal;
  font-size: 140%;
}
#mainfeature p {
  font-size: 110%;
}
#mainfeature p.more {
  margin-top: 0;
  text-align: right;
}
#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
/*  position hack for Internet Explorer 6 */
/*\*/
* html #content .inner {
	margin:15px 50px 0 10px;
	float:left;
}
/**/
#content .inner h2 {
  color: #32793F;
  padding-bottom: 0.2em;
  padding-top:0.7em;
  border-bottom: 1px solid #BBD7B3;
  font-size: 110%;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h4 {
  font-size: 100%;
}
#content .inner h3 a:link, #content .inner h3 a:visited, #content .inner h4 a:link, #content .inner h4 a:visited {
  color: #32793F;
}
#content .inner h3 a:hover, #content .inner h4 a:hover{
	color:#BBD7B3;
	}
#content .inner p, #content .inner ul, #content .inner ol {
  color: #666666;
  font-size: 95%;
  line-height:1.6em;
  list-style-image:url(../images/bullet.gif);
}
#content .inner ol {
  color: #666666;
  font-size: 95%;
  line-height:1.6em;
  list-style-image:none;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 95%;
  color: #32793F;
}

#content .inner li {
  padding-bottom: 0.5em;
  }
#content-fullwidth .inner {
  margin: 10px 20px 10px 40px;
}
#content-fullwidth .inner h2 {
  color: #32793F;
  padding-bottom: 0.2em;
  padding-top:0.7em;
  border-bottom: 1px solid #BBD7B3;
  font-size: 110%;
  }
#content-fullwidth .inner h3 {
  color: black;
  padding-bottom: 0.2em;
  font-size: 95%;
  }
#content-fullwidth .inner li {
  padding-bottom: 0.5em;
  }
#content-fullwidth .inner, #content-fullwidth .inner p {
  color: #666666;
  font-size: 95%;
  line-height:1.6em;
  }
#content-fullwidth .inner ul {
  list-style-image:url(../images/bullet.gif);
  }
#content-fullwidth .inner ol {
  list-style-image:none;
  }
#content-fullwidth .inner ul ul {
	list-style-image:url(../images/bullet2.gif);
 }
 

	
#sidebar {
  float: right;
  width: 220px;
  background-color: #CDCAB3;
  color: #42422D;
  margin: 0;
  padding: 0;
}
/*  position hack for Internet Explorer 6 - doesn't do negative margin top...*/
/*\*/
* html #sidebar {
	margin-right:-15px;
}
/**/
#sidebar h3 {
  color:#FFFFFF;
  font-size: 110%;
  background-image: url(../images/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(../images/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  font-size: 95%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}

#searchform {
	margin:10px 0 0 0;
	}
	
#searchform .text {
  width: 196px;
  border: 1px solid #86836D;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #86836D;
  background-color: #42422D;
  color: white;
}
#sidebar .face-image {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#sidebar p.photo-caption {
  font-weight: bold;
  font-style:italic;
  margin-top:40px;
}
#sidebar2 {
  float: left;
  width: 159px;
  border-top: 1px solid #BBD7B3;
  border-left: 1px solid #BBD7B3;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
}
#sidebar2 .inner {
  margin:  10px;
}
#sidebar2 p {
  font-size: 95%;
  color: #666666;
}
#sidebar2 a:link, #sidebar2 a:visited {
  color: #32793F;
  font-weight: bold;
}
#sidebar2 a:hover {
	color:#BBD7B3;
	}
#sidebar2 h3 {
  color: #32793F;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #BBD7B3;
  font-size:  110%;
}
#sidebar2 h6 {
  color: #32793F;
  padding-bottom: 0.2em;
  margin-bottom:0.5em;
  margin-top:0.2em;
  background-color:#E6F0E3;
  font-weight: bold;
  font-size:100%;
  padding-left:0.3em;
}
#sidebar2 .inner ul.news {
  list-style: outside;
  list-style-type:none;
  padding-left:0;
  margin-left:0;
  padding-bottom: 1em;
  color:#074609;
  font-size:95%;
  font-family:"Courier New", Courier, monospace;
}
#sidebar2 .inner ul.news li {
  padding-bottom: 1em;
}
#nav {
  list-style: none;
  margin: 0;
  padding:  0;
}
#nav a {
  display:block;
  white-space:nowrap;
  width:.1em;
  }
#nav > li a {width:auto;}

#nav #nav-home {
  border-bottom: 1px solid #fff;
  line-height:2em;
  font-size:  100%;
  background-image:url(../images/nav-green.gif);
  background-repeat:no-repeat;
  background-position:right top;
}
#nav #nav-aboutus {
  border-bottom: 1px solid #fff;
  line-height:2em;
  font-size:  100%;
  background-image:url(../images/nav-green.gif);
  background-repeat:no-repeat;
  background-position:right top;
}
#nav #nav-prices {
  border-bottom: 1px solid #fff;
  line-height:2em;
  font-size:  100%;
  background-image:url(../images/nav-green.gif);
  background-repeat:no-repeat;
  background-position:right top;
}
#nav #nav-hipsearch {
  border-bottom: 1px solid #fff;
  line-height:2em;
  font-size:  100%;
  background-image:url(../images/nav-green.gif);
  background-repeat:no-repeat;
  background-position:right top;
}
#nav #nav-faq {
  border-bottom: 1px solid #fff;
  line-height:2em;
  font-size:  100%;
  background-image:url(../images/nav-green.gif);
  background-repeat:no-repeat;
  background-position:right top;
}
#nav #nav-contact {
  border-bottom: 1px solid #fff;
  line-height:2em;
  font-size:  100%;
  background-image:url(../images/nav-green.gif);
  background-repeat:no-repeat;
  background-position:right top;
}
#nav #nav-links {
  border-bottom: 1px solid #fff;
  line-height:2em;
  font-size:  100%;
  background-image:url(../images/nav-green.gif);
  background-repeat:no-repeat;
  background-position:right top;
}
#nav #nav-home:hover, #nav #nav-aboutus:hover, #nav #nav-prices:hover, #nav #nav-hipsearch:hover, #nav #nav-faq:hover, #nav #nav-contact:hover, #nav #nav-links:hover {
  background-position:100% -150px;
  }
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  padding-left:5px;
  color:#074609;
}
#nav li a:hover {
  color:#FFFFFF;
  }
#home #nav-home a:link, #home #nav-home a:visited, #aboutus #nav-aboutus a:link, #aboutus #nav-aboutus a:visited, #prices #nav-prices a:link, #prices #nav-prices a:visited, #hipsearch #nav-hipsearch a:link, #hipsearch #nav-hipsearch a:visited, #faq #nav-faq a:link, #faq #nav-faq a:visited, #contact #nav-contact a:link, #contact #nav-contact a:visited, #links #nav-links a:link, #links #nav-links a:visited {
  color:#FFFFFF;
}
#home #nav-home, #aboutus #nav-aboutus, #prices #nav-prices, #hipsearch #nav-hipsearch, #faq #nav-faq,
    #contact #nav-contact, #links #nav-links {
  background-position:100% -100px;
  }
#home #nav-home li a {
  color:#FFFFFF;
  }
#bloglatest h4 {
  color: #ff4e00;
  font-size: 100%;
  font-weight: bold;
}
#blog {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: url(../images/more-bullet.gif);
}
#blog li {
  font-size: 95%;
  padding-bottom: 0.5em;
  color: #ff4e00;
  font-weight: bold;
}
#newsletterform .text {
  width: 135px;
  border: 1px solid #86836D;
}
#newsletterform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#newsletterform .btn {
  border: 1px solid #86836D;
  background-color: #32793F;
  color: white;
  font-size: 80%;
}
#footer {
  width: 100%;
  border-top: 1px solid #BBD7B3;
  border-bottom: 1px solid #BBD7B3;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 90%;
  color: #32793F;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}
#credit p{
  float:right;
  font-size: 90%;
  color: #32793F;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
  }
#credit p a:visited {
  text-decoration:none;
  color: #32793F;
  }
#credit p a:hover {
  text-decoration:underline;
  color: #32793F;
  }
#credit p a {
  text-decoration:none;
  color: #32793F;
  }
.clearone {
  clear: both;
  height: 1px;
}
#main2 {
  margin-top: 10px;
  background-image: url(../images/leftbg.gif);
  background-position: bottom left;
  background-repeat: repeat-y;
}
/*  position hack for Internet Explorer 6 - doesn't do negative margin top...*/
/*\*/
* html #main2 {
	margin-top:0pt;
}
/**/
.separator {
	clear: both;
	}

.separatorInvisible {
	clear: both;
	height: 1px;
	}

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.portrait {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	}
	
#thanks {
	text-align:center;
	border: 1px solid #BBD7B3;
	background-color: white;
	color: #666666;
}
.thanks-image {
	margin-top: 10px;
	}
#longlist {
		margin: 0;
		}
		
.biglink h4, .biglink p {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
.biglink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #32793F;
	text-decoration: none;
}
.biglink p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 5px;
	margin-left:100px;
}
.biglink {
	background-color:#BBD7B3;
	border:1px solid #BBD7B3;
	padding: 10px;
	margin-bottom: 10px;
}
.hover {
	background-color: #FFEA9B;
	cursor: pointer;
}

#biglinktable {
	float: left;
	margin-bottom:20px;
	}

.linklogo {
	float: left;
	width: 100px;
	}

#content .inner img.contentimage {
	float:left;
	margin:0 20px 0 0;
	}

.overflow {
	overflow:auto;
	}
	
/*  position hack for Internet Explorer 6 */
/*\*/
* html iframe {
	float:left;
}
/**/

.formfloat {

	}
