#fullContent h3{
	margin:0 0 7px 0;
	color:#aa882c;
	font-size:12px
}

h3 span{
	font-weight:normal
}

h5{
	color:#666;
	font-size:11px;
	margin:0;
}

h6{
	font-size:11px;
	color:#666;
	margin:0 0 15px 0;
}

address{
	font-style:normal;
	margin:0 0 15px;
	line-height:15px
}
textarea{
	margin:0 0 15px 0;
	display:block;
}



/* BEGIN: CSS Menu ================== */
#asnpmenu  {
	height: 43px;
	background: url(../img/barback.gif) repeat-x;
	position:relative;
	z-index:999;
}

#nav{
	position:relative;
	width:760px;
	margin:0px auto 0px auto;
	height:43px;
}

#nav ul{
	visibility:hidden;
	position:absolute;
	top:3.8em; /* I'm using ems rather than px to allow people to zoom their font */
	left:0;
	width:170px;
    z-index: 999;
}

/* Second and third etc. level submenus - position across from parent instead */
#nav ul ul{
	top:0px;
	left:168px;
    z-index: 999;
}

#nav li{/* Set top-level list items */
	position:relative;
	float:left;
	list-style:none;
    z-index: 999;
	background:url(/img/bg_menu_separator.gif) no-repeat top right;
}

#nav li a{/* Set top-level link items */
	color:#fff;
	font:13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	padding:5px 5px 5px 5px;
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:titlecase;
	background-repeat:no-repeat;
    z-index: 999;
	height:33px;
	margin:0px 0 0px 0;
	line-height:12pt;
	/*border-right:1px dotted yellow;*/
}
#nav li a:hover  {
	background: url(/img/overback.gif) repeat-x;
	color: #244c6b;
}

#nav ul li{/* Set sub-level link items - OVERRIDE THE TOP-LEVEL */
	position:relative;
	float:none;
	background:#1a3f5b;
	margin-bottom:-1px;
	/*opacity:.95;*/
	/*border:1px solid #0d263a;*/
    z-index: 999;
}

#nav ul li a{/* Set sub-level link items - OVERRIDE THE TOP-LEVEL */
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	padding:2px 5px;
	width:160px;
	text-align:left;
    z-index: 999;
	height:auto;
}

#nav a:hover{
    z-index: 999;
}

#nav ul>li:last-child{
	margin-bottom:1px;
    z-index: 999;
}

/* Links inside the menu */
#nav ul a{
	display:block;
	padding:3px;
    z-index: 999;
}

/* Lit  items:'hover' is mouseover, 'highlighted' are parent items to visible menus */
#nav ul a:hover, #nav ul a.highlighted:hover, #nav ul a:focus{
	background-color:#0d263a;
    z-index: 999;
}

#nav a.highlighted{
	background: url(/img/overback.gif) repeat-x;
	color: #244c6b;
	/*background-color:#0d263a;*/
	/*background-position:0 -29px;*/
    z-index: 999;
}

/* Only style submenu indicators within submenus. */
#nav a .subind{
	display: none;
    z-index: 999;
}
#nav ul a .subind{
	display: block;
	float:right;
    z-index: 999;
}

/* BEGIN: Top-level widths and images */
.navAttorneys{
	/*background-image:url(/img/navAttorneys58.gif);*/
	width:83px
}
.navAttorneys58{
	/*background-image:url(/img/navAttorneys58.gif);*/
	width:100px
}

.navAttorneys73{
	/*background-image:url(/img/navAttorneys73.gif);*/
	width:100px
}

.navAttorneys115{
	/*background-image:url(/img/navAttorneys115.gif);*/
	width:100px
}

.navAttorneys125{
	/*background-image:url(/img/navAttorneys125.gif);*/
	width:100px
}

.navAttorneys130{
	/*background-image:url(/img/navAttorneys130.gif);*/
	width:100px
}
/* END: Top-level widths and images */
/* END: CSS Menu ================== */

#bottomNavBar{
	background:#0d263a url(/img/subNavBg.gif) repeat-x;
	border-bottom:1px solid #0d263a;
	height:29px
}
/* BEGIN: Main Dimensions */
div:after{/* For Gecko Browsers which like to completely break float elements out of the parent's layout */
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

#leftSide{
	float:left;
	width:156px;
	padding:0 0 0 14px;
	color:#234d6d
}

#leftSide h2, #rightSide h2{
	margin-left:-4px
}

#fullContent{
	padding:0 20px 20px 20px;
}

#middleContent{
	/*float:left;*/
	width:800px;	
	/*padding:0 20px*/
}
/*
#rightContent{
	float:left;
	width:569px;
	padding:0 20px
}

#rightSide{
	float:left;
	width:190px
}
*/
/* END: Main Dimensions */
/* BEGIN: Member Login and Survey */
#leftSide{
	overflow:hidden /* For IE */
}

#memberLogin{
	margin:5px 5px 15px;
	color:#2e5e82;
	font-weight:bold
}

#email, #uname, #pword{
	display:block;
	width:140px;
	margin:0 0 4px
}

