@charset "utf-8";
body {
	background-color: #4f4f4f;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.45em;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#footer #nav2 {
	margin-left: 50px;
}

#footer  #nav2 li {
	display: inline;
}
#footer  #nav2 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-right: 50px;
	font-family: Tahoma;
}
#footer #nav2 a:hover {
	text-decoration: underline;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #BAB070;
	margin-left: 15px;
	font-family: Tahoma;
}
h2 {
	color: #ADA356;
	font-size: 12px;
	margin-left: 15px;
}


h1 {
	font-size: 16px;
	color: #A99D51;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}


#main-image {
	background-repeat: no-repeat;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
}
#navigation #nav {
	margin-left: 48px;
	float: left;
	padding-bottom: 3px;
}

#navigation  #nav li {
	display: inline;
}
#navigation  #nav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-right: 35px;
	font-family: Tahoma;
}
#navigation #nav a:hover {
	text-decoration: underline;
}


#above-main-body {
	background-color: #000000;
}
#main-body {
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
}
.bolder {
	font-size: 12px;
	font-weight: bold;
	color: #A99D51;
}

#main-body #left-body {
	width: 229px;
	margin-left: 15px;
	float: left;
}
#main-body #left-body #PracticeTitle {
	margin-left: 19px;
	margin-top: 5px;
}
#main-body #left-body #practice-areas #LegalInfoTitle {
	margin-left: 15px;
}

#main-body #left-body #practice-areas {
	margin-top: 15px;
	margin-left: 5px;
	list-style-type: none;
}
#main-body #left-body #practice-areas a {
	color: #000000;
	text-decoration: none;
	font-family: Tahoma;
	margin-left: 20px;
}
#main-body #left-body #practice-areas a:hover {
	text-decoration: underline;
}

#main-body #left-body #practice-areas li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	line-height: 29px;
	margin-left: -35px;
}
#main-body #left-body #practice-areas ul {
	list-style-type: none;
}

#main-body #left-body #faq {
	height: 55px;
	background-image: url(images/faq.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 55px;
	width: 228px;
	background-position: 3px;
	margin-left: 1px;
}
#main-body #left-body #espanol {
	background-image: url(images/espanol.jpg);
	height: 55px;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 5px;
	width: 229px;
	background-position: 3px;
	margin-left: 1px;
}

#main-body  #middle-body {
	float: left;
	width: 415px;
	margin-bottom: 55px;
}
#main-body #middle-body li {
	color: #FFFFFF;
	margin-left: 45px;
}

#main-body #middle-body a {
	color: #FFFFFF;
}
#main-body #middle-body p {
	color: #FFFFFF;
	margin-left: 15px;
	margin-right: 20px;
}
#main-body #right-body {
	float: left;
	width: 240px;
}
#main-body #right-body p {
	color: #FFFFFF;
	margin-right: 16px;
	margin-left: 15px;
}

#main-body #right-body #what-we-do {
	background-image: url(images/whatcanwe.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 206px;
	margin-left: 17px;
}
#main-body #right-body #case-form {
	margin-top: 55px;
	margin-right: 10px;
	padding-right: 10px;
	width: 200px;
}
.rightbold {
	color: #EA9E00;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.rightcasebold {
	color: #EA9E00;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-transform: uppercase;
}




form {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 210px;
	}
form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select {
	background-color:#FFFFFF!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C4A36A;
	color:#000000;
	width:205px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: tahoma;
	font-size:11px;
	font-color:#20374D;
	}


select { width:150px; padding:0; }

textarea { height:90px; overflow:auto; }



#contact-main, #commentform { margin:20px 0 10px 0; }


#contact-main label { 
	width:300px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:300px; }


#contact-main label textarea, #commentform label textarea { height:100px; overflow:auto; }

input.submit, input.submit-contact-main {
	width:40px;
	height:22px;
	cursor:pointer;
	padding:0;
	}


td img {display: block;}
#verybottom {
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#verybottom td {
	padding: 10px;
	color: #FFFFFF;
	background-color: #000000;
}

#verybottom  a {
	color: #FFFFFF;
}
#verybottom #footer2 {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
