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

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-position:top;
	background-color:#08244d;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.home { background-image:url(images/main-bg.gif); background-repeat:repeat-x; }
.page { background-image:url(images/main-bg-page.gif); background-repeat:repeat-x; }

h1, h2, h3, h4 { color:#FFFFFF; }
#content h1 a, #content h2 a, #content h3 a { color:#FFFFFF; }
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover { color:#0066ff;}


.page h2 { font-size:24px; }

h3 { font-size:18px; }

h4 { font-size:16px; }

a {
	text-decoration:none;
	}
	
td { text-align: center; }
	
.left { float:left; }
.right { float:right; }

p { margin:0px 0px 20px 0px; }

#box {
	margin:0px auto;
	padding:0px;
	width:1000px;
	}
#header {
	width:970px;
	padding:15px;
	background-image:url(images/header-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
.home #header { height:135px; }
.page #header { height:100px; }
#header h1 { margin:0px; padding:0px; font-size:28px; }

.tagHouse {
	float:right;
	clear:right;
	padding:15px 0px 0px 0px;
	}
.tagOne, .tagTwo {
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000;
	}
.tagOne {
	float:left;
	text-align:left;
	font-size:18px;
	width:500px;
	}
.tagTwo {
	float:right;
	clear:both;
	text-align:right;
	width:650px;
	font-size:24px;
	}
#nav {
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:url(images/nav-bg.gif);
	background-repeat:no-repeat;
	float:right;
	padding:0px 15px;
	height:30px;
	width:379px;
	font-size:12px;
	}
#nav li {
	text-align:center;
	float:left;
	display:block;
	padding:0px 22px 0px 0px;
	}
#nav a {
	display:block;
	padding:8px 1px;
	height:14px;
	background-image:url(images/nav-bg.gif);
	background-repeat:no-repeat;
	}
a.home {
	background-position:-25px 0px;
	width:32px;
	}
a.practice {
	background-position:-80px 0px;
	width:79px;
	}
a.attorney {
	background-position:-180px 0px;
	width:89px;
	}
a.clients {
	background-position:-285px 0px;
	width:38px;
	}
a.contact {
	padding:8px 0px;
	background-position:-345px 0px;
	width:42px;
	}
	
li#current a.home {
	color:#ffffff;
	background-position:-25px -30px;
	}
li#current a.practice {
	color:#ffffff;
	background-position:-80px -30px;
	}
li#current a.attorney {
	color:#ffffff;
	background-position:-180px -30px;
	}
li#current a.clients {
	color:#ffffff;
	background-position:-285px -30px;
	}
li#current a.contact {
	padding:8px 0px;
	color:#ffffff;
	background-position:-345px -30px;
	}

#nav li.last {
	padding:0px;
	}
#nav a {
	color:#cedff3;
	}
#nav a:hover {
	color:#FFFFFF;
	}
.logo {
	float:left;
	}
#content {
	margin:0px;
	padding:20px 40px;
	text-align:left;
	background-image:url(images/box-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	min-height:500px;
	line-height:1.5em;
	}
#content h1, #content h2 { margin:0px; padding:10px 0px; }
#content h2 { margin-bottom:15px; }

#content a {
	color:#0066ff;
	}
#content .left {
	width: 655px;
	}
#content .right {
	width:217px;
	}
#content .floated li a { color:#FFFFFF; }
#content .floated li a:hover { color:#0066ff;}

.bioPic {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	}
.firstPar {
	font-size:16px;
	line-height:1.5em;
	}
.floated {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 0px 0px 18px;
	font-size:16px;
	}
.two { width:300px; }
.three { width:200px; }
.floated li {
	margin-bottom:10px;
	}
.floated strong { color:#ffffff; }
.sideBar {
	width:187px;
	background-image:url(images/sidebarBTM.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:15px 15px 25px 15px;
	border-top:1px solid #0a2856;
	margin-bottom:5px;
	color:#c2c2c2;
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	}
.sideBar strong {
	font-size:14px;
	color:#ffffff;
	}
.sideBar img {
	border:1px solid #0a2856;
	}
.sideBar a:hover { text-decoration:underline; }

#content .left h2 {
	background-image:url(images/mainBox-line.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#content .left h3 {
	padding-bottom:10px;
	background-image:url(images/mainBox-line.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#footer {
	clear:both;
	background-color:#071f43;
	width:940px;
	margin:20px auto 0px auto;
	padding:10px;
	font-size:10px;
	text-transform:uppercase;
	}
#footer a {
	color:#cccccc;
	}
#footer a:hover {
	color:#0066ff;
	}
#footer .left, #footer .right { width:400px; }
#footer .left { text-align:left; }
#footer .right { text-align:right; }