/***** Global Settings *****/
html,body,ul,li,div,a,fieldset,table,h1,h2,h3,h4,h5,p,ol
{
	margin: 0;
	padding: 0;
}

html,body
{
	height: 100%;
	/* needed for container min-height */
}

body
{
	background-image: url(../img/bodyBg.gif);
	background-repeat: repeat-x;
}

/***** Common Formatting *****/
h1
{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h2
{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h3
{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

h4
{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h5
{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p
{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 0 15px 0;
}

ul
{
	font-family: trebuchet ms, verdana, sans-serif;
	padding: 0 0 0 12px;
	list-style-type: square;

}

li
{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12px;
	padding: 0 0 7px 0;


}

img{
	border: 0px;}

/***** Links *****/
a, a:visited { text-decoration: none;
	border: none;}

/***** Forms *****/

.contactForm{padding: 10px;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;}

.contactForm #Name, .contactForm #Email{width:250px;}

.contactForm #Name, .contactForm #Email, .contactForm textarea {
	border: 1px solid #333;
	margin: 0 0 10px 0;
	background-color: #ebebeb;
	}

.contactForm label{
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 12px;
	}



/***** Tables *****/
/***** Wrapper *****/
#wrap
{
	width: 100% margin:0 auto;
	position: relative;
	height: auto !important;
	/* real browsers */
	min-height: 100%;
	/* IE6: treaded as min-height*/
	}

/***** Layout *****/
#header
{
	width: 900px;
	margin: 0 auto;
	height: 160px;
	}

#logo
{
	float: left;
	padding: 35px 0 0 0;
	}

#slogan
{
	background-image: url(../img/headCaption.gif);
	background-position: right;
	width: 420px;
	float: right;
	background-repeat: no-repeat;
	height: 60px;
	margin-top: 67px;
	}

#mainContainer
{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 250px 0;
	}

#rightMaster h3{padding: 0 0 10px 0;}
#navContainer
{
	width: 900px;
	height: 22px;
	margin: 0 auto;
	padding:0;
	}

#leftMaster
{
	width: 250px;
	float: left;
	padding: 25px 0 0 0;
	}

#rightMaster
{
	width: 625px;
	float: right;
	padding: 0 0 0 0;
	}

#rightMaster .contentArea
{
	width: 625px;
	float: left;
	}



#rightMaster .contentArea img{	padding: 0 0 10px 0;	
	}
	
#rightMaster .contentArea p, #rightMaster .contentArea h1, #rightMaster .contentArea h2, #rightMaster .contentArea h2{ width:600px;}

#rightMaster .feature
{
	width: 547px;
	background-color: #E8EEE0;
	border: 1px solid #333;
	padding: 15px;
	}

.feature h3 { color: #06C;
	font-size: 17px;
	padding:0px;
	}

#footer{
	position: absolute;
	bottom: 0;
	padding: 105px 0 0px 0;
	margin: 0;
	width: 100%;
	background-image: url(../img/footerBg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-position: left 100px;
	z-index: 1;
	}

#footerContainer{
	width: 900px;
	text-align: center;
	margin: 0 auto;
	}

#footerAddress
{
	height: 150px;
	text-align: left;
	float: left;
	}

#footerAddress p
{
	color: #FFF;
	line-height: 16px;
	font-size: 11px;
	padding: 50px 0 0 0;
	}

#footerBanner
{
	background-image: url(../img/footerBanner.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
	height: 135px;
	float: right;
	width: 480px;
	padding: 0;
	text-align: left;
	}

#footerBanner h1{
	color: #fff;
	font-size: 16px;
	width: 300px;
	padding: 60px 0 0 140px;
	}

#footerBanner p
{
	width: 300px;
	padding: 0px 0 0 140px;
	}

#footerBanner a, #footerBanner  a:visited
{
	color: #fff;
	text-decoration: underline;
	}

#footerImage
{
	margin: 0 auto;
	width: 900px;
	text-align: right;
	z-index: 999;
	}


#copyright
{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	background-color:#646363;
	}

#copyright p{
	padding:0;
	color: #fff;
	font-size: 11px;}


/***** List Styles *****/


#navContainer ul
{
	float: left;
	padding: 10px 0 0px 0;
	}

#navContainer li
{
	display: inline;
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0 20px 0 0;
	}

#navContainer a, #navContainer a:visited { color: #666; }
#navContainer a:hover { color: #000; }
#navContainer li.current  a { color: #390; }

#callouts {width:220px;}

#callouts h3
{
	color: #06C;
	font-size: 18px;
	margin: 0 0 0 0px;
	}
#callouts ul { padding: 0 0 25px 0; }

#callouts li
{
	display: block;
	color: #333;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0 3px 0;
	margin: 0 0 0 0px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F9F9F;
}

#callouts li a, #callouts li a:visited {
	color: #555 ;
	text-decoration: none; 
	}
	
#callouts li a:hover { color: #000; }
#callouts li.current a {color: #390; }


#callouts h1{

	width: 195px;
	padding: 10px 15px 0 0px;
	font-size: 15px;
	color:#4E8525;
}

#callouts p{
	width: 225px;
	background-color: none;
	width: 195px;
	padding: 10px 15px 20px 0px;
	font-size: 12px;
	color: #333;
}

#callouts a, #callouts a:visited{
	color:#4E8525;
	text-decoration: underline;
	}
	
form{
	margin: 0;
	padding:0;}

#searchBox
{
	float: right;
	padding: 7px 0 0 0;
	margin:0;
	width:225px;
}

.searchBtn {
padding:0px 0 0 0;
margin: 0 0 0 7px;
float: left;}

.textArea{
border: 1px solid #333;
margin:2px 0 0 0;
padding:0 0 0 0;
height:17px;
float: left;
width:150px;
background-color: #ebebeb;
}

/***** Global Classes *****/
.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { border-bottom: 1px solid; }
.highlight { background: #ffc; }

.wrap
{
	width: 960px;
	margin: 0 auto;
}

.img-left
{
	float: left;
	margin: 4px 10px 2px 0;
}

.img-right
{
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding { padding: 0; }

.noindent
{
	margin-left: 0;
	padding-left: 0;
}

.nobullet
{
	list-style: none;
	list-style-image: none;
}


