/* @override 
	http://localhost:8888/style/neris.css
	http://www.webdesign.gs/neris/style/neris.css
*/

html, body {
	margin: 0;
	background: #a60707 url(../elements/grad-bg.jpg) repeat-x;
}

#wrapper-1 {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 25px;
	background: url(../elements/content-bg.png) no-repeat 0 75px;
	height: auto;
}
#cms_content {
    width: 500px;
}

#content-bg-base {
	background-image: url(../elements/content-bg-base.png);
	width: 900px;
	clear: both;
	top: 15px;
	height: 15px;
	position: relative;
}

#left-column {
	width: 216px;
	height: auto;
	float: left;
}

#right-column {
	width: 679px;
	height: auto;
	float: right;
}
#right-columnsub p {
text-align: right;
color: #d7d7d7;
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
}


/* LEFT COLUMN */

/* @group LEFT COLUMN */

#logo {
	width: 216px;
	height: 136px;
}

a#logolink {
	width: 216px;
	height: 136px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	background: url(../elements/logo.png) 0 0;
}

a#logolink:hover {
	background-position: 0 -136px;
}

#legalservices, #newsletter, #disclaimer {
	width: 192px;
	margin-left: 2px;
	padding: 10px;
}

#left-column h3 {
	color: #a73715;
	font: 18px "BakerSignet BT", Optima, "Trebuchet MS", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

#legalservices {
	background-color: #cfc5a2;
	border-bottom: 2px solid white;
}

#legalservices a:link, #legalservices a:visited {
	color: black;
	text-decoration: none;
}

#legalservices a:hover {
	color: #a73715;
	text-decoration: underline;
}

#legalservices ul {
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0 0;
	letter-spacing: -1px;
}

#legalservices ul li {
	list-style-image: url(../elements/legalservices-bullet.png);
	margin-left: 20px;
	margin-bottom: 7px;
}

#newsletter {
	background-color: #c0b490;
	border-bottom: 2px solid white;
}

#newsletter p {
	color: #635740;
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

#newsletter input {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #b0a47d;
	text-indent: 5px;
}

#newsletter input.submit {
	background-color: #e1cd98;
	text-transform: uppercase;
	width: 75px;
	margin-left: 120px;
	text-indent: 0;
}

#newsletter input.submit:hover {
	background-color: #a73715;
	color: white;
	cursor: pointer;
}

#disclaimer p {
	color: #3d3730;
	font: 10px/14px Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}



/* @end */

/* RIGHT COLUMN */

/* @group TOPNAV */

#topnav {
	width: 158px;
	height: 25px;
	margin-left: 2px;
}

#topnav ul, #mainnav ul {
	margin: 0;
	padding: 0;
}

#topnav ul li, #mainnav ul li {
	display: block;
	float: left;
}

#topnav a {
	background-image: url(../elements/topnav-sprites.png);
	display: block;
	height: 25px;
	text-indent: -9000px;
	overflow: hidden;
	margin-right: 2px;
}

a#home {
	background-position: 0 0;
	width: 50px;
}

a#home:hover {
	background-position: 0 -25px;
}

a#contact {
	background-position: -52px 0;
	width: 61px;
}

a#contact:hover {
	background-position: -52px -25px;
}

a#blog {
	background-position: -115px 0;
	width: 41px;
}

a#blog:hover {
	background-position: -115px -25px;
}



/* @end */

/* @group MAINNAV */

#mainnav {
	width: 679px;
	height: 50px;
}

#mainnav a {
	background-image: url(../elements/mainnav-sprites.png);
	height: 50px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

a#about {
	background-position: 0 0;
	width: 92px;
}

a#about:hover {
	background-position: 0 -49px;
}

a#practice {
	background-position: -92px 0;
	width: 118px;
}

a#practice:hover {
	background-position: -92px -49px;
}

a#foreclosure {
	background-position: -210px 0;
	width: 153px;
}

a#foreclosure:hover {
	background-position: -210px -49px;
}

a#bankruptcy {
	background-position: -363px 0;
	width: 100px;
}

a#bankruptcy:hover {
	background-position: -363px -49px;
}

a#resources {
	background-position: -463px 0;
	width: 94px;
}

a#resources:hover {
	background-position: -463px -49px;
}

a#ask {
	background-position: -557px 0;
	width: 122px;
}

a#ask:hover {
	background-position: -557px -49px;
}



/* @end */

/* @group CURRENT STATES */

