html, body {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	background: #DDDDDD url(images/bg_01.gif) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: lighter;
}

p, ol, ul {
	margin-top: 0px;
	line-height: 22px;
}

p {
	margin-bottom: 16px;
}

p.borderBttm {
	border-bottom: 1px solid #d0dee8;
	padding: 5px 0 20px 0;
}

p.padTop {
	padding-top: 10px;
}

p.NoPadTop {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
}

p.padTopNormal {
	padding-top: 10px;
	font-style:normal;
}

p.padTop2 {
	padding-top: 15px;
}


.hdrSub {
	margin: 0px;
	color: #403d3d;
	font: 15px Georgia, "Times New Roman", Times, serif;
	display:block;
	padding-bottom: 5px;
}


.hdrSubPadBttm {
	margin: 0px;
	color: #403d3d;
	font: 15px Georgia, "Times New Roman", Times, serif;
	display:block;
	padding-bottom: 20px;
}

.hdrSubNoPad {
	margin: 0px;
	color: #403d3d;
	font: 15px Georgia, "Times New Roman", Times, serif;
	display:block;
}

.hdrSubPadTop {
	margin: 0px;
	color: #403d3d;
	font: 15px Georgia, "Times New Roman", Times, serif;
	display:block;
	padding-top: 15px;
}

.hdrSubPadTopBlue {
	margin: 0px;
	color: #004980;
	font: 15px Georgia, "Times New Roman", Times, serif;
	display:block;
	padding-top: 15px;
}

ul {
	list-style: none; 
	margin: 5px 0 7px 0px;
	padding: 0 0 0 10px;
	}

ul.gold {
	list-style: none; 
	margin: 20px 0 7px 0px;
	padding: 0;
	}
	
li.gold {
	list-style: none;
	margin: 3px 0 3px 0px;
	padding: 0 0 0 13px;
	background:url(images/bullet_gold.png) no-repeat left;
	background-position: 0em .7em !important;
	}
	

strong {
}

a {
	color: #0074a6;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


a.arrowGold, p.arrowGold a {
	display: inline-block;
	height: 18px;
	margin-top: 9px;
	padding: 7px 12px 0px 18px;
	background: url(images/arrow_gold.gif) no-repeat left;
	font: 13px Helvetica, Arial, sans-serif;
	color: #0074a6;
}

a.arrowGoldnoPad {
	display: inline-block;
	height: 18px;
	padding: 7px 12px 0px 18px;
	background: url(images/arrow_gold.gif) no-repeat left;
	font: 13px Helvetica, Arial, sans-serif;
	color: #0074a6;
}

a.arrowGoldnoPad a:hover {
	text-decoration: underline;	
}


a.docGold, p.docGold a {
	display: inline-block;
	height: 18px;
	margin-top: 9px;
	padding: 7px 12px 0px 19px;
	background: url(images/icon_doc_lrg.png) no-repeat left;
	font: 14px Helvetica, Arial, sans-serif;
	color: #0074a6;
}

a.docGold, p.docGold a:hover {
	text-decoration: underline;	
}

a.book, p.book a {
	display: inline-block;
	height: 18px;
	margin-top: 9px;
	padding: 7px 12px 0px 25px;
	background: url(images/icon_book.png) no-repeat left;
	font: 14px Helvetica, Arial, sans-serif;
	color: #0074a6;
}


a.docGoldCenter, p.docGoldCenter a {
	display: inline-block;
	margin-top: 25px;
	padding: 23px 12px 0px 18px;
	background: url(images/icon_doc_lrg.png) no-repeat center;
	background-position:top;
	text-align: center;
	font: 15px Georgia, "Times New Roman", serif;
	color: #0074a6;
}

a.docGoldCenter, p.docGoldCenter a:hover {
	display: inline-block;
	text-decoration: underline;
	color: #0074a6;
}

a.bookCenter, p.bookCenter a {
	display: inline-block;
	margin-top: 25px;
	padding: 30px 12px 0px 18px;
	background: url(images/icon_book.png) no-repeat center;
	background-position:top;
	text-decoration: none;
	text-align: center;
	font: 15px Georgia, "Times New Roman", serif;
	color: #0074a6;
}

a.bookCenter, p.bookCenter a:hover {
	display: inline-block;
	text-decoration: underline;
	color: #0074a6;
}



a.more1, p.more1 a {
	display: inline-block;
	height: 24px;
	padding: 9px 12px 0px 12px;
	background: url(images/homepage_10.gif) repeat-x left top;
	text-decoration: none;
	font: 13px Georgia, "Times New Roman", serif;
	color: #002340;
}

a.more1:hover, p.more1, a.arrowGold, p.arrowGold a:hover {
	text-decoration: underline;
}

p.more1 {
	text-align: right;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 30px 170px 0px;
}

img.alignleftWrap {
	float: left;
	margin: 0px 30px 30px 0px;
}


img.alignright {
	float: right;
	margin: 0px 0px 0px 30px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 2px;
	border: 1px solid #C0CED7;
}

hr {
	display: none;
}




/** WRAPPER */

#wrapper {
	width: 980px;
	margin: 0px auto;
	background: #FFFFFF url(images/homepage_06.gif) repeat-y left top;
}

