.button {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.button .bigger_font {
	font-size: 1.1em;
}
.button a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	background-position: right;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
	padding-right: 8px;
}
.button a:link {
	background-repeat: repeat-x;
	background-position: right;
	background-color: #2894D5;
	color: #FFFFFF;
	text-decoration: none;
}
.button a:visited {
	background-repeat: repeat-x;
	background-position: right;
	background-color: #2894D5;
	color: #FFFFFF;
}
.button a:hover {
	background-color: #DA693C;
}
.button a:active {
	background-repeat: repeat-x;
}

/* secondary button (gray) */

.button_2 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.button_2 .bigger_font {
	font-size: 1.1em;
}

.button_2 a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	background-position: right;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
	padding-right: 8px;
}
.button_2 a:link {
	background-repeat: repeat-x;
	background-position: right;
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
}
.button_2 a:visited {
	background-repeat: repeat-x;
	background-position: right;
	background-color: #999999;
	color: #FFFFFF;
}
.button_2 a:hover {
	background-color: #DA693C;
}
.button_2 a:active {
	background-repeat: repeat-x;
}


#nav_container {
	position: relative;
	background-image: url(../images/layout/nav_bar_back.jpg);
	overflow: hidden;
	height: 38px;
}
#login {
	right: 0px;
	top: 0px;
	float: right;
	padding: 12px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #DA693C;
	display: block;
	height: 14px;
}
#login img {
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: sub;
}
#login a:link, #login a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	height: auto;
}

#login a:hover {
	color: #00385C;
	text-decoration: none;
	display: block;
}
#header_Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	font-style: normal;
	padding-left: 10px;
	overflow: hidden;
	color: #00385C;
	left: 0px;
	float: left;
	width: 640px;
}
#header_Nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	height: 37px;
	color: #00385C;
}
#header_Nav li {
	border-right-color: #FFFFFF;
	font-weight: bold;
	width: auto;
	float: left;
}
#header_Nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: center;
}
#header_Nav a:link, #header_Nav a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: auto;
}

#header_Nav a:hover {
	color: #00385C;
	text-decoration: none;
	display: block;
}
#header_Nav .selected {
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}
#sub_nav {
	display: block;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 20px;
	margin-bottom: 8px;
}
#sub_nav ul {
	display: inline;
	list-style-type: none;
}
#sub_nav li {
	display: inline;
	float: left;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 8px;
	padding-right: 8px;
}