.nav.current-home a#home {
	background-position: 0 -25px;
	cursor: default;
}

.nav.current-contact a#contact {
	background-position: -52px -25px;
	cursor: default;
}

.nav.current-blog a#blog {
	background-position: -115px -25px;
	cursor: default;
}

.nav.current-about a#about {
	background-position: 0 -49px;
	cursor: default;
}

.nav.current-practice a#practice {
	background-position: -92px -49px;
	cursor: default;
}

.nav.current-foreclosure a#foreclosure {
	background-position: -210px -49px;
	cursor: default;
}

.nav.current-bankruptcy a#bankruptcy {
	background-position: -363px -49px;
	cursor: default;
}

.nav.current-resources a#resources {
	background-position: -463px -49px;
	cursor: default;
}

.nav.current-ask a#ask {
	background-position: -557px -49px;
	cursor: default;
}



/* @end */

#main-image {
	height: 257px;
	margin-left: 2px;
	margin-bottom: 2px;
}

#espanol {
	width: 675px;
	height: 47px;
	margin-left: 2px;
}

#espanol h5 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

#body {
	width: 649px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	color: #28596c;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 0;
}

h2 {
	color: #7a060b;
	font-size: 15px;
	text-transform: uppercase;
	text-indent: 15px;
}

#body p, #body ul, #body ol {
	color: #333;
	font: 12px/20px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#body a:link, #body a:visited {
	color: #a93b19;
}

#body a:hover {
	color: black;
}

#map {
	width: 425px;
	height: 350px;
	border: 2px solid #a73715;
	margin-left: 15px;
}

#body img {
	border: 2px solid #a73715;
}

.homesection {
	background-image: url(../elements/home-section-bg.png);
	width: 315px;
	height: 302px;
}

#homeleft {
	float: left;
	position: absolute;
}

#homeleft h2 {
	display: block;
	float: left;
	height: 56px;
	overflow: hidden;
	color: #a73715;
	text-align: center;
	padding: 0;
	width: 165px;
	margin: 8px 0 0 4px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
}

#homeleft h2 span {
	font-size: 12px;
}

#homeleft img {
	float: right;
	border: 1px solid black;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-top: 8px;
}

#homeleft p, #homeleft ul {
	clear: both;
	font: 10px/13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	padding-left: 15px;
}

#homeleft ul {
	padding-left: 45px;
}

a#readmore {
	position: absolute;
	display: block;
	width: 110px;
	height: 21px;
	text-indent: -9000px;
	overflow: hidden;
	top: 277px;
	left: 201px;
	background: url(../elements/button-readmore.jpg) 0 0;
}

a#readmore:hover {
	background-position: 0 -21px;
}

#homeright {
	float: right;
	position: relative;
}

#homeright h2 {
	display: block;
	float: right;
	height: 56px;
	overflow: hidden;
	color: #a73715;
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0;
	width: 165px;
	margin: 8px 4px 0 0;
	text-indent: 0;
}

#homeright h2 span {
	font-size: 12px;
}

#homeright img {
	float: left;
	border: 1px solid black;
	margin: 8px 0 15px 8px;
}

#homeright p {
	clear: both;
	font: 10px/13px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	padding-left: 15px;
}

#homeright a:link, #homeright a:visited {
	color: #333333;
	text-decoration: none;
}

#homeright a:hover {
	text-decoration: underline;
	color: #a73715;
}

a#getanswers {
	position: absolute;
	display: block;
	width: 110px;
	height: 21px;
	text-indent: -9000px;
	overflow: hidden;
	top: 277px;
	left: 201px;
	background: url(../elements/buttom-getanswers.jpg) 0 0;
}

a#getanswers:hover {
	background-position: 0 -21px;
}

/* FOOTER */

#footer {
	text-align: right;
	color: #bf9658;
	clear: both;
	padding-top: 15px;
	font: 10px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #bf9658;
}

#footer a:hover {
	color: #a73715;
}

/* BLOG */

.blogEntry, .blogListing {
	color: #333;
	font: 12px/20px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.blogEntry b, .blogListing b {
	color: #7a060b;
	font-size: 15px;
	text-transform: uppercase;
	text-indent: 15px;
}

.blogListing span#blogPosted {
	visibility: hidden;
}

span#blogPostedAuthor {
	visibility: hidden;
	width: 0;
}

span#blogPostedDate {
	margin-left: -24px;
}
#cms_content {
    width: 500px;
}


/* LIGHTBOX */
