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


/* Global */

body, html {
	
	background: #fff;
	margin: 0;
	
}

.clearleft {
	clear: left;
}

.clear {
	clear: both
}

.clearright {
	clear:right;
}

.text {
	font: 12px Verdana;
	color:#333;
	line-height:18px;
	margin:5px;
}

a {
	color: 000;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

li {
line-height:14px;
padding-top:10px;


}

/* Logo */

#logo {
	font: 55px Georgia;
	color:#002239;
	padding: 5px 0 5px 5%;
	
}

#logo img {
	float: left;
	width:66px;
	height:71px;
	padding-right:25px;
	padding-left:15px;
}

#logo small {
	font: 35px Georgia;
	color:#002239;
}


/* Nav */

#nav {
	width:900px;
   
	
}

#nav ul {
	list-style:none;
	
}

#nav li {
	display:inline;
	padding: 0 22px 0 22px;
}

#nav li.border {
	border-right: 1px solid #3A3729;
}

#nav li a {
	font: 16px Helvetica;
	color: #3A3729;
	letter-spacing:2px;
	text-decoration:none;
	font-weight:bold;
}

#nav li a:hover {
	text-decoration:underline;
}


/* Specific Navigation Styles */

#bodyIndex #navIndex, #bodyAttorneys #navAttorneys, #bodyPractice #navPractice, #bodyProfiles #navAttorneys, #bodyPublications #navPublications, #bodyContact #navContact, #bodyNews #navNews,  a {
	
text-decoration:underline;
font-weight:bold;
color:#615042;
}




/* General Containers */

#wrapper {
	width: 900px;
	margin: 0 auto 10px auto;
	display:block;
	clear:all;
	
}

#contentDiv {
	width: 860px;
	height:auto;
	padding:15px;
	font: 12px verdana;
	color: #333;
	display:block;
	background-color: #e6e3e3;
}


#left {
	width: 410px;
	margin:10px;
	float:left;
	
	
}

#right {
	width:410px;
	margin:10px;
	float:right;

}


#whiteSpace {
	width:370px;
	height: auto;
	padding:15px;
	margin: 5px auto 0 auto;
	background: #fff;
	font: 12px Verdana;
	color: #333;
	line-height: 16px;
}

#whiteSpace a {
	color:#333;
}



#SubNavArea {
	width:auto;
	padding:10px 10px 0 10px;
	border: 1px solid #eee;
	background: #f1f1f1;
	font-size: 14px;
	text-align:right;
}

#SubNavArea a {
	color:#000;
	text-decoration:none;
}

#SubNavArea a:hover {
	text-decoration:underline;
}


#SubNavArea li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
}


/* Page Specific Containers */

#bodyIndex #left {
	width: 410px;
	height:auto;
	margin:10px;
	float:left;
	
	
}

#bodyProfile #whiteSpace {
	float:left;
	width: 75%;
	height: auto;
	margin:10x;
	padding:15px;
	margin: 5px auto 0 auto;
	background: #fff;
	font: 16px Helvetica;
	color: #333;
	line-height: 20px;
}

#publications {
	float:right;
	background: #999;
	width: 150px;
	margin: 5px 0 10px 5px;
	padding: 10px;
	border:1px solid #fff;
	font: 12px Helvetica;
	color:#fff;
	
}

#publications a {
	color: #fff;
	text-decoration:none;
	font-weight:normal;
}

#publications a:hover {
	text-decoration:underline;
}


#publications strong {
	font: 14px Georgia;
	color:#fff;
	text-decoration:underline;
}

#publications ul {
	list-style-type: none;
	margin-left: -35px;
}

#publications li {
	margin-bottom: 10px;
	
}


/* Titles */


#blueHeader {
	width:390px;
	height:35px;
	background: url(images/blueHeader-btm.jpg) bottom no-repeat #00233A;
	font: 18px Georgia;
	letter-spacing: 1px;
	color: #fff;
	text-align:center;
	padding:10px 5px 5px 5px;
	margin: 0 auto 0 auto;
}

#brownHeader {
	width:390px;
	height:25px;
	background: url(images/brownHeader-btm.jpg) bottom no-repeat #615042;
	font: 15px Georgia;
	letter-spacing: 1px;
	color: #fff;
	text-align:center;
	padding:5px 5px 5px 5px;
	margin: 0 auto 0 auto;
}
	

#brownHeader_full {
	width: auto;
	height:25px;
	background: url(images/attorneyHeader-btm.jpg) bottom left no-repeat #615042;
	font: 18px Georgia;
	letter-spacing: 4px;
	color: #fff;
	text-align:center;
	padding:5px 5px 5px 5px;
	margin: 0 auto 0 auto;
}

#blueHeader_full {
	width: auto;
	height:25px;
	background: url(images/blueHeader-btm-full.jpg) bottom left no-repeat #00223b;
	font: 18px Georgia;
	letter-spacing: 4px;
	color: #fff;
	text-align:center;
	padding:5px 5px 5px 5px;
	margin: 0 auto 0 auto;
}

div#blueheader_full a {
	width: auto;
	height:35px;
	background: url(images/blueHeader-btm-full.jpg) bottom left no-repeat #00223b;
	font: 18px Georgia;
	letter-spacing: 1px;
	color: #fff;
	text-align:center;
	padding:10px 5px 5px 5px;
	margin: 0 auto 0 auto;
	text-decoration:none;
}



div#blueheader_full a:hover {
	width: auto;
	height:35px;
	background: url(images/attorneyHeader-btm.jpg) bottom left no-repeat #615042;
	font: 18px Georgia;
	letter-spacing: 1px;
	color: #fff;
	text-align:center;
	padding:10px 5px 5px 5px;
	margin: 0 auto 0 auto;
}
/* Lists */


.arrList {
	margin-top: -5px;
	
}
	
.arrList li {
	list-style-image:url(images/arrow-bullet.png);
	padding:2px;
	font-size: 14px;
	color:#615042;
	font-weight: normal;
	line-height: 16px;
}
	

#practice ul {
	list-style: none;
	width: 370px;
	padding:5px;
	margin:-5px 0 0 5px;
}

#practice li {
	width: 100%;
	height:18px;
	background: #fff;
	border-left: 15px solid #B1D9EF;
	padding: 10px 0 0 5px;
	margin: 5px 0 0 0;
	font: 12px Georgia;
	text-align: center;
}


#practice li a {
	color:#002e48;
	text-decoration:none;
}

#practice li a:hover {
	text-decoration: underline;
}

#childrenDiv {
	width: 370px;
	height:120px;
	padding: 10px;
	background: #fff;
	margin: 0 auto 10px auto;
	

}

#childrenDiv img {
	float: left;
}

#childrenDiv div {
	float:right;
	width: 180px;
	line-height: 18px;
	}
	
#childrenDiv div h1 a {
	font: 14px Helvetica;
	color:#615042;
	text-align:center;
	text-decoration: underline;
	margin-top: 30px;
}


#indexNews {
	
	font: 12px Verdana;
	line-height: 10px;
}
#indexNews a {
	font: 12px Verdana;
	text-decoration: underline;
	color:#615042;
	font-weight: lighter;	
	
}
#indexNews strong {
	color:#5D8133;
	
}


/* Footer */

#footer {
	width:900px;
	font: 11px Georgia;
	height:35px;
	color:#333;
	margin: 0 auto 0 auto;
}

#footer ul {
	list-style:none;
}

#footer li {
	display:inline;
	padding: 0px 10px 0 10px;
}


#footer li a {
	color:#000;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration: underline;
}


#footer li.border {
	border-right: 1px solid #333;
}

