﻿/*=============================Page  Layout Styles=============================*/
body, html{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}
#htmlBody{
	background: #bababa
}
.Banner {
	background: url(banner.gif) no-repeat;
	position: relative;
	border-bottom: #afafaf solid 3px
}
.SearchArea {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 275px;
	height: 46px;
	background: url(search_bg_middle.gif)
}
.SearchButton {
	position: absolute;
	margin-left: 145px
}
.SearchInput {
	width: 125px;
	padding: 2px 5px;
	background-color: #9A9A9A;
	border-right: #6a6a6a 1px solid;
	border-top: #6a6a6a 1px solid;
	border-left: #6a6a6a 1px solid;
	border-bottom: #6a6a6a 1px solid;
	position: absolute;
	margin-top: 10px
}
.Pane2 {
	background: url(bg2pane.gif) repeat-y;
	margin-top: 15px
}
.Pane3 {
	background: url(bg3pane.gif) repeat-y;
	margin-top: 15px
}
.LeftPane {
	padding-left: 4px
}
.ContentPane, .RightPane {
	padding-top: 15px
}
.ContentPane{
	padding-right: 15px
}
.RightPane {
	padding-left: 10px
}
.HNMenuLevel1Selected{
	background-color: #4C4C4C;
	border-bottom: #f8f8ff 1px dashed;
	display: block;
	text-indent: 22px
}
.HNMenuLevel2{
	border-bottom: #f8f8ff 1px dashed;
	display: block;
	background-color: #CE0008;
	text-indent: 28px
}
.HNMenuLevel2Selected{
	background-color: #4C4C4C;
	border-bottom: #f8f8ff 1px dashed;
	display: block;
	text-indent: 28px
}
.HNMenuLevel3{
	background-color: #CE0008;
	border-bottom: #f8f8ff 1px dashed;
	display: block;
	text-indent: 34px
}
.HNMenuLevel3Selected{
	background-color: #4C4C4C;
	border-bottom: #f8f8ff 1px dashed;
	display: block;
	padding-top: 1px;
	text-indent: 34px
}
.HNMenuLevel1 a{
	border-bottom: #f8f8ff 1px dashed;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px;
	background-color: #CE0008;
	padding-left: 22px
}
.HNMenuLevel2 a{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px
}
.HNMenuLevel3 a{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px
}
.HNMenuLevel1Selected a, .HNMenuLevel1Selected a:hover, .HNMenuLevel1 a:hover{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px
}
.HNMenuLevel2Selected a, .HNMenuLevel2Selected a:hover, .HNMenuLevel2 a:hover{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 25px
}
.HNMenuLevel3Selected a, .HNMenuLevel3Selected a:hover, .HNMenuLevel3 a:hover{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px
}
.Button, a.Button, a:link.Button, a:visited.Button, a:hover.Button, a:active.Button{
	border-bottom: 1px solid #696969;
	border-top: silver 1px solid;
	border-right: 1px solid #696969;
	border-left: silver 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 11px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	overflow: visible;
	color: #333;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold
}
input.Button{
	font-size: 11px;
	line-height:12px
}
.Footer {
	background: #bababa url(footer.gif) no-repeat;
	font-size: 9px;
	color: white
}
.Footer a{
	color: white;
	text-decoration: none
}
.Footer a:hover {
	text-decoration: underline
}
.FooterMenu{
	float: left;
	width: 540px;
	padding-left: 20px;
	padding-top: 5px
}
.Copy {
	float: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px
}
.nM {
	clear: both;
	text-align: center;
	color: #8C8C8C;
	padding-top: 20px
}
.nM a {
	color: #8C8C8C
}
