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

body {
	font: 0.813em Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
}
body#attorneys a#attorneysNav, body#clients a#clientsNav, body#practice a#practiceNav, body#recources a#resourcesNav, body#contact a#contactNav {
	background-color:#FF9900;
}
#container {
	width: 943px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
	padding: 10px;
}
#header {
	padding: 50px 0px 10px 0px;
}
#mainContent {
	background:url("images/bg.jpg") no-repeat scroll 0 0 #CCCCCC;
	color:#333333;
	padding:20px;
}
#mainContent img {
	background-color: white;
	border: 1px #666666 solid;
	padding:10px;
	margin-left:10px;
}
#mainContent div {
	padding-left: 25px;
}
.imgContainer {
	clear:both;
	padding-bottom:10px;
}
#footer {
	padding: 0px;
	clear:both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.left {
	float:left;
	width: 47%;
}
.right {
	float:right;
	width: 47%;
}
.img1 {
	float:left;
}
ul {
	list-style:none outside none;
	-moz-padding-start:40px;
	display:block;
	margin:1em 0;
}
/* Navigation Menu */


#menuContainer {
	float:right;
	font-size: 80%;
	text-transform:uppercase;
	width: 100%;
}
#menuContainer li {
	float:right;
	padding:20px 3px 20px;
}
#menuContainer li a:link, #menuContainer li a:visited {
	background:#990000;
	font-weight:bold;
	padding:20px 15px;
	color:white;
	text-decoration:none;
}
#menuContainer li.active a {
	color:#FFFFFF;
}
#menuContainer ul li a:hover, #menuContainer ul li a:active {
	background: #B74848;
	color:#FFFFFF;
}
#copyright {
	color:#666666;
	font-size:80%;
	padding-left:0px;
	text-align:left;
	padding-top:30px;
}
#copyright a:link {
	color:#666666;
}
#copyright a:visited {
	color:#666666;
}
#copyright a:hover {
	color: #CCCCCC;
}
.red {
	color: #990000;
	font-weight: bold;
}
h2 {
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-size: 180%;
}
h3 {
	color:#000000;
	font-size: 110%;
}
h3 a:link {
	color:#000000;
}
h3 a:visited {
	color:#000000;
}
a:link {
	color:#003399;
}
a:visited {
	color:#003399;
}
a:hover {
	color:#CC6600;
	text-decoration:none;
}
.small {
	font-size: 85%
}
