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

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #93827A;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	margin: 0;
	color:#899843;
	font-size: 18px;
	text-align:right;
	padding:  21px 80px 0 0;
	}
	
a {
	color: #899843;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

p {
	font-size: 14px;
	margin: 0;
	padding: 0 12px 20px 12px;
	letter-spacing: -0.01em;
	word-spacing: 0.1em;
	line-height: 1.3em;
	}
	
#wrapper {
	width: 800px;
	margin: 30px auto 0 auto;
	}


#outerContainer {
	border-left: 20px solid #BBCC26;
	width: 800px;
	background-color:#FFF8D1;
	}
	

#header {
	background-color:#ECF0BE;
	border-bottom: 6px solid #DED3B5;
	height: 60px;
	margin: 0;
	padding: 0;
	}
	
#header a {
	color: #000;
	text-decoration:none;
	outline: none;
	padding: 33px 34px 10px 34px;
	}
	
#header a:hover {
	background-color:#DED3B5;
	}
	
#header ul {
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
	}
	
#header li {
	list-style-type: none;
	display: inline;
	padding: 0;
	font-size: 15px;
	line-height: 60px;
	letter-spacing: -0.01em;
	}
	
.current {
	background-color: #DED3B5;
	}
	

/* TEST JQUERY STUFF - WORKS WITH INDEX3-JS.HTML
#nav li a {
	z-index: 1;
	}
	
#header li:hover {
	background-color:#DED3B5;
	}
	
#header ul#nav {
	position:relative;
	}
	
#header #nav li span {
	background-color: #DED3B5;
	height: 60px;
	width: 100px;
	z-index:2;
display:block;
bottom:0px;
position:absolute;
display: none;
	}
*/	
	
#innerContainer {
	background-color: #FFF8D1;
	}
	

#leftSidebar {
	width: 220px;
	height: 100%;
	float: left;
	background-color:#FFF8D1;
	}

#sidebarTop {
	height: 169px;
	background-color:#FFF8D1;
	}
	
#sidebarMid {
	height: 60px;
	background-color:#FFF8D1;
	}

#sidebarMid img {
	width: 150px;
	height: 60px;
	float: right;
	}
	
#main {
	width: 580px;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	}
	
#logoBanner {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
	height: 169px;
	width: 575px;
	position: relative;
	}
	
#logoBanner img {
	position: absolute;
	top: 52px;
	right: 30px;
	}
	
#titleBanner {
	background-color: #FFF8D1;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 580px;
	float: left;
	}

#content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 50px 0 0 0;
	width:570px;
	font-size: 14px;
	}
	
#content img {
	width: 210px;
	padding-bottom: 4px;
	}
	
#contentImage {
	width: 237px;
	float: left;
}

#contentText {
	width: 333px;
	float: left;
	position: relative;
	}
	
#footer {
	background-color: #ECF0BE;
	height: 30px;
	}
	
#footer p {
	float:left;
	padding: 8px 0 0 14px;
	letter-spacing: 0.1px;
	font-size: 10px;
	display: inline;
	}
	
#footer a {
	color: #000;
	padding: 8px 14px 0 0;
	letter-spacing: 0.1px;
	font-size: 12px;
	display: inline;
	float: right;
	}
	
.callout {
	text-align:center;
	font-size: 9px;
	color: #DED3B5;
	padding-top: 6px;
	letter-spacing: 0.04em;
	word-spacing: -0.03em;
	}
	
.callout a {
	color: #DED3B5;
	}
	
.clear {
	clear:both;
	height: 0px;
	}
	
.caption {
	font-size: 13px;
	padding: 4px 0 0 12px;
	line-height: 13px;
	font-weight:600;
	display: block;
	}
	
.caption a {
	font-size: 14px;
	}
	
.smallcaption {
	font-size: 10px;
	padding: 4px 0 0 0;
	line-height: 10px;
	font-weight:600;
	display: block;
	}
	
.smallcaption a {
	font-size: 11px;
	}
	
.smallbio {
	font-size: 13px;
	padding-bottom: 10px;
	}

#sidebarAddress {
	position: absolute;
	width: 210px;
	bottom: 0px;
	right: 560px;
	text-align:left;
	}
	
#sidebarAddress p {
	font-size: 12px;
	}
	
.floatright {
	float: right;
	}
	
.floatleft {
	float: left;
	padding-bottom: 50px;
	padding-right: 30px;
	}
	
	
/* jQUERY TEST STUFF 
	
#header {
background-color: #ffffff;
overflow:hidden;
height: 62px;
}
#header ul#nav {
width: 688px !important;
float: left;
position: relative;
}
#header #nav li {
width: 96px;
display: block;
text-transform: lowercase;
font: normal 15px / 38px Arial, sans-serif;
letter-spacing:.07em;
margin-left: 1px;
float: left;
border-bottom: 5px solid #313654;
}
#header #nav li a,
#header #nav li a:hover{
line-height: 30px;
text-decoration: none!important;
width: 100%;
display: block;
text-align: center;
z-index:2;
position:relative;
}
#header #nav li span{
z-index:1;
display:block;
width:96px;
height:30px;
background:#000;
bottom:5px;
position:absolute;
}

/*set off by default, but have to have above to make block

#header ul#nav li span{
visibility: hidden;
}

#header #nav .home {
background-color: #111425;
margin-left: 0;
border-color: #313654;
}
#header #nav .home span{
background-color: #313654;
}

#header #nav .attorneys{
background-color: #2c3673;
border-color: #5b65a0;
}
#header #nav .attorneys span{
background-color: #5b65a0;
}


*/