body {
	margin: 0px;
	padding:  0px;
	text-align: center;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-image: url(images/bg_page.png);
	background-repeat: repeat-x;
	background-color: #003478;
	}

h1 {
  color: #7C5918;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
}

h1.heading1 {
	margin: 0px 0px 5px 0px;
	padding: 0em;
	font-size: 27px;
	line-height: 27px;
	font-weight: normal;
	}
	
h2.heading2 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 24px;
	color: #023175;
	font-weight: normal;
	}
	
h3.heading3 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 21px;
	line-height: 21px;
	color: #000000;
	font-weight: normal;
	}
	
h4.heading4 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 19px;
	line-height: 19px;
	color: #000000;
	font-weight: normal;
	}
	
ul, ol{
	margin-bottom: 1em;
	}
	
li {
	margin-bottom: 0em;
	}
	
p {
	margin: 0em 0em 1em 0em;
	}


hr {
    height: 0px;
    border: 0px;
    border-top: 1px solid #9B711F;
}

a:link {color: #002444;}
a:visited {color: #002444;}
a:hover {color: #9B711F;}
a:active {color: #9B711F;}


/* DIVS */

div.sectionBackground {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}

div.sectionContent {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}

/* PAGE SECTIONS */

div.homeLogoBackground { background-image: url(images/bg_logo.jpg); height: 129px;}
div.logoContent { 
	padding: 22px 0px 0px 15px;
	text-align: left;
	height: 107px;
	width: 935px;
}

div.homeBannerBackground { background-image: url(images/bg_home.jpg); height: 281px;}

/* page images for header */

div.criminallawLogoBackground { background-image: url(images/bg_crimlaw_logo.jpg); height: 129px;}
div.criminallawBannerBackground { background-image: url(images/bg_crimlaw.jpg); height: 281px;}

div.bankruptcyLogoBackground { background-image: url(images/bg_bankruptcy_logo.jpg); height: 129px;}
div.bankruptcyBannerBackground { background-image: url(images/bg_bankruptcy.jpg); height: 281px;}

div.workerscompLogoBackground { background-image: url(images/bg_workerscomp_logo.jpg); height: 129px;}
div.workerscompBannerBackground { background-image: url(images/bg_workerscomp.jpg); height: 281px;}

div.ssiLogoBackground { background-image: url(images/bg_ssi_logo.jpg); height: 129px;}
div.ssiBannerBackground { background-image: url(images/bg_ssi.jpg); height: 281px;}

div.whyackoureyLogoBackground { background-image: url(images/bg_whyackourey_logo.jpg); height: 129px;}
div.whyackoureyBannerBackground { background-image: url(images/bg_whyackourey.jpg); height: 281px;}


div.goldbarBackground { background-image: url(images/bg_goldbar.jpg); height: 30px;}
	
div.mainMenuBackground {background-image: url(images/bg_menu.jpg); height: 110px;}
div.mainMenuContent {
	padding: 23px 0px 0px 0px;
	text-align: center;
	height: 87px;
	width: 950px;
	position: relative;
}
div.mainMenuContent a { margin: 0px 2px 0px 2px;}

div.footerBackground {background-image: url(images/bg_footer.jpg); min-height: 200px; background-color: #E1D25B;}
div.footerContent {
	padding: 100px 0px 100px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
}

div.mainContentBackground { background-image: url(images/bg_content.jpg); background-repeat: repeat-y; min-height: 100px;}
div.mainContent {
	padding: 0px;
	text-align: left;
	width: 950px;
}

/* main content columns */


table.mainContentColumns {
	padding: 0px;
	margin: 0px;
	width: 950px;
	border-collapse:collapse;
}

table.mainContentColumns td { vertical-align:top; }


div#rightColumn {
	margin: 0px 0px 0px 2px;
	padding: 25px 15px 25px 15px;
	width: 170px;
	text-align: left;
	background-image: url(images/bg_rcolumn.jpg);
	background-repeat: no-repeat;
	background-color: #DFD059;
}

div#leftColumn {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	width: 200px;
	text-align: left;
}

div#leftColumn p { margin-left: 0px; }

div#leftColumn .title, div#rightColumn .title  { margin-bottom: 15px; }

div#centerColumn {
	margin: 0px;
	padding: 0px 22px 0px 22px;
	width: 480px;
	text-align: left;
	border-left: 1px solid #9B711F;
	min-height: 500px;
}

/* media*/
	
div.videoClip {
	margin: 0px 0px 35px 0px;
	padding: 0px;
	width: 124px;
	height: 79px;
	position: relative;
}

div.videoClip .playbutton {
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 60px;
	left: 75px;
	z-index: 1;
}

/* FORM */

.contactForm {
	font-size: 10px;
	line-height: 11px;
	}
	
.contactForm label {
	margin: 0px;
	padding: 0px;
	}
	
.contactForm input, 
.contactForm textarea,
.contactForm select {
	border: 1px solid #9B701E;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 10px;
	width: 165px;
	}
	
/* FOOTER */
	
#footer {
	margin: 0px auto;
	padding: 0px 0px 100px 0px;
	width: 900px;
	text-align: center;
	background-color: #10BBFF;
	clear: both;
	}