
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}
body, html {
color: #5f5f5f;
font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
background: #fff url(img/bg1.jpg) 142px center repeat-x;
text-align: center;
height: 100%;
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}

a {
color: #416549;
text-decoration: underline;
}
a:hover{
color: #577e60;
text-decoration: none;
}

.hidden { visibility: hidden;}

h1, h2, h3 {
font-weight: bold;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.3em;
color: #305238;
}
h3 {
font-size: 2.0em;
color: #416549;
text-decoration: none;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 100%;
margin: 0 auto;
background: transparent url(img/header_bg.jpg) top center repeat-x;
min-height: 100%;
text-align: left;
}
* html #mainContainer {
height: 100%;
}
/**************************
HEADER
**************************/
#header {
height: 144px;
width: 850px;
margin: 0 auto;
position: relative;
}

#header h1 {
	width: 169px; height: 142px; 11px; padding: 0px; background: transparent url("img/logo.jpg") top left no-repeat; text-indent: -10000px; font-size: 9px;
	float: left;
}
#header h1 a {
	width: 169px; height: 142px; display: block;
}

#menubox {
position: absolute;
height: 30px;
bottom: 2px;
left: 193px;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
width: 866px;
margin: 0 auto;
height: 100%;
padding: 8px 0 0 0;
background-color: #fff;
}
* html .outer {
padding-right: 0px;
}
.inner {
width: 850px;
margin: 0 auto;
padding-bottom: 90px;
}
* html .inner {
width: 850px;
}
.float-wrap {
float: left;
width: 700px;
margin-left: -0px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#atlaw {
width: 195px;
height: 29px;
background: transparent url("img/at_law.gif") top center no-repeat;
}

#mainphoto {
width: 844px;
height: 262px;
background: transparent url("img/mainphoto1.jpg") top center no-repeat;
border: #2d4834 3px solid;
margin: 8px auto 8px auto;
clear: left;
}

#secondaryphoto {
width: 844px;
height: 90px;
background: transparent url("img/mainphoto1.jpg") top center no-repeat;
border: #2d4834 3px solid;
margin: 0px auto 8px auto;
clear: left;
}

#content {
float: right;
width: 530px;
font-size: 13px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 5px 20px 10px 10px;
}

.highlight {
color: #305238;
font-weight: bold;
}

ul.attorneys {
float:left;
list-style: none;
padding-bottom: 4px;
margin: 2px 50px 2px 10px;
}

ul.attorneys img {
margin:0 6px 0 0;
border: 3px #2f4a35 solid;
}

ul.resources {
color: #809c86;
margin: 5px 0 5px 20px;
list-style: square;
padding-bottom: 10px;
}
ul.resources {
padding-bottom: 0px;
}

ul.normallist {
	list-style: square;
	margin-left: 0;
	padding-left: 2em;
}
	
#subheader_graphic h1{
	margin: 0px auto 8px auto;
	height:90px;
	width:844px;
	/* Default image. More defined below */
	background-image: url("");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: #2d4834 3px solid;
	}

html>body #subheader_graphic h1{
	width:844px;
	height: 90px;
	}

/* specify new images for different pages Look for different ids on body tag */
#Home #subheader_graphic h1{ background-image: url("img/mainphoto1.jpg"); }
#AttorneysPage #subheader_graphic h1{ background-image: url("img/subheader_attorneydirectory.jpg"); }
#AttorneyProfilePage #subheader_graphic h1{ background-image: url("img/subheader_attorneyprofile.jpg"); }
#PracticeAreasPage #subheader_graphic h1{ background-image: url("img/subheader_practiceareas.jpg"); }
#PracticeAreaPage #subheader_graphic h1{ background-image: url("img/subheader_practicearea.jpg"); }
#AttorneyProfilePage #subheader_graphic h1{ background-image: url("img/subheader_attorneyprofile.jpg"); }
#HistoryPage #subheader_graphic h1{ background-image: url("img/subheader_history.jpg"); }
#FacilitiesPage #subheader_graphic h1{ background-image: url("img/subheader_facilities.jpg"); }
#RecruitingPage #subheader_graphic h1{ background-image: url("img/subheader_recruiting.jpg"); }
#ResourcesPage #subheader_graphic h1{ background-image: url("img/subheader_resources.jpg"); }
#ContactPage #subheader_graphic h1{ background-image: url("img/subheader_contact.jpg"); }
#AdminPage #subheader_graphic h1{ background-image: url("img/subheader_admin.jpg"); }
#AwardsPage #subheader_graphic h1{ background-image: url("img/subheader_awards.jpg"); }
/* Breadcrumbs */
.breadcrumbs {
	margin:0;
	color:#333;
	font-size:.90em;
	padding-top: 5px;
	}
