body {
	margin: 0;
    padding: 0;
    font-size:90%;
	background-color: #00234b;
}
	
/* HEADER STYLES */
#header {
	float:left;
	overflow:hidden;
	height: 82px;
	width: 800px;
	margin: 0;
	padding: 0;
	border-bottom: solid 3px #00234b;
	background: url(home_images/header_background.jpg);
}
/* STRUCTURE */
#wrapper{
	width: 800px;
	padding: 0;
	margin: 0 auto 20px auto;
	overflow:hidden;
	background-color: #fff;
}
#contact{
	width: 800px;
	display: block;
	float: right;
	padding: 0;
}
#nav{
	height: 22px;
	display: block;
	float: right;
	margin-top: 28px;
}
#contentarea {
	float:left;
	width:800px;
	margin: 0;
	padding-bottom: 20px;
	overflow:hidden;
}
#leftCol{
	width: 215px;
	padding: 0 5px 0 25px;
	margin: 0;
	float: left;
}
#middleCol{
	width: 215px;
	padding: 0 15px 0 15px;
	margin: 0;
	float: left;
}
#rightCol{
	width: 290px;
	padding: 50px 15px 30px 5px;
	margin: 0;
	float: right;
	background: url(home_images/globe_bottom.gif) no-repeat;
	background-position: top right;
}
/* STYLES */
.box {
	padding: 0;
	margin: 0;
	
	background-color: #fff;
	border: solid 1px #00234b;
}
#leftCol a.link{ 
	display: block;
	float: left;
	font-size: 90%;
	text-indent: 8px;
	text-decoration: underline;
}
.shadow {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url("home_images/shadow-grid.gif") repeat;
}

/* ie6 ignores this selector */
html>body .shadow {
	margin: 50px -10px -25px 10px;
	background: url("home_images/shadow.png") right bottom no-repeat;
}

.shadow:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.shadow:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.shadow .box {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .shadow .box {
	left: -10px;
	top: -10px;
	margin: 0;
}


.title {
	border-bottom: solid 1px #00234b;
	background: url("home_images/title_background.gif");
}
#contentarea img{
	border: solid 1px #00234b;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
}
#header a{
	text-indent: -5000px;
	float: left;
	text-decoration: none;
}
#contact a{
	float: right;
	width: 82px;
    height: 32px;
	background: url("home_images/contact.jpg") 0 0 no-repeat;
}
#contact a:hover{
	background-position: -82px 0;
}
#nav a.about{
	width: 112px;
    height: 22px;
	background: url("home_images/about_us.jpg") 0 0 no-repeat;
}
#nav a:hover.about{
	background-position: -112px 0;
}
#nav a.practice{
	width: 112px;
    height: 22px;
    background: url("home_images/practice_areas.jpg") 0 0 no-repeat;
}
#nav a:hover.practice{
	background-position: -112px 0;
}
#nav a.e_discovery{
	width: 112px;
    height: 22px;
    background: url("home_images/ediscovery.jpg") 0 0 no-repeat;
}
#nav a:hover.e_discovery{
	background-position: -112px 0;
}
#nav a.announcements{
	width: 111px;
    height: 22px;
    background: url("home_images/announcements.jpg") 0 0 no-repeat;
}
#nav a:hover.announcements{
	background-position: -111px 0;
}
#nav a.careers{
	width: 111px;
    height: 22px;
    background: url("home_images/careers.jpg") 0 0 no-repeat;
}
#nav a:hover.careers{
	background-position: -111px 0;
}
.learn{
	padding-top: 5px;
	width: 215px;
	height: 25px;
}
.learn a{
	text-indent: -5000px;
	width: 69px;
	height: 25px;
	float: right;
    background: url("home_images/learn.jpg") 0 0 no-repeat;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.learn a:hover{
	background-position: -69px 0;
}
#enews_title{
	border-top: solid 2px #942c05;
	border-left: solid 2px #942c05;
	border-right: solid 2px #942c05;
	background-color: #e7e8e2;
	width: 170px;
	margin-top: 10px;
}
#enews{
	width: 253px;
	background-color: #e7e8e2;
	padding: 5px 10px;
	border-top: solid 6px #942c05;
	border-left: solid 2px #942c05;
	border-bottom: solid 2px #942c05;
	border-right: solid 2px #942c05;
}
#enews b{
	color: #00234b;
}
#register{
	margin-top: 20px;
	width: 230px;
	float: left;
}
#reg_button{
	margin-top: 20px;
	width: 56px;
	float: right;
}
#footer{
	font-size: 80%;
	color: #00234b;
	float: left;
	width: 800px;
}
#footer a{
	font-size: 90%;
}
.locations{
	color: #9e3817;
}
#secondaryNav{
	float:left;
	width: 450px;
	padding-left: 20px;
}
#isg{
	width: 310px;
	float: right;
}
#isg img{
	float: left;
	padding-top: 35px;
	border: 0;
}
#isg a{
	float: right;
	padding: 58px 30px 0 0;
}
/* COMMON STYLES */
.center {
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.right{
	display: block;
	float: right;
}
.left{
	display: block;
	float: left;
}
img{
	border: none;
}
p{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	line-height: 1.25em;
}
h1{
	font-size: 1.1em;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #9e3817;
	padding: 0;
	margin-top: -10px;
}
h2{
	font-size: 1em;
	line-height: 2.5em;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #00234b;
	font-family: Georgia, Times New Roman, Times, serif;
}
h3{
	font-size: .73em;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	margin: 3px 3px 0 3px;
	color: #fff;
	background-color: #942c05;
	font-family: Georgia, Times New Roman, Times, serif;
}
h4{
	display: inline;
	line-height: 2em;
	font-size: .8em;
	font-weight: bold;
	padding-right: 5px;
	color: #9e3817;
	font-family: Georgia, Times New Roman, Times, serif;
}
ul{
	margin: 5px 0 0 0; 
	padding: 0;
	list-style: none;
}
li{
	text-indent: 8px;
	margin: 0;
	padding:0;
	font-size: .9em;
}
a:link {color: #00234b;}
a:visited {color: #00234b;}
a:hover {color: #00234b;}
a:active {color: #00234b;}

a{ 
	text-decoration: underline;
	font-family: Georgia, Times New Roman, Times, serif;
}