html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html {overflow-y:scroll;}

/* site main */
body {
font-size:100%;
font-family:arial, helvetica, sans-serif;
line-height:1.4em;
color:#333;
background-color:#014c2a;
}

p, h1, h2, h3 , h4, h5, h6 {
	padding:10px 10px 5px 20px;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:bold;
}

#wrap {
width:940px;
margin:0 auto;
background-color:#fdfdfd;
}

#header {
margin:0;
padding:0;
background:#a8cbae;
}

#logo_area {
height:140px;
padding:0;
}

#menu {display:block;padding:10px;font-size:13pt;background-color:#014c2a;}

#menu a:link, #menu a:visited {display:block;float:left;margin:0;padding:0 15px;color:#fff;font-weight:bold;text-decoration:none;}
#menu a:hover {color:yellow;}

#content {
margin:0;
}

#footer {
margin:0 auto;
width:940px;
font-size:11px;
padding:5px 0;
background:#666;
color:#fff;
}

#footer a {
color:#fff;
text-decoration:underline;
margin:0 5px;
}

#summary {float:right;margin:40px 10px;width:340px;}

.panel ul, #summary ul {padding-left:30px;}
.panel li, #summary li {margin-left:10px;list-style:disc outside;}

.panel a, .panel a:visited {color:#014c2a;}
.panel a:hover {color:#000;}

#content h1, #content h2 {font-size:1.3em;color:#014c2a;}
	
.align_l {text-align:left;}
.align_c {text-align:center;}
.align_r {text-align:right;}
.align_j {text-align:justify;}
.align_t {vertical-align:top;}
.align_m {vertical-align:middle;}
.align_b {vertical-align:bottom;}

.float_l {float:left;}
.float_r {float:right;}

.clear_l {clear:left;}
.clear_r {clear:right;}
.clear_b {clear:both;}
		
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 150px 0 20px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 10px 0;
	position: relative;
	width: 580px;
	float:left;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #014c2a; /* this is the border. should have the same value for the links */
	margin: 0 0 0 20px;
	width: 550px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 430px;
	clear: both;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 550px; /* Also specified in  .stripViewer  above */
	height:430px;
	overflow-y:auto;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding:0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-left:20px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	/* font-size: 10px; */
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #999;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	border:solid 1px #999;
}
		
/* .stripNav li.tab1 a { background: #444; }
.stripNav li.tab2 a { background: #444; }
.stripNav li.tab3 a { background: #444; }
.stripNav li.tab4 a { background: #444; }
.stripNav li.tab5 a { background: #444; } */

.stripNav li a:hover {
	color:#333;
	background:#bbb;
	border:solid 1px #bbb;
}

.stripNav li a.current {
	background: #014c2a;
	color: #fff;
	border:solid 1px #014c2a;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}

#testimonials {margin:20px 5px 20px 20px;background-color:#efefef;border: solid 1px #014c2a;}

.testimonials {padding-bottom:20px;font-style:italic;font-size:0.9em;font-family:times,serif;}
.testimonials span {display:block;clear:both;font-style:normal;font-weight:bold;}

#contact p {margin-left:15px;}

.float_r2 {float:right;margin-right:20px;}

#content h2.checkmark {
		margin:10px 10px 0px 10px;
		padding:0px 10px 5px 28px;
		background:url("graphics/check.png") transparent no-repeat;
		color:red;
		font-size:12pt;
	}
	
#summary ul.checkmark li {
		list-style:none outside;
		margin-left:-10px;
		padding:0px 10px 5px 28px;
		background:url("graphics/check.png") transparent no-repeat;
	}
