@charset "utf-8";


/* NAV
----------------------------------------------- */

#navcont{
	float:left;
	clear:both;
	width:800px;
	position: relative;
	top: 77px;
	margin-left: 8px;
}
/* CSS Document */


.nav {
	font-family: Tahoma, Geneva, sans-serif;
	height:19px;
	position:relative;
	font-size:16px;
	width:800px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.nav ul li a, .nav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#464646;
	height:26px;
	text-align:left;
	color:#007DB0;
	line-height:20px;
	font-size:14px;
	overflow:visible;
	font-weight: bold;
	text-transform: capitalize;
	width: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.nav ul {
	padding:0; 
	margin:0; 
	list-style: none; 
	
}
.nav ul li {
	float:left; 
	position:relative;
}
.nav ul li ul {
	display: none;
	padding-right:15px;
}

/* specific to non IE browsers */
.nav ul li:hover a {
	color:#464646;
	color:#FD780D;
	font-weight:bold;
	cursor:pointer;
}
.nav ul li:hover ul {
	display:block;
	position:absolute;
	top:24px;
	left:0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FD780D;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FD780D;
	border-left-color: #FD780D;
	background-color: #FFF;
}
.nav ul li a.hide {
	cursor:default;
}
.nav ul li:hover ul li:hover a.hide {
	color:#FD780D;
	cursor:none;
}
.nav ul li:hover ul li ul {
	display: none;
}
.nav ul li:hover ul li a {
	display:block;
	background:#fff;
	font-weight:normal;
	color:#007DB0;
}
.nav ul li:hover ul li a:hover {
	background:#fff;
	color:#FD780D;
	font-weight:normal;
}
.nav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
	font-weight:bold;
}
.nav ul li:hover ul li:hover ul.left {
	left:-105px;
}



/* TOPNAV
----------------------------------------------- */
#topnav {
	float: right;
	width: 240px;
	z-index: 75;
}

.topnav {
	font-family: Tahoma, Geneva, sans-serif;
	position:relative;
	color:#007DB0;
	font-size:14px;
	z-index:100;
	text-transform:capitalize;
	float:right;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0;
	visibility: visible;
}
.topnav ul{
	padding:0; 
	margin:0; 
	list-style: none;
}
.topnav ul li{
	float:left;
	height:18px; 
	line-height:18px;
	padding-left:15px;
	padding-right:15px;
}
.topnav ul li.noborder{ 
	border-right:0px;
}
.topnav ul li:hover a {
	color:#FD780D;
}
.topnav a{
	text-decoration:none;
	color:#007DB0;
}


/* Footer Nav
----------------------------------------------- */
#footer_1 {
	width: 100%;
	background-color: #007DB0;
	clear: both;
	float: left;
}

.footernav {
	font-family: Tahoma, Geneva, sans-serif;
	width: 1024px;
	color:#FFF;
	font-size:14px;
	z-index:100;
	text-transform:capitalize;
	font-weight: normal;
	visibility: visible;
	clear: both;
	text-align: right;
	background-color: #007DB0;
	margin: auto;
	padding-top: 12px;
	padding-right: 33px;
	padding-bottom: 60px;
}
.footernav a:hover  {
	color:#FD780D;
	font-weight: bold;
}
.footernav a{
	text-decoration:none;
	color:#FFF;
	text-align: right;
}
#footer_2 {
	width: 1024px;
	background-color: #B6D4E0;
	clear: both;
	float: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin: auto;
	padding: 40px;
	text-align: center;
}
.h4_footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#footer_content{
	margin: auto;
	width: 1024px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	clear: both;
	float: right;
	padding-top: 46px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
}

#footer_content p{
	float: right;
	clear: right;
	margin: 0px;
	font-size: 14px;
	color: #FFF;
} 

