@charset "utf-8";
/* CSS Document */

body
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #081630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.53em;
}
a:link {
	color: #DCD0B8;
}
a:visited {
	color: #DCD0B8;
}
a:hover {
	color: #DCD0B8;
}
.appleft {
	float: left;
	padding-right: 5px;
}
a:active {
	color: #DCD0B8;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
} 
#header {
	background-image: url(images/header.png);
	height: 50px;
}
#navigation #home {
	float: left;
	width: 68px;
}
#navigation #attorneys {
	float: left;
	width: 135px;
}
#navigation #practices {
	float: left;
	width: 123px;
}
#navigation #evaluation {
	float: left;
	width: 122px;
}
#side-strip {
	background-image: url(images/side-strip.png);
	background-repeat: no-repeat;
	background-color: #0D2146;
	width: 20px;
}

#navigation #results {
	float: left;
	width: 109px;
}
#navigation #contact {
	float: left;
	width: 89px;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a4864b;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding-left: 7px;
	padding-top: 8px;
	line-height: 23px;
}
h2 {
	color: #C8B691;
	font-size: 13px;
	margin-left: 7px;
}
#main-body #right-body #content li {
	margin-right: 15px;
}



#main-image {
	height: 267px;
	background-color: #081630;
}
#main-image img{
	border:none;
}
#main-image-piece  {
	background-image: url(images/main-image-side.png);
	height: 65px;
	width: 270px;
	clear: left;
	background-repeat: no-repeat;
}
#main-body {
	background-image: url(images/body-repeat.png);
	background-repeat: repeat-y;
}

#main-body #left-body {
	float: left;
	width: 260px;
}
#left-body  h3  {
	margin-left: 13px;
	color: #BFAB80;
	font-size: 14px;
}
#left-body  #case-form #CaseForm {
	padding-left: 13px;

}
#left-body #awards {
	margin-top: 40px;
}
#left-body #awards #awardimg {

}



#main-body #right-body {
	float: left;
	width: 607px;
	margin-left: 25px;
	margin-top: 20px;
	border: 1px solid #12326D;
}
#main-body #right-body #content {
	width: 375px;
	float: left;
}
#main-body #right-body #content p {
	margin-left: 7px;
	margin-right: 7px;
}
#main-body  #right-body  #right-body-side {
	float: left;
	width: 210px;
	margin-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #12326D;
	border-bottom-color: #12326D;
	border-left-color: #12326D;
}
#right-body  #right-body-side #practice-areas {
}
#right-body  #right-body-side  #practice-areas li {
	list-style-type: square;
	                padding-top:7px;
             padding-bottom: 7px;

	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a4864b;
	margin-left: 22px;
	margin-right: 15px;
}
#right-body #right-body-side #practice-areas a {
	color: #FFFFFF;
	text-decoration: none;
}
#right-body #right-body-side #practice-areas a:hover {
	color: #E1D6B6;
}


#right-body #right-body-side #location {
	margin-top: 30px;
}
#right-body  #right-body-side p {
	margin-left: 10px;
}
#right-body  #right-body-side  h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AE935C;
	padding-left: 9px;
	line-height: 24px;
}




#main-body-bottom-strip {
	background-image: url(images/body-repeat.png);
	background-repeat: repeat-y;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#footer p {
	color: #000000;
	font-size: 11px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}


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:#DFDFDF!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; 
	}
#navigation {
	width: 646px;
}
#content img {
	border: 1px solid #FFFFFF;
}
#app {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
}
#app p {
	text-align: left;
}

