body {
  font-family: arial, san-serif;
  font-size: 10pt;
}

A {color: blue; text-decoration: underline;}
A:active,visited {color: blue; text-decoration: underline;}
A:hover {color: blue; text-decoration: none;}

#container
{
background-color: #f0f5f9;
width: 1250px;
margin: 10px auto;
color: #333;
border: 1px solid gray;
/* line-height: 130%; */
}

#top
{
padding: .5em;
height: 135px;
background: #fff url(../images/header_bg.png) repeat-x scroll;
position: relative;
}

#top .logo
{
padding: 0;
margin: 0;
position: relative;
top: 33px;
left: 300px;
}

#top .left-btn
{
position: absolute;
left: 20px;
bottom: 6px;
}

#top .right-btn 
{
position: absolute;
right: 20px;
bottom: 6px;
}

#nav
{
margin: 0;
padding: 2px 2px 2px 100px;
height: 32px;
background-color: #62aedf;
border-top: 2px solid #8cc4e9;
}

#nav img {
border-style: none;
position: relative;
margin-right: 35px;
left: 5px;
top: 3px;
}

#nav ul {
margin-left: 0;
display: inline;
}

#nav ul li {
list-style-type: none;
display: inline;
padding-right: 40px;
float: left;
}

#nav a {
text-decoration: none;
}

#nav a:link, #nav a:visited {
color: #fff;
}

#nav a:hover, #nav a:active {
color: blue;
}

#content-secondary {
width: 360px;
float: left;
min-height: 550px;
}

#content-secondary img {
margin-top: 6px;
float: right;
}

#content-secondary p {
float: right;
width: 250px;
color: #959595;
}

#container-frame {
width: 800px;
margin-right: 30px;
float: right;
}

#content-frame
{
width: 800px;
background-color: #fff;
z-index: 2;
border: 1px solid #ccc;
}

#content
{
width: 585px;
background-color: #fff;
padding: 60px 80px;
z-index: 2;
border: 1px solid #ccc;
}

#container-inner {
width: 745px;
float: right;
margin: 0 120px 0 5px;
}

#content ul {
list-style-image: url(../images/bullet_plane.png);
}

#content ul li {
margin: 15px 0;
}

#content h1 {
color: #000;
font-family: arial;
font-size: 24px;
padding-top: 8px;
padding-bottom: 10px;
}

#content h3 {
color: #f00;
font-family: arial;
font-size: 18px;
padding-top: 5px;
padding-bottom: 6px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #c0cdd6;
height: 125px;
}

#footer img 
{
border-style: none;
left: 135px;
margin-right: 130px;
position: relative;
top: 15px;
}

#footer p 
{
position: relative;
top: 20px;
text-align: center;
font-size: 9pt;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
#footer a:link, #footer a:active { color: #51698b; }
#content h1 .important
{
color: red;
font-weight: bold;
padding-bottom: 0;
margin-bottom: 3px;
}

#content-tabs #tabmenu {
	color: #000;
	border-bottom: 2px solid #ccc;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	height: 26px;
	z-index: 1;
}

#content-tabs #tabmenu li {
/*	display: inline; */
  float: left;
	overflow: hidden;
	list-style-type: none;
}

#content-tabs #tabmenu a, a.active {
	color: #DEDECF;
	background: #fff;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #ccc;
	margin: 0;
	text-decoration: none; 
	display: block;
	height: 26px;
}

#content-tabs #tabmenu a.active {
	background: #fff;
	border-bottom: 3px solid #fff; 
}

#content-tabs #tabmenu a:hover {
	color: #fff;
	background: #fff; 
}

#content-tabs #tabmenu a:visited {
	color: #E8E9BE; 
}

#content-tabs #tabmenu a.active:hover {
	background: #fff;
	color: #DEDECF;
}

#content-tabs #tabmenu a img {
  border-style: none;
  position: relative;
  top: 4px;
}

#content-contact {
  position: relative;
  left: 0;
  bottom: 0;
}

.plain {
	margin: 0px;
	padding: 0px;
}

#content-contact img {
  float: left;
  margin-right: 8px;
  position: relative;
  left: 108px;
  top: 55px;
  border-style: none;
}

#content-contact p {
  position: relative;
  top: 70px;
  color: #000;
}

#content-contact span {
  display: block;
}
