/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#4c4c4c;
	font-size:13px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_repeat.jpg);
}

#repeat_top {
	background-repeat:repeat-x;
	background-position:top center;
	background-image:url(images/bg_repeat-top.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:18px; color:#b90621; font-weight:normal; }

h3 { font-size:16px; color:#ff8a9a; margin: 0; }

h4 { font-size:24px; color:#122a49; font-weight:bold; margin: 0; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.divider_line {
	position:relative;
	padding: 15px 0;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:945px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:945px;
	height:154px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#sub-header {
	position:relative;
	width:945px;
	height:37px;
	background-repeat:no-repeat;
	background-image: url(images/sub-header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:93px;
	left:38px;
	width:861px;
	height:61px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:945px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:557px;
	height:auto;
	padding: 0 30px 0 0;
}

#banner_main {
	position:relative;
	float:left;
	width:945px;
	height:346px;
	background-repeat:no-repeat;
	background-image:url(images/bg_banner-main.jpg);
}

.quote {
	position:relative;
	color:#122a49;
	font-size:22px;
	font-weight:bold;
	float:left;
	width:535px;
	height:auto;
	padding: 257px 0 0 48px;
}

.areas-of-law {
	position:relative;
	color:#fff;
	float:right;
	width:280px;
	height:auto;
	padding: 50px 43px 0 0;
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:685px;
	height:auto;
	padding: 0 30px 0 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:322px;
	height:auto;
	padding: 0 0 0 23px;
}

#contact_us {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:322px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_contact-us.jpg);
	margin: 0 0 15px 0;
}

.contact-form {
	position:relative;
	width:292px;
	height:auto;
	padding-left:22px;
}

#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:187px;
	height:auto;
	padding: 0 0 0 23px;
}

#contact_us-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:187px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_contact-us.jpg);
	margin: 0 0 15px 0;
}

.contact-form-sub {
	position:relative;
	width:187px;
	height:auto;
	padding-left:12px;
}

#areas {
	position:relative;
	color:#fff;
	width:226px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_areas-repeat.jpg);
	padding-bottom:10px;
	margin-bottom:15px;
}

.areas-text {
	position:relative;
	width:180px;
	height:auto;
	padding: 10px 0 0 42px;
}

.areas-text h3 {
	font-size:16px;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:945px;
	height:67px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

.copy {
	position:relative;
	float:left;
	color:#fff;
	padding: 36px 0 0 30px;
}

.slug {
	position:relative;
	float:right;
	padding: 19px 30px 0 0;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:61px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav.jpg);
}

a#nav_01 {
	width:75px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -61px;
}

.active_01 {
	background-position: 0 -61px !important;
}

a#nav_02 {
	width:143px;
	background-position:-75px 0;
}

a:hover#nav_02{
	background-position:-75px -61px;
}

.active_02 {
	background-position:-75px -61px !important;
}

a#nav_03 {
	width:116px;
	background-position:-218px 0;
}

a:hover#nav_03{
	background-position:-218px -61px;
}

.active_03 {
	background-position:-218px -61px !important;
}

a#nav_04 {
	width:135px;
	background-position:-334px 0;
}

a:hover#nav_04{
	background-position:-334px -61px;
}

.active_04 {
	background-position:-334px -61px !important;
}

a#nav_05 {
	width:113px;
	background-position:-469px 0;
}

a:hover#nav_05{
	background-position:-469px -61px;
}

.active_05 {
	background-position:-469px -61px !important;
}

a#nav_06 {
	width:176px;
	background-position:-582px 0;
}

a:hover#nav_06{
	background-position:-582px -61px;
}

.active_06 {
	background-position:-582px -61px !important;
}

a#nav_07 {
	width:103px;
	background-position:-758px 0;
}

a:hover#nav_07{
	background-position:-758px -61px;
}

.active_07 {
	background-position:-758px -61px !important;
}