#wrapper-bgtop {
	background: url(images/bg_03.gif) no-repeat left top;
}

.single #wrapper {
	background-image: url(images/bg_02.gif);
}

.clearfix {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.nomargin {
	margin: 0px;
}

/** HEADER */

#header {
	height: 30px;
	padding: 0px 20px;
}

/** SEARCH */

#search {
	float: right;
	width: 340px;
	height: 89px;
	padding: 112px 0px 0px 0px;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
}

#search .input-text {
	width: 213px;
	height: 18px;
	margin: 0px;
	padding: 8px 10px 5px 10px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #606060;
}

#search .input-submit {
	width: 67px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	background: url(images/homepage_02.gif) repeat-x left top;
	border: none;
	font: 13px Georgia, "Times New Roman", serif;
	color: #FFFFFF;
}


#logo {
	padding: 33px 0 10px 41px; /* left = 41px previously */
}

/** MENU */

/** Menu Line **/
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one { margin: 0 auto; list-style: none; position: relative; width: 940px; font: 14px Helvetica, Arial, sans-serif;} /* relative for position previously */
#example-one li { display: inline;}
#example-one li.first a { border-left: none; }
#example-one li a { color: #404040; border-left: 1px solid #D0DEE8; font-size: 14px; display: block; float: left; padding: 6px 15px 6px 15px;  text-decoration: none; }
#example-one li a:hover { color: #404040; font-size: 14px; display: block; float: left; padding: 6px 15px 6px 15px;  text-decoration: none; margin: 0; }
#magic-line { position: absolute; bottom: -12px; left: 0; width: 100px; height: 3px; background: #38b0e3; }

.current_page_item a, .current_page_item_two a { color: #404040 !important; }
/** End Menu Line **/

#menu {
	height: 40px;
	margin: 0px 20px;
	padding-top: 34px;
	/*padding-left: 101px;  add this line if  centered */
	background: #FFFFFF;
	background: url(images/bar_nav.jpg) no-repeat left top;
	
}


/*
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
}

#menu li {
	float: left;
	height: 43px;
	padding: 22px 0px 0px 0px;
}

#menu li a {
	display: inline-block;
	padding: 3px 20px 3px 20px;
	border-left: 1px solid #D0DEE8;
	text-decoration: none;
	color: #606060;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.first a {
	border-left: none;
}

#menu li.active {
	background: url(images/homepage_03.gif) no-repeat center bottom;
}
*/

/** PAGE */

#page {
	padding: 0px 20px;
}

/** BANNER */

#banner-empty {
	height: 64px;
	background: url(images/subpage1_01.jpg) no-repeat left top;
}

#banner {
	height: 340px;
	background: url(images/photos/home_main_02.jpg) no-repeat left top;
}

#bannerServices {
	height: 227px;
	background: url(images/photos/services_main.jpg) no-repeat left top;
}

#bannerFamily {
	height: 227px;
	background: url(images/photos/services_family.jpg) no-repeat left top;
}

#bannerAttorney {
	height: 227px;
	background: url(images/photos/services_attorney.jpg) no-repeat left top;
}

#bannerAbout {
	height: 227px;
	background: url(images/photos/about_main.jpg) no-repeat left top;
}

#bannerAwards {
	height: 227px;
	background: url(images/photos/awards_main.jpg) no-repeat left top;
}

#bannerBook {
	height: 227px;
	background: url(images/photos/book_main.jpg) no-repeat left top;
}

#bannerContact {
	height: 227px;
	background: url(images/photos/contact_main.jpg) no-repeat left top;
}


