body{
	background:#FFFFFF;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	}
.background{
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	height:1044;
	}
.quickapplybg{
	background-image:url(images/quick_apply_content_center.jpg);
	background-repeat:repeat-y;
	text-align:center;
	}
.arrowlistmenu{
width: 234px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background:  url(images/titlebar.png) no-repeat center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 9px 15px 8px 37px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align:left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background:url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 6px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 100%;
text-align:left;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.navdevider{
	background-image:url(images/nav_devider.png);
	background-position:right;
	background-repeat:no-repeat;

	}
a.navlinks:link{
	font: bold 14px Arial;
	color: white;
	text-decoration:none;
	text-transform: uppercase;
	}
a.navlinks:visited{
	font: bold 14px Arial;
	color: white;
	text-decoration:none;
	text-transform: uppercase;
	}
a.navlinks:hover{
	font: bold 14px Arial;
	color:#CCCCCC;
	text-decoration:none;
	text-transform: uppercase;
	}
a.navlinks:active{
	font: bold 14px Arial;
	color: white;
	text-decoration:none;
	text-transform: uppercase;
	}
.Footerlinks{
	color:#999999;
	line-height:15px;
	font-size:11px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
a.Footerlinks:link{
	color:#999999;
	text-decoration:underline;
	font-size:11px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
a.Footerlinks:active{
	color:#999999;
	text-align:center;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif; 
	}
a.Footerlinks:visited{
	color:#999999;
	text-align:center;
	text-decoration:underline;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
a.Footerlinks:hover{
	text-align:center;
		color:#999999;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
.contactus{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border-bottom:solid #333333 1px;
	}
.Homepagelinks:link{
	text-decoration:underline;
	color:#993300;
	}
.Homepagelinks:Hover{
color:#996600;
	text-decoration:none;
	}
a.innermenulink:link, a.innermenulink:active, a.innermenulink:visited{
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
a.innermenulink:hover{
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	}