#survey label{
	display:block;
	margin:7px 0 0 10px
}

#survey label input{
	position:relative;
	top:2px;
	left:-2px
}

#btnLoginSubmit{
	position:relative;
	top:5px;
	left:10px
}

#btnVote{
	position:absolute;
	top:70px;
	left:90px
}
/* END: Member Login and Survey */
/* BEGIN: Tables */
table{
	margin:0 0 15px 0;
	width:100%;
	font-size:inherit;
}

th{
	padding:5px;
	width:24px;
	background-color:#707B97;
	border:1px solid #ccc;
	color:#fcfcfc;
	font-size:16px
}

td{
	padding:6px 10px;
	background-color:#F0F1F3;
	border:1px solid #B2BAC5;
	color:#000;
	vertical-align:top;
}


td div{
	clear:both;
	margin-top:5px
}
.transparent td{
	background-color:transparent;
	border:0
}
#stateInfo {
	background:url(/img/map_bg.gif) no-repeat center;
}
#stateInfo td {
	padding-bottom:150px;
}

.transparent{
	background-color:transparent;
	border:0
}

.stepHeader th, .stepHeader td{
	/*opacity:.3*/
}

.currentStep{
	/*opacity:100 !important*/
}

.sectionHeader{
	background-color:#707B97;
	border:1px solid #ccc;
	color:#fcfcfc;
}

.message{
	background-color:transparent;
	border:0;
	color:#990000	
}

.searchTable{
	margin:0;
	vertical-align:middle
}

.searchTable td{
	padding:0;
	border:none;
}

/* END: Tables */


#phone{
	float:left;
	width:200px;
	margin-right:20px
}

#fax{
	float:left;
	width:200px
}

.important{
	color:#A70546 !important;
	font-weight:bold !important;
	font-size:11px !important
}

.photoAttorney{
	float:left;
	margin:0 10px 10px 0
}

.or{
	text-align:center; 
	color:#A70546; 
	font-weight:bold;
	font-size:12px
}

#template img{
	margin-bottom:7px
}

#template td{
	text-align:center
}

.tanText{
	color:#333;
	font-weight:normal;
}

.tanLinks{
	color:#039;
	text-decoration:underline;
}

.tanHeaders{
	color:#039;
	font-weight:bold
}

.whiteText{
	color:#333;
	font-weight:normal;
}

.whiteLinks{
	color:#669;
	text-decoration:underline;
}

.whiteHeaders{
	color:#669;
	font-weight:bold
}

.greyText{
	color:#333;
	font-weight:normal;
}

.greyLinks{
	color:#900;
	text-decoration:underline
}

.greyHeaders{
	color:#900;
	font-weight:bold
}

.box{
	padding:6px 10px;
	background-color:#F0F1F3;
	border:1px solid #B2BAC5;
	color:#000;
	margin-bottom:15px;
	clear:left
}

.checkOrRadio{
	float:left;
	margin:5px 5px 0;
	font-weight:bold;
	}
.checkOrRadio input{
	position:relative;
	top:2px;
}

.columnLeft{
	margin:0 40px 15px 0;
	padding-right:40px;
	width:300px;
	float:left;
	border-right:1px solid #F4F4F4;
}

.columnRight{
	width:300px;
	float:left;
}

#fullContent label{
	display:block;
	color:#234D6D;
	font-size:11px
}

#main.gallery ul{
	margin: inherit;
	padding: inherit;
	list-style: inherit;
}

#main.gallery ul li{
	padding-left: inherit;
	background: inherit;
	margin-bottom: inherit;
	font-weight: inherit;
	color: inherit;
	list-style: inherit;
}
#main ul{
	margin:0 20px 15px;
	padding:0;
	list-style:none
}

#main ul li{
	padding-left:15px;
	background:url(img/bulletList.gif) 0 2px no-repeat;
	margin-bottom:7px;
	font-weight:bold;
	color:#666;
	list-style:none;
}

.purchase td{
	background-color:#fff;
	}
.purchase th{
	font-size:11px;
	text-align:left;
	padding:6px 10px;
	width:auto;
}
/* BEGIN: Box Wide */
.boxWide{
	/*
	position:relative;
	background:url(/img/boxWideBg.gif) repeat-y;
	*/
	color:#000;
	width:557px;
}

.boxWide div {
	padding:15px 20px 0;
}

div.boxWide {
	background:url(/img/boxWideTop.jpg) no-repeat;
}

.boxWide h3{
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#999;
	padding:0 0 5px
}

.boxWide p{
	margin:5px 0
}

.boxWide label{
	font-weight:bold;
	padding:0 5px
}

.boxWide ul{
	background:#ddbf6e url(/img/boxWideBottomStripe.gif) repeat-x;
	padding:9px 10px 0;
	margin:6px -7px 0
}

.boxWide ul li{
	display:inline;
	padding:0 8px;
	background:url(/img/pipeline2.gif) no-repeat left center
}
.boxWide form {
	padding-top:15px;
}
/* END: Box Wide */
