body {
	background-color: #efefdf;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(images/sect-background-inside.gif);
	background-repeat: repeat-x;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #494949;
}

#container {
	width: 769px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 764px;
	padding-left: 5px;
	background-color: #fff;
	background-image: url(images/sect-header-background.gif);
	background-repeat: no-repeat;
}

#header-inside {
	float: left;
	width: 764px;
	padding-left: 5px;
	background-color: #fff;
	background-image: url(images/sect-header-back-inside.gif);
	background-repeat: no-repeat;
}

#body {
	float: left;
	width: 769px;
	background-color: #fff;
	background-image: url(images/sect-body-background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#nav {
	position: relative; 
	width: 187px;
	float: left;
	padding: 10px 0px 0px 5px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	}

.menu {
width: 142px;
display:block;
}

a.menu {
text-decoration: none;
padding: 5px 7px 5px 38px;
font: 11px/14px Arial, Helvetica, sans-serif;
color: #fff;
cursor: pointer;
background-image: url(images/main-n-arrow.gif);
background-repeat: no-repeat;
background-position: 24px 8px;
}

a.menu:hover {
	background-color: #00594c;
}
	
a.menu#on {
	background-image: url(images/main-n-arrow-on.gif);
	background-repeat: no-repeat;
	background-position: 24px 8px;
	color: #000;
}			

.submenu {
width: 130px;
display: block;
background-color: #006d5e;
text-decoration: none;
font: 10px/14px Arial, Helvetica, sans-serif;
color: #fff;
padding: 3px 7px 3px 50px;
background-image: url(images/main-n-arrow.gif);
background-repeat: no-repeat;
background-position: 36px 6px;
}

a.submenu#subon {
	background-image: url(images/main-n-arrow-on.gif);
	background-repeat: no-repeat;
	background-position: 36px 6px;
	color: #000;
}	

.hide{
display: none;
}

.show{
display: block;
}

#copy { 
	float: right;
	width: 520px;
	background-image: url(images/sect-copy-background.gif);
	background-repeat: no-repeat;
	padding: 15px 35px 20px 22px;
}

h1 { 
	font: italic 19px/16px Arial, Helvetica, sans-serif;
	color: #006557;
	padding: 0px 7px 1px 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(images/sect-h1-background.gif);
	background-repeat: repeat-x;
	height: 22px;
}

h2 { 
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	color: #006557;
	padding: 0px 7px 1px 0px;
	margin-bottom: 5px;
	padding-top: 5px;
}

p {
	margin-bottom: 8px;
	margin-top: 0px;
}

b {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
}

ul.bullet { 
	list-style-type: none;
	padding: 0px 26px 8px 10px;
	margin: 0;
}

.bullet li {
	background-image: url(images/sect-bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding-left: 25px;
	padding-top: 8px;
}

#cta {
	width: 191px;
	float: right;
	margin-left: 10px;
	padding-bottom: 20px;
}

#map {
	width: 150px;
	float: right;
	margin-left: 10px;
}

a {
	color: #35756b;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

#table { 
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	width: 305px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}	
	
#table2 { 
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	}	

.tablecell { 
	text-align: center;
	padding: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.tablecell2 { 
	padding: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.tablehead {  
	font-weight: bold;
	padding: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#form { 
	width: 400px;
	font: bold 10px/12px Arial, Verdana, Helvetica, sans-serif;
	color: #2c2c2c;
	margin-bottom: 15px;
	}

.formcell { 
	padding: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#footer {
	background-image: url(images/sect-footer-background.gif);
	background-repeat: no-repeat;
	float: right;
	width: 572px;
	height: 25px;
	position: relative;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 8px 5px 0px 0px;
}
a.footer-links {
	color: #fff;
	text-decoration: underline;
}
a.footer-links:hover {
	color: #000;
}

#address { 
	position: absolute; 
	bottom: 60px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fff;
 }
 
a.addresslink {
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: underline;
}

a.addresslink:hover{
	color: #000;
}

#copyright {
	position: relative;
	float: left;
	padding: 10px 240px 0px 26px;
	background-image: url(images/sect-copyright-background.gif);
	background-repeat: no-repeat;
	background-color: #efefdf;
	width: 529px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #35756b;
}
#copy2{
padding-left:380px;
}
