/* CSS Document */
/*START page properties*/
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #a13229;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a13229;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #a13229;
}
/*END page properties*/
/*Nav styles*/
.navText {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
}
a.navText:link, a.navText:visited, a.navText:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
}
a.navText:hover{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration:underline;
}
a.whiteLink:link, a.whiteLink:visited, a.whiteLink:active {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
}
a.whiteLink:hover{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
}
.navTextOn, a.navTextOn:link, a.navTextOn:visited, a.navTextOn:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
.subnavText {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	text-indent:50px;
}
a.subnavText:link, a.subnavText:visited, a.subnavText:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.subnavTextOn, a.subnavTextOn:link, a.subnavTextOn:visited, a.subnavTextOn:active {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #a13229;
	text-decoration:none;
	font-weight: bold;
		text-indent:50px;
}
/*End Nav Styles*/
/*Content Styles*/
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.grayContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.content_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.content_practices {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 20px;
}
.side_content_practices {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 20px;
}
.contact_info{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	}
.contact_bold{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
	
.red_headline{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a13229;
	font-weight: bold;
	}
.red_seperate {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a13229;
	font-weight: bold;
	}
.bottomspace{
	padding-bottom: 5px;
	}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 20px;
}
.footer_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #a13229;
}
/*END Content styles*/
/*background graphic styles*/
.attorney_bg {
	background-image:url(/img/cw_attorneys_bg.gif);
	background-repeat:no-repeat;
	background-position: right;
}
.attorney_detail_bg {
	background-image:url(/img/cw_attorney_detail_bg.gif);
	background-repeat:no-repeat;
	background-position: right;
}
.employment_bg {
	background-image:url(/img/cw_attorney_detail_bg.gif);
	background-repeat:no-repeat;
	background-position: right;
}
.contact_bg {
	background-image:url(/img/cw_contact_bg.gif);
	background-repeat:no-repeat;
	background-position: right;
}
.location_bg {
	background-image:url(/img/cw_location_bg.gif);
	background-repeat:no-repeat;
	background-position: left;
	background-position: top;
}
/*END background graphic styles*/
/*H styles*/
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #a13229;
	font-weight: bold;
	line-height: 0px;
	}
