html { margin:0px;}
body

{
	margin: 0px;	
	background-image:url(/images/bg.jpg);
	background-repeat: repeat-x;
    color:#000000;
	background-color:#8ab7d6;
	font-family:Arial, Helvetica, sans-serif;
}



.wrapper
{
	margin: 0 auto;
	width:798px;
}

.header
{
	height: 348px;
	width: 100%;
	background-image:url(/images/header_bg2.jpg);
	background-repeat: no-repeat;
}

.share_button {
        float:left;
        margin-top:10px;
        margin-left:40px;
}

.flash
{
	float:left;
	margin-top:-2px;
	margin-left:367px;
	height:189px;
	width:407px;
}

.manu {
	float:left;
	height:47px;
	width:770px;
}

.nav_left {  
	float:left;
	margin-top:63px;
	margin-left:19px;
	height: 36px;
	width:76px;
}

.nav_left ul { 
       margin:0px; 
       padding:0px; 
       width:100%; 
       height:36px; 
       text-align:center;  
}

.nav_left ul li { 
       display:inline;
       float:left; 
	   padding-top:10px;
       list-style-type:none; 
       text-align:center; 
	   height:36px; 
}

.nav_left ul li a {  
       height:36px; 
       color:white; 
       text-decoration:none; 
       font-family:Arial, Helvetica, sans-serif; 
       font-size:15px; 
	   font-weight:bold;
	   padding:14px 13px 14px 13px; 
}

.nav_left ul li a:hover { 
	color:#497b9f;
	background-image:url(/images/button_on_left.png);
}
.nav_left ul li a.selected {	
	color:#497b9f;
	background-image:url(/images/button_on_left.png);
}

.nav {  
	float:left;
	margin-top:62px;
	margin-left:-2px;
	height:36px;
	width:550px;
}

.nav {  
	float:left;
	margin-top:62px;
	margin-left:-2px;
	height:36px;
	width:550px;
	position:relative;
}

ul.topnav {
	list-style: none;
	padding: 0 0px;	
	margin: 0;
	float: left;
    height:36px;
	text-align:center;  
}

ul.topnav li.topmenu {
    display:inline;
    height:36px;
	float: left;
	padding-top:10px;
    list-style-type:none; 
    text-align:center; 
	position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav li.topmenu a{
       height:36px; 
       color:white; 
       text-decoration:none; 
       font-family:Arial, Helvetica, sans-serif; 
       font-size:15px; 
	   font-weight:bold;
	   padding:14px 13px 14px 13px; 
}

ul.topnav li.topmenu a:hover{
	color:#497b9f;
	background-image:url(/images/button_on.png);
}

ul.topnav li.topmenu ul.subnav {
	list-style: none;
	position:absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 40px;

	margin: 0 auto; padding: 0;
	display: none;
	float: left;
	width: 150px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #8ab7d6;
        margin-left:-23px;
        z-index:99;
}
ul.topnav li.topmenu ul.subnav li{
	margin: 0; padding: 0;
/*	border-top: 2px solid #FFF;*/ /*--Create bevel effect--*/ 
	border-bottom: 1px solid #8ab7d6; /*--Create bevel effect--*/
	clear: both;
	width: 150px;
        height: 18px;
	overflow:hidden;
        margin-top: 0px;
		padding-top:7px;

}
html ul.topnav li.topmenu ul.subnav li a {
	float: left;
	width: 150px;
	background: #333 url(dropdown_linkbg.gif)  no-repeat 10px  center;
	background-color:#5687aa;
	padding-left: 0px;
        color: #FFF;
        height: 18px;
        margin-top:-15px;
        font-size:12px;

}
html ul.topnav li.topmenu ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background:#057a06;
        height: 18px;
        z-index:99;
}

ul.topnav li.topmenu ul.subnav2 {
	list-style: none;
	position:absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 40px;

	margin: 0 auto; padding: 0;
	display: none;
	float: left;
	width: 150px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #8ab7d6;
        margin-left:-4px;
}
ul.topnav li.topmenu ul.subnav2 li{
	margin: 0; padding: 0;
/*	border-top: 2px solid #FFF;*/ /*--Create bevel effect--*/ 
	border-bottom: 1px solid #8ab7d6; /*--Create bevel effect--*/
	clear: both;
	width: 150px;
        height: 18px;
	overflow:hidden;
        margin-top: 0px;
		padding-top:7px;

}
html ul.topnav li.topmenu ul.subnav2 li a {
	float: left;
	width: 150px;
	background: #333 url(dropdown_linkbg.gif)  no-repeat 10px  center;
	background-color:#5687aa;
	padding-left: 0px;
        color: #FFF;
        height: 18px;
        margin-top:-15px;
        font-size:12px;

}
html ul.topnav li.topmenu ul.subnav2 li a:hover { /*--Hover effect for subnav links--*/
	background:#057a06;
        height: 18px;
        z-index:99;
}


