/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#fff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:14px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:12px; color:#000000; }
h2	{ font-size:12px; color:#000; }
h3	{ font-size:10px; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#840000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#BB2525; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}


img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
img.img-center{
	margin-left:60px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 35px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #d1dcbf;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

body#contact #main-contact{
	margin-left:120px;	
	width:150px;
	text-align:left;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }



/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:10px 0 0 40px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:65px;
	height:24px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:91px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}
#header{
	width:597px;
	height:137px;
}
#timeStamp {
	padding: 8px 12px 6px 6px; margin: 0;
	position: relative;
	background: #840000 url(../images/timeStamp.gif) no-repeat left top;
	color: #fff;
	font:  11px/14px lucida grande,helvetica,arial,sans-serif;
	width: 110px;
	height: 10px;
	left: 625px;
	top: 20px;
	text-align: right;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:131px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0px 0px 10px 0px;
		}
	#column-left ul li{
		font-size:10px;	
	}
	#column-left form { margin-left:0px; } /* set form margin here */
	
	#list {
		width:131px;
		margin:0px 0px 10px 0px;
		}
	
	#list ul { padding-left:5px; }
		#list ul li {
			margin:5px 10px 0px 0px;
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:5px;  /* pushes text to the right to display bg img */
			}


/* ------------------------ column-right framework ------------------------ */
#column-middle {
	width:494px;
	float:left;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0px 26px 10px 15px;
		}

	#column-middle form { margin-left:0px; }

	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
	#column-middle #middleflash{
		width:466px;
		height:139px;
	}
	#federal-myths{
		background-color:#CCCCCC;
	}
	#myth1, #myth2, #myth3, #myth4, #myth5{
		width:245px;	
	}
	#myth1, #myth3, #myth5{
		float:left;	
	}
	#myth2, #myth4{
		float:right;	
	}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:175px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl, #column-right ul {
		margin:0px 6px 10px 5px;
		}
	#column-right p, #column-right ul{
		color:#ffd700;
		font-size:10px;
	}
	
	#contact-form p{
		color:#FFF;
	}
	
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul.areas-expertise { padding-left:15px; }
		#column-right ul.areas-expertise li { 
			background:transparent url("../images/bullet.jpg") 4px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:2px;  /* pushes text to the right to display bg img */
			list-style:circle;
			}
			#headerside{
				margin-top:-69px;	
			}
			#scroller{
	margin:0 0 5px 0px;
		
			}
/* ------------------------ subhead framework ------------------------ */
body#index #subhead{
	background:url("../images/title-shemaria.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#selecting #subhead{
	background:url("../images/title-selecting.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#profile #subhead{
	background:url("../images/title-profile.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#biography #subhead{
	background:url("../images/title-biography.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#credentials #subhead{
	background:url("../images/title-credentials.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#pre-eminent #subhead{
	background:url("../images/title-preeminent.gif") no-repeat;	
	height:47px;
	margin:15px 0 0 15px;
}
body#myths #subhead{
	background:url("../images/title-myths.gif") no-repeat;	
	height:47px;
	margin:15px 0 0 15px;
}
body#fed-state #subhead{
	background:url("../images/title-fed-state.gif") no-repeat;	
	height:47px;
	margin:15px 0 0 15px;
}
body#expertise #subhead{
	background:url("../images/title-expertise.gif") no-repeat;	
	height:47px;
	margin:15px 0 0 15px;
}
body#criminal-news #subhead{
	background:url("../images/title-criminal-news.gif") no-repeat;	
	height:47px;
	margin:15px 0 0 15px;
}
body#contact #subhead{
	background:url("../images/title-contact.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#resources #subhead{
	background:url("../images/title-resource.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#sitemap #subhead{
	background:url("../images/title-sitemap.gif") no-repeat;	
	height:36px;
	margin:15px 0 0 15px;
}
body#rico #subhead{
	background:url("../images/title-rico.gif") no-repeat;
	height:36px;
	margin:15px 0 0 15px;
}
/* ------------------------ title framework ------------------------ */
#title-federal{
	background:url("../images/title-federal.gif") no-repeat;
	height:36px;
	margin:15px 0 0 15px;
}
#title-lawyers{
	background:url("../images/title-preeminent.gif") no-repeat;
	height:47px;
	margin:15px 0 0 15px;
}
#title-prosecutor{
	background:url("../images/title-prosecutor.gif") no-repeat;
	height:36px;
	margin:15px 0 0 15px;
}
#title-myths{
	background:url("../images/myths.gif") no-repeat;
	height:42px;}

