

/* HEADER */

#header { 
	width:720px;
	height:78px;
	background-color: #fff;
	position:relative;
	float:left;
	margin: 0;
	padding: 10px 20px 10px 20px;
	}
	
#logo {
	width: 202px;
	height: 78px;
	position: relative;
	background-image: url(imgs/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
#topslogan {  
	padding: 0;
	margin: 0; 
	width: 290px;
	height: 78px;
	float: left;
	position: relative;
	background-image:url(imgs/slogan.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
	
#topoptions_menu {
	font-family: Georgia, Times, serif;
	padding: 0;
	margin: 0;
	width: 227px;
	position: relative;
	text-align: right;
	float: right;
	color: #666; 
	font-size: 14px;
	}

#topoptions_menu a:link {
	color: #333; 
	font-size: 12px;
	text-decoration: none; 
	}
#topoptions_menu a:visited {
	color: #333;  
	font-size: 12px;
	text-decoration: none;
	}
#topoptions_menu a:active {
	color: #333; 
	font-size: 12px;
	text-decoration: none;
	}
#topoptions_menu a:hover {
	color: #333;  
	font-size: 12px;
	text-decoration: underline;
	}
	
	
/* DIVIDING OPTIONS LINE */

.header_dividing_line {
	position:relative;
	float: right;
	border: none;
	width: 200px;
	height: 1px;
	margin: 6px 0 6px 0;
	padding: 0;
	font-size: 0;
	line-height: 1px;
	}	
	
	
	
	

/* SEARCH */	

#search_header {
	position: relative;
	float: right;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
.search_field {
	font-family: Georgia, Times, serif;
	width: 130px;
	height: auto;
	margin: 0 3px;
	padding: 2px 1px;
	border: 1px solid #ccc;
	font-size: 12px;
	}	
	
#search_button {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px 1px;
	border: 1px none #ccc;
	background-color:#666;
	color: #fff;
	}
#search_button:hover {
	background-color:#333;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	}

	
/* OPTIONS 2 */

#options_2 {
	font-family: Georgia, Times, serif;
	padding:0;
	margin: 0;
	width: auto;
	position: relative;
	text-align: right;
	float: right;
	color: #50848d; 
	font-size: 16px;
	}

#options_2 a:link {
	color: #50848d; 
	font-size: 14px;
	text-decoration: none; 
	}
#options_2 a:visited {
	color: #50848d;  
	font-size: 14px;
	text-decoration: none;
	}
#options_2 a:active {
	color: #50848d; 
	font-size: 14px;
	text-decoration: none;
	}
#options_2 a:hover {
	color: #50848d;  
	font-size: 14px;
	text-decoration: underline;
	}
	


/* TOP MENU */

.top_menu {
	font-family: Georgia, Times, serif;
	background-color: #666;
	width: 760px;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-align: center;
	color: #fff;
	background-image:url(imgs/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#navlist {
	font-size: 14px;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
	}

#navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	}

#navlist li a {
	width: auto;
	display:block;
	margin: 0;
	padding: 5px 11px 6px 11px;
	display: inline;
	}

#navlist li a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0;
	}

#navlist li a:hover {
	color: #fff;
	background-image:url(imgs/topmenu_button2.jpg);
	background-position:top;
	text-decoration: none;
	margin: 0;
	}

#navlist .on {
	color: #fff;
	background-image:url(imgs/topmenu_button2.jpg);
	background-position:top;
	text-decoration: none;
	margin: 0;
}
    
.menu_on {
	color: #fff;
	background-image:url(imgs/topmenu_button2.jpg);
	background-position:right;
	text-decoration: none;
	margin: 0;
	}
	
.navlist_line {
	width: 2px;
	height: 27px;
	display: inline;
	margin-bottom: 0;
	padding: 0;
	vertical-align: middle;
	}
	
	

	
	

/* TOP SUB-MENU */

.top_submenu {
	font-family: georgia, times, serif;
	color: #0d7b6d;
	font-size: 12px;
	line-height: 20px;
	background-color: #005248;
	background-image: url(imgs/submenu_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: auto;
	margin: 0;
	padding: 2px 0 2px 0;
	position: relative;
	float: left;
	text-align: center;
	display:inline;
	}
.top_submenu a:link {
	color: #bcd9d5;
	font-size: 12px;
	text-decoration: none;
	}
.top_submenu a:visited {
	color:#bcd9d5;
	font-size:12px;
	text-decoration: none;
	}
.top_submenu a:active {
	color:#bcd9d5;
	font-size:12px;
	text-decoration: none;
	}
.top_submenu a:hover {
	color: #bcd9d5; 
	font-size: 12px;
	border-bottom: 2px solid #679a80;
	}

	
.topsubmenu_on {
	display:inline;
	border-bottom: 2px solid #679a80;
	}

