@charset "UTF-8";
/* CSS Document */



#topnav {
	height:50px;
	width: 980px;
	background-color: #333333;
	background-image: url(../images/top.gif);
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: 50px;
	width: 230px;
	float: left;
}

#nav {
	width: 603px;
	float: left;
	text-align: left;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0.15em;
	padding-top: 20px;
}

#phone {
	height: 50px;
	width: 147px;
	float: left;
}

#topnav ul {
	text-decoration: none;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#topnav li {
	display:inline;
	margin-right: 5px;
	margin-top: 0px;
}

#topnav a:link {
	color: #6d8f9d;
	text-decoration: none;
}
#topnav a:visited {
	text-decoration: none;
	color: #6d8f9d;
}
#topnav a:hover {
	text-decoration: none;
	color: #FF6B00;
}
#topnav a:active {
	text-decoration: none;
	color: #6d8f9d;
}

.selected {
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

/* SUB */

#subnav {
	height:15px;
	width: 980px;
	background-color: #D8D8D8;
	background-image: url(../images/button_bar.gif);
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	letter-spacing: 0.12em;
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}

#subnav ul {
	text-decoration: none;
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#subnav li {
	display:inline;
	margin-right: 30px;
	margin-top: 0px;
}


#subnav a:link {
	color: #666;
	text-decoration: none;
}
#subnav a:visited {
	text-decoration: none;
	color: #666;
}
#subnav a:hover {
	text-decoration: none;
	color: #FF6B00;
}
#subnav a:active {
	text-decoration: none;
	color: #666;
}

.subselected {
	color: #FF7C00;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.12em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF780E;
	padding-left: 8px;
	background-image: url(../images/sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#subnav .subnav_activ {
	margin-top: 0px;
	color: #333;
	background-image: url(images/sub_arrow.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* SUB */

#footer {
	font-size: 11px;
	color: #FFF;
	background-color: #FF6B00;
	padding: 20px;
	width: 940px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
}

#footnav {
	width: 610px;
	height: 20px;
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 12px;
	line-height: 10px;
	padding-top: 3px;
	color: #EDEDED;
	letter-spacing: 0px;
	float: left;
	margin-left: 30px;
	padding-bottom: 5px;
	margin-right: 30px;
}

#footnav ul {
	text-decoration: none;
	list-style:none;
	vertical-align: top;
	margin-top: 0px;
}
#footnav li {
	display:inline;
	margin-right: 3px;
	vertical-align: top;
	margin-top: 0px;
}

a.footnav			{
	color: #333333;
	text-decoration: none;
} 

#footnav a:link {
	text-decoration: none;
	color: #333;
}
#footnav a:visited {
	text-decoration: none;
	color: #333;
}
#footnav a:hover {
	text-decoration: none;
	color: #597582;
}
#footnav a:active {
	text-decoration: none;
	color: #333;
}

.footHi {
	color: #FFFFFF;
	padding-right: 3px;
}

#footsocial {
	width: 200px;
	height: 20px;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
	color: #EDEDED;
	letter-spacing: 0px;
	float: right;
	padding-bottom: 5px;
	margin-right: 30px;
}

#footsocial ul {
	text-decoration: none;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#footsocial li {
	display:inline;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 10px;
}

a.backtop {
	display: block;
	width: 41px;
	height: 29px;
	background: url('../images/backtop.png') no-repeat;
	position: relative;
	top: -11px;
	left: 440px;
	outline: none;
	clear: none;
}


