/* INITIAL RESETS */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 10px;
}


fieldset {
	padding: .5em;
}

img {
	border: 0;
}
/* END INIIAL RESETS */

body {
	text-align:center;
	background:url("../images/background.jpg") repeat-x top right;
	background-color: #2c260e;
	color: #FFFFFF;
	font: 14px Times New Roman, sans-serif;
}

a { color:#FFFFFF;}
	a:link { text-decoration: underline;}
	
	a:visited {	text-decoration: underline;}
	
	a:active { text-decoration: none;}
	
	a:hover { text-decoration: underline;}

#mainContainer {
	width:757px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
}
	
	#footer {
		height:48px;
		width:100%;
		float:left;
		text-align: center;
		background:url("../images/footer_background.jpg");
	}
	
	#contentContainer {
		width:100%;
		float:left;
	}
	
		#contentMainContainer {
			width: 100%;
			margin: 0px;
			float: left;
			vertical-align: top;
			color: #FFFFFF;
		}
		
		#navContainer {
			width: 100%;
			margin: 0px;
			height: 35px;
			float: left;
			vertical-align: middle;
			background:url("../images/nav_background.jpg");
			text-align: center;
		}
		
.nav {
	font: 12px Times New Roman, sans-serif;
	letter-spacing: 2px;
	color: #C8B76E;
	text-decoration: none;
}

a.nav:link  { text-decoration: none;}
a.nav:visited { text-decoration: none;}
a.nav:active { text-decoration: underline;}
a.nav:hover { text-decoration: none; color: #FFFFFF;}
		
h3 {
	font: 24px Times New Roman, sans-serif;
	color: #E1D9B1;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

h4 {
	font-size: 16px;
	font-variant: small-caps;
	border-bottom: 1px solid #C8B76E;
}

h4 a {
	text-decoration: none;
}

h5 {
	font-size: 14px;
	font-variant: small-caps;
	color: #E1D9B1;
}

hr {
	background-color: #C8B76E;
	color: #C8B76E;
}

.psuedoh5 {
	font-size: 16px;
	font-variant: small-caps;
	color: #E1D9B1;
	margin: 10px;
	margin-left: 30px;
}

#attorneySpotlightContainer {
	float: right;
	margin: 10px;
	margin-top: 10px;
	border: none;
	text-align: justified;
	background-color: none;
	width: 240px;
	height: 310px;
	font: 20px Times New Roman, sans-serif;
	color: #C8B76E;
	letter-spacing: 2px;
}

#attorneySpotlightDetails{
	width: 240px;
	height: 290px;
}

#attorneySpotlightDetails img {
	border: 1px solid #181508;
	margin: 0px 5px 0px 0px;
}

#attorneySpotlightName {
	font: 12px Times New Roman, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 3px;
}

#photoCaptionContainerRight {
	float: right;
	margin: 10px;
	padding: 5px;
	border: 2px solid #181508;
	text-align: center;
	background-color: #231c01;
}

#photoCaptionContainerRight p {
	margin: 5px;
}

#photoCaptionContainerLeft {
	float: left;
	margin: 10px;
	padding: 5px;
	border: 2px solid #181508;
	text-align: center;
	background-color: #231c01;
}

#photoCaptionContainerLeft p {
	margin: 5px;
}

.practice_area_attorneys {
	padding: 5px;
	margin: 0px;
	border: none;
	width: 736px;
}

.practice_area_attorneys tr {
	vertical-align: top;
}

.practice_area_attorneys img {
	border: 1px solid black;
	margin: 0px 10px 10px 0px;
	float: left;
}

.practice_area_attorneys td {
	width: 368px;
}

img.stockRight {
	border: 2px solid #181508;
	float: right;
	margin: 10px;
}

img.stockLight {
	border: 2px solid #181508;
	float: left;
	margin: 10px;
}

#relatedPracticeAreasContainer {
	float: right;
	margin: 10px;
	border: none;
	background-color: none;
	width: 210px;
	height: 150px;
	font: 15px Times New Roman, sans-serif;
	color: #C8B76E;
	letter-spacing: 2px;
	padding: 0px;
}

#relatedPracticeAreasDetails{
	width: 195px;
	height: 80px;
	border: 2px solid #181508;
	background-color: #231c01;
	font: 12px Times New Roman, sans-serif;
	color: #FFFFFF;
	letter-spacing: normal;
	margin: 0px;
	padding: 10px 0px 5px 20px;
}

#relatedPracticeAreasDetails a{
	text-decoration: none;
}

#attorneyContactInfoContainer {
	float: right;
	margin: 10px 0px 10px 10px;
	border: none;
	background-color: none;
	width: 340px;
	height: 265px;
	font: 15px Times New Roman, sans-serif;
	color: #C8B76E;
	letter-spacing: 2px;
	padding: 0px;
}

#attorneyContactInfoDetails{
	width: 325px;
	height: 245px;
	border: 2px solid #181508;
	background-color: #231c01;
	font: 12px Times New Roman, sans-serif;
	color: #FFFFFF;
	letter-spacing: normal;
	margin: 0px;
	padding: 5px;
}

#attorneyContactInfoDetails a{
	text-decoration: none;
}

#attorneyPhoto {
	float: left;
	margin: 0px 5px 0px 0px;
	text-align: center;
	border: 1px solid #181508;
}

#attorneyPhoto img {
	border-bottom: 1px solid #181508;
}

#attorneyPhoto p {
	margin: 5px;
}

form {
	align: center;
	color: #FFF;
	}

form fieldset {
	margin: 0px auto;
	width: 600px;
	border: none;
	border-top: 1px solid #C8B76E;
	margin-bottom: 20px;
	}

form fieldset label {
	clear:both;
	float:left;
	width: 600px;
	border-bottom: 1px dotted #C8B76E;
	padding: 7px;
	margin: 0;
	}

form fieldset .wide {
	width: 600px;
	}

form fieldset .wide label {
	width: 586px;
	}
	
form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	padding-left: 0;
	color: #FFF
	}
	
form fieldset label span {
	float:left;
	width:100px;
	text-align:left;
	padding-right:5px;
	}

form span.required {
	font-weight: bold;
	font-style: normal;
	}

form fieldset label.top span{
  display: block;
  float: none;
  width: 100%;
}

form fieldset label.top input, fieldset label.top select, fieldset label.top textarea{
  clear: both;
  margin-left: 100px;
}

form fieldset label.dates select{
  clear: both;
  margin-left: 2px;
}

form p.optionsTitle {
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	}

p.standardFormMessage {
	text-align: center;
	color: red;
	border-top: 2px solid #C8B76E;
	border-bottom: 2px solid #C8B76E;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	}