@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}
#mainContent h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;}
	
a { color:#008c99; text-decoration:none;}

a:hover{ color:#666;}

#header {
	margin-top: 20px;
	}
#header img{
	border: none;
	}
	
#container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #cccccc;
	margin-bottom: 35px;
} 

#images {
	border: 1px solid #999;
	background-color: #cccccc;
	height: 240px;
	margin-top: 10px;
	}
	
#images img{
	margin-left: 18px;
	margin-top: 18px;
	border: 1px solid #999;
	}

.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px;
	background: #f0eeee;
	padding: 5px 10px 15px 20px;
}

.twoColFixLtHdr #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #008c99;
	font-weight: normal;
	font-style:italic;
	
	}
.twoColFixLtHdr #sidebar1 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	}
.twoColFixLtHdr #sidebar1 p {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 270px; 
	padding: 0;} 
	
.twoColFixLtHdr #mainContent #text {
	padding-right: 25px;
	}	
.twoColFixLtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #008c99;
	font-weight: normal;
	}
	
.twoColFixLtHdr #mainContent p {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}

.fltrt {
	float: right;
	margin-left: 20px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
#indent {
	margin-left: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.sub1 #sidebar1 #inside {
	padding: 0 10px 10px 10px;
	}

.sub1 #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.sub1 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f0eeee;
	
}

.sub1 #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #008c99;
	font-weight: normal;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	padding-left: 15px;
	}
.sub1 #sidebar1 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	}
.sub1 #sidebar1 p {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	}
.sub1 #sidebar1 li a.on {
	color: #008c99;
	}

.sub1 #mainContent { 
	margin: 0 0 0 230px;
	padding: 0;} 	
	
.sub1 #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #008c99;
	font-weight: normal;
	}
.sub1 #mainContent p {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}

.sub1 #header { 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid #cccccc;
	margin-bottom: 35px;
}

.sub1 #images{ 
	height: 140px;
}

#sidebar1 ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	}
	
#sidebar1 ul li{
	list-style: disc outside url(images/dots.gif);
	line-height: 16px;
	padding: 2px;
	
	}
#sidebar1 ul li a{
	text-decoration: none;
	color: #666;
	}
 #sidebar1 ul li a:hover{
	color: #008c99;
	}
a.on{
	color: #008c99;
	}
	
#footer a{
	color: #008c99;
	text-decoration:none;
}

#footer { 
	padding: 50px 5px 20px 5px;
	border-bottom: 1px solid #cccccc;
	
} 

#footer ul{
	list-style: none;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #666;
	padding-bottom: 5px;
	}
	
#footer li {
	float: left;
	padding-right: 10px;
	}

#footer a:hover{
	color: #666;
}
#bottom_nav {
	clear: both;
	margin-top: 25px;
	margin-left: 100px;
	padding-bottom: 35px;
	
	}
#bottom_nav ul {
	text-transform: uppercase;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 0px;
	margin: 0;
	}
		
#bottom_nav li {
	float: left;
	position: relative;
	margin-right: 40px;
	}
#bottom_nav a {
	color: #666;
	}
#bottom_nav a:hover{
	color: #008c99;}
	
#testimonials {	
	margin-top: 30px;
	padding: 5px 25px 25px 25px;
	background-color: #f0eeee;
	}
	
#text ul {
	list-style: outside square;
	}
#text ul li {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
#mainContent img {
	border: 1px solid #999;
	}
#mainContent #caption p{
	font-size: 9px;
	font-style: italic;
	}
.top { 
 float: right;
 margin: 0;
 padding: 0;
 }
	
	
/* NAVIGATION */
.sub1 #navigation { margin-left: 270px;}

#navigation {
	margin-top: 5px;
	margin-left: 320px;
	}

ul#navmenu-h {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: auto;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  border-bottom: 1px solid #999;
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  padding: 5px 15px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #666;
  font: normal 11px Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #008c99;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #f0eeee;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #EEE;
  color: #008c99;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #f0eeee;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #EEE;
  color: #008c99;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #f0eeee;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #EEE;
  color: #008c99;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

#tagline {
	position: relative;
	margin-top: -60px;
	left: 575px;
	}
#tagline h2 {
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-weight: normal;
	letter-spacing: .05em
	}
table th {
	font-size: 10px;
	color:#333333;
	text-transform:uppercase;
	padding-bottom: 10px;
	}
table td {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 5px 10px 5px 10px;
	}
tr {
	border-top: 1px solid #333333;
	}

.back {
	background-color: #d1d3d4;
	}
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 180px; }
<![endif]--><!--[if IE]> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

<!--[if gte IE 5.5]>
<script language="JavaScript" src="nav-h.js" type="text/JavaScript"></script>
<script language="JavaScript" src="nav-v.js" type="text/JavaScript"></script>
<![endif]-->