body {
	/*background:url(../images/tree.png) bottom right fixed no-repeat #fff;*/
	background-color:#fff;
	color:#fff;
	font-size:13px;
	line-height:1.35em;
	margin:0;
	font-family:'Helvetica Neue', helvetica, Arial,sans-serif;
}

p, li, h1, h2, h3, h4 {
	line-height:135%;
}

a { 
	color:green;
	outline:none;
	text-decoration:none;
}

a:hover { color:black; text-decoration:none; }

a img { border:none; }

h1, h2, h3, h4, h5 {
	font-weight:normal;
	color:#000;
	margin:0.5em 0;
	line-height:1.3em;
	text-shadow:1px 1px 1px #ccc;
}

h1 { font-size:33px; }
h2 { font-size:27px; }
h3 { font-size:19px; }
h4 { font-size:17px; }
h5 { font-size:13px; }

/*h2 + p, h3 + p, h4 + p { margin-top:0.3em; }*/

.underline { border-bottom:1px solid #999; }
.note { color:#666; }
.small { font-size:11px; }
.tiny { font-size:11px; }
.clear { clear:both; }
.date { font-size:12px; color:#666; }
.left { float:left; margin:0 1em 1em 0 }
.right { float:right; margin:0 0 1em 2em }
.block { display:block; }
/*.hilite { color:#036; }*/
.nowrap { white-space:nowrap; }
.vertical_pad { margin-top:0.3em; margin-bottom:0.3em }
.highlight { color:purple; }
.hide { display:none; }

.icon { vertical-align:middle; }
.big { font-size:17px; }

img.border {
	border:1px solid #999;
}

.shadow {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

hr { height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */

th, td { 
	padding:0.3em 1em; 
	border-bottom:1px solid #ddd;
	text-align:left; 
	vertical-align:top
}

tfoot td, tr.last td {
	border:none;
}

td.label { text-align:right; color:#666; }

td p { margin-top:0; }

/*th { padding-top:1em }*/
table { border-spacing:0 }
caption { text-align:left; }
address { font-style:normal; }

.error, .alert {
	padding:0 0 10px 44px;
	background:url(../images/alert.gif) top left transparent no-repeat;
	color:#000;
	font-size:15px;
}

.notice, .tip, .info {
	padding:5px 0 10px 36px;
	background:url(../images/info_icon.png) top left transparent no-repeat;
	color:#000;
	font-size:15px;
}

.alert_alt {
	color:#c60;
}

.alert_alt img {
	vertical-align:middle;
}

.success {
	padding:3px 0 10px 36px;
	background:url(../images/success.png) top left transparent no-repeat;
	color:#060;
	font-size:15px;
}

.pdf {
	padding:3px 0 3px 24px;
	background:url(../images/pdf-icon.gif) center left no-repeat transparent;
	line-height:140%;
}

p.pdf, p.video {
	background-position:0 3px;
	padding-top:0;
}

.video {
	padding:3px 0 3px 24px;
	background:url(../images/video.gif) 2px center no-repeat transparent;
	line-height:140%;
}

ul.pdfs li {
	list-style-image:url(../images/pdf-icon.gif);
	margin-bottom:0.3em;
}

.clearfix:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a.button {
	padding:0.5em 1.2em;
	background-color:#53c048;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	line-height:200%;
	text-align:center;
}

a.button:hover, a.large_button:hover {
	background-color:#000;
}

a.button span {
	font-weight:normal;
}

a.large_button {
	font-size:15px;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	padding:0.5em 1em;
	background-color:#0c768c;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
}

p.button_p {
	margin:1.5em 0;
}

p.links {
	margin-top:0;
}

.links a {
	color:#666;
}

.links a.selected, .links a:hover {
	color:#c00;
}

.toggle {
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px solid #ccc;
}

.toggle h2 {
	margin:0;
	line-height:100%;
}

.toggle h2 a {
	font-size:17px;
	padding-left:20px;
	background:url(../images/arrow_right.png) center left no-repeat transparent;
	border:none;
	text-decoration:none;
}

.toggle h2.toggled a {
	background-image:url(../images/arrow_down.png)
}

.toggle h2 a:focus {
	color:#000;
}

.toggle div {
	padding-left:20px;
}

#slide_holder {
	width:300px;
	height:250px;
	margin-bottom:10px;
}

#slide_holder img {
	border:1px solid #999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#slide_selector {
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
}

#slide_selector li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#slide_selector li a {
	display:block;
	padding:0.5em 0.8em;
	border:1px solid #ddd;
	margin-right:0.5em;
	line-height:100%;
	background-color:#fff;
}

#slide_selector li a {
	color:#999;
}

#slide_selector li a:hover {
	color:#666;
	border-color:#999;
}

#slide_selector li a.selected {
	color:green;
	border-color:green;
}

.fax {
	padding-left:25px;
	background:url(../images/printer.png) center left no-repeat transparent;
}

.telephone {
	padding-left:25px;
	background:url(../images/phone.png) center left no-repeat transparent;
}

.email {
	padding-left:25px;
	background:url(../images/email.png) center left no-repeat transparent;
}