@charset "utf-8";
@import reset.css; /*Standarize the browser*/


/* GENERAL LABELS ********/
html {
	background:#FFFFFF none repeat scroll 0 0;
	border:0 none;
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif;
	height:100%;
	margin:0;
	max-height:100%;
	overflow:hidden;
	padding:0;
}
body {
	background-color:#64292a;
	background-image:url(../images/bgBody.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border:0 none;
	height:100%;
	margin:0;
	max-height:100%;
	overflow:hidden;
	padding:0;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#544f47;
	
}

a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#650b14;
}
/*
a:link{
	
}
a:visited{
	color:#373737;xw
}*/
a:hover {
	text-decoration:underline;
	color:#632829;
	cursor:pointer;
}

	
img {border:none;}


h1,h2,h3,h4,legend {text-align:left;padding:0px;font-family:Georgia, "Times New Roman", Times, serif;}

h1 {
		font-size:125%;
		line-height:120%;
		margin:0.8em 0 0.2em 0;
		color:#4D1F21;
	}

h2 {
		font-size:110%;
		line-height:125%;
		margin:0.5em 0;
		color:#37393F;
	}

h3 {
		font-size:90%;
		line-height:115%;
		margin:0.3em 0;
		color:#4D1F21;
	}
h4 {
		font-size:80%;
		line-height:120%;
		margin:15px 0 10px 0;
		color:#4D1F21;
	}






/*****************/


#foreclosuread{
	width:392px;
	height:70px;
	background-color:#dbd4ca;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding-top:55px;
	padding-bottom:10px;
	-webkit-box-shadow: 0px 0px 1px #fff;
	-moz-box-shadow: 0px 0px 1px #fff;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	line-height:21px;
	background-image: url(../images/LL0.png);
	background-repeat: no-repeat;
	background-position: 178px 9px;
	}
	

	
		#foreclosuread a:hover{color:#999;

		text-decoration:none;}

		.adtitle a {
		text-transform:uppercase;
		text-align:center;
		text-shadow: #faf6ea 0px 0px 6px;
		color:#8f925b;
		font-size:19px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;	
		text-align:center;
		text-decoration:none;
		}

	.textbelow{
		color:#8f925b;
		font-size:11px;
		text-align:center;
		line-height:16px;

		}

		.textbelow a {
		color:#8f925b;
		font-size:11px;
		text-align:center;
		line-height:16px;

		}
/*Main Structure*/

#header {
	background-image:url(../images/bgHeader.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#672A2B;
	display:block;
	height:117px;
	margin:0 auto;
	padding:0px;
	width:840px;
}
	#logo {
		padding: 47px 0px 0px 32px;
		float:left;
	}
	#tagline {
		float:right;
	}	
	
	
#container {
	display:block;
	height:100%;
	margin:0 auto;
	max-height:100%;
	overflow:auto;
	/*right:16px;*/
	text-align:center;
	width:100%;
	z-index:3;
}
#content {
	text-align:left;
	margin:0 auto;
	padding:0px;
	width:840px;
}
#foot {
	background-color:#37393f;
	border-top:15px solid #56575d;
	bottom:-1px;
	color:#000000;
	display:block;
	height:55px;
	margin:0;
	position:absolute;
	right:17px;
	text-align:center;
	width:100%;
	z-index:4;
}



#leftCol {
	margin:0px 0px -2000px 90px;
	padding:47px 20px 2000px 20px;
	text-align:left;
	background-color:#877962;
	float:left;
	width:245px;	
}
#sectionContent {
	float:right;
	padding:20px 20px 0 20px;
	width:415px;
}
	#sectionContent p {
		text-align:justify;
		line-height:120%;
		margin:0.8em 0em;
		padding:0px;
	}
	#legal{
	font-size:73%;
	line-height:100%;
	text-align:justify;
	margin:0px;
	padding:8px 20px 5px 30px;
	color:#62543C;
	margin-left:375px;
	background-color:#A0917A;
	}

.small{font-size:75%;}
.medium{font-size:85%;}
.large{font-size:120%;}

#small{font-size:75%; margin-left:10px; width:300px;}

