html { background: url(../images/background.jpg) no-repeat center 160px #1d5074; }
body {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.9em;
	color: #eaeaea;
}

#header {
	width: 100%;
	height: 120px;
	background: url(../images/header.jpg) no-repeat center #e4f3ca;
	border-bottom: #999 1px solid;
	border-top: 10px solid #043e32;
}

.wrap {
	margin: 0 auto;
	width: 980px;
}

#container {
	background: #194b6e;
	width: 100%;
	color: #000;
	min-height: 660px;
	border-left: #134162 1px solid;
	border-right: #134162 1px solid;
}

#sidebar {
	width: 300px;
	height: auto;
	float: right;
	padding: 10px;
	background: url(../images/background-sidebar.jpg) repeat-x;
}

#main {
	width: 660px;
	height: auto;
	line-height: 20px;
	margin-top: ;
	background: #fff;
	min-height: 900px;
}

.main-class { padding: 0 10px 10px 10px; }


h1 {
	font-size: 1.4em;
	color: #076824;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	color: #454545;
	font-weight: normal;
	border-bottom: 1px solid #999;
}

h3 {
	font-size: 1.4em;
	color: #076824;
	font-weight: bold;
	padding-top: 40px;
}

h4 {
	color: #454545;
	font-size:1.1em;
	margin: 0;
	padding-left: 20px;
	font-family: "bodedo", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
}

p {
	font-size: 1em;
	color: #333;
}


#content {
	width: 45%;
	padding: 1px 20px 10px 10px;
	height: auto;
	line-height: 20px;
}

#footer-wrapper {
	height: 60px;
	padding: 10px;
	color: #eaeaea;
	font-size: .8em;
	background:#043a58;
	border-top: 3px solid #8fb04e;
	-webkit-box-shadow: 0 0 50px #000;
	-moz-box-shadow: 0 0 50px #000;
}


/* sidebar information */

#sidebar-contact {
	width: 280px;
	height: 80px;
	background:url(../images/contact.png) no-repeat;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}

#sidebar-header { 
	background: url(../images/sidebar-header-bg.jpg) repeat-x;
	padding: 10px;
	color: #454545;
	margin-bottom: 10px;
	border: 1px solid #000;
	border-bottom: 2px solid #000;
 }

.sidebar-text { color: #fff; }

ul#practice-areas {
	margin: 0;
	padding: 0;
	display:block;
	margin-bottom: 10px;
}

#practice-areas li {
	padding: 5px;
	background: url(../images/sidebar-bg.png) no-repeat;
	margin: 5px 0;
	border: 1px solid #062441;
	color: #fff;
}

li { list-style:none; }
#profile { margin: 0 10px 10px 0; }

.sidebar-text a:link { 
	text-decoration: none;
	color: #FFC;
}

.sidebar-text a:hover { 
	text-decoration: underline;
	color: #FFC;
}

.sidebar-text a:active { 
	text-decoration: none;
	color: #FFC;
}

.sidebar-text a:visited { 
	text-decoration: none;
	color: #FFC;
}

#mainPromo {
	width: 100%;
	height: 300px;
	z-index:-10000;
	float:left;
}

/**/

#resources {
	border: 1px solid #e3e3e3;
	margin-top: 29px;
}

#resources2 { border-left: 1px solid #e3e3e3; }
#resources td { padding: 6px; }

.resourceslinks a:link {
	color:#069;
	text-decoration: none;
}

.resourceslinks a:visited {
	color:#069;
	text-decoration: none;
}

.resourceslinks a:hover {
	color:#069;
	text-decoration: underline;
}

.resourceslinks a:active {
	color:#069;
	text-decoration: none;
}


.textfield {
	width:96%;
	height: 30px;
	padding: 5px;
	border: 1px solid #dadada;
	font-size: 1em;
	color: #454545;
}

.textfield-required {
	width:96%;
	height: 30px;
	padding: 5px;
	border: 1px solid #F00;
	font-size: 1em;
	color: #454545;
}

.textarea {
	width:99%;
	padding: 5px;
	border: 1px solid #dadada;
	font-size: 1em;
	color: #454545;
}

.small-text { font-size: .8em }
.debtDisclaimer { font-size: .9em; color: #454545;}
#debtDisclaimer-wrapper {  border-top: 1px solid #ccc; padding-top: 10px; padding-bottom: 30px; }

.privacy a:link { color: #eaeaea; text-decoration: underline; }
.privacy a:visited { color: #eaeaea; text-decoration: none; }
.privacy a:hover { color: #eaeaea; text-decoration: none; }
.privacy a:active { color: #eaeaea; text-decoration: none; }