html
{
	background:url(/images/background/graybluegradient.gif) #82929f top left repeat-x;
}

body
{
	background-color:#d1d1d1;
	border: 1px solid #616161;
	margin:auto;
	padding: 1.5em 10px 10px 10px;
	width:90%;
	max-width:950px;
	position:relative;
}

h2, h3, a
{
	color: #195582;
}

/* Transform the Main Title text into a Logo image */
h1
{
	border-right:1px #adadad solid;
	height:95px;
	width:97px;
	background:url(/images/heading/logo.gif) 0 5px no-repeat;
	text-indent:-9999px;
	margin-top: 15px;
	margin-left: 28px;
	position:absolute;
	top:2.2em;
	left:0px;
}

/* Make the Logo image clickable */
h1 a
{
	display:block;
	height:95px;
}

.BannerImage
{
	width:780px;
	height:150px;
	margin-top:2.2em;
}

#NavigationLabel
{
	display:none;
}

#Navigation
{
	position:absolute;
	top:0px;
	right:0px;

}

#Navigation li
{
	display:inline;
	padding-right:10px;
	white-space:nowrap;
}

#ContentText
{
	margin-right:30px;
	margin-left:135px;
	overflow:hidden;
	border-bottom: 1px solid #7a7a7a;
}

#Footer_Links
{
	float:left;
	margin-left:135px;
	font-size:1.25em;
	/* for IE Double Margin Bug*/
	display:inline;
	/* necessary for IE 6 */
	clear:both;
}

#Footer_Slogan
{
	float:right;
	font-size:1.25em;
}

#Footer_Copyright
{
	clear:both;
	text-align:right;
	font-size:0.65em;
}

#Footer_Copyright p, #Footer_Copyright a
{
	color: #3f3f3f;
}

#Footer_Copyright a
{
	text-decoration:none;
}

#Footer_Copyright a:hover
{
	text-decoration:underline;
}

/* Begin - Homepage specific CSS */
#HomePageContent
{
	margin-right:0;
	margin-left:135px;
	overflow:hidden;
}

#HomePageContent img
{
	width:780px;
	height:380px;
	margin-top:2.2em;
}
/* End - Homepage specific CSS */

/* Begin - Attorneys specific CSS */
.OfficeContactHeading
{
	margin:10px 0 0 0;
	padding:0 0 0px 0;
}

.OfficeContactContainer
{
	float:left;
	padding:0 0 0 10px;
	margin:10px 0 20px 0;
	width:263px;
	border-left:1px solid #919191;
}

.AttorneysContainer
{
	float:left;
	padding:0 0 0 10px;
	margin:10px 0 20px 0;
	width:263px;
	border-left:1px solid #919191;
}

.AttorneysContainer h3
{
	margin:0 0 8px;
	padding:0;
}

.AttorneysContainer ul
{
	list-style-type: none;
	margin:0;
	padding:5px;
}

.AttorneysContainer li
{
	margin:0;
	padding:.25em 0;
}

.AttorneysContainer a
{
	text-decoration:none;
}

.AttorneysContainer a:hover
{
	text-decoration:underline;
}
/* End - Attorneys specific CSS */

.ArchivePager
{
	font-size: 80%;
	color: #313131;
	text-align:center;
	margin-top:0.4em
}
.ArchivePager A
{
	text-decoration:none;
	color: #000000;
}
.ArchivePager A:Hover
{
	text-decoration:underline;
}
#ArchivePagerTop
{
	float:right;
	margin-top:2em;
}
#ArchivePagerBottom
{
	text-align:center;
	border-top: solid 1px #919191;
	margin-top:2em;
	padding:0.75em 0;
}