/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #FFFFFF url(../images/bodyBG.jpg) repeat-x;
	font: 1em/120% Arial, Helvetica, sans-serif;
	color: #323657;
}

/************** Layout Elements *******************/

#wrapper {
	width: 739px;
	margin: 15px auto;
	font-size: 95%;
}

#content {
	padding: 1px 0 10px 5px;
	margin: 0 0 0 13em;
	min-height: 750px;
	z-index: 0;
}
#content li {
	margin-left: 45px;
}
#content img {
	padding: 10px 20px 10px 5px;
}



#contentwrapper {
	background: url(../images/contentBG.jpg) repeat-x;
	padding-top: 1px;
}

#header {
	background: #FFFFFF url(../images/headerBG.jpg) no-repeat;
	min-height: 150px;
	border-bottom: 2px solid #D6F567;
}
#header ul {
}

#header h1 {
	position: absolute;
	left: -9999px;
}


#leftcol {
	width: 12em;
	float: left;
	margin: 1.1em .1em;
	z-index: 1001;
}
.testimonials {
	width: 165px;
	background-color: #d6f567;
	margin-top: 10px;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
	padding-left: 7px;
	padding-right: 5px;
	margin-bottom: 5px;
}
.testimonials h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
}


#leftcol ul {
	list-style-type: none;
}

#leftcol li {
	margin: 1px 0;
}

#leftcol a {
	display: block;
	background-color: #323657;
	color: #D6F567;
	text-decoration: none;
	padding: .2em .4em;
}

/**** The .here class provides the marker for the sub navigation ****/
#leftcol a:hover, #leftcol .here {
	background-color: #D6F567;
	color: #2B1D2E;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: .6em 0 .6em .7em;
	padding: 0 0 0 0;
	font-size: 180%;
	color: #086473;
	line-height: 150%;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1.1em;
}

p {
	margin: 1em;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 0 2px 10px;
}

/****** allows a border if required *******/
img.borderRight {
	border: 1px solid #d6cfc5;
	float: right;
	margin: 5px 0 2px 10px;
}

/****** allows a border if required *******/
img.borderLeft {
	border: 1px solid #d6cfc5;
	float: left;
	margin: 5px 0 2px 10px;
}

.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
}
/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #0FB4D0;
}

a:hover {
	text-decoration: none;
	color: #D6F567;
	background-color: #086473;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.jpg") no-repeat left top;
  padding: 3px 5px 1px 13px;
  text-decoration: none;
  color: #000;
}
#features {
	margin-left: 420px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #086473;
	padding-top: 20px;
}

  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #5d302d;
}
  
#header #current {
  background-image: url("../images/right_on.jpg");
}
  
#header #current a {
  background-image: url("../images/left_on.jpg");
  color: #6f3f6f;
}
#footer {
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #C8E6DA;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #C9E7DB;
}
#ContactForm {
	width: 500px;
}
#ContactForm label {
	font-weight: bold;
	display: block;
}
.inputfield {
	border: 1px dashed #000099;
	background-color: #55B087;
}
.inputfield_short {
	width: 250px;
	background-color: #55B087;
	border: 1px dotted #0000FF;
}
.warning {
	font-weight: bold;
	color: #ff0000;
}
.video {
	margin-left: 50px;
	margin-bottom: 30px;
	z-index: 1;
}
.highlight {
	background-color: #CFE7DC;
	margin: 20px;
	padding: 10px;
	border: 2px solid #55B087;
}
