/*
CSS Style version 2.0.1
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../style-images/img01.gif) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-size: 0.8em;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #005B80;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	margin: 15px 0 0 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

p, ol, ul {
	line-height: 175%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 10px 0 0 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #008265;
}

a:hover {
	border: none;
	background: #005B80;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	position:absolute;
	padding-top: 20px;
	background: url(../style-images/img02.gif) no-repeat left top;
	height: 80px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 80px;
	font-weight: normal;
	color: #008265;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 1.1em;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
	background: transparent;
	color: #008265;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 10px;
	border-left: 1px solid #008265;
	text-decoration: none;
	font-size: 1em;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Header 2 */

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	clear:right;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(../style-images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 6px 6px 0 6px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding-left: 20px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 15px;
	background: url(../style-images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(../style-images/img10.gif) no-repeat;
}

/* Content Testimonial*/

.contentTestimonial {
	float: left;
	width: 480px;
	padding-left: 20px;
	clear: both;
	margin: 0 0 25px 0;
}

.contentTestimonial ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.contentTestimonial ul li {
	padding-left: 15px;
}

.contentTestimonial ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(../style-images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 5px 10px;
	font-size: 1em;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-bottom: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(../style-images/img06.gif) no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #005B80;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar h2 a {
	color: #005B80;
	text-decoration: none;
	background: none;	
}

#sidebar h2 a:hover {
	color: #005B80;
	text-decoration: underline;
	background: none;	
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .last {
	border: none;
}


/* News Items */

.postDate {
	margin: 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	color: #999999;
	font-style: italic;
}


/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #000000;
}

#legal {
	float: left;
	padding: 10px 0 10px 60px;
	background: url(../style-images/img11.gif) no-repeat left center;
}

#links {
	float: right;
	padding: 10px 0 0 0;
}

.clearBoth {
	clear: both;
}

.photo_caption {
	margin:0px 0px 5px 15px;
	padding:0px;
	float:right;
}

.site_search {
	background-color:#ffffff;
	border: 1px solid #000000;
	width: 160px;
	margin-top: 5px;
}

.site_search:focus {
    background-color: #FFFFFF;
	border: 1px solid #008265;
}

.site_search_button {
	background-color:#008265;
	border: 1px solid #008265;
	color: #ffffff;
	padding: 2px;
	margin-top: 5px;
}

.supportedby a:hover {
	text-decoration: none;
	background-color: transparent;
}

<!--

form.contact {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
}

form.contact fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.contact fieldset legend {
	color: #005B80;
}

form.contact label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form.contact input, form.contact textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form.contact input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form.contact small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.contact .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.contact br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
-->

.warning {
	color:#FF0000;
}
