/*
    Track Down Services web site CSS
    by Sarah Ashley
    developed for trackdownservices.com
*/

body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;          /* shorthand for all margins = 0 */
	padding: 0;         /* no padding */
	background-color: #000;
}

a:link, a:visited {
	text-decoration:none;
	background-image:none;
	color: #00F;
}

a:hover, a:visited:hover {
	text-decoration:none;
	background-image:none;
	color: #900;
}

/* outerDiv wraps around the rest of the page */
div#outerDiv {
	width: 780px;       /* sets the content width */
	margin: 0 auto;
	z-index: 5;
}
#outerDiv div#banner {
	height: 300px;
	background: url(../images/banner-hdr.png) left top no-repeat;
	z-index:290;
	position: relative;
	top:0px;
	width: 780px;
	left: 0px;
	cursor: pointer;
}
#banner a {
	color:#fff;
	text-decoration:none;
}
#banner div#contactinfo {
	color: #FFF;
	text-align: center;
	position: absolute;
	width: 780px;
	top: 280px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#outerDiv div#siteheading {
	position:absolute;
	height:55px;
	top: 300px;
	background: url(../images/siteheading-bg.png) no-repeat center top;
	width: 780px;
	z-index: 220;
}
#outerDiv div#content {
	position:absolute;
	width:780px;
	top: 355px;
	z-index:150;
	background:#FFF url(../images/hmpg-contentbg.png) repeat-y left top;
}
/* ===== banner items ===== */

#banner div#declaration {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 235px;
	height: 70px;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	z-index: 300;
	text-align: right;
}
/* ====- main content ===== */

#navigation  div#menu{
	width: 205px;
	padding: 0;
	margin: 0;
}
#menu ul {
	margin:0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	list-style:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: capitalize;
}
#menu ul li a:link, #menu ul li a:visited{
	text-decoration:none;
	display:block;
	color:#000;
	width: 165px;
	padding-left: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #900;
}
#menu ul li a:hover, #menu ul li a:visited:hover {
	text-decoration:none;
	color:#000;
	background: url(../images/the_ace_icon.png) no-repeat 20px 8px;
	border-bottom: 1px grooved #900;
}
#menu ul li a.current {
	background: url(../images/the_ace_icon.png) no-repeat 20px 8px;
	cursor:pointer;
}

#mainContent {
	width: 520px;
	z-index:300;
	background: url(../images/content-bg.png) repeat-y right top;
	font-size: 11pt;
	padding: 15px 45px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}


#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	color:#000;
}
#mainContent h2 {
	font-size: 15pt;
	font-weight: bold;
}


#mainContent .red-emphasis {
	color:#F00;
	font-weight:bold;
}

#mainContent .blue-emphasis {
	color:#00F;
	font-weight:bold;
}
.step {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #E5E5E5;
	display: block;
	padding: 3px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #900;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-left-color: #900;
}
#mainContent h3 {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFEDA6;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
#LinkSubmission {
	width: 519px;

}


#mainContent .tableitem-emphasis {
	color:#900;
	font-weight:bold;
}

#mainContent ul.forms {
	list-style:none;
	padding:0;
	margin:0;
	text-align: left;
}

.forms li {
	margin-bottom: 12px;
	border-bottom: #F9F 1px solid;
	padding-bottom: 3px;
}

.forms a {
	text-decoration:none;
}
/* ====- sideBar on homepage ===== */

#content  div#sideBar{
	width: 295px;
	margin: 0;
	padding-right: 15px;
}

/* ===== homepage content ===== */

#homeContent {
	width: 370px;
	font-size: 11pt;
	padding: 10px 15px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	background: url(../images/hmpg-contentbg.png) repeat-y left top;
}

#homeContent .red-emphasis {
	color:#F00;
	font-weight:bold;
}

#homeContent .blue-emphasis {
	color:#00F;
	font-weight:bold;
}

#homeContent .center-this {
	text-align:center;
}

#homeContent h3 {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFEDA6;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}

/* ===== fugitives master page ===== */

#mainContent .fugitivesnapshot {
	width:180px;
	height:200px;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
	line-height: 22px;
	vertical-align:top;
	margin:3px;
	float:left;
}

