/* Blanket Rules for all elements */
body {
	font-family:Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 90%;
	color:#FFFFFF;
	line-height: 135%;
	text-align:justify;
	margin:0;
	padding:0;
	}
	
h1 {
	font-family:Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 140%;
	font-weight:bold;
	}
	
ul li ul li {
	margin:0 0 0 -25px;
	list-style-type:square;
	overflow:auto;
	}
	
ul {
	list-style-type:none;
	}
	
a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
a:hover {

	border-bottom: 1px solid #FFFFFF;

}

.newslinks {
	font-size:120%;
	font-weight:bold;
	}

/* Container for all page content */
#container {
	background-image:url(main-bg.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:1024px;
	}
	
#flashcontainer {
	margin:0 auto;
	width:1024px;
	}
	
/* Flash BGs */
#flashbg {
	z-index:0;
	}
	
/*Main Copy Div */
#main-copy {
	width:525px;
	border:1px solid #B1C2D3;
	z-index:1;
	padding: 5px 18px;
	margin: -195px 0 20px 432px;
	}
	
/* Attorneys Page */
#att-main-copy {
	width:600px;
	border:1px solid #B1C2D3;
	z-index:1;
	padding: 5px 18px;
	margin: -400px 0 20px 358px;
	}

/* Individual Attorney List Div */
#att-pic {
	width:156px;
	height:188px;
	margin: 10px 10px 0 30px;
	float:left;
	}

#att-bio {
	width:360px;
	margin:0 20px 0 0;
	float:right;
	}
	
#att-bio2 {
	width:525px;
	clear:both;
	}

/* Newsletters Page */
#newsletters-main {
	width:600px;
	border:1px solid #B1C2D3;
	z-index:1;
	padding: 5px 18px;
	margin: -400px 0 20px 358px;
	}
	
#newsletters-left {
	width:260px;
	padding:5px;
	float:left;
	}

#newsletters-right {
	width:260px;
	padding:5px;
	float:right;
	}

#news-list-left li {
	overflow:auto;
	}

/* Contact Us Page */
#contact-main {
	width:600px;
	border:1px solid #B1C2D3;
	z-index:1;
	padding: 5px 18px;
	margin: -400px 0 20px 358px;
	}

#contact-copy {
	width:575px;
	}

#contact-copy h1 {
	font-weight:bold;
	font-size:120%;
	text-decoration:underline;
	}
	
#contact-copy h2 {
	font-style:italic;
	font-size:75%;
	line-height:120%;
	}
	
#contactus-main {
	width:600px;
	border:1px solid #B1C2D3;
	z-index:1;
	padding: 5px 18px;
	margin: -400px 0 20px 358px;
	}

#contactus-copy {
	width:575px;
	}

#contactus-copy h1 {
	font-weight:bold;
	font-size:120%;
	text-decoration:underline;
	}
	
#contactus-copy p {
	font-size:100%;
	line-height:110%;
	margin:0 0 2px 0;
	}
	
#contactus-copy h2 {
	font-style:italic;
	font-size:75%;
	line-height:120%;
	}

/* Footer */
#footer {
	width:1024px;
	height:132px;
	background-image:url(footer.png);
	bacground-repeat:no-repeat;
	}

.spacer {
	clear:both;
	}
	
.superlawyers {
	float:right;
	}


	