#footPhone{margin-left:90px;border:none; width:300px; float:left;}

/*HEADER TOP MENU*/

	#topMenu {
		width:297px;
		float:left;
	}
	#topMenu ul {list-style-type:none;margin:0px;padding:0px;}
	
	#topMenu li a {
		display:block;
		background-image:url(../images/topMenu.png);
		background-repeat:no-repeat;
		line-height:30px;
		height:30px; /*36 total - 6 padding */
		text-decoration:none;
		padding-right:297px; /*button width*/
		padding-top:6px;
	}
	/*MENU BUTTONS BEHAVIORS*/
	
	#topMenu li a.home {background-position:0px 0px;}
	#topMenu li a.home:hover {background-position:-297px 0px;}
	#topMenu li a.home-selected {background-position:-594px -0px;}
	
	#topMenu li a.overview {background-position:0px -36px;}
	#topMenu li a.overview:hover {background-position:-297px -36px;}
	#topMenu li a.overview-selected {background-position:-594px -36px;}
	
	#topMenu li a.areas {background-position:0px -72px;}
	#topMenu li a.areas:hover {background-position:-297px -72px;}
	#topMenu li a.areas-selected {background-position:-594px -72px;}
	
	#topMenu li a.attorney {background-position:0px -108px;}
	#topMenu li a.attorney:hover {background-position:-297px -108px;}
	#topMenu li a.attorney-selected {background-position:-594px -108px;}
	
	#topMenu li a.contact {background-position:0px -144px;}
	#topMenu li a.contact:hover {background-position:-297px -144px;}
	#topMenu li a.contact-selected {background-position:-594px -144px;}
	
	#topMenu li a.directions {background-position:0px -180px;}
	#topMenu li a.directions:hover {background-position:-297px -180px;}
	#topMenu li a.directions-selected {background-position:-594px -180px;}
	
	#topMenu li a.faq {background-position:0px -216px;}
	#topMenu li a.faq:hover {background-position:-297px -216px;}
	#topMenu li a.faq-selected {background-position:-594px -216px;}
	
	/*END MENU BUTTONS BEHAVIORS*/

/*END HEADER TOP MENU*/



/* AREAS OF PRACTICE MENU*/

#areasMenu{
	width: 220px;
	padding: 0px 0px 40px 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	color: #f5f4f2;
}
#areasMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 1px;
	/*font-weight:bold;*/
}

#areasMenu li {border-bottom: 1px solid #988c74;margin: 0;}
#areasMenu li a{display: block;padding: 5px 5px 5px 8px;color: #fff;text-decoration: none;width: 100%;}
html>body #areasMenu li a{ /*Non IE6 width*/width: auto;}
#areasMenu li a:hover{background-color: #62543c;color: #f5f4f2;}
#areasMenu li.selected{background-color: #552224;color: #f5f4f2;display: block;padding: 5px 5px 5px 8px;}

/*END OF AREAS OF PRACTICE MENU*/



/*Section Images*/

#sectionImage{float:right;}

/*INSIDE FOOTER LABELS*/

#foot #navbar{
	font-size:80%;
	text-align:center; 
	margin:0px;
	margin-top: 0.2em;
	color:#56575D;
	text-transform:uppercase;
}
#foot a{color:#56575D;}
#foot a:hover{color:#BBB3A0;}

#foot #copyright{
	font-size:80%;
	text-align:center; 
	margin:0px;
	margin-top:0.1em;
	padding:0px;
	color:#56575D;
}


#inner {float:left;overflow:hidden;background-color:#b5a998;border-top:15px solid #bbb3a0;width:840px;}






/*SECTIONS SPECIFIC STYLES
//////////////////////////////////////////////////////////////////////////////////////////////////////////*/





/*CONTACT US*/

 legend 
{ 
margin-left: 2px;
padding: 1px 4px 10px 4px; 
font-size:110%;
font-weight:bold;
line-height:100%;
color:#4D1F21;
}

fieldset 
{
	border: 1px solid #988C74;
	width: 95%;
	background-color:#BFB5A6;
} 

