@charset "utf-8";
/* wrap light green #DCFAE4 blue?5990A5  04827C*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img {
	border: none;
}
img {
	border: none;
	behavior: url(iepngfix.htc);
}
/* General settings */
 
body {
	font:0.8125em/1.618 Arial, sans-serif;
	color:#111;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align: center;
	background:#FFFFEA url(i/body_bg.jpg) repeat-x;
}
p {
	padding:0 0 0.8125em 0;
}
/* Headlines */
 
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	margin-bottom:5px;
	font-weight:normal;
	padding-top:8px;
}
h1 {
	color:#0B4F20;
	font-size: 2.615em;
	line-height:1.18;
	text-align:center;
} /* 34px */
h2 {
	font-size: 2em;
	line-height:1.19;
} /* 26px */
h3 {
	font-size: 1.618em;
	line-height:1.24;
	color:#0B4F20;
} /* 21 */
h4 {
	font-size: 1.308em;
	line-height:1.23;
} /* 17*/
h5, h6 {
	font-size: 1em;
	line-height:1.3;
	font-weight:700;
} /* 13px */
/* Lists */

ul {
	list-style-position:outside;
}
li ul, li ol {
	margin:0 1.618em;
}
ul, ol {
/*	margin: 0 0 1.618em 2em;
*/}
dl {
	margin: 0 0 1.618em 0;
}
dl dt {
	font-weight: 700;
}
dl dd {
	margin-left: 1.618em;
}
/* Tables */
 
table {
	margin-bottom:1.618em;
	border-collapse: collapse;
}
th {
	font-weight:700;
	text-align:left;
}
tr, th, td {
	margin:0;
	padding:0 1.618em 0 1em;
	height:21px;
	border:1px solid #ccc;
}
tfoot {
	font-style: italic;
}
caption {
	text-align:center;
	font-family:Georgia, serif;
}
/* Quotes */
 
blockquote {
	padding-left:1.618em;
	margin:0 0 0.8125em;
	border-left:3px solid #ccc;
	font-style:italic;
	letter-spacing:0.03em;
}
blockquote > p {
	padding:0;
}
/* Other */

a {
	color:#006600;
}
strong {
	font-weight: 700;
}
em, dfn, cite, q {
	font-style: italic;
}
dfn {
	font-weight: 700;
}
pre, code {
	margin: 1.618em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em monospace;
	line-height: 1.618em;
}
tt {
	display: block;
	margin: 1.618em 0;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	margin-bottom:5px;
}
abbr, acronym {
	border-bottom:1px dotted #000;
}
address {
	margin-top:1.618em;
	font-style: italic;
}
del {
	color:#000;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
#container {
	width: 960px;
	background: #FFFFEA;
	margin: 10px auto;
	text-align: left;
}
#header {
	background: #FEFFA1 url(i/header_logo.png) no-repeat;
	height:200px;
	border-bottom: 4px solid #0c451b;
	position:relative;
}
h1.tp {
	width: 145px;
	height: 135px;
	background: url(i/tp-call.png) no-repeat;
	text-indent: -9999px;
	position:absolute;
	top:31px;
	left:910px;
	z-index:100;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 15px 20px;
	display:inline;
}
#main {
	width:670px;
	float:left;
	display:inline;
	margin-left:10px;
	padding: 0 20px;
}
#main h1.span {
	font-size:85%;
}
#main ul {
	list-style: disc url(i/check-yes.gif);
}
#main a, #footer a {
	text-decoration:underline;
	color:#006600;
}
#main a:hover, #footer a:hover {
	text-decoration:underline;
	color:#e30000;
}
#footer {
	clear: both;
	border-top: 1px solid #f2f2f2;
	padding: 2px 0 10px 0;
	text-align: center;
	line-height: 1.5em;
	font-size: 95%;
	background:#FFFFEA url(i/callout_bg.jpg) repeat-x;
}
#footer a {
	padding-right:5px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.floatr { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display:inline;
}
.floatl { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display:inline;
}
.mr {
	margin-right:45px;
}
w250 {
	width:260px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.frame {
	padding:5px;
	background-color:#fff;
	border-right:1px solid silver;
	border-bottom: 1px solid silver;
	margin-bottom:10px;
}
#main img.padmore {
	margin:0 15px 15px 0;
}
.mainhead {
	padding:5px 20px;
	color:#fff;
	margin:20px 0;
	background: #26A64F url(i/mainhead_bg.jpg) repeat-x;
}
.mainhead h2 {
	padding:0 10px;
}
.mainhead h3 {
	color:#fff;
}
ul#sn {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul#sn li.se a {
	display: block;
	width: 180px;
	padding: 5px 8px 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}
ul#sn li.se a {
	color: #FFFFFF;
	background:#26A64F url(i/tab_bg.jpg) repeat-x;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}
ul#sn li.se a:hover {
	color: #ffff66;
	background:#26A64F url(i/tab_dwn_bg.jpg) repeat-x;
}
.textcenter {
	text-align:center;
}
.pushdown {
	padding-top:20px;
}
.callout {
	width:667px;
	background:#FFFFEA url(i/callout_bg.jpg) repeat-x;
	margin:20px 0;
}
.callout ul {
	width:280px;
	float:left;
	display:inline;
	margin-left:40px;
	list-style-position:outside;
}
.callout li {
	padding:10px 5px 5px 0px;
	font: small-caps 1.6em "Times New Roman", Times, serif;
}
#main div.rightpics {
	width:304px;
	margin-left:10px;
}
#main div.rightpics img {
	margin-bottom:15px;
}
.calculator {
	background:#fffed5;
	border:1px solid silver;
}
#main .bullet li {
	list-style:disc url(i/bullet_blue.png);
	margin-left:20px;
}
#address {
	width:300px;
	float:right;
	display:inline;
	margin:10px;
	padding:10px;
	background:#FFFFEA url(i/callout_bg.jpg) repeat-x;
	font-size:1.2em;
}
.testimonial {
	background:#FFFFEA url(i/callout_bg.jpg) repeat-x;
	padding:5px;
	margin:20px 0 15px 0;
}
