@charset "UTF-8";

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #2C231C url(../images/wallpaper.gif) repeat;
	margin: 25px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #48392f;
	}

p {
	margin: 0px;
	padding: 0px;
	}

.clear {
	clear: both;	
	}

#containerHeader {
	margin: 0px auto;
	width: 818px;
	}

#container  {
	width: 818px;
	margin: 0px auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #FFFFFF;
	padding-bottom: 10px;
	}

#header01 {
	background: url(../images/masthead01.gif);
	padding: 0;
	margin: 0px;
	height: 30px;
	}

#home #header01 {
	background: url(../images/masthead01.gif);
	}

#contact #header01, #links #header01, #practice #header01, #profiles #header01  {
	background: url(../images/masthead03.gif);
	}

#header02  {
	padding: 0;
	margin: 0px;
	height: 224px;
	}

#home #header02  {
	background: url(../images/masthead02.jpg);
	}

#profiles #header02  {
	background: url(../images/masthead05.jpg);
	}

#contact #header02, #links #header02, #practice #header02  {
	background: url(../images/masthead04.jpg);
	}

#ofCounsel {
	background: #4d453a;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 7px;
	text-align: right;
	font: 13px Arial, Helvetica, sans-serif;
	color: #e0d8c4;
	}

#mainContent  {
	padding: 10px 25px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ede7db url(../images/copyBack.gif) no-repeat center 10px;
	text-align: left;
	margin: 0px 10px;
	}

#mainContent p {
	padding-top: 10px;
	}

#copy {
	font: 12px "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-bottom: 20px;
	float: left;
	margin: 0px;
	width: 450px;
	padding-top: 20px;
	}

.leadGraph {
	font: 14px "Times New Roman", Times, serif;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font: bold 19px "Times New Roman", Times, serif;
	color: #5f361e;
	}

h2 {
	margin: 20px 0px 0px;
	padding: 0px;
	font: bold 15px "Times New Roman", Times, serif;
	color: #994216;
	}

a:link, a:visited {
	color: #CC3300;
	text-decoration: none;	
	}

a:hover {
	text-decoration: underline;	
	}

#sidebar {
	font: 13px "Times New Roman", Times, serif;
	color: #000000;
	padding: 10px 15px;
	float: right;
	margin: 20px 0px 10px 30px;
	vertical-align: bottom;
	text-align: center;
	width: 210px;
	border: 10px solid #FFFFFF;
	background: #E0D8C5;
	}

.quote {
	font: italic bold 17px "Times New Roman", Times, serif;
	color: #5f361e;
	padding: 0px 0px 10px;
	margin: 0px;
	vertical-align: bottom;
	text-align: center;
	letter-spacing: 0.05em;
	}

#footer  {
	padding: 10px 10px 20px;
	color: #999999;
	text-align: left;
	margin: 0px auto 10px;
	font: 10px Arial, Helvetica, sans-serif;
	width: 798px;
	}

#footer a:link, #footer a:visited  {
	color: #CCCCCC;
	text-decoration: none;
	}

#footer a:hover  {
	text-decoration: underline;
	}

#disclaimer {
	float: right;
	width: 350px;
	text-align: right;
	font-style: italic;
}
