/* v1.0 | 20080212 */

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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background: url(../images/bg.png) top repeat-x #fff;
	font-size: 0.8em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #66cc33;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0px;
}

a {
	color: #66cc33;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 294px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 244px;
	padding: 2px;
}

#container {
	width: 950px;
	margin: auto;
	text-align: left;
	background-color: #fff;	
}

#rightheader {
	float: right;
	width: 500px;
	text-align: right;
}

#tel {
	float: right;
	text-align: right;
	width: 305px;
	padding: 8px 30px;
	font-weight: bold;
	background: url(../images/tel_bg.png) top repeat-y;
	font-size: 1.1em;
}

#callbacklabel {
	font-size: 0.8em;
	font-weight: bold;
	float: right;
	padding-right: 30px;
	margin: -10px 0px 5px 0px;
}

#nav {
	float: left;
	width: 920px;
	padding-right: 30px;
	height: 46px;
	line-height: 46px;
	background: url(../images/nav_bg.png) top repeat-x;
}

#nav ul, #nav li {
	float: left;
}

#nav li {
	background: url(../images/navoff_bg.png) top right no-repeat;
	font-size: 1.2em;
}

#nav a {
	color: #fff;
	display: block;
	padding: 0px 10px;
}

#nav a:hover, #nav .on a {
	background: url(../images/navon_bg.png) top repeat-x;
	text-decoration: none;
}

#nav form {
	float: right;
}

#nav .textbox {
	float: left;
	margin-right: 2px;
	margin-top: 14px;
	border: none;
	width: 100px;
	height: 17px;
	padding: 2px;
}

#nav .button {
	float: left;
	margin-top: 14px;
}

#subnav {
	width: 930px;
	padding: 0px 10px;
	height: 36px;
	line-height: 36px;
	font-size: 0.9em;
	background: url(../images/subnav_bg.png) top repeat-x;
	color: #fff;
}

#subnav li {
	float: left;
	margin-right: 10px;
}

#subnav a {
	color: #fff;
	margin-right: 10px;
}

#subnav a:hover, #subnav .on a {
	color: #0f3424;
	text-decoration: none;
}

#content {
	padding: 20px 30px 0px 30px;
	width: 890px;
}

#content ul {
	margin: 10px 0px 10px 20px;
}

#content li {
	list-style-image: url(../images/list.gif);
	margin-bottom: 5px;
}

#content li a {
	color: #000;
}

#homeleftcol {
	float: left;
	width: 500px;
	font-size: 1.3em;
}

#homerightcol, #rightcol {
	float: right;
	width: 320px;
	padding: 10px 20px;
	background: url(../images/homerightcol_bg.png) top no-repeat;
}

#rightcol {
	width: 260px;
}

#leftcol {
	float: left;
	width: 150px;
	padding-right: 30px;
}

#leftcolnav {
	padding: 5px 10px;
	width: 130px;
	background: url(../images/leftcolnav_bg.png) top no-repeat;
	height: 109px;
}

#leftcolnav p {
	margin: 0px;
	padding: 15px 0px;
}

#leftcolnav a {
	color: #000;
}

#leftcolnav a:hover {
	color: #66cc33;
}

#greenbg {
	float: left;
	background-color: #66cc33;
	padding: 10px 25px;
	width: 130px;
	color: #000;
	font-weight: bold;
	position: relative;
	left: -30px;
	margin-right: -30px;
}

#centercol {
	float: left;
	width: 380px;
}

#newscol {
	float: left;
	width: 530px;
}

.record {
	width: 530px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#images {
	float: right;
	width: 150px;
	text-align: center;
}

#images img {
	margin-bottom: 10px;
}

#rightcol {
	padding-top: 18px;
	background: url(../images/rightcol_bg.png) top no-repeat;
}

#rightcol h2 {
	margin: 15px 0px 0px 0px;
	padding-bottom: 0px;
}

#rightcol p {
	margin-top: 2px;
}

#rightcol img {
	padding-bottom: 15px;
}

#rightcol ul {
	margin-left: 0px;
}

#rightcol li {
	list-style-image: none;
	padding-left: 25px;
	background: url(../images/tick.gif) top left no-repeat;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 1.3em;
}

#widerightcol {
	float: right;
	width: 710px;
}	

#features {	
	margin-top: 20px;
	padding: 10px;
	width: 130px;
	background: url(../images/features_bg.png) top no-repeat;
}

#featurestitle {
	color: #fff;
	font-size: 1.3em;
	height: 55px;
}

#features ul {
	margin-left: 0px;
}

#features li {
	list-style-image: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #66cc33;
}

#downloads li {
	padding-left: 25px;
	background: url(../images/pdf_icon.gif) top left no-repeat;
}

.pagedriver {
	float: left;
	width: 150px;
	margin-right: 10px;
	background-color: #66cc33;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}

.pagedriver a {
	display: block;
	color: #fff;
}

.pagedriver a:hover {
	text-decoration: none;
}

.pagedriver img {
	padding-bottom: 3px;
}

#footer {
	background-color: #0f3424;
	color: #fff;
	font-size: 0.9em;
	width: 930px;
	padding: 8px 10px;
	margin: 10px 0px 25px 0px;
}

#footer p {
	margin: 0px;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

#footerlink {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

.directionsbutton {
	position: relative;
	top: 5px;
}

.white {
	color: #fff;
}

.green {
	color: #66cc33;
}

.darkgreen {
	color: #0f3424;
}

.big {
	font-size: 1.6em;
}

.greenbig {
	color: #66cc33;
	font-size: 1.2em;
	font-weight: bold;
}

.border {
	padding-bottom: 10px;
	border-bottom: 1px solid #66cc33;
}

/* admin */

#adminnav {
	float: left;
	width: 200px;
	padding-left: 30px;
}

#adminnav li {
	margin-bottom: 5px;
	height: 46px;
	line-height: 46px;
}

#adminnav a {
	color: #fff;
	display: block;
	padding: 0px 10px;
	background: url(../images/navoff_bg.png) top repeat-x;
}

#adminnav a:hover, #adminnav .on a {
	background: url(../images/navon_bg.png) top repeat-x;
	text-decoration: none;
}

#admincontent {
	float: right;
	width: 650px;
	padding-right: 30px;
}

.admintable {
	width: 648px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.admintable td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:250px;
		overflow:hidden; 
		}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}
