* { margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-weight: normal;
	text-align: left;
	color: #464646;
	font-family: "Times New Roman", Times, Georgia;
 }
html { 
}
body { 
	border-width: 0;
	background: url(../images/global/bg-top.gif) repeat-x;
	background-color: #eae8e4;	
	text-align: center;
}
td {

}
img {
	border: 0;
}
a, a:link, a:hover, a:visited, a:active {
	color: #006e00;
}
strong {
	font-weight: bold;
}
em {
}
.wrapper {
	background-color: #fff;
	width: 100%;
}
.center {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
.hide {
	display: none;
}
.clearFix {
	clear: both;
}
.color1Normal {
	color: #006e00;
	font-style: normal;
}

/*----------------- Header Styles -----------------*/
#header {
	background: url(../images/global/banner-title.jpg) no-repeat top left;
	height: 106px;
}
#mainNav {
	width: 750px;
	height: 37px;
	border-top: solid 2px #008200;
	border-bottom: double 3px #c3bdb4;
	background-color: #fff;
	font-family: "Lucida Grande", Helvetica, Arial;
}
#mainNav ul {
	/*- Workaround: Attempted to center nav bar by using (float: left). Terrible!
	Switched to making the (li) and (li a) into (display: inline). Works great!
	Also, the (ul) needs to have the (text-align:) set to (text-align: center)*/
	list-style-type: none;
	text-align: center;
	position: relative;
	left: -9px;
	margin-top: 13px;
}
#mainNav li.star {
	display: inline;
	padding: 0 .7em 0 1.6em;
	background: url(../images/global/star.gif) no-repeat 0px center;
}
.noStar {
	display: inline;
	padding: 0 .3em 0 1.4em;
	background: url() no-repeat 0px 2px;
}
#mainNav li a {
	display: inline;
	padding: 6px 1em 3px 1em;
	height: 8px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica, Arial;
	}
#mainNav li a:hover {
	background-color: #ebe7cf;
}
	
/*----------------- Content Styles -----------------*/
#content {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}
#primaryColumn {
	float: left;
	width: 405px;
	margin-top: 8px;
	padding: 2px 0 10px 18px;
	/*background: url(../images/global/header-building.jpg) no-repeat top right;*/
}
#primaryColumn p {
	margin-top: 0px;
	line-height: 20px;
	padding-left: 4px;
	padding-bottom: 12px;
}
#primaryColumn h1.first {
	color: #006e00;
	font-size: 1.9em;
	border: 0;
	padding-right: 4px;
	padding-top: 0;
	padding-bottom: 7px;
}
#primaryColumn h1 {
	color: #006e00;
	font-size: 1.9em;
	margin-top: 8px;
	padding: 8px 4px 0 4px;
	border-top: solid 1px #c3bdb4;
	text-transform: uppercase;
}
#primaryColumn h2 {
	color: #eedb00;
	font-size: 1.4em;
	padding: 8px 4px 12px 4px;
	border-top: solid 1px #c3bdb4;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 50;
}
.shdwTxt {
	position: relative;
	}
#primaryColumn .h2 {
	position: absolute;
	top: 2px;
	left: 1px;
	color: #f4f0e9;
	font-size: 1.4em;
	padding: 8px 4px 12px 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}
#primaryColumn .horizRule {
	border-bottom: solid 1px #c3bdb4;
	padding-top: 10px;
	display: block;
	position: relative;
	width: 405px;
}
#secondaryColumn {
	float: right;
	width: 299px;
	margin-top: 25px;
}
#secondaryColumn P {
	font-size: 12px;
}
#secondaryColumn #quoteBox {
	background: url(../images/home/quote-box.jpg) no-repeat top left;
	height: 165px;
}
#secondaryColumn blockquote {
	padding: 46px 117px 0 8px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-style: italic;	
}
.gradientBox {
	background: url(../images/global/gradient-box.gif) repeat-x top left;
	height: 145px;
	margin-top: 6px;
}
#secondaryColumn .gradientBox2 blockquote {
	padding: 0px 117px 0 8px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-style: italic;	
}