label 
{ 
width: 180px; 
float: left; 
text-align: right; 
display: block; 
font-size:85%;
padding-right:5px;
font-family:Georgia, "Times New Roman", Times, serif;
} 

select { 
color: #37393F;
/*margin-left: 200px;*/
width: 200px; 
text-align: left;
background-color:#A69884;
border: 1px solid #988C74;
} 
   
input[type="text"]
{ 
color: #37393F; 
margin-left: 0px;
background-color:#A69884;
border: 1px solid #988C74;
width:200px;
} 
 
input[type="submit"] 
{
color: #37393F;
font-family:Georgia, "Times New Roman", Times, serif;
border: 2px outset #d7b9c9;
background-color: #EAEAEA;
} 
input[type="button"] 
{
color: #000;
border: 1px outset #d7b9c9;
background-color: #FFFFFF;
} 

textarea{
	width: 200px;
	height: 80px;
	background-color:#A69884;
	border: 1px solid #988C74;
	color: #37393F;	
}



#tipMedium{
	padding-left:185px; 
	width:190px; 
	display:block;
	font-size:80%;
	line-height:130%;
	text-align:left;
	}
#tipSmall{
	padding-left:185px; 
	width:190px; 
	display:block;
	font-size:75%;
	line-height:130%;
	text-align:left;
	}

/*OFFICE DIRECTIONS*/

#googlemap{border:2px solid #988C74;}

/*FAQ SECTION*/

#faqList {
	margin:20px 10px 40px 20px; 
	padding:0px;
	font-size:75%;
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:square;
	}
#faqList li {color:#4D1F21;padding:2px 0px;}

#gotoTop{
	color:#877962; 
	font-size:88%; 
	line-height:88%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-transform:uppercase;
	text-align:right;
	float:right;}
#line{
	border-bottom:1px solid #877962; 
	width:100%;
	height:0.8em;
	}
#gotoTop a {text-decoration:none;}
#gotoTop a:hover {text-decoration:none; color:#4D1F21;}

.answer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:85%;
	font-size:80%;
	padding:10px 15px 10px 35px;
	margin:0;
	text-align:justify;
	text-indent:10px;
	}

/*END FAQ*/



#brand {
	background-repeat:no-repeat;
	height:48px;
	width:506px;
	float:left;
	background-image: url(../images/logobavarolegal.gif);
	background-position: 25px 45px;
	padding-top:55px;
	
}

#disclaimer {
	height:30px;
	width:412px;
	background-color:#481017;
	color:#FFF;
	font-size:12px;
	padding-top:15px;
	text-align:center;
	
	-moz-boder-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0px 0px 12px #481017;
	-webkit-box-shadow:0px 0px 12px #481017;}
	
	#disclaimer a {
		color:#FFF;
		text-decoration:none;
		text-shadow: #333 2px 2px 20px;} 
	#disclaimer a:human {color:#c4c4c4;} 




#lang {
	padding-top:-15px;
	margin-top:19px;
	padding-right:5px;
	padding-left:5px;
	text-align:left;
	width:75px;
	float:right;
	line-height:19px;
	color:#999;
	margin-right:-85px;
	background-image:url(../images/bgHeader0.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#672A2B;
	display:block;
	height:97px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-box-shadow: 0px 0px 2px #fff;
	-moz-box-shadow: 0px 0px 2px #fff;
	
}


#lang p {
	font-size:9px;
	padding-top:4px;


}

#lang img {padding-left:5px;}

#lang a {
	
color:#666;
text-decoration:none;
font-size:9px;
}

#lang a:hover {
	
color:#999;
text-decoration:none;

}


/*Floats*/

.fltrt {
	float:right;
	margin-left:8px;
}
.fltlft {
	float:left;
	margin-right:8px;
}
.clearfloat {
	clear:both;
}
.pad1 {
	display:block;
	height:69px;
}


/*Footer Table*/
.foot_link {
	color: #B5A998;
	text-decoration: none;
	padding-bottom: 90px;
	padding-top: 20px;
}
.foot_link, .foot_link a {
	color: #D2D2D2;
	font-size: 10px;
}

