/* CSS Document */


html 
{
	width:100%;
}

html a:link
{
	text-decoration:none;
	color:#a03232;
}

html a:visited
{
	text-decoration:none;
	color:#a03232;
}

html a:hover
{
	text-decoration:none;
	color:#a03232;
}

html a:active
{
	text-decoration:none;
	color:#a03232;
}

h1
{
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
}

h2
{
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0;
}

body
{
	width:100%;
	background-color:#ffffcc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:1.5em;
}

#layout
{
	width:760px;
	height:auto;
	margin:0 auto;
	background-image:url(../images/sidebar_back.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	border:1px solid #333366;
}

#nav
{
	margin:85px 0;
	width:192px;
	float:left;
}

#nav a:link
{
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}

#nav a:visited
{
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}

#nav a:active
{
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}

#nav a:hover
{
	font-size:9px;
	color:#A03232;
	font-weight:bold;
	text-decoration:none;
}

.navSpacer
{
	background-image:url(../images/navSpacer.gif);
	background-repeat:no-repeat;
	width:150px;
	height:1px;
	margin:0 0 0 16px;
	font-size:1px;
	padding:0;
}

#nav .navCategory
{
	margin-left:16px;
	width:157px;
	height:32px;
}

#nav .navItem
{
	color:#FFFFFF;
	font-size:11px;
	margin:0 0 0 20px;
}

#nav #practiceArrow
{
	margin:9px 0px 9px 0px;
	cursor:pointer;
}

#nav #attorneyArrow
{
	margin:11px 0px 7px 0px;
	cursor:pointer;
	
}

#nav #search
{
	text-align:center;
}

#nav #searchButtonDiv
{
	margin:10px 0;
}

#nav #searchButton
{
	cursor:pointer;
}


#nav img
{
	border:0;
}

#bubbleNav
{
	text-align:center;
	width:438px;
	border:solid 1px #ffffff;
	margin:9px auto;
}

.bubbleNavItem
{
	float:left;
	margin:0 0 0 1px;
}

#content
{
	width:520px;
	height:auto;
	float:right;
	background-color:#ffffff;
	padding:1em 2em 1em 2em;
}

#content #header
{
	margin: 10px auto 0 auto;
	background-color:#FFFFFF;
	text-align:center;
}

#content #userContent
{
	height:auto;
}

#address
{
	text-align:center;
}

#contactForm 
{
	text-align:center;
}

#contactForm div
{
	text-align:left;
	margin:0 0 .5em 2em;
	vertical-align:bottom;
}

#contactForm div label
{
	width:10em;
	margin:.5em 0 0 0;
	display:block;
	float:left;
}

#contactForm input
{
	margin 0 0 0 1em;
}

#formSubmitDiv
{
	padding:2em 0 2em 0;
	text-align:center;
}



#footer
{
	margin:0 0 0 200px;
}

.footerItem
{
	float:left;
	color:#a03232;
	font-size:9px;
}

.spacer
{
	clear:both;
}

.title
{
	font-weight:bold;
	font-size:12px;
}

.show
{
}

.hide
{
	display:none;
}





