/* ========== Styling all elements */
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ========== Applying clearfix fix for some browsers to use in appropriate places */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* ========== BODY */
body {
	margin: 0;
	padding: 0;
	background-image:url(../images/layout-bg.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#b5d7b5;
}
/* ========== WRAPPER */
#wrapper {
	width:1035px;
	margin:0 auto;
}
#lt-wrapper{
	width:112px;
	height:auto;
	float:left;
}
.lt-leaves{
	background-image:url(../images/lt-leaves.gif);
	background-repeat:no-repeat;
	height:146px;
	margin-top:195px;
}
/* =======================================================================*/

#sub-wrapper{
	width:811px;
	background-image:url(../images/white-layoutbg.gif);
	background-repeat:repeat-y;
	float:left;
}
/* =======================================================================*/

#rt-wrapper{
	width:112px;
	height:auto;
	float:right;
}
.rt-leaves{
	background-image:url(../images/rt-leaves.gif);
	background-repeat:no-repeat;
	height:146px;
	margin-top:195px;
}
/* =======================================================================*/

#link-box{
	background-image:url(../images/link-container.gif);
	background-repeat:repeat-x;
	height:74px;
}
.logo-botimg{
	background-image:url(../images/logo-bottom.gif);
	background-repeat:no-repeat;
	height:18px;
}

/* ========================================================================*/
#main-contentcontainer{
	width:811px;
	height:auto;
	clear:both;
}
#header-container{
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	width:767px;
	height:237px;
	margin:0 auto;
}

#content-box{
	width:767px;
	height:auto;
	margin:0 auto;
}
.title-box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#448234;
	text-decoration:none;
	padding-bottom:8px;
	padding-top:5px;
	font-weight:bold;
}

/* =======================================================================*/
#Three-boxcontainer{
	width:767px;
	margin:0 auto;
	clear:both;
	padding-top:10px;
}

/* =======================================================================*/
.ailment-box{
	width:175px;
	height:auto;
}
.ailment-box ul{
	margin:0;
	list-style:none;
	padding:5px 5px 0 12px;
}
.ailment-box li{
	padding:0 1px 2px 15px;
	background:url(../images/arrow.gif) no-repeat center left;
	/*border-bottom:1px #b2d2ef solid;*/
	line-height:20px;
}
.ailment-box a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.ailment-box li a:hover{
	color:#527104;
	}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}	
/* =======================================================================*/
#footer-container{
	width:811px;
	height:62px;
	clear:both;
	background-image:url(../images/footer-bar.gif);
	background-repeat:no-repeat;
}

.footer-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	text-align:center;
	padding-top:20px;
}
.footer-text a{
	color:#000000;
	text-decoration:none;
}
.footer-text a:hover{
	color:#000000;
	text-decoration:underline;
}
/* -------------------------------------------------------------- 
   
   forms.css
   * Allows the creation of vertical and horizontal forms
   * Allows sets up basic input element styles
   
-------------------------------------------------------------- */

/* Basic form styles */       
form ol { margin: 0px; padding: 0px; list-style-type: none; }  
form li { display: block; padding: 0.2em; }       
form label { display: block; font-weight: bold; } 
form em { color: red; background-color: #fff; }   
       
/* Input elements */
form input.text, form textarea { width: 20em; }
form select { width: 15em; }
form input.file { width: 20em; }

/* Special readonly style */
form .readonly { background-color: #E0DFE3; color: #99968A; }

/* Form rows */
form.horizontal li label { display: -moz-inline-box; width: 15em; vertical-align: top; }  
* form.horizontal li label { display: inline-block;  }

/* Checkbox row */
/*
form.vertical li.checkbox span { display: inline; }
form.horizontal li.checkbox label { display: inline; width: 90%; }
form.horizontal li.checkbox span { display: inline; }
*/

/* Submit Button Area */
form.vertical li.submit { text-align: center; }  
form.horizontal li.submit { margin-left: 15em; } 