body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #94a7b9;
	margin: 0;
	}
	
h1 {
	font-size: 18px;
	line-height: 5px;
	}
	
#container {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	}	
	
/* HEADER */

#header {
	height: 125px;
	}
	
#header .top {
	height: 71px;
	}
	
#header .navigation {
	height: 54px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0px 0px 0px;
	}
	
#header .navigation a:link, #header .navigation a:active, #header .navigation a:visited  {
	color: #000000;
	text-decoration: none;
	}
	
#header .navigation a:hover  {
	color: #000000;
	text-decoration: underline;
	}
	
/* FOOTER */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	}

#footer .navigation {
	font-weight: bold;
	text-align: center;
	}
	
#footer .navigation a:link, #footer .navigation a:active, #footer .navigation a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	}
	
#footer .navigation a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}
	
#footer .note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 10px 0px 0px 0px;
	}
	
/* CONTENT */

.content {
	width: 852px;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
	}
	
.contentBottom {
	background-image: url(images/contentBGBottom.jpg);
	background-repeat: no-repeat;
	width: 852px;
	height: 16px;
	}	
	
.leftContent {
	width: 485px;
	font-size: 14px;
	padding: 20px 15px 5px 20px;
	}
	
.leftContentContact {
	width: 485px;
	font-size: 14px;
	padding: 0px 0px 0px 2px;
	}
	
.profileLinks {
	color: #000000;
	}
	
.profileLinks a:link, .profileLinks a:active, .profileLinks a:visited  {
	color: #000000;
	text-decoration: underline;
	}
	
.profileLinks a:hover  {
	color: #3e3e3e;
	text-decoration: underline;
	}
	
.leftContentProfile {
	width: 490px;
	font-size: 13px;
	padding: 15px 5px 5px 25px;
	}
	
.leftContentProfile ul {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.leftContentProfile ul li {
	margin: 0;
	padding: 0px 0px 4px 0px;
	line-height: 16px;
	}
	
.rightContent {
	width: 334px;
	font-size: 14px;
	color: #f8f8f9;
	padding: 0px 0px 0px 8px;
	}
	
.rightContentContact {
	width: 334px;
	font-size: 14px;
	color: #f8f8f9;
	padding: 15px 0px 0px 60px;
	}
	
.rightSubContent {
	padding: 10px;
	}
	
.rightSubContent ul {
	list-style-type:none;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	}
	
.rightSubContent ul li {
	margin: 0;
	padding: 2px 0px 0px 0px;
	}
	
.rightSubContent a:link, .rightSubContent a:active, .rightSubContent a:visited {
	color: #f8f8f9;
	text-decoration: underline;
	}
	
.rightSubContent a:hover {
	color: #dadadb;
	text-decoration: underline;
	}
	
.table {
	padding-bottom: 10px;
	}
	
.profileInfo {
	font-size: 11px;
	}
	
#business_law, #real_estate, #estate_planning {
	display: none;
	color: #f4f4f4;
	font-size: 11px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
	width: 90%;
	margin-top: 5px;
	}
	
.contactForm {
	border-top: 1px dashed #FFFFFF;
	width: 280px;
	margin-top: 20px;
	}
	
.contactForm .spacer {
	padding-bottom: 10px;
	}
	
.contactForm .input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
.msg {
	color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	}
	

