body {
	background-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
}

.main {
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	margin-top: 0px;
	top: 0px;
}

.main a {
	color: #964b35;
	text-decoration:none;
}

.main a:hover {
	color: #003399;
}

.bottomBar {
	float: left;
	width: 780px;
	padding: 10px;
	margin: 10px;
	font-size: 10px;
	color: white;
	text-align:center;
}

.bottomBar a {
	color: white;
}

.bottomBar a:hover {
	color: white;
}

.homeHeader, .experienceHeader, .practiceHeader, .attorneysHeader, .contactHeader, .joinHeader, .newsHeader {
	float:left;
	width: 800px;
	height: 221px;
	background-position: top;
	background-repeat: no-repeat;
}

.newsHeader {
background-image: url("images/news-top.jpg");
}

.homeHeader {
	background-image: url("images/home-top.jpg");
}

.experienceHeader {
	background-image: url("images/experience-top.jpg");
}

.practiceHeader {
	background-image: url("images/practice-top.jpg");
}

.attorneysHeader {
	background-image: url("images/attorneys-top.jpg");
}

.contactHeader {
	background-image: url("images/contact-top.jpg");
}

.joinHeader {
	background-image: url("images/join-top.jpg");
}

.thumb1 {
	position: absolute;
	top: 13px;
	left: 13px;
	height: 80px;
	width: 80px;
}

.blankLogo {
	position: absolute;
	top: 13px;
	left: 112px;
	height: 78px;
	width: 254px;
}

.thumb2 {
	position: absolute;
	top: 106px;
	left: 13px;
	height: 80px;
	width: 80px;
}

.thumb3 {
	position: absolute;
	top: 106px;
	left: 106px;
	height: 80px;
	width: 80px;
}

.thumb4 {
	position: absolute;
	top: 106px;
	left: 199px;
	height: 80px;
	width: 80px;
}

.homeBtn {
	position: absolute;
	top: 198px;
	left: 151px;
	width: 48px;
	height: 22px;
}

.mainContent {
	float:left;
	width: 800px;
	background-image: url("images/main-bg.gif");
	background-position: top left;
	background-repeat: repeat-y;
	padding-bottom: 40px;
}

.leftNavContent {
	float:left;
	width:200px;
}

.leftNavButtons {
	width: 200px;
	height: 240px;
}

.leftNavButtons img {
	float: right;
	clear:both;
	padding-top: 13px;
	padding-bottom: 13px;
}

.leftRedText {
	color: #964b35;
	font-size:12px;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 16px;
	clear:both;
}

.leftStdText {
	font-size: 11px;
	line-height: 1.2em;
	padding-left: 20px;
	padding-right: 16px;
}

.centerContent, .attyContent {
	float:left;
	width: 322px;
	padding-left: 12px;
	padding-top: 20px;
	padding-right: 16px;
	font-size: 10px;
}

.centerContent h3, .attyContent h3 {
	color: #003875;
	font-size: 14px;
	margin-bottom: 2px;
	padding-bottom:0px;
	margin-top: 14px;
}

.rightContent, .rightAttyContent {
	float:left;
	width: 234px; /*should be 238, but ie bug */
	padding-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 12px;
}

.attyContent {
	width: 380px;
	padding-top: 20px;
}

.rightAttyContent {
	width: 170px;
	padding-left: 10px;
}

.attyLeftCol {
	float:left;
	width: 110px;
	color: #003875;
	text-align:right;
}

.attyRightCol {
	float:left;
	padding-left: 10px;
	width: 260px;
}

.attyRightCol p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.rightSmallText {
	font-size: 10px;
}

.rightBlueText {
	color: #003875;
	font-size: 12px;
	text-align: left;
}

.rightSelect {
	text-align:left;
	width: 150px;
	padding-left: 0px;
}

.rightSelect select {
	font-size: 10px;
	width: 148px;
}

.rightRedText, .spacedRightRedText {
	color: #964b35;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.7em;
}

.spacedRightRedText {
	line-height: 2.2em;
}

.centerTitle {
	width: 322px;
	font-weight: bold;
	font-size:10px;
	margin-right: 0px;
	padding-right: 0px;
	border-bottom-color: #ffcc00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 12px;
}


