body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 12px;
	padding: 0;
	background-color: #ffe;
}

h2, h3 {font-weight: bold; color: #ff3920;}
h2 {font-size: 1.5em; margin: 0 0 6px;}
h3 {font-size: 1.25em; margin: 12px 0 0;}
h4 {font-size: 1em; font-style: italic; margin: 12px 0 0;}

a, a:visited {color: #5F845F; background: transparent;}
a:hover {color: #ff3920; text-decoration: none;}
a:active {color: #90aa90; text-decoration: none;}

/* layout
------------------------------------------ */
#wrap {
	min-width: 740px;
	max-width: 1024px;
	margin: 0 auto;
	background-color: #004d00;
}
#header {
	height: 120px;
	position: relative;
	background: url(/img/gradient.gif) repeat-x 0 0;
}
#logo a {
	position: relative;
	display: block;
	height: 100px;
	width: 238px;
	top: 10px;
	left: 10px;
	z-index: 3;							/*keep above h1*/
	background: url(/img/logo.png) no-repeat;
}
#logo a:focus {outline: 0;}

#header h1 {
	position: relative;
	top: -63px;
	left: 255px;
	width: 2403px;
	height: 30px;
	margin: 0 0 0 -2000px;
	background: url(/img/title.png) no-repeat 100% 0;
}

#tagline {					/*see ie css*/
	position: relative;
	top: -65px;
	left: 255px;
	color: #fc6;
	font-style: italic;
	display: inline;		/*ie7 keeps block element at 100% */
}

#main {
	color: #004d00;
	margin: 0 12px;
	padding: 12px;
	background-color: #ffe;
	line-height: 1.5;
	min-height:  1%;		/*gives ie7 layout - see ie css*/
}

#footer {
	color: #fc6;
	font-size: 0.85em;
	text-align: center;
	/*line-height: normal;*/
	padding: 0.5em;
}

#footer a {color: #fc6;}
#footer div {margin-bottom: 0.5em;}

/* general
------------------------------------------ */
.mtop {margin-top: 0px;}
.mbot {margin-bottom: 0px;}
.mnot {margin-top: 0px; margin-bottom: 0px;}
.martop {margin-top: 12px;}
.marbot {margin-bottom: 12px;}
.center {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.justify {text-align: justify;}
.i {font-style: italic;}
.b {font-weight: bold;}
.small {font-size: 0.91em;}
.sm {font-size: 0.86em;}
a img {border: 0;}
.clear {clear: both;}
#trk {margin: -38px 0 0 -60px;}

/* add inline style for width if not image */
.floatleft {float: left; margin: 0 12px 6px 0;}
.floatright {float: right; margin: 0 0 6px 12px;}
.floatleft, .floatright {
text-align: center;
font-size: 0.91em;
line-height: normal;
}

.floatleft img, .floatright img {display: block;}

.clearfix:after {						/* see ie6 css */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;}				/* ie7 */
.clearfix {display:block;}

dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 12px;
}

#cred {
	font-size: 0.91em;
	color: #90aa90;
	min-width: 740px;
	max-width: 1024px;
	text-align: right;
	margin: 3px auto 0;
}
#cred a, #cred a:visited {color: #90aa90;}
#cred a:hover {color: #ff3920; text-decoration: none;}
#cred a:active {color: #90aa90;}

/* drop shadow
------------------------------------------ */
.shd-corner {
  background: url(/img/s/corner.png) no-repeat 100% 100%;
}

.shd-corner-btm {
  background: url(/img/s/corner_btm.png) no-repeat 0 100%;
}

.shd-corner-top {
  padding: 0 4px 4px 0;
  background: url(/img/s/corner_top.png) no-repeat 100% 0;
}

.imgBorder {
  border: 1px solid #b7b7ab;
  border-width: 1px 0 0 1px;;
}

/* pull quotes
------------------------------------------ */
.quoteleft {
	font-size: 1.25em;
	color: #90aa90;
	font-style: italic;
	float: left;
	width: 16em;
	margin: 1.5em 1.5em 1.5em 0;
	padding-right: 1.25em;
	border-right: 3px solid;
	display: inline;
}
.quoteright {
	font-size: 1.25em;
	color: #90aa90;
	font-style: italic;
	float: right;
	width: 16em;
	margin: 1.5em 0 1.5em 1.5em;
	padding-left: 1.25em;
	border-left: 3px solid;
	display: inline;
}

/* testimonials
------------------------------------------ */
#testimonials {
	float: left;
	width: 26.6em;
	font-size: 0.91em;
	margin: 0 12px 0 0;
	border: 1px solid #90aa90;
}

#testimonials .content {margin: 0 10px 10px;}

#testimonials h4 {
	margin: 0;
	text-align: center;
	background: #90aa90;
}

/* nav
------------------------------------------ */
#nav {
	font-weight: bold;
	list-style: none;
	position: absolute;
	right: 6px;
	bottom: 13px;
	padding: 0;
	margin: 0;
}

#nav li {					/*see ie css*/
	float: left;
	width: auto;
	margin: 0 6px;
	padding: 0;
}

#nav li a, #nav li a:visited, #nav li span {
	position: relative;		/*ie all win*/
	border: 1px solid #fc6;
	padding: 2px 4px;
	text-decoration: none;
}

#nav li a, #nav li a:visited {color: #fc6;}

#nav li a:hover, #nav li span {
	color: #004d00;
	background: #fc6;
}

#nav li a:focus {outline: 0;}

/* tabs
------------------------------------------ */
#tab {
	position: relative;		/*safari needs z-index above tagline*/
	z-index: 2;
	list-style: none;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0 0 0 1em;
	margin: 0 0 12px 0;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #004d00;
	font-weight: bold;
}
#tab li {display: inline;}

#tab li a, #tab li span {
	background-color: #ffe;
	border: 1px solid #004d00;
	margin-right: 0.5em;
	padding: 0 0.5em;
	text-decoration: none;
}
#tab li a, #tab li a:visited {color: #004d00;}
#tab li a:hover {
	color: #ffe;
	background-color: #004d00;
}
#tab li span, #tab li a:active {
	color: #ff3920;
	background-color: #ffe;
}
#tab li span {
	border-bottom: 1px solid #ffe;
}
#tab li a:focus {outline: 0;}

/* contact form
------------------------------------------ */
form, input {font-size: 1em;}
form {margin: 0; padding: 0; line-height: normal;}

label {
	float: left;
	width: 7em;
	margin: 6px 3px 0 0;
	text-align: right;
	white-space: nowrap
}
input, textarea {width: 18em; margin: 3px 0; padding: 0;}
textarea {font-size: 12px;}
input#submit {width: auto;}

.req {font-weight: bold; color: #f00;}
.valid {margin-left: 3px;}
.error {color: #f00; font-size: 10px;}