/* San Diego Investigations */
/* authored by GilbertStudios */
/* all main styles - wrapper, cardBorder, masthead, mainPage, content, mainNav, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #F5FAF5 url(../images/bkgd.jpg) repeat-x;
	min-width: 800px;
	text-align: center;
}
a {
	color: #726C5C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9A978B;
}
a:hover {
	color: #E3AB38;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	_overflow: hidden;
	text-align: left;
}
#cardBorder {
	margin-top: 20px;
	width: 800px;
	border: 1px solid #B7B8AE;
	border-right-color: #726C5C;
	border-bottom-color: #726C5C;
}
#masthead {
	position: relative;
	width: 800px;
	height: 150px;
	_overflow: hidden;
	background: url(../images/header.jpg) no-repeat;
}
#flashHead {
	position: absolute;
	width: 800px;
	height: 150px;
}
#flashHead p {
	text-indent: -999em;
}
h1 {
	position: absolute;
	width: 800px;
	text-indent: -999em;
	font-size: 12px;
}
h1 a {
	display: block;
	height: 150px;
}

/*
      ************************************  mainPgCon  ***
*/
#mainPage {
	width: 800px;
	background: url(../images/bkColumn.gif) repeat-y;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 600px;
	margin: 0 0 0 200px;
	background: #F5FAF5;
}
h2 {
	margin:0;
	padding: 0 0 0 20px;
	width: 580px;
	height: 40px;
	line-height: 40px;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #9A978B;
	background: #000;
}
p {
	margin: 5px 0px;
	line-height: 18px;
}
#content p {
	margin: 5px 20px;
}
h3 {
	margin: 20px 0 10px 15px;
	font-size: 19px;
	font-weight: normal;
	color: #666;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul li, #content ol li {
	margin: 5px;
}
#content ul li a, #content ol li a {
	text-decoration: underline;
}
#content ul.compList {
	margin-left: 255px;
}
#content img {
	margin: 10px 20px;
	float: left;
	border: 0;
}
#content img.rt {
	float: right;
	clear: right;
}
#content img.border {
	border: 1px solid #726C5C;
}
#content img.noMarg {
	margin: 0;
}
#content img.noJail {
	float: right;
	margin: 30px 5px 20px 0;
}
.fixgap {
	float: right;
	height: 0;
}
span.pdf {
	font-family: "Courier New", Courier, mono;
}
.clear {
	clear: both;
}
/*
      ************************************  mainNav & nav  ***
*/
#mainNav {
	margin: 10px 0 0 -800px;
	display: inline;
	float: left;
	width: 200px;
}
ul#nav {
	display: inline;
	float: left;
	width: 200px;
	list-style: none;
	margin: 0 0 10px 0;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	padding: 0 0 0 20px;
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background: url(../images/bkNav.gif) no-repeat;
	color: #000;
	font-size: 17px;
	font-weight: normal;
}
ul#nav li a:hover {
	background: url(../images/bkNav-over.gif) no-repeat;
	text-decoration: none;
}
ul#nav li#navHome a {
	font-size: 15px;
}
#mainNav p {
	margin: 0 0 10px 20px;
	font-size: 10px;
}
#mainNav p strong {
	font-size: 14px;
}
/*
      ************************************  footer  ***
*/
#footer {
	width: 800px;
	text-align: center;
	font-size: 10px;
}
p#copy {
	font-size: 11px;
}
#subFoot {
	font-size: 10px;
	line-height: 13px;
	color: #B7B8AE;
	text-align: justify;
}
#footer abbr {
	border: 0;
	text-decoration: none;
}
/*
      ***************************************************************************
	  All basic pages styles above...  All individual page specific styles below.
      ***************************************************************************
*/
/*
      ************************************  #pgIndex  ***
*/
#pgIndex h2 {
	letter-spacing: 7px;
}
#pgIndex #content p.indexBtn {
	width: 570px;
	text-indent: -999em;
}
#pgIndex #content p.indexBtn a {
	margin: 15px 0 0 0;
	display: block;
	height: 113px;
	line-height: 113px;
}
#btnInvestigations a {
	background: url(../images/indexBtnInvestigations.jpg) no-repeat;
}
#pgIndex #content #btnBailBonds a {
	margin: 10px 0 0 0;
	background: url(../images/indexBtnBailBonds.jpg) no-repeat;
}
/*
      ************************************  #pgInvesti  ***
*/
#pgInvesti h2 {
	padding:0;
	width: 600px;
	font-size: 12px;
	letter-spacing: normal;
	text-indent: -999em;
	background: #000 url(../images/header-Investi.jpg) no-repeat;
}
/*
      ************************************  #pgBailBond  ***
*/
#pgBailBond h2 {
	padding:0;
	width: 600px;
	font-size: 12px;
	letter-spacing: normal;
	text-indent: -999em;
	background: #000 url(../images/header-Bail.jpg) no-repeat;
}
/*
      ************************************  #pgContact  ***
*/
#pgContact h3 {
	margin: 15px;
	font-size: 15px;
	color: #064A75;
}
#contactForm {
	position: absolute;
	top: 296px;
	right: 20px;
	width: 290px;
	height: 292px;
	padding: 5px;
	background: #000 url(../images/leveldisplay.jpg) no-repeat 50% 50%;
	color: #F5FAF5;
}
fieldset {
	padding: 0 10px 5px 10px;
	border: 1px solid #F5FAF5;
}
legend {
	margin: 0 0 0 67px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #000;
	width: 100px;
	text-align: center;
}
html:not([dummy]) legend {   /* ***  for FireFox  *** */
	margin: 0 0 0 81px;
	line-height: 2em;
}
#contactForm h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #000;
}
#contactForm p {
	margin: 0;
}
#contactForm em {
	font-size: 11px;
}
input, select, textarea {
	width: 200px;
}
label {
	display: block;
	font-weight: bold;
	width: 120px;
	background-color: #000;
}
p#req{
	margin: 0;
	float: left;
	clear: left;
	font-size: 11px;
	background-color: #000;
}
input#submit {
	margin: 5px 0 0 0;
	float: right;
	width: 69px;
	border: 0;
}
/*
      ************************************  #pgFaq  ***
*/
#pgFaq h3 {
	margin: 15px;
	font-size: 15px;
	color: #064A75;
}
#pgFaq h3#busHelp {
	font-size: 17px;
	font-weight: normal;
	color: #666;
}
