body {

  background-repeat:repeat-x;
  background-color: rgb(255,255,255);

  width: 775px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; 
  margin-bottom: 30px;

  font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
}

#main{
  color: rgb(15,85,84);
  position: relative;
} 
#contact, #contact_bottom {
  color: rgb(15,85,84);
  font-size: 9pt;
  font-family: arial;
}
#contact {
  padding: 5px; 
  height: 24px;
  text-align: center;
  line-height: 24px;
  width: 100%;
}
#contact span.sep, #contact_bottom span.sep {
  color: rgb(0,134,134);
}
#contact img { padding-left: 20px; vertical-align: middle; }

#title { 
  height: 235px;
  position: relative;
  padding-right: 450px;
}
#title img.title_image { position: absolute; right: 0; top: 0; }
#title img.logo_image { 
  margin-right: auto; 
  margin-left: auto; 
  display: block; 
  padding-top: 15px;
}

#nav {
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  position: relative;
  z-index: 30; 
} 

#nav a { display: block; }
#nav ul {  
	padding: 0;
	margin: 0 -20px 0 -11px;
	list-style: none;
	float : left;
	font-size: 12pt;
	
}
#nav li { 
	position : relative;
	float : left;
	line-height : 20px;
	padding: 0;
	margin: 0;
	border-left: solid 3px rgb(255,255,255);
	background: rgb(175,216,207);
}

#nav li ul { 
	position: absolute;
	left: -999em;
	top: 1.7em;
	padding: 0;
	background-color:rgb(1,76,79); 
	color: black;
	width: 150px;
	font-size: 9pt;
	z-index: inherit;
}
#nav li ul li { 
	padding: 5px 10px; margin: 0; 
	width: 140px;
	background-color:rgb(17,172,146);
	line-height: 15px;
	border: none;
	color: rgb(255,255,255);
	font-family: Arial;
}
#nav li ul li a { color: rgb(255,255,255); display: block; padding: 0;}
#nav li a {
	display: inline;
	color : rgb(15,85,84);
	text-decoration : none;
	padding : 0 10px;
}
	
#nav li:hover a {
	color: rgb(255,255,255);
}
#nav li li:hover, #nav li li.over, #nav li li.over a { 
	background-color: rgb(1,76,79);  
}
	
#nav li:hover ul, #nav li.over ul { left: 11px; }
#nav li:hover ul.first, #nav li.over ul.first { left: 22px; }
#nav li:hover ul.last, #nav li.over ul.last { left: auto; right: 42px; text-align: right; }

#nav li.first { 
	border: none; 
	background: rgb(175,216,207) url(images/nav_left.png) left no-repeat;
	padding-left: 2px;
}
#nav li.last {
	background: rgb(175,216,207) url(images/nav_right.png) right no-repeat;
	padding-right: 2px;
}

a img { border: none; }

#content {
  color: black;
  font-size: 10pt;
  letter-spacing: 0;
  position: relative; 
  padding-right: 245px; 
  margin: 0; 
  padding-top: 5px;
  padding-bottom: 15px;
}

/*#left_panel {
  padding: 0px;
  padding-right: 15px;
}*/

#content h2, #content h3, #content h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  color: rgb(60,171,169);
}
#right_panel h2, #right_panel h3, #right_panel h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  color: white;
  padding: 0;
}
#content h2, #right_panel h2 { font-size: 15pt; color: rgb(0,67,68); }
#content h3, #right_panel h3 { font-style: italic; font-size: 15pt; }
#content h4, #right_panel h4 { font-size: 13pt; }
#content a { color: rgb(0,67,68); }
#content a:hover { color: rgb(60,171,169) }
/*#content ul { list-style: none; padding: 0;}*/
#content p {
	margin-top: 0px;
} 
#content tr.even { background: rgb(154,204,205); }
#content table, #content tr { 
  vertical-align: top; padding: 0; margin: 0; border: 0px;
}
#content tr.separate{ height: 25px; }

#right_panel { 
  width: 212px; 
  position: absolute;
  background: rgb(175,216,204);
  color: rgb(15,85,84);
  right: 0px;
  top: 0px;
  padding: 9px; 
  margin: 0px;
  margin-top: 10px;
  padding-bottom: 15px; 
  font-size: 16px;
  font-weight: normal;
}

#right_panel ul, #right_panel a { 
  list-style: disc;
  text-align: left;
  font-size: 10pt;
  color: rgb(15,85,84);
  text-decoration: none;
  margin: 0px; 
  padding: 0px 15px; 
}
#right_panel li { 
  margin-top: 5px;
  margin-right: 0px; 
  padding-right: 0px;
  padding-left: 0px;
}

#right_panel blockquote {
  margin: 0;
  padding: 0 5px 5px 5px;
}
#right_panel blockquote strong { color: rgb(60,171,169); }
#right_panel blockquote:before { content: open-quote; font-weight: bold; color: white; }
#right_panel blockquote:after { content: close-quote; font-weight: bold; color: white; }

#right_panel img.right_ul { position: absolute; top: 0; left: 0; }
#right_panel img.right_ur { position: absolute; top: 0; right: 0; }
#right_panel img.right_bl { position: absolute; bottom: 0; left: 0; }
#right_panel img.right_br { position: absolute; bottom: 0; right: 0; }
/*
#Testimonials {
  padding: 10px;
  background: rgb(175,216,207);
  color: rgb(255,255,255);
  font-size: 11pt;
  border-top: 1px solid rgb(255,255,255);
  border-bottom: 1px solid rgb(255,255,255);
}
#Testimonials p { padding: 0; margin: 0; text-align: right; vertical-align: top; }
#Testimonials img { border: 1px solid rgb(17,127,146); }
#Testimonials span.q { color: rgb(17,127,146); }
*/

#bottom {
  position: relative;
  border: 1px solid rgb(175,216,207);
  width: 447px;
  padding-left: 315px;
  padding-right: 10px; 
  padding-bottom: 10px; 

}

#bottom img.name { left: 195px; top: 7px; position: absolute;  }
#contact_bottom { left: 0px; top: 5px; padding: 3px 0px 3px 10px; position: relative; border-left: 1px solid rgb(175,216,207); }

#bottom img.bottom_ul { position: absolute; top: -1px; left: -1px; }
#bottom img.bottom_ur { position: absolute; top: -1px; right: -2px; }
#bottom img.bottom_bl { position: absolute;  bottom: -1px; left: -1px; }
#bottom img.bottom_br { position: absolute; bottom: -1px; right: -2px; }

/* hide from Mac IE5 \*/
* html #content {
  height: 1%;
}
/* END hide from Mac IE5 */
