@import url("reset.css");

br {
	clear: both;
}

body{
	background: #8d7243;
	font: 100% Helvetica, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	color: #005c6f;
	font: 28px Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8d7243;
	margin-left: 0;
	padding-top: 11px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #8d7243;
	margin-left: 0;
	padding-top: 11px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
p {
	margin-bottom: 5px;
	color: #000;
	line-height: 20px;
}
ul {
	line-height: 20px;
	margin-left: 10px;
	list-style-type: disc;
	padding: 10px 0;
	font-size: 12px;
}

li ul li{
	list-style: circle;
}

li ul li ul li{
	list-style: square;
}

#contentBackground ul {
	margin-left: 20px;
	*margin-left: 40px;	
}

a{
	color: #000;
}
a:hover{
	color: #666;
}

.rollover {
	background-color: #fff;
	width: 154px;
	height: 35px;
	overflow: hidden;
	display: block;
}

	.rollover img {
		display: block;
		margin: 0;
	}

	.rollover:hover img, .rollover img:hover{
		margin-top: -34px;
	}

.hoverbutton {
	background-color: #fff;
	width: 154px;
	height: 51px;
	overflow: hidden;
	display: block;
}

	.hoverbutton img {
	display: block;
	margin: 0;
	text-align: center;
	}

	.hoverbutton:hover img, .hoverbutton img:hover{
		margin-top: -53px;
	}

#header{
	background: url(images/header.jpg) top left no-repeat;
	height: 166px;
	overflow: hidden;
	width: 963px;
	position: relative;
}

#content{
	background: url(images/subBody.gif) top left repeat-y;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 30px;
	position: relative;
	width: 963px
}

#top-right{
	background: url(images/bg_topRight.gif) top right no-repeat;
	height: 107px;
	position: absolute;
	top: 0;
	right: 11px;
	*right: 11px;
	width: 255px;
	z-index: 0;
}

#bottom-right{
	background: url(images/bg_bottomRight.gif) bottom right no-repeat;
	height: 100px;
	position: absolute;
	bottom: 0;
	right: 11px;
	*right: 11px;
	width: 235px;
	z-index: 0;
}

#fact{
	position: absolute;
	bottom: 100px;
	right: 81px;
	*right: 80px;
	z-index: 0;
}

#wrapper{
	width: 963px;
	margin: 0 auto;
}

#right-content{
	display: inline;
	float: left;
	width: 500px;
}

#footer{
	clear: both;
	background: url(images/bg_footer.jpg) top left no-repeat;
	height: 100px;
	width: 963px;
}
/***** Header *****/
#logo {
	margin: 30px 0 0 10px;
	padding-bottom: 13px;
	float:left;
	display: inline;
}

/* Client Login Link */
#clientLogin {
	position: absolute;
	top: 20px;
	right: 30px;
}

/* Home Page */
#indexPhoto {
	float: left;	
}

#indexContent {
	display: inline;
	float: right;
	margin-right: 40px;
	margin-top: 100px;
	width: 350px;
	overflow: hidden;
	height: 210px;
}

/* top nav */
ul#topNav {
	text-transform: uppercase;
	font: bold 10px Helvetica, Arial, sans-serif;
	list-style-type: none;
	float: right;
	display: inline;
	margin: 30px 30px 0 0;

}

ul#topNav li {
	display: inline;
	padding: 3px;
}

ul#topNav li a {
	text-decoration: none;
	color: #005c6f;
}

ul#topNav li a:hover {
	text-decoration: none;
	color: #8d7243;
}

ul#topNav li a#active {
	color: #76d9f9;
}

ul#topNav li.selected a {
	color: black;
}


/* blue nav */
ul#mainNav {
	padding: 20px 0 0 0;
	*padding: 10px 0 0 0;
	margin-left: 2px;
	clear: both;
}


ul#mainNav li {
	display: inline;
	overflow: hidden;
	float: left;
}

ul#mainNav li a {
	overflow: hidden;
	padding: 51.5px 0 0 0;
	height: 0;
	display: block;
}

ul#mainNav li a.budget-credit {
	background: url(images/budget.gif) 0 0 no-repeat;
	width: 193px;
	margin-left: 2px;
}

ul#mainNav li a.budget-credit:hover, ul#mainNav li a.budget-credit:active, ul#mainNav li a.navOn  {
	background-position: 0 -52.5px !important;
}

ul#mainNav li a.bankruptcy {
	background: url(images/bankruptcy.gif) 0 0 no-repeat;
	width: 189px;
}

ul#mainNav li a.bankruptcy:hover, ul#mainNav li a.bankruptcy:active  {
	background-position: 0 -52.5px !important;
}

ul#mainNav li a.housing-programs {
	background: url(images/housing.gif) 0 0 no-repeat;
	width: 189px;
}

ul#mainNav li a.housing-programs:hover, ul#mainNav li a.housing:active {
	background-position: 0 -52.5px !important;
}

ul#mainNav li a.financial-education-tools {
	background: url(images/financial.gif) 0 0 no-repeat;
	width: 189px;
}

ul#mainNav li a.financial-education-tools:hover, ul#mainNav li a.financial-education-tools:active {
	background-position: 0 -52.5px !important;
}

ul#mainNav li a.online-counseling {
	background: url(images/btn_gettingStarted.jpg) 0 0 no-repeat;
	width: 188px;
}