#bannerIntro {
	height: 117px;
	background: url(images/photos/home_main_bttm_02.jpg) no-repeat left top;
}

#bannerIntro p {
	margin: 0;
	padding: 15px 25px 0 38px;
	font: 15px Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight:lighter;
	line-height: 22px;
	width: 590px;
	background: url(images/rule_intro.png) no-repeat right top;
}

#bannerIntro img {
	float: right;
	margin-top: -62px;
	padding-right: 148px
}

#banner img {
	position: relative;
	float: right;
	margin-top: -25px;
}

#banner h1, #banner h2 {
	margin: 0px;
	padding-left: 235px;
	font-family: Georgia, "Times New Roman", serif;
}

#bannerServices h1, #bannerServices h2, #bannerFamily h1, #bannerFamily h2, #bannerAttorney h1, #bannerAttorney h2, #bannerContact h1, #bannerContact h2, #bannerBook h1, #bannerBook h2, #bannerAwards h1, #bannerAwards h2, #bannerAbout h1, #bannerAbout h2 {
	margin: 0px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", serif;
}

#banner  .line1, #bannerServices .line1, #bannerFamily .line1, #bannerAttorney .line1, #bannerContact .line1, #bannerBook .line1, #bannerAwards .line1, #bannerAbout .line1 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: lighter;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000;
}

#banner .line2, #bannerServices .line2, #bannerFamily .line2, #bannerAttorney .line2, #bannerContact .line2, #bannerBook .line2, #bannerAwards .line2, #bannerAbout .line2 {
	font-size: 20px;
	color: #cceaff;
	font-weight: lighter;
	text-shadow: 1px 1px 2px #000;
}

/** CONTENT */


#content {
	float: right;
	width: 640px;
}

.single #content {
	float: none;
	width: auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 300px;
	color: #FFFFFF;
}

#sidebar a {
	color: #C6E4FA;
}

/** FOOTER */

#footer {
	width: 980px;
	height: 80px;
	margin: 0px auto;
	background: url(images/bg_04.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #7c7e80;
}

#footer a {
	
	color: #595959;
}



#footer p.license {
	margin: 15px 0 0px 0;
	padding: 0px;
	text-align: center;
	color: #7c7e80;
}


#footer p.copyright {
	margin: 10px 0 35px 0;
	padding: 0px;
	text-align: center;
	color: #7c7e80;
}

#footer b {
	padding: 0 12px;
	vertical-align:bottom;
	color: #7c7e80;
	font-size:20px;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	height: 62px;
	padding: 24px 35px 0px 35px;
	background: url(images/homepage_07.jpg) no-repeat left top;
}

.box-style1 .title h2 {
	margin: 0px;
	font-size: 21px;
}

.box-style1 .title h3 {
	margin: 0px;
	font-size: 12px;
	color: #C7E1F2;
}

.box-style1 .entry {
	padding: 30px 35px;
}

.box-style1 .entry h4 {
	margin: 0px 0px 22px 0px;
	font-size: 12px;
}

.box-style1 .entry h4 em {
	display: block;
	color: #C6E0F2;
	font-weight: normal;
	font-style: normal;
}

.box-style1 .entry-style1 {
	background: url(images/homepage_08.jpg) no-repeat left bottom;
}

.box-style1 .entry-style2 {
}


/** Interior Columns */

.colLftNav {
	padding: 42px 25px 25px 25px;
	background: url(images/bar_tan_vert.jpg) no-repeat right top;
	width: 204px;
	vertical-align:top
}

.colLftNav .title {
}

.colLftNav p.bullet {
	padding: 0;
	margin: 0;
}

.colLftNav .title h2 {
	margin: 0px;
	font-size: 25px;
	color: #004980;
}

.colLftNav .title h3 {
	margin: 0px;
	font-size: 14px;
	color: #403d3d;
}

.colLftNav .entry {
	padding-top: 25px;
}

.colLftNav .quote {
	font: 15px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: lighter;
	text-align:center;
	line-height: 24px;
	margin-bottom: 40px;
}

.quote img {
	padding-top: 15px;
}

.localNav {
	border-top: solid 1px #c3d0d9;
	width: 204px;
	font-size:15px;
	font-weight:lighter;
	margin-bottom: 117px;
}