#secondaryColumn h2 {
	padding: 15px 17px 1px 17px;
	font-size: 18px;
	color: #006e00;
}
#secondaryColumn p {
	padding: 0 17px 0 17px;
	line-height: 20px;
}
/*-- Secondary Page Styles ---*/
#leftColumn {
	float: left;
	width: 512px;
	margin-top: 8px;
	padding: 2px 0 10px 18px;
	/*padding: 75px 0 10px 18px;
	background: url(../images/global/header-building2.jpg) no-repeat top right;*/
}
#leftColumn p {
	margin-top: 0px;
	line-height: 22px;
	padding-left: 4px;
	padding-bottom: 12px;
}
#leftColumn img {
	float: left;
	padding-right: 20px;
}
#leftColumn h1.first {
	color: #006e00;
	font-size: 1.9em;
	border: 0;
	padding-right: 4px;
	padding-top: 5px;
}
#leftColumn h1 {
	color: #006e00;
	font-size: 1.9em;
	margin-top: 8px;
	padding: 8px 4px 10px 4px;
	border-top: solid 1px #c3bdb4;
}
#leftColumn h2 {
	float: left;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 5px;
	font-size: 14px;
}
#leftColumn h3 {
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 5px;
	font-size: 14px;
}
#leftColumn ul {
	list-style-position:outside;
	padding-left: 1.2em;
	padding-bottom: 20px;
}
#leftColumn li {
	padding-bottom: .4em;
	line-height: 22px;
}
#leftColumn .horizRule {
	border-top: solid 1px #c3bdb4;
	display: block;
	padding-bottom: 12px;
	margin-top: 5px;
}
#leftColumn td {
	padding-bottom: 15px;
	text-align: left;
	vertical-align: top;
}
#leftColumn td.firsttd {
	font-weight: bold;
}
#rightColumn {
	float: right;
	width: 198px;
	margin-top: 25px;
	padding-bottom: 60px;
}
#rightColumn #quoteBox {
	background: url(../images/global/quote-box-small.jpg) no-repeat top left;
	height: 165px;
}
#rightColumn blockquote {
	padding: 46px 8px 0 8px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-style: italic;	
}
#rightColumn .gradientBox2 blockquote {
	padding: 20px 8px 0 8px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-style: italic;	
}
.gradientBox2 {
	background: url(../images/global/gradient-box.gif) repeat-x top left;
	height: 145px;
	margin-top: 6px;
}
#rightColumn h2 {
	padding: 15px 17px 1px 17px;
	font-size: 16px;
	color: #006e00;
}
#rightColumn p {
	padding: 0 12px 0 17px;
	line-height: 20px;
	font-size: 12px;
}
#footer {
	width: 750px;
	background: url(../images/global/footer-bars.gif) no-repeat top left;
	clear: both;
	padding-top: 60px;
	padding-bottom: 10px;
}
#footer p {
	text-align: center;
	color: #000;
	font-size: 12px;
}

/*----------------- Base Styles -----------------*/
#base {
	width: 100%;
	height: 21px;
	background: url(../images/global/footer-bar.jpg) repeat-x top center;
	padding-bottom: 40px;
}

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

/*----------------- Forms -----------------*/
#contactForm {
	position: relative;
	padding: 15px 30px 15px 30px;
	width: 350px;
}
#contactForm p {
	padding: 0 0 5px 0;
}
fieldset {
	border: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
#textFields input { 
	border: 1px solid #a3a3a3;
	width: 200px;
}
#textFields input:hover {
	border-color: #000000;
}
#textFields input:active, input:focus {
	border-color: #787878;
}
#textFields label, label span {
	display: block;
	padding-bottom: 7px;
}
#textFields label {
	float: left;
	width: 340px;
}
#textFields label span {
	float: left;
	width: 35%;
}
#checkbox label, label span {
	display: inline;
	padding-bottom: .40em;
}
#checkbox label {
	float: left;
	width: 100%;
}
#checkbox span {
	padding-left: 10px;
}
#checkbox textarea {
	width: 215px;
}
.submit {
	padding-top: 15px;
}

/*----------------- Lightbox (thanks to Lokesh Dhakar) -----------------*/

/*----------------- These are standard sIFR styles... do not modify -----------------*/
