﻿body
{
	margin:				0;
	padding:			0;
	background-image:	url(../Images/Default/background_solid.gif);
	font-family:		Arial;
	font-size:			8pt;
	color:				#363636;
}

A, A:Link, A:Visited
{
	text-decoration: underline;
	color: #3f6f00;
}

A:Hover
{
	text-decoration: none;
}

TBody
{
	margin: 0px;
	padding: 0px;	
}

TextArea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	width: 95%;
	padding: 3px 0px 2px 0px;
}

Select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	width: 95%;
	padding: 3px 0px 2px 0px;
}

Input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	width: 95%;
	padding: 3px 0px 2px 0px;
}

Input, .FillWidth
{
	width: 100%;	
}

Input, .NoWidth
{
	width: auto;	
}

.LoginBox, .LoginBoxActive
{
  background-image: url(../Images/Login/LoginBox_Bg.jpg);
  padding: 0px;
  margin: 1px 0px 0px 8px;
  line-height: 20px;
  height: 17px;
  width: 210px;
  border: 0px; 
}

Input>.LoginBox
{
	margin-top: 1px;	
}

A.BlackLink , A:Link.BlackLink , A:Visited.BlackLink  
{
	text-decoration: none;
	font-style: italic;
	color: #363636;
}

A:Hover.BlackLink 
{
	text-decoration: underline;
}

#passwordContainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	z-index: 1;
	left: 26px;
	top: 79px;	
	color: Gray;
	font-style: italic;
}

#PageWrapper
{
	margin:				0;
	padding: 0px;
	background-image:	url(../Images/Default/background_header.jpg);
	background-repeat:	repeat-x;
	min-height:			500px;
	width:				100%;	
}

#PageMain
{
	margin: auto;
	width: 938px;
}

#PageHeader
{
	margin: 0px;
	padding: 0px;
	width: 938px;	
}

#PageHeaderLogo
{
	float: left;	
}

#PageHeaderContent
{
	float: left;
	padding: 0;
	background-image: url(../Images/Default/top_filler.jpg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: right;
	width: 719px;
	height: 96px;
}

#PageMainMenu
{
	float:left;
	height: 41px;
	width: 938px;	
	background-image: url(../Images/Default/nav_bg.jpg);
	background-repeat: repeat-x;
}

#PageBannerMain
{
	text-align: center;
	vertical-align: middle;
	height: 260px;
	width: 938px;	
}


#PageSubMainMenu
{
	float:left;
	height: 41px;
	width: 938px;	
	background-image: url(../Images/Default/subnav_footer_bg.jpg);
	background-repeat: repeat-x;
}

#SubNavContainer
{
	width: 938px;
	min-height: 119px;
}

#SubNavHeader
{
	float: left;
	width: 938px;
	background-image: url(../Images/Default/subnav_exp_header_bg.jpg);
}

#SubNavContent
{
	float: left;
	width: 938px;
	background-image: url(../Images/Default/subnav_exp_content_bg.gif);
}

#PageContent
{
	margin: auto;
	width: 938px;	
}


#PageContentBanner
{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 938px;	
}

#PageContentMain
{
	float: left;
	background-image:	url(../Images/Default/content_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	width: 938px;
}

#PageFooter
{	
	float: left;
	margin: auto;
	width: 938px;
	font-size: 8pt;
	text-align: center;
}

#PageFooterContent li {
	margin: 0; 
	padding-left: 2px;
	padding-right: 2px;
	display: inline;
	list-style-type: none;
	border-right: solid 1px #363636;
}

#TestimonialHeader
{
	float: right;
	width: 243px;
}

#TestimonialContent
{
	padding-top: 15px;
	padding-left: 20px;
	float: left;
	background-image: url(../Images/Index/testimonial_bg.jpg);
	background-repeat: no-repeat;
	width: 243px;
	min-height: 70px;
}

#NewsHeader
{
	float: left;
	width: 196px;
}

#NewsContent
{
	padding-top: 15px;
	float: left;
	background-image: url(../Images/Index/news_bg.jpg);
	background-repeat: no-repeat;
	width: 196px;
	min-height: 70px;
}

#FeaturedHeader
{
	float: left;
	width: 499px;
}

#FeaturedContent
{	
	width: 499px;
	float:left;
}

.RequiredField
{
	font-weight: bold;
	color: #3f6f00;
}
	
.SubNavItemNormal
{
	background-image: url(../Images/SubNav/Item_BG.jpg);
	background-repeat: repeat-y;
	background-position: right;
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	width: 170px;
	height: 25px;
}

.SubNavItemSelected
{
	background-image: url(../Images/SubNav/SelectedItem_BG.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;	
	font-weight: bold;
	color: Orange;
	height: 40px;
	width: 170px;
}

.SubNavItemNormal #SubNavItemInside
{
	padding-top: 4px;
}

.SubNavItemSelected #SubNavItemInside
{
	padding-top: 12px;
}

.SubNavItemNormal A, .SubNavItemNormal A:Link ,.SubNavItemNormal A:Visited
{	
	vertical-align: middle;
	text-decoration: none;
}

.SubNavItemNormal A:Hover
{	
	text-decoration: none;
}

.SubNavItemSelected A, .SubNavItemSelected A:Link ,.SubNavItemSelected A:Visited
{	
	vertical-align: middle;
	color: Orange;
	text-decoration: none;
}

.SubNavItemSelected A:Hover
{	
	text-decoration: none;
}
/***************************************[Tab Menu Styles]***********************************/

.TabMenuStrip 
{
	float:left;
	color:#363636;
	height:30px;
}

.MenuMultiPage
{
	float:left;
	position: relative;
	text-align: left;
	z-index:99;
}

.TabMenu 
{
	text-align: center;
	height:30px;
	width: 80px;

}

.TabMenuRight
{
	float:right;
	text-align: center;
	height:30px;
	width: 80px;
}

.EmptyTab
{
	height: 30px;
}

.TabMenuHover {
	height:30px;
	color:#363636;
	text-align: center;
	width: 80px;
	cursor: pointer;
}

.SelectedTabMenu {
	height:30px;
	color:#000;  /*#494949*/
	text-align: center;
	width: 80px;
}

.SelectedTabMenuHover {
	height:30px;
	color: #000;
	text-align: center;
	width: 80px;
	cursor: pointer;
}

/*******************************************************************************
																		TabStrip
********************************************************************************/
.TabStripTopGroup
{
  z-index:29;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(../Images/TabStrip/tab_bg.gif);
  cursor:pointer;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(../Images/TabStrip/hover_tab_bg.gif);
  cursor:pointer;
}

.SelectedTab 
{
  color:black; 
  background-image: url(../Images/TabStrip/selected_tab_bg.gif);
  cursor:pointer;
}

.MultiPage
{
  position:relative;  
  width: 938px;
  min-height:250px;
  top:-2px;
  left:0px;
  z-index:28;
}

/*******************************************************************************
																			Menu
********************************************************************************/

.TopGroup
{
	margin: 0px;
  background-color:Transparent;
  cursor:default; 
}

.MenuGroup
{
  background-color:Transparent;
  cursor:default; 
}

.MenuItem
{
	background-color: Transparent;
  margin:0px; 
  cursor:default; 
}

.MenuItemHover 
{
	background-color: Transparent;
	cursor:pointer; 
}

.SubMenuItem
{
	background-color: Transparent;
	margin:0px; 
	cursor:default; 
	z-index: 30;
}