@charset "UTF-8";
body {
	margin: 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff;
	background-image: url(images/white_bg_repeat.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	vertical-align: text-top;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #fff;
	background-image: url(images/top_header_img.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-position: top;
	vertical-align: text-top;
}
.oneColFixCtrHdr #mainContent {
	vertical-align: text-top;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	background-position: left top;
	top: 0px;
	background-repeat: no-repeat;
	height: 540px;
	background-image: url(images/homepage_bg_img.jpg);
}
.copyrighttxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 30px;
	line-height: 20px;
}
.achievetxt {
	margin-top: 0px;
	width: 310px;
	margin-left: 590px;
	padding-top: 120px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
.newstxt {
	width: 360px;
	margin-left: 590px;
	margin-top: 110px;
	padding-top: 10px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-top: 15px;
	line-height: 17px;
}

.oneColFixCtrHdr #footer {
	background-color: #FFF;
	background-image: url(images/footer_fm.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 96px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
.mainContentsub  {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 20px;
	height: 524px;
}
.mainContentsub_family {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 460px;
}
.familytxt {
	width: 450px;
	top: 0px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.sideimg {
	width: 450px;
	float: right;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
}
.btmbar {
	background-image: url(images/commit_btmbar.jpg);
	height: 100px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.commitmenttxt {
	margin-top: 40px;
	margin-right: 80px;
	margin-left: 50px;
}
.contact_img {
	width: 352px;
	margin-top: 50px;
	margin-left: 50px;
}
.contact_txt {
	float: right;
	width: 520px;
	padding-top: 100px;
}
.links_img {
	width: 402px;
	margin-top: 20px;
}
.links_txt {
	float: right;
	width: 480px;
	margin-top: 50px;
	padding-right: 40px;
}

a.email:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
a.email:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
a.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #B15317;
	text-decoration: none;
}

a.email:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #2a89ad;
	text-decoration: none;
	line-height: 23px;
}

a.ref:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #2a89ad;
	text-decoration: none;
	line-height: 23px;
}

a.ref:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #2a89ad;
	text-decoration: none;
	line-height: 23px;
}
a.ref:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #a95828;
	text-decoration: none;
	line-height: 23px;
}
.attorneys_left {
	width: 185px;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	height: 400px;
	text-indent: 15px;
}
.attorneys_img {
	width: 780px;
	float: right;
	height: 524px;
}

a.ref:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #2a89ad;
	text-decoration: none;
	line-height: 23px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
.familylist {
	width: 200px;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B15317;
	line-height: 23px;
	font-weight: normal;
}
.familylist_right {
	float: right;
	width: 230px;
}
.profile {
	width: 325px;
	float: right;
	padding-top: 0px;
	padding-left: 17px;
	padding-right: 20px;
}