.nav_right {  
	float:left;
	margin-top:-37px;
	margin-left:638px;
	height:36px;
	width:148px;
}

.nav_right ul { 
       margin:0px; 
       padding:0px; 
       width:100%; 
       height:36px; 
       text-align:center;  
}

.nav_right ul li { 
       display:inline;
       float:left; 
	   padding-top:10px;
       list-style-type:none; 
       text-align:center; 
	   height:36px;   
}

.nav_right ul li a {  
       height:36px; 
       color:white; 
       text-decoration:none; 
       font-family:Arial, Helvetica, sans-serif; 
       font-size:15px; 
	   font-weight:bold; 
 	   padding:14px 12px 14px 13px; 
}

.nav_right ul li a:hover { 
	color:#497b9f;
	background-image:url(/images/button_on_right.png);
	background-position:right;
}
.nav_right ul li a.selected {	
	color:#497b9f;
	background-image:url(/images/button_on_right.png);
}

.yellow_line

{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 5px;
	background-color: #eeb913;
}



.content_cms

{
	margin: 0px;
	padding: 0px;
	min-height:352px;

}

.words_containter {
	float:left;
	margin-left:13px;
	padding: 0px;
	width:645px;
}

.words_top {
   width:100%;
   height:12px;
   background-image:url(/images/words_top_bg.png);
   background-repeat:no-repeat;
}

.words_bottom {
   width:100%;
   height:12px;
   background-image:url(/images/words_bottom_bg.png);
   background-repeat:no-repeat;
}

.words	{
   min-height:352px;
   background-color:#f3f3f3;
   padding-top:1px;
   padding-left:20px;
   padding-right:20px;
   padding-bottom:10px;
}

.words h1
{
font-size: 16pt;
color: #42b041;
font-family: Arial;
}

.words h2
{
font-size: 13pt;
color: #769bb5;
font-family: Arial;
}

.words h3
{
font-weight: bold;
font-size: 13pt;
color: #000000;
font-family: Arial;
}

.words h4
{
font-weight: bold;
font-style:italic;
font-size: 12pt;
color: #000000;
font-family: Arial;
}

.words p
{
color: #000000;
font-size: 9pt;
font-family: Arial;
}

.words ul li
{
color: #000000;
font-size: 9pt;
font-family: Arial;
}

.words ol li
{
color: #000000;
font-size: 9pt;
font-family: Arial;
}

.words a
{
color: #42b041;
font-size: 9pt;
font-family: Arial;
}

.side_nav {
	width:119px;
	height:352;
	float:right;
	margin-right:13px;
}

.side_nav ul { 
       margin:0px; 
       padding:0px; 
       width:100%;  
       text-align:center;  
}

.side_nav ul li { 
       float:left; 
       list-style-type:none; 
	   height:64px;   
}


.footer {  
        height:97px;
        width:100%; 
		font-family:Arial, Helvetica, sans-serif;
        float:left;
}

.footer ul { 
        margin-left:-26px; 
        width:660px; 
        float:left;
}

.footer ul li { 
        display:inline; 
        list-style-type:none; 
        color:white;
}

.footer ul li a { 
        color:white; 
        text-decoration:none; 
        font-size:11px; 
        padding:0px 2px 0px 1px;
}

.footer ul li a:hover { text-decoration:underline; }

.footer .selected { text-decoration:underline; }

.melcher {
        width:100%;
	    height:12px;  
        float:left;
		margin-left:13px;
		margin-top:-5px;
		font-family:Arial, Helvetica, sans-serif;
        font-size:11px;  
        text-align:left; 
        color:white;
}

.melcher a { 
        text-decoration:none; 
        color:white; 
}

.melcher a:hover { 
        text-decoration:underline; 
        color:white; 
}

.footer_buttons {
	float:right;
	width:125px;
	margin-top:-40px;
	margin-right:13px;
}

.footer_buttons ul { 
       margin:0px; 
       padding:0px; 
       width:100%; 
       height:36px;   
}

.footer_buttons ul li { 
       display:inline;
       float:left; 
	   padding-top:10px;
       list-style-type:none; 
       text-align:center; 
	   height:36px;   
}

.footer_buttons ul li a {  
       height:36px; 
       text-decoration:none;
	   padding:0px 3px 0px 4px;
}

table.contact {
       font-family:Arial;
       font-size:12px;
}

table.contact input {
       font-family:Arial;
       font-size:12px;
}

table.contact textarea {
       font-family:Arial;
       font-size:12px;
}

table.contact address {
       font-family:Arial;
       font-size:12px;
}


