/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* modified for focus for OMG National */
/* v1.0 | 20101118 */
/* http://omgnational.com/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(images/background.png);
	background-repeat: repeat-x; 
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* sets the horrid underline of hyperlinks to off */
a {
	text-decoration:none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ui-page {
  width: 100%;
  text-align: center;
  font-family: 'Orienta', sans-serif;
  }

#ui-canvas {
  width: 1042px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#ui-header {
  height: 180px;
  margin-top: 20px;
}

#licenseNumber {
  float: right;
  color: #ffffff;
  width: 300px;
  margin-top: -20px;
  margin-right: 5px;
}

#licenseNumber p {
  text-align: right;
  font-weight: bold;
}

#backgroundHeader {
  background: url(images/headerBackground.png) no-repeat;
  margin-top: 10px;
  height: 160px;
}

#logo {
  float: left; 
  height: 133px;
  margin: 15px 0px 0px 15px;
}

#quickContact {
  float: right;
  width: 270px;
  height: 52px;
  margin-top: 50px;
  text-align: left;
  font-size: 18px;
}

#quickContact p {
  line-height: 1.4;
}

#NavBanner {
  width: 1042px;
  height: 261px;
}

#NavBox {
  width: 273px;
  height: 261px;
  float: left;
  margin-left: -5px;
}

#nav { 
	margin-left: auto;
    margin-right: auto;
}


#home a {
	background-image: url(images/navSprites.png);
    float: left;
    text-indent: -9999em;
	width: 273px;
	height: 52px;
	margin-bottom: 1px;
}
.home {
    background-position: 0 0;
}
.home:hover {
    background-position: -273px 0;
}

#infidelity a {
  background-image: url(images/navSprites.png);
  float: left;
  text-indent: -9999em;
  width: 273px; 
  height: 52px;
  margin-bottom: 1px;
}

.infidelity {
  background-position: 0 -52px;
}

.infidelity:hover {
  background-position: -273px -52px;
}

#investigative a {
  background-image: url(images/navSprites.png);
  float: left;
  text-indent: -9999em;
  width: 273px; 
  height: 52px;
  margin-bottom: 1px;
}

.investigative {
  background-position: 0 -104px;
}

.investigative:hover {
  background-position: -273px -104px;
}

#court a {
  background-image: url(images/navSprites.png);
  float: left;
  text-indent: -9999em;
  width: 273px; 
  height: 52px;
  margin-bottom: 1px;
}

.court {
  background-position: 0 -156px;
}

.court:hover {
  background-position: -273px -156px;
}

#location a {
  background-image: url(images/navSprites.png);
  float: left;
  text-indent: -9999em;
  width: 273px; 
  height: 52px;
  margin-bottom: 1px;
}

.location {
  background-position: 0 -208px;
}

.location:hover {
  background-position: -273px -208px;
}

.homeActive{ background-position: -273px 0; background-image: url(images/navSprites.png); width: 273px; margin-bottom: 1px;}
.infidelityActive{ background-position: -273px -52px; background-image: url(images/navSprites.png); width: 273px; margin-bottom: 1px;}
.investigativeActive { background-position: -273px -104px; background-image: url(images/navSprites.png); width: 273px; margin-bottom: 1px;}
.courtActive{ background-position: -273px -156px; background-image: url(images/navSprites.png); width: 273px; margin-bottom: 1px;}
.locationActive{ background-position: -273px -208px; background-image: url(images/navSprites.png); width: 273px; margin-bottom: 1px;}

#BannerBox {
  border: solid 2px #2b2d6e;
  width: 752px;
  height: 261px;
  float: right;
  margin-right: 4px;
}

#ui-content {
  padding-top: 40px;
  padding-bottom: 30px;
  width: 1042px;
}

#leftColumn {
  float: left;
  width: 650px;
  margin-left: 20px;
}

#leftColumn h2 {
  text-align: left;
  color: #890e0e;
  font-size: 24px;
  padding-bottom: 10px;
}

#leftColumn p {
  text-align: justify;
  font-size: 16px;
  color: #000000;
  padding-bottom: 10px;
  line-height: 1.2;
}

#rightColumn {
  float: right;
  width: 300px;
}

#rightColumn h2{
  text-align: left;
  color: #890e0e;
  font-size: 24px;
  padding-bottom: 10px;
}

#rightColumn p {
  text-align: left;
  font-size: 16px;
  color: #000000;
  padding-bottom: 10px;
  margin-left: 15px;  
  line-height: 1.2;
}

#footer {
  background: url(images/footer_background.png) no-repeat;
  width: 1042px;
  height: 77px;
  float: left;
}

#copyright {
  color: #2b2d6e;
  float: left;
  width: 600px;
}

#copyright p {
  text-align: left;
  font-size: 12px;
  color: #2b2d6e;
  margin-top: 20px;
  margin-left: 30px;
}

#facebook {
  float: right;
  margin-right: 30px;
  margin-top: 7px;
}

<!--Classes-->
.ui-stop-floating {
  clear: both;
  margin-top: -1px;
  height: 1px;
  overflow: hidden;
}

.homePageDiv {
  width: 215px;
  float: left;
}

.homePage {
  list-style: inside disc;
  text-indent: 25px;
  padding-bottom: 10px
}

.homePage li {
  font-size: 16px;
  font-family: 'Orienta', sans-serif;
  text-align: left;
}

#ctaBox {
  width: 1042px;
  height: 274px;
  float: left;
  margin-top: 10px;
  margin-bottom:30px;
}

.cta { 
	margin-left: auto;
    margin-right: auto;
	height: 274px;
	width: 281px;
	float: left;
}


#infidelityCTA a {
	background-image: url(images/cta1.png);
    float: left;
    text-indent: -9999em;
	width: 281px;
	height: 280px;
}
.infidelityCTA {
    background-position: 0 0;
}
.infidelityCTA:hover {
    background-position: 0 -280px;
}

#investigativeCTA a {
	background-image: url(images/cta2.png);
    float: left;
    text-indent: -9999em;
	width: 281px;
	height: 280px;
}
.investigativeCTA {
    background-position: 0 0;
}
.investigativeCTA:hover {
    background-position: 0 -280px;
}

#courtCTA a {
	background-image: url(images/cta3.png);
    float: left;
    text-indent: -9999em;
	width: 281px;
	height: 280px;
}
.courtCTA {
    background-position: 0 0;
}
.courtCTA:hover {
    background-position: 0 -280px;
}

<!--Classes-->