#title-domestic-violence{
	background:url("../images/title-domestic-violence.gif") no-repeat;
	height:47px;
	margin:15px 0 0 15px;
}
#title-theft-crimes{
	background:url("../images/title-theft-crimes.gif") no-repeat;
	height:47px;
	margin:15px 0 0 15px;
}
#title-child-pornography{
	background:url("../images/title-child-pornography.gif") no-repeat;
	height:47px;
	margin:15px 0 0 15px;
}	
#title-violent-crimes{
	background:url("../images/title-violent-crimes.gif") no-repeat;
	height:47px;
	margin:15px 0 0 15px;
}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:url(../images/footer.jpg);
	height:60px;
	width:800px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#009900;
	margin-bottom:10px;
	}


#links-address{
	width:540px;
	text-align:center;
	margin:0 auto;
}
#links-address p, #links-address ul li{
	font-size:10px;
	margin-top:20px;
}
#links-address ul {margin:10px;}
	#links-address li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 2px 0 4px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #CC0000;
		}
	#links-address li.first { border: none; }
#links-address a:link, #links-address a:visited { color:#CC0000; }
#links-address a:hover, #links-address a:active { color:#CC0000; }
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/vert-nav-2.jpg") top left no-repeat;					
	width:131px;	/* Width of buttons, not entite image (or half of entire image) */
	height:319px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:29px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:131px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11 { margin-top:0; width:131px; }

#nav-01 a:hover { background:url("../images/vert-nav-2.jpg") -131px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/vert-nav-2.jpg") -131px  -29px no-repeat; }
#nav-03 a:hover { background:url("../images/vert-nav-2.jpg") -131px  -58px no-repeat; }
#nav-04 a:hover { background:url("../images/vert-nav-2.jpg") -131px  -87px no-repeat; }
#nav-05 a:hover { background:url("../images/vert-nav-2.jpg") -131px  -116px no-repeat; }
#nav-06 a:hover { background:url("../images/vert-nav-2.jpg") -131px -145px no-repeat; }
#nav-07 a:hover { background:url("../images/vert-nav-2.jpg") -131px -174px no-repeat; }
#nav-08 a:hover { background:url("../images/vert-nav-2.jpg") -131px -203px no-repeat; }
#nav-09 a:hover { background:url("../images/vert-nav-2.jpg") -131px -232px no-repeat; }
#nav-10 a:hover { background:url("../images/vert-nav-2.jpg") -131px -261px no-repeat; }
#nav-11 a:hover { background:url("../images/vert-nav-2.jpg") -131px -290px no-repeat; }


#column-right-nav{
	background:url("../images/column-right-buttons.jpg") no-repeat;
	width:128px;
	height:328px;
	margin:0;
	padding:0;
}
#column-right-nav li span{display:none;}
#column-right-nav li {float:left; list-style:none; position:relative; }
#column-right-nav li, #column-right-nav a{
	height:103px;
	display:block;
}
#side-nav-01,#side-nav-02, #side-nav-03{
 	margin-top:0px; 
	width:128px;
}
#side-nav-01 a:hover { background:url("../images/column-right-buttons.jpg") -128px  -0px no-repeat;  }
#side-nav-02 a:hover { background:url("../images/column-right-buttons.jpg") -128px  -103px no-repeat;  }
#side-nav-03 a:hover { background:url("../images/column-right-buttons.jpg") -128px  -206px no-repeat;  }
