body{
	background-color: #ffffff;
	color: #333333;
	font-family:"Arial", sans-serif;
	font-size:12px;
	margin:0;
}
.smallCaps {
	font-variant: small-caps;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #a20000;
}

h1 {
	border-bottom:1px solid #5d0000;
	color: #333333;
	font-family:"Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	padding:10px 0 3px 0;
	margin: 0 0 4px 0;
	text-transform:capitalize;
}

h2 {
	color: #630000;
	font-size: 11px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;

}

h4 {
	font-variant: small-caps;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*color: #880c0c;*/
	color: #a20000;
	padding:0px 2px 3px 10px;
	margin:0px;
}

/**** for practice area detail and attorney detail title ***/
h5 {
	color:#330000;
	font-family:"Times New Roman", serif;
	font-size:16px;
	font-weight:normal;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}

p{
	line-height:15px;
	margin: 0 0 10px 0px;
	padding: 0px;
}

p a{
	text-decoration: underline;
}

a{
	color: #640000;
	text-decoration: none;
}

a:hover {
	color:#dea317;
	text-decoration: none;
}

.red_text {
	color: #640000;
}

.img_border {
	border: #9b9b9b 1px solid;
	padding: 7px;
}

.column_left {
	color: #a20000;
	font-weight: bold;
	padding-right:13px;
	text-align: right;
}

.border_bottom_red {
	border-bottom: 1px #a20000 solid;
}	

.nicebutton {
	background:#4a0201 url(/images/button_bg.gif)0 100%;
	border:none;
	color:#ffffff;
	padding:0px 8px 3px 8px;
	margin:0px;
	font-size:11px;
	font-family: "Arial", sans-serif;
	height:24px;
	cursor:pointer;
}
.register{
	padding:3px 8px 3px 8px;
	margin:3px 0;
}

.required {
	color:#a20000;
}

.formTitle {
	text-align:right;
	padding-right:10px;
}

.showLayer {
	visibility: visible;
}

.hideLayer {
	visibility: hidden;
	display: none;
}