ul#mainNav li a.online-counseling:hover, ul#mainNav li a.online-counseling:active {
	background-position: 0 -52.5px !important;
}
/* end blue nav */

/**** Content ****/

#content {
	margin: 0 0 0 0;
	*margin-top: -1px;
	padding: 0;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8d7243;
	margin-left: 0;
	padding-top: 11px;
}
#content p {
	margin-left: 0;
	padding-top: 3px;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	z-index: 2;
	
}

#content #right-content ul {
	margin-left: 20px;
	line-height: 20px;
	padding: 10px 0;
	font-size: 12px;

}
#content a{
	color: #000;
}
#content a:hover{
	color: #666;
}

#left-panel {
	width: 225px;
	margin: 50px 0 0 8px;
	float: left;
}

#main-panel {
	float: left;
	display: inline;
	width: 550px;
	min-height: 500px;
	margin: 50px 0 75px 25px;
}

#top-right a.employment {
	background: url(images/help.gif) 0 0 no-repeat;
	position: absolute;
	left: 100px;
	top: 15px;
	height: 0;
	padding: 28px 0 0;
	overflow: hidden;
	width: 140px;
}
#top-right a.employment:hover {
	background-position: 0 -28px !important;
}

#pullQuote {
	width: 450px;
	font: italic 27px Helvetica, Arial, sans-serif;
	color: #9f9e9e;
	margin: 0px 0 0 0px;
	line-height: 36px;
}
a.button {
	background: url(images/button.jpg) 0 0 no-repeat;
	display: block;
	padding: 40px 0 0 0;
	height: 0;
	margin: 20px 0;
	text-indent: -9999px !important;
	overflow: hidden;
}
a.button:hover {
	background-position: 0 -40px !important;
}

/*sideBar */

#sideBar {
	display: inline !important;
	float: left !important;
	font-size: 15px !important;
	width: 250px !important;
	padding: 10px 0 0 0;
}
#sideBar ul li {
	list-style-type: none !important;
	padding: 0 0 0px 15px !important;
}
#sideBar ul li a {
	color: #005c6f !important;
	text-decoration: none !important;
}
#sideBar ul li a:hover {
	font-weight: bold !important;
	background: url(images/sidebarHover.jpg) 0 0 no-repeat !important;
}
#treeMenu {
	font-style: italic !important;
	font-size: 13px !important;
	line-height: 15px !important;
	padding: 0 !important;
	margin: 0 0 0 12px !important;
	*margin: 0px 0 0 10px !important;
}
/*end sideBar */


/**** Footer *****/
ul#footerNav {
	text-transform: uppercase;
	font: 10px Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	float: left;
	display: inline;
	padding: 10px 0 0 21px;
	margin-left: 0 !important;
}
ul#footerNav li {
	display: inline;
	padding: 0 2px;
}
ul#footerNav li a {
	text-decoration: none;
	color: #000;
}
ul#footerNav li a:hover, ul#footerNav li a:active {
	text-decoration: none;
	color: #666;
}
ul#footerNav li a#active {
	color: #666;
}
#copyright {
	font: 10px Helvetica, Arial, sans-serif;
	color: #000;
	float: left;
	list-style-type: none;
	padding: 7px 0 0 0;
	margin: 3px 0 0 21px;
}
#copyright li {
	display: inline;
	padding: 0 3px;
}
#logos {
	display: inline;
	float:right;
	margin: 10px 20px;
	width: 280px;
}

.left-nav div {
	height: 22px;
	width: 238px;
}

.left-nav .nav-level-2 a {
	padding-left: 40px;
	width: 208px;
}

.left-nav .nav-level-3 a {
	padding-left: 50px;
	width: 198px;
}

.left-nav .nav-level-4 a {
	padding-left: 60px;
	width: 188px;
}

.left-nav .nav-level-2 a:hover, .left-nav .nav-level-2 a.active {
	background: url(images/left-nav-background.png) no-repeat;
}

.left-nav .nav-level-3 a:hover, .left-nav .nav-level-3 a.active {
	background-image: url("images/left-nav-background-sub.png");
}

.left-nav div a {
	color: #1F7081 !important;
	height: 18px;
	padding-top: 4px;
	width: 248px;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

.left-nav a:hover, .left-nav a.active {
	font-weight: bold;
	color: #005c6f !important;
}

/* Centered form, 600 pixels wide */
	form.c500 {
		width: 500px;
		margin: 25px auto;
		overflow-x: hidden;
	}

		form.c500 .onePerRow {
			width: 428px;
			margin: 0 0 15px 0;
		}

			form.c500 select.onePerRow {
				width: 432px;
			}

		form.c500 .twoPerRow {
			width: 238px;
			margin: 0 5px 15px 0;
		}

			form.c500 select.twoPerRow {
				width: 244px;
			}

		form.c500 .threePerRow {
			width: 155px;
			margin: 0 5px 15px 0;
		}

.formError {
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #FF0000;
	color: black;
	background-color: #FFE6E6;
	margin: 2px 0 2px 0;
	width: inherit;
	font-style: italic;
	letter-spacing: .05em;
	text-align: center;
}

#recaptcha_response_field {
	*margin: 0 !important;
	*padding: 0 !important;
}

.superscripter {
	font-size: 65%;
	vertical-align:super;
}
sup {
	font-size: 65%;
	vertical-align: super;
}
