body{
	margin:0;
	background-color:#ffffff;
}

.Sect_Top{
	height:307px;
	background-image: url(../images/corp_top_banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	vertical-align:top;
	color:#ffffff;
	font-family: Arial;
}

.MenuItem{
	float:right;
	padding:10px 17px;
}

.MenuItem a{
	font-family:MuseoSans_500, Arial;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
}

.MenuItem a:hover{
	color: #D3242A;
}

.MenuSep{
	float:right;
	width:1px;
	height:36px;
	background-image:url(../images/corp_menu_sep.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.Sect_Middle{
	text-align:left;
	vertical-align:top;
	padding-top: 20px;
	width: 639px;
}

.Sect_Middle table{
	margin-left:7px;
	width:590px;
}

.Sect_Middle form table{
	margin-left:0px;
	width:100%;
}

.Content_Title{
	color:#57853C;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	padding-bottom: 20px;
	height:1px;
}

.Content_Text{
	line-height:20px;
	font-family: Arial;
	font-size: 15px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 20px;
	height:1px;
}

.Content_Image{
	vertical-align: top;
}

.Sect_Bottom{
	background-image:url(../images/corp_bottom_VLink_hpbtmtext.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial;
	font-size: 12px;
}

.Bottom_Links div{
	float: left;
	height:180px;
	overflow-y:hidden;
	color: #BFD68D;
	text-align: left;
}

.Bottom_Links a.simpleAnchor{
	color:#BFD68D;
	line-height:18px;		
}

.Sect_Right{
	text-align:left;
	vertical-align:top;
	padding-top:20px;
	width:273px;
}

.Sect_Right * {
	width:273px;
}

.Navigation{
	background-image: url(../images/corp_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.UnderNav{
	background-image: url(../images/corp_nav_bott.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.CustomerTxt{
	width:200px;
	margin-left:20px;
	padding-top: 15px;
	color: #D3222A;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;	
	line-height: 20px;	
}

div.CustomerFrom{
	width:200px;
	margin-left:20px;
	padding:5px 0 20px 0;	
	color: #6E9437;
	font-family: Arial;
	font-size: 12px;
}

/* Navigation menu ------------------------------------------ */
#accordion div{
	line-height: 1.3;
	outline: none;
}

#accordion div.NavList{
	padding: 0;
	border: none;
	background:transparent;
}

#accordion div.NavList div{
	border: none;
}

#accordion div.NavListHeader{
	width:253px;
	padding:15px 0 15px 20px;	
	font-family: Arial,sans-serif;	
	font-size: 18px;
	color: #57853C;	
	border: none;	
	position: relative;
	z-index: 0;
	cursor:pointer;
}

#accordion div.NavListHeader div{
	width:253px;
}

#accordion div.NavListHeader a{
	text-decoration:none;
	color:#57853C;
	font-size:18px;
	font-weight:bold;
}

#accordion .ui-accordion-header{
	background:transparent;
}

#accordion div.NavListItem{
	padding:10px 0;
	border: none;
	cursor:pointer;
	position:relative;	
	z-index: 0;
}

#accordion a.NavListItemAnch{
	margin-left:40px;
	font-family: Arial;
	font-size: 14px;
	color: #57853C;
	text-decoration: none;
	z-index: 1;
}

#accordion a.Selected{
	color: #D3222A;
}

div.NavListSep{
	height: 2px;
	background-image: url(../images/corp_nav_sep.jpg);
	background-repeat: no-repeat;	
}

#accordion img.SelNavListItem{
	position: absolute;
	height:100%;
	top:0;
	left: 0;
	z-index:-1;
	visibility:visible;
}

#accordion .ui-icon{
	display: none;
}

/* OTHER ---------------------------------------------- */

.simpleAnchor{
	font-family: Arial;
	text-decoration:none;
	color:#ffffff;
}

.Required_Field{
	color:#DA3F45;
}