.localNav a {
	padding: 12px 0 12px 0;
	text-decoration: none;
	border-bottom: solid 1px #c3d0d9;
	display: block;
}

.localNav a:hover {
	padding: 12px 0 12px 0;
	text-decoration: none;
	border-bottom: solid 1px #c3d0d9;
	display: block;
	text-decoration:underline;
}

.localNav b {
	padding: 12px 0 12px 0;
	text-decoration: none;
	border-bottom: solid 1px #c3d0d9;
	display: block;
}

.colMain {
	padding: 35px;

}

.colMainContact {
	padding: 35px;
	float:left;
	width: 615px;
}

.colMain .title {
	display:block;
	clear:both;
}

.colMain .titlePadTop h5 {
	margin: 0px;
	font-size: 25px;
	color: #004980;
	display:block;
	clear:both;
	padding: 25px 0 0 0;
}

/** Text Styles */
.colMain .12 { font-size: 12px;}
.colMain .11 { font-size: 11px; line-height: 16px;}

.colMain p.bullet {
	padding: 0;
	margin: 0;
}

.colMain .title h3 {
	margin: 0px;
	font-size: 25px;
	color: #004980;
}

.colMainContact .title h3 {
	margin: 0px;
	font-size: 25px;
	color: #004980;
}

.colMain .title h4 {
	margin: 0px;
	font-size: 14px;
	color: #403d3d;
}

.colMainContact .title h4 {
	margin: 0px;
	font-size: 14px;
	color: #403d3d;
}


.colMain .photo {
	padding-top: 25px;
	width: 117px;
	padding-right: 30px;
	float: left;
	display: inline-block;
}

.colMain .copy {
	padding: 25px 35px 50px 0;
	float:right;
	width: 434px;
	display: inline-block;
}

.colMain .copyNewRow {
	padding: 25px 35px 0 0;
	float:right;
	width: 434px;
	display: inline-block;
}



.colMain .copy2 {
	padding-top: 30px;
	padding-right: 35px;
	display: inline-block;	
}

.colMainContact .copy2 {
	padding-top: 25px;
	padding-right: 35px;
	display: inline-block;
	
}

.colMain .copy3 {
	padding-top: 0px;
	padding-right: 35px;
	display: inline-block;
}

.colMain .copy4 {
	padding-top: 5px;
	display: inline-block;	
}

.colMain .copyWide {
	padding-top: 25px;
	padding-right: 35px;
	display: inline-block;
}



/** Home Columns */
.colLft {
	padding: 35px;
	background: url(images/bar_tan_vert.jpg) no-repeat right bottom;
	
}

.colLft .title {
}

.colLft p.bullet {
	padding: 0;
	margin: 0;
}


.colLft .title h3 {
	margin: 0px;
	font-size: 25px;
	color: #004980;
}

.colLft .title h4 {
	margin: 0px;
	font-size: 14px;
	color: #403d3d;
}

.colLft .entry {
	padding-top: 25px;
}

.colRght {
	padding: 35px;
}

.colRght p.bullet {
	padding: 0;
	margin: 0;
}

.colRght .title {
}

.colRght .title h3 {
	margin: 0px;
	font-size: 25px;
	color: #004980;
}

.colRght .title h4 {
	margin: 0px;
	font-size: 14px;
	color: #403d3d;
}

.colRght .entry {
	padding-top: 25px;
}


/** BOX STYLE 3 */

.box-style3 {
}

.box-style3 .title {
	padding: 35px 35px 25px 35px;
}

.box-style3 .title h2 {
	margin: 0px;
	font-size: 25px;
	color: #2A6E9D;
}

.box-style3 .title h3 {
	margin: 0px;
	font-size: 14px;
	color: #949494;
}

.box-style3 .entry {
}

.box-style3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-style3 li {
	float: left;
	width: 265px;
	padding: 0px 0px 35px 35px;
}

/** BOX STYLE 4 */

.box-style4 {
	padding: 35px;
}

.box-style4 .title {
}

.box-style4 .title h2 {
	margin: 0px;
	font-size: 25px;
	color: #2A6E9D;
}

.box-style4 .title h3 {
	margin: 0px;
	font-size: 14px;
	color: #949494;
}

.box-style4 .entry {
	padding-top: 25px;
}

.box-style4 .entry p, .box-style4 .entry ul, .box-style4 .entry ol, .box-style4 .entry dl {
	margin-bottom: 22px;
}
