﻿body
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #282828;
	background-color: #1D2604;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #282828;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 15px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 13px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 11px;
}

a
{
	color: #282828;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none !important;
}

hr
{
	display: none;
}

#pageContainer
{
	margin: 20px auto !important;
	width: 964px;
}

#top
{
	width: 964px;
	height: 9px;
	background-image: url( "../../Images/Templates/Common/PageTop.jpg" );
	background-repeat: no-repeat;
	background-color: #1D2604;
	background-position: 0px bottom;
}

#pageHeader
{
	width: 962px;
	height: 88px;
	background-color: White;
	border-left: solid 1px #959989;
	border-right: solid 1px #959989;
}

#pageHeader .logo
{
	width: 305px;
	height: 56px;
	float: left;
	margin: 14px 0px 0px 28px;
	background-image: url( "../../Images/Templates/Common/Logo.jpg" );
	background-repeat: no-repeat;
	display: inline;
}

#pageHeader .topLinks
{
	float: right;
	clear: right;
	padding: 17px 28px 0px 0px;
	font-size: 10px;
}

#pageHeader .topLinks a, #pageHeader .topLinks span
{
	float: left;
	padding: 0px 2px;
}

#pageHeader .searchWrap
{
	float: right;
	clear: right;
	padding: 24px 28px 0px 0px;
}

#pageHeader .searchWrap .txtSearch
{
	float: left;
	border: solid 1px #C0C0C0;
	margin-top: 1px;
}

#pageHeader .searchWrap .lbtnSearch
{
	width: 24px;
	height: 18px;
	float: left;
	margin-left: 6px;
	background-image: url( "../../Images/Templates/Common/Search.png" );
	background-repeat: no-repeat;
}

#pageBody
{
	width: 962px;
	float: left;
	background-color: White;
	border-left: solid 1px #959989;
	border-right: solid 1px #959989;
}

.menuBar
{
	float: left;
	width: 962px;
	height: 29px;
	margin: 2px 0px;
	background-image: url( "../../Images/Templates/Common/MenuBarBg.jpg" );
	background-repeat: repeat-x;
}

.menuBar ul.menuItems
{
	margin: 0px auto;
	padding: 0px;
	width: 906px;
	/*border: solid 1px red;*/
}

.menuBar ul.menuItems li
{
	position: relative;
	z-index: 20;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style-type: none;
}

.menuBar ul.menuItems li.separator
{
	width: 1px;
	height: 29px;
	background-image: url( "../../Images/Templates/Common/MenuSeparator.png" );
	background-repeat: no-repeat;
}

.menuBar ul.menuItems li a, .menuBar ul.menuItems li span
{
	min-width: 60px;
	width: auto !important;
	width: 60px;
	height: 15px;
	text-align: center;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 10px 6px;
	float: left;
	white-space: nowrap;
	display: inline;
	cursor: pointer;
}

.menuBar ul.menuItems li.liCurrent a, .menuBar ul.menuItems li.liCurrent span
{
	color: #0064B1;
}

.menuBar ul.menuItems li a:hover, .menuBar ul.menuItems li .hover
{
	text-decoration: none;
	background-image: url( "../../Images/Templates/Common/MenuBarBg.jpg" );
	background-repeat: repeat-x;
	background-position: 0px -87px;
}

.menuBar ul.menuItems ul
{
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 150px;
	left: 0px;
	top: 29px;
	background-color: #999999;
	padding: 0px 1px 1px 1px;
}

.menuBar ul.menuItems ul ul
{
	left: 146px;
	top: 0px;
}

.menuBar ul.menuItems ul li
{
	float: left;
	clear: both;
	background-image: none;
	padding: 0px;
	margin: 0px;
	height: auto;
}

.menuBar ul.menuItems ul li a, .menuBar ul.menuItems ul li span
{
	float: left;
	background-color: #EBEBE9;
	background-image: url( "../../Images/Templates/Common/MenuBarBg.jpg" );
	background-repeat: repeat-x;
	background-position: 0px -8px;
	min-width: 140px;
	width: auto !important;
	width: 140px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	text-align: left;
	padding: 5px;
	margin: 1px 0px 0px 0px;
	white-space: normal;
	font-size: 11px;
	font-weight: normal;
}

.menuBar ul.menuItems ul li a:hover, .menuBar ul.menuItems ul li span:hover
{
	background-image: url( "../../Images/Templates/Common/MenuBarBg.jpg" );
	background-position: 0px -180px;
}

.menuBar ul.menuItems li.liCurrent ul a, .menuBar ul.menuItems li.liCurrent ul span
{
	color: #282828;
}

.menuBar ul.menuItems li.liCurrent ul a.current, .menuBar ul.menuItems li.liCurrent ul span.current
{
	color: #008AD1;
}

.menuBar ul.menuItems ul ul li a, .menuBar ul.menuItems ul ul li span
{
	background-color: #E5E5E5;
}

.contentWrapper
{
	float: left;
	width: 914px;
	padding: 24px;
}

#pageFooter
{
	float: left;
	width: 962px;
	height: 42px;
	background-color: White;
	border-left: solid 1px #959989;
	border-right: solid 1px #959989;
}

.pageRuler
{
	float: left;
	width: 962px;
	height: 7px;
	font-size: 6px;
	background-image: url( "../../Images/Templates/Common/Ruler.jpg" );
	background-repeat: no-repeat;
}

#pageFooter .footerMenu
{
	width: 814px;
	margin: 14px auto;
	padding: 0px;
	font-size: 10px;
}

#pageFooter .footerMenu a, #pageFooter .footerMenu span
{
	float: left;
	margin: 3px 2px;
	display: inline;
}

#pageFooter .footerMenu a.rssFeed
{
	display: block;
	width: 42px;
	height: 15px;
	background-image: url( "../../Images/Templates/Common/RssFeed.png" );
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin-top: 0px;
	padding-top: 3px;
}

#bottom
{
	float: left;
	width: 964px;
	height: 9px;
	background-image: url( "../../Images/Templates/Common/PageBottom.jpg" );
	background-repeat: no-repeat;
	background-color: #1D2604;
}

#copyright
{
	float: left;
	width: 950px;
	font-size: 10px;
	color: White;
	background-color: #1D2604;
	text-align: right;
	padding: 5px 12px 20px 0px;
}