#mainContent #fugitivelisting {
	width:744px;
	border:none;
	min-height:350px;
	overflow:visible;
}
/* ===== footer ===== */

#footer  {
	font-size:8pt;
	color:#FFF;
	background: url(../images/footer-with-nav.png) no-repeat left top;
	text-align: center;
	width: 780px;
	height: 45px;
	line-height: 14px;
	padding-top: 43px;
}
#footer #designercredit {
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	width: 780px;
	text-align: center;
}
#footer #designercredit a:link, #footer #designercredit a:visited {
	text-decoration:none;
	color:#999;
}
#footer #designercredit a:hover, #footer #designercredit a:visited:hover {
	text-decoration:none;
	color:#FFCC99;
}

#footer a:link {
	text-decoration:none;
	color:#FFF;
}

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

#footer a:visited {
	text-decoration:none;
	color:#FFF;
}

#footer a:visited:hover {
	text-decoration:underline;
	color:#0FF;
}

/* ===== home page / non-navigation page footer ===== */

#clearfooter  {
	font-size:8pt;
	color:#FFF;
	background: url(../images/nonav-footer-bg.png) no-repeat left top;
	text-align: center;
	width: 780px;
	height: 45px;
	line-height: 14px;
	padding-top: 43px;
}

#clearfooter #designercredit {
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	width: 780px;
	text-align: center;
}

#clearfooter #designercredit a:link, #clearfooter #designercredit a:visited {
	text-decoration:none;
	color:#999;
}
#clearfooter #designercredit a:hover, #clearfooter #designercredit a:visited:hover {
	text-decoration:none;
	color:#FFCC99;
}

#clearfooter a:link {
	text-decoration:none;
	color:#FFF;
}

#clearfooter a:hover {
	text-decoration:underline;
	color:#0FF;
}

#clearfooter a:visited {
	text-decoration:none;
	color:#FFF;
}

#clearfooter a:visited:hover {
	text-decoration:underline;
	color:#0FF;
}
#hitcounter  {
	width:50px;
	height:20px;
	margin:5px;
	text-align:center;
	font-size:6pt;
	color:#e5e5e5;
}

#hitcounter a {
	color:#f5f5f5;
	text-decoration:none;
}

/* ===== miscellaneous styles ===== */

.clear { clear: both }

#homeContent {
	text-align: left;
}

#mainContent #links {
	font-size: 10pt;
	line-height: 13pt;
}

#links ol li {
	padding:0;
	margin:0;
}

#mainContent ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mainContent ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#mainContent ul li a:link, #mainContent ul li a:visited {
	background-image: none;
	color:#00F;
	text-decoration:none;
	
}
#mainContent ul li a:hover, #mainContent ul li a:visited:hover {
	background-image: none;
	color:#00F;
	text-decoration:underline;
	
}

#mainContent .disclaimer {
	font-size: 10pt;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12pt;
	padding-top: 10px;
}
#mainContent  #EnrollOnline  table {
	font-size: 9pt;
	line-height: normal;
}
#EnrollOnline  input {
	height: 22pt;
	width: 280px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	border: 1px solid #900;
}

#mainContent #faqs ol li {
	background-image:none;
	
}

#faqs ol li a:link, #faqs ol li a:visited {
	text-decoration:none;
	color:#0000FF;
	background-image:none;
}

#faqs ol li a:hover, #faqs ol li a:visited:hover {
	text-decoration:none;
	color:#900;
	background-image:none;
}

#mainContent #gallery {
	width:519px;
	
}

#gallery .photo {
	width:123px;
	height:123px;
	overflow:hidden;
	clip:rect(0 0 123 123);
}

.photo img {
	width:123px;
	height:123px;
	border:none;
	cursor:pointer;
}

#mainContent div#OC-inline {
	width: 500px;
	padding: 20px;
}

#OC-inline div#OC-inline-content {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

#OC-inline-content .red-emphasis {
	color:#F00;
	font-weight:bold;
}

#OC-inline-content .blue-emphasis {
	color:#00F;
	font-weight:bold;
}

#OC-inline-content h3 {
	margin: 5px 0 5px 0;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFEDA6;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;	
}
