﻿body 
{
	font-size: 12px;
	font-family: Arial;
	background-position: center top;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
}

.mainTable
{
	width: 1004px;
	margin: 20px auto 10px auto;
}

.topLogo
{
	text-align:left;
	vertical-align:top;
	margin-left: 5px;
	margin-bottom: 26px;
}

.topContactInfo
{
	font-family: Myriad Pro, Arial;
	font-size: 13px;
	color: White;
	line-height: 16px;
	text-align: right;
	vertical-align:top;
}

.topContactInfo a
{
	color: White;
}

.topContactInfo a:hover
{
	text-decoration: underline;
}


.mainMenu
{
	height: 34px;
	background-color: #216578;
	font-family: Arial;
	font-size: 12px;
	vertical-align:middle;
}

.searchBoxTxt
{
	background-image: url(../../Public/Design/searchBox_txt.png);
	width: 119px;
	height: 20px;
	padding: 3px 0px 2px 8px;
}

.footerTop
{
	background-image: url(../../Public/Design/footer_top.png);
	background-repeat:no-repeat;
	width: 1004px;
	height: 6px;
}

.footer
{
	width: 974px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background-color: #f2f2f2;
	color: #999999;
	font-size: 11px;
	padding-left: 14px;
	padding-right: 14px;
}

.footer a
{
	color: #999999;
}

.footer a:hover
{
	color: #027896;
	text-decoration: underline;
}

.footerBottom
{
	background-image: url(../../Public/Design/footer_bottom.png);
	background-repeat:no-repeat;
	width: 1004px;
	height: 6px;
	margin-bottom:10px;
}

.homeSection
{
	margin: 0px 10px 10px 10px;
	width: 310px;
	color: #666666;
}

.content
{
	margin: 0px 10px 20px 10px;
	color: #666666;
}

.content a
{
	color: #666666;
}

.content a:hover
{
	color: #027896;
}

.contentLeftMenu
{
	width: 180px;
	margin: 0px 10px 0px 10px;
}

.contentLeftMenu a
{
	background-image: url(../../Public/Design/lnk_arrow_menu.png);
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.contentLeftMenu a:hover
{
	color: #999999;
	background-image: url(../../Public/Design/lnk_arrow_menu_sel.png);
}

.contentRight
{
	text-align: left;
	vertical-align: top;
	width: 770px;
	margin: 0px 10px 0px 0px;
}

/*MENU HOVER CSS*/


.menuItem
{
	background-image: url(../../Public/Design/lnk_arrow.png);
	padding-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: White;
}

.menuItemSel,
.menuItem:hover
{
	background-image: url(../../Public/Design/lnk_arrow_sel.png);
	color: #00ccff;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	line-height: 25px;
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	background-repeat:repeat-y;
	position: absolute;
	width: 184px;
	left: -999em;
	border: solid 1px #063546;
	border-bottom-width: 0px;
	z-index: 2000;
	background-color: #216578;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover a, #nav li.sfhover a {
	background-image: url(../../Public/Design/lnk_arrow_sel.png);
	color: #00ccff;
}

#nav li:hover ul a
{
	width: 174px;
	display:block;
	background-image: none;
	font-size: 11px;
	line-height: 25px;
	color: White;
	border-bottom: solid 1px #063546;
}
#nav li:hover ul a:hover{
	background-image: none;
	background-color: #064255;
	color: White;
}