.breadcrumbs li {
	display:inline;
	}
.breadcrumbs a {
	color:#416549;
	}
.breadcrumbs .separator {
	padding:0 5px 0 7px;
	}
	
.float_left {
	float: left;
	padding-right: 5px;
	}
	
.dividerline {
	clear: left;
	width: 70%;
	height: 2px;
	border-bottom: 1px dashed #788b49;
	padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
	}	
	
.clearline {
	clear: left;
	width: 70%;
	height: 2px;
	}	
	
.photo_right {
	float: right;
	clear: right;
	padding: 5px 5px 10px 5px;
	}
	
.photo_left {
	float: left;
	padding: 5px 20px 5px 0px;
	}
	
.dividerline2 {
	clear: both;
	width: 555px;
	height: 2px;
	border-bottom: 1px dashed #788b49;
	padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
	}	
	
/**************************
LEFT COLUMN
**************************/
#left {
float: left;
width: 160px;
height:auto;
background: #3d5f46 url("img/sidebox_bg.jpg") top center no-repeat;
color: #fff;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

#left em {
color: #d8cf8a;
font-weight:bold;
font-style:normal;
}

.leftcontent {
min-height:300px;
padding: 10px 12px 15px 12px;
}

.leftcontent a{
color: #d8cf8a;
}

.leftcontent h2{
margin: 2px 0 12px 0;
color: #fff;
font-size:16px;
line-height:15px;
}

.attorney_photo1 {
margin:0 auto;
border: 2px #d8cf8a solid;
}
	
/*************************
RIGHT COLUMN
**************************/
#right {
float: right;
width: 148px;
height: auto;
border-left: 2px #ccc solid;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: 0px; /*** IE gets this margin. ***/
}
#right ul {
list-style: none;
padding-bottom: 0px;
}
#right li {
padding-bottom: 0px;
}

.sidephoto {
width: 215px;
height: 137px;
margin: 10px auto 0px auto;
border: 2px #d8cf8a solid;
}

.sidephoto2 {
margin: 0 auto;
border: 2px #2f4a35 solid;
}

.rightcontent {
min-height:300px;
padding: 10px 12px 15px 12px;
height:auto;
}

.rightcontent a{
color: #416549;
}

.rightcontent h2{
margin: 2px 0 5px 0;
color: #416549;
font-size:16px;
line-height:15px;
}

.rightcontent h3{
margin: 2px 0 2px 0;
color: #416549;
font-size: 12px;
}

/**************************
FOOTER
**************************/
#footer {
width: 100%;
height: 90px;
margin: 0 auto;
margin-top: -90px;
text-align: center;
background: #e1e1e1 url("img/footer_bg2.gif") top center repeat-x;
color: #305238;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 10px;
border-top: #fff 10px solid;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover { 
	color: #476f50;
	text-decoration: underline;
}

#footer a:hover { 
	color: #476f50;
	text-decoration: none;
}

#fcontainer {
position: relative;
width: 850px;
margin: -2px auto;
}

p.links {
font-family: Trebuchet MS, sans-serif;
font-size: 13px;
font-weight: bold;
padding: 15px 0 0 0;
}

p.address {
margin: 8px 0 0 140px;
padding: 0;
text-align: left;
}

#flogo {
position: absolute;
left: 11px;
top: 5px;
width: 110px;
height:87px;
background: transparent url("img/footer_logo.gif") top center no-repeat;
}