@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;

		color: #464646;
	font-size: 11px;
}

li {
	list-style-position:inside;
}
.middle {
	width: 994px; /* 980px model plus fades */
	margin: 0px auto 0px auto;
}

/* Header Styling */
#header {
	height: 245px;
	background: #31353E url(images/lineBorderTop.png) repeat-x 0px 8px;
}
#header #logoShadow {
	float: left;
	height: 245px;
	width: 208px;
	padding-left: 7px;
	background:url(images/blueFadeRL.png) repeat-y 0px 0px;

}
#header #logoShadow #logo {
	height: 245px;
	background:#3C5573 url(images/logo.png);
	
}
#logoText {
	display: none;
}
#picShadow {
	float: left;
	width: 772px;
	margin-top: 9px;
	height: 236px;
	padding-right: 7px;
	background:url(images/blueFadeLR.png) repeat-y 100% 0px;
}

#header #picShadow #headerPic{
	height: 236px;
	background:#214A80 url(images/legalwoman.jpg) 50% 0% no-repeat;
}
#headerPicShadowLeft {
	background:url(images/blueFadeLR.png) repeat-y 0px 0px;
	height: 236px;
}

/* Left Side Bar Styling */
#leftBar {
	width: 215px;
	float: left;
}


#leftBarShadow {
		padding-left: 7px;
	background:url(images/blueFadeRL.png) repeat-y 0px 0px;
}
#leftBarFadeShadow {
		padding-left: 7px;
	background: url(images/greyFadeOutRL.png) no-repeat 0px 0px;	
}

.contentAreaRightShadow {
	width: 772px;
	float: left;
	padding-right: 7px;
		background:url(images/blueFadeLR.png) repeat-y 100% 0px;
}
.shadowFadeOut {
	background:url(images/greyFadeOutLR.png) no-repeat 100% 0px;
}
#ContentAreaFull {
	background:url(images/greyFadeOutLR.png) no-repeat 0px 0px;
	padding: 40px 25px 25px 25px;
	
}
#contentArea {
	padding-left: 7px;
	background: #666;
	clear: both;
}
#AllContent {
	background:url(images/navBarBack.png) repeat-x;
}
/* Nav Bar */
#navbarHolder {
		padding-top: 9px;
	height: 30px;
		background:url(images/blueFadeLR.png) repeat-y 0px 0px;
}
#navbar a {
	text-decoration: none;
		color: #D1D8E2;
}
#navbar li {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	list-style: none;
	padding: 9px 10px 8px 10px;
	color: #D1D8E2;
	float: left;
	border-right: #2D343E 1px solid;
	border-left: #464D57 1px solid;
}
.active{
	color: #363636;
	font-weight: normal;
	text-decoration: none;
}
#navbar a .active{
	color: #363636;
	font-weight: normal;
	text-decoration: none;
}

#navbar .active {
	background: #FFFFFF;
	border-right: #FFF solid 1px;
	border-left: #FFF solid 1px;
	color: #363636;	
}

#navbar li:hover {
	background: #FFFFFF;
	border-right: #FFF solid 1px;
	border-left: #FFF solid 1px;
	color: #363636;
}
#navbar a:hover {
		color: #363636;
}
#navbar a:hover li {
			color: #363636;
}
#first {
	padding: 9px 18px 8px 18px;	
}
#first li:hover,#first .active {
		border: none;
		border-right: #FFF solid 2px;
	background: #FFF url(images/blueFadeLR.png) repeat-y 0px 0px;
}





#overlap_top {
	padding-top: 5px;
	background:  #3C5573;
}
#overlap {
	border-top: #FFF solid 1px;
	background: #A3AFAB;
	height: 40px;

}
#overlap h4 {
		font-size: 18px;
	font-weight: bold;
	color: #393B3A;
	text-align: center;
	margin-top: 10px;
	
}
/* Content Area Full */
#ContentAreaFull h1{
	font-family: Tahoma, Geneva, sans-serif;
	color: #455D7F;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 30px;
}
#ContentAreaFull p {
	font-family:Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 11px;
	margin-bottom: 5px;
}

a {
color: #4B607F;
	font-weight: normal;
}
a:hover {
	text-decoration:underline;
	
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5C5C5C;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
h3 {
	color: #4B607F;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	}
#leftBarContent {
	padding: 30px 0px 0px 20px;
}

/* Footer */
#FooterAreaRightShadow {
	width: 772px;
	float: right;
	padding-right: 7px;
	background: url(images/FootergreyFadeOutLR.png) no-repeat 100% 100%;
}
#FootershadowFadeOut {
	background:url(images/FootergreyFadeOutRL.png) no-repeat 0px 100%;
}
#footer {
	background: #31353E;
	height: 50px;
}
#copyright {
	width: 737px; /*765 Default */
	float: right;
	margin-right: 7px;
	margin-left: 7px;
	padding: 14px;
	color: #7E93AE;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #415E7E;
	border-top: #A3AFAB 5px solid;
}

#abilogo {
	margin-right: 10px;
}
