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

/* Structure */

body {
	background:url(../images/bg.jpg) top center repeat-x #828282;
	margin: 0px;
	padding: 0 6px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	}

#wrapper {
	width: 959px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 937px;
	height: 228px;
	float: left;
	background: url(../images/header.jpg) top center no-repeat;
	padding: 10px 0 0 22px;
	}

#nav-bar {
	width: 959px;
	height: 132px;
	float: left;
	background: url(../images/nav-bg.gif) top center no-repeat;
	}

#nav-text {
	width: 919px;
	height: 20px;
	float: left;
	text-align: center;
	padding: 22px 20px 18px 20px;
	}

#nav {
	width: 953px;
	height: 68px;
	float: left;
	padding: 0 3px 4px 3px;
	}

.nav-button {
	float: left;
	margin: 0 1px 0 1px;
	}

#main {
	width: 951px;
	float: left;
	border: #393939 solid;
	border-width: 0 4px 4px 4px;
	background: url(../images/wrapper-bg.gif) center repeat-y;
	margin: 0 0 10px 0;
	}

#sidebar {
	width: 218px;
	float: left;
	padding: 10px 10px 15px 9px;
	}

.sb-sec {
	width: 218px;
	float: left;
	margin: 0 0 10px 0;
	}

.sb-content {
	width: 192px;
	float: left;
	border: #999999 1px solid;
	background: url(../images/sb-sec.gif) top no-repeat #d1d1d1;
	padding: 12px 12px 12px 12px;
	margin: 0px;
	}

.sb-more {
	width: 191px;
	height: 22px;
	float: left;
	border: #999999 1px solid;
	background: url(../images/sb-more.gif) top no-repeat;
	margin: 5px 0 0 0;
	padding: 4px 20px 0 5px;
	text-align: right;
	}

.sb-more:hover {
	cursor: pointer;
	background: url(../images/sb-more2.gif);
	}

#content {
	width: 654px;
	float: left;
	padding: 30px 30px 38px 30px;
	}

#footer {
	width: 959px;
	height: 92px;
	float: left;
	background: url(../images/footer.gif) top center no-repeat;
	margin: 0 0 10px 0;
	}

#ft-top {
	width: 927px;
	height: 17px;
	float: left;
	padding: 16px;
	}

#ft-btm {
	width: 959px;
	height: 43px;
	float: left;
	}

#ftb-lft {
	width: 439px;
	height: 30px;
	float: left;
	padding: 13px 20px 0 20px;
	text-align: left;
	}

#ftb-rt {
	width: 439px;
	height: 30px;
	float: left;
	padding: 13px 20px 0 20px;
	text-align: right;
	}

#juris-div {
	width: 654px;
	font-size: 10px;
	}

.juris-col {
	width: 130px;
	float: left;
	}

/* Basic Text Styling */

h1 {
	color: #333333;
	font-family: Century Gothic, Futura LT Book, Futura LT Medium, Helvetica, Arial, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 0 0 15px 0;
	padding: 0px;
	font-weight: bold;
	}

h1 a, h1 a:hover {
	color: #333333;
	text-decoration: none;
	}

h2 {
	color: #666666;
	font-family: Century Gothic, Futura LT Book, Futura LT Medium, Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 23px;
	margin: 0 0 15px 0;
	padding: 0px;
	font-weight: bold;
}

h2 a, h2 a:hover {
	color: #666666;
	text-decoration: none;
	}

h3 {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-transform: none;
	line-height: 19px;
	margin: 0 0 15px 0;
	padding: 0px;
	font-weight: bold;
}

h3 a, h3 a:hover {
	color: #333333;
	text-decoration: none;
	}

h4 {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-transform: none;
	line-height: 17px;
	margin: 0 0 15px 0;
	padding: 0px;
	font-weight: bold;
}

h4 a, h4 a:hover {
	color: #666666;
	text-decoration: none;
	}

h5 {
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: none;
	line-height: 14px;
	margin: 0 0 15px 0;
	padding: 0px;
	font-weight: bold;
}

h5 a, h5 a:hover {
	color: #333333;
	text-decoration: none;
	}

p {
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 15px 0;
	}
	
p a, p a:hover {
	color: #333333;
	text-decoration: none;
	}

ul {
	padding: 0 35px 0 35px;
	margin: 0 0 15px 0;
	}

ul li {
	list-style: url(../images/bullet.gif) outside;
	margin: 0 0 7px 0;
	}

ul li ul {
	padding: 0 20px 0 20px;
	margin: 10px 0 15px 0;
	}

ul li ul li {
	list-style: outside circle;
	}

ul a, ul a:hover {
	color: #333333;
	text-decoration: none;
	}

a, a:hover {
	color: #333333;
	text-decoration: none;
	}

a.visible {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	}

a.visible:hover {
	text-decoration: none;
	}

/* Additional Styles */

#nav-text h1 {
	color: #CCCCCC;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 6px;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	}

h1.title {
	border-bottom: #717171 1px solid;
	line-height: 18px;
	width: 100%;
	margin-bottom: 5px;
	}

h2.title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	border-bottom: #717171 1px solid;
	line-height: 18px;
	width: 100%;
	letter-spacing: 0px;
	}

#sb-content p {
	margin: 0px;
	font-weight: bold;
	}

.sb-more a {
	color: #DEDEDE;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px;
	}

.sb-more a:hover {
	color: #FFFFFF;
	}

ul.practice-areas {
	font-size: 11px;
	color: #121212;
	padding: 0 0 0 15px;
	}

ul.practice-areas li {
	margin-bottom: 0px;
	}

#footer {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	}

#footer a {
	color: #CCCCCC;
	margin: 0 10px 0 10px;
	text-decoration: none;
	}

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

#ft-btm {
	font-size: 11px;
	letter-spacing: 0px;
	color: #999999;
	}

ul.juris {
	font-size: 10px;
	padding-left: 30px;
	list-style: none;
	}

ul.juris li {
	margin: 0px;
	list-style: none;
	}

/* Other */

a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
