/*
    Ace Bail Bonds PA web site CSS
    Lancaster county, PA version
    by Sarah Ashley
    developed for lancasterpabailbonds.com
*/

body  {
	font-family: Verdana, sans-serif;    /* default page font */
	background: #010199 url(../images/skybackdrop.png) repeat-x;
	margin: 0 0 20px 0;          /* shorthand for all margins = 0 */
	padding: 0;         /* no padding */
}

a:hover, a:visited:hover {
	text-decoration:none;
	color:#900;
}

/* outerDiv wraps around the rest of the page */
div#outerDiv {
	width: 790px;       /* sets the content width */
	margin: 0 auto;
	z-index: 5;
}

div#header {
	height: 190px;      /* set size equal to banner image */
	position: relative;
	background-image: url(../images/container-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 10px;
	width: 790px;
	left: 0px;
}

div#swoosh {
	height: 51px;
	background: url(../images/the-swoosh.png) no-repeat center top;
	z-index:100;
	top: 125px;
	position: relative;
	width: 770px;
	left: 10px;
}

div#content {
	width:790px;
	padding-top: 10px;
	background-image: url(../images/container-bg.png);
	background-position: center top;
	background-repeat: repeat-y;	
}

/* ===== upper menu link ===== */

#outerDiv #upperMenu {
	position: absolute;
	right: 10px;
	top: 0px;
	height: 36px;
	width:150px;
	background: url(../images/uppermenu.png) no-repeat left top;
	z-index: 110;
}

/* ===== header items ===== */

#header #banner {
	height: 190px;      /* set size equal to banner image */
	position: absolute;
	background: url(../images/banner.png) no-repeat center top;
	border: none;
	padding-bottom: 10px;
	width: 770px;
	left: 10px;
	z-index: 20;
}

#header #logo {
	position:absolute;
	left:10px;
	top: 41px;
	background: url(../images/logo.png) no-repeat left top;
	height:105px;
	width:180px;
	z-index: 200;
}

#header #county {
	width:770px;
	height:63px;
	background:url(../images/county_lancaster.png) no-repeat center top;
	z-index: 250;
	position: absolute;
	top: 85px;
}

#header #phonenumbers {
	position:absolute;
	right: 15px;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	text-align:right;
	top: 45px;
	z-index: 240;
}

#header #motto {
	position:absolute;
	left: 120px;
	top: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color:#FFF;
	z-index: 140;
}

/* ===== main navigation links ===== */

#header #mainMenu {          /* set the position for the nav elements */
	position: absolute;
	left: 10px;
	width: 770px;
	z-index:90;
	top: 138px;
	border-bottom: 3px solid #FB104A;
}

#mainMenu ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {               /* turn off the normal list item behavior */
    float: left;
    margin: 0;
    padding:0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family:Verdana, Geneva, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 9px 10px 0 26px;
	border: none;           /* no border */
	font-size: 15px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 12px;
	margin-bottom: -12px;
	text-transform:lowercase;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color:#900;	 /* burgundy text color for rollover */
	background: url(../images/BtnRollover.png) repeat-x left top;
	text-transform:lowercase;
}

#mainMenu ul li a.current {  /* different look for "current" link */
	background: url(../images/aceOver.png) no-repeat -1px top;
	color: #000;
	text-transform:lowercase;
}

#mainMenu ul li a.current:hover {
    cursor: default;
}

#LinkExchangeSubmission {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#LinkExchangeSubmission input {
	line-height:15px;
	font-size: 12px;

}

/* ====- main content ===== */

#content div#mainContent {
	width: 450px;
	z-index:300;
	background-color:#FFF;
	margin-top: 10px;
	font-size: 13px;
	padding: 0 0 30px 10px;
	line-height: 20px;
	text-align: justify;
	margin-left: 10px;
	min-height: 600px;
}

#mainContent h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-weight:bold;
	color:#C00;
	padding-left: 3px;
}

#mainContent h2 {
	color:#000;
	font-size:16px;
	background:url(../images/BtnRollover.png) repeat-x top left;
	padding: 5px;
	margin:0px 0px 10px 0px;
}

#mainContent h4 {
	padding: 0;
	margin: 0px 0px 4px 0px;
	font-size: 15px;
}

#mainContent .center-this {
	text-align:center;
}

#mainContent .red-emphasis {
	color:#F00;
	font-weight:bold;
}

#mainContent .blue-emphasis {
	color:#00F;
	font-weight:bold;
}

#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;
}


/* ====- non-homepage main content ===== */

#content div#mainFullContent {
	width: 745px;
	z-index:300;
	background-color:#FFF;
	margin-top: 10px;
	font-size: 13px;
	padding: 0 15px 30px 10px;
	line-height: 20px;
	text-align: justify;
	margin-left: 10px;
}

#mainFullContent h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-weight:bold;
	color:#C00;
	padding-left: 3px;
}

#mainFullContent h2 {
	color:#000;
	font-size:16px;
	background:url(../images/BtnRollover.png) repeat-x top left;
	padding: 5px;
	margin:0px 0px 10px 0px;
}

#mainFullContent h4 {
	padding: 0;
	margin: 0px 0px 4px 0px;
	font-size: 15px;
}

#mainFullContent .center-this {
	text-align:center;
}

#mainFullContent .red-emphasis {
	color:#F00;
	font-weight:bold;
}

#mainFullContent .blue-emphasis {
	color:#00F;
	font-weight:bold;
}

#mainFullContent .tableitem-emphasis {
	color:#900;
	font-weight:bold;
}

#mainFullContent ul.forms {
	list-style:none;
	padding:0;
	margin:0;
	text-align: left;
}

#mainFullContent .forms li {
	margin-bottom: 12px;
	border-bottom: #F9F 1px solid;
	padding-bottom: 3px;
}


/* ===== fugitives master page ===== */

#mainFullContent .fugitivesnapshot {
	width:180px;
	height:200px;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
	line-height: 22px;
	vertical-align:top;
	margin:3px;
	float:left;
}

#mainFullContent #fugitivelisting {
	width:744px;
	border:none;
	min-height:350px;
	overflow:visible;
}


/* ===== sidebar ===== */

#content div#sidebar {
	float: right;
	width: 244px;
	height: 600px;
	padding: 0 0 0 10px;
	margin-left:30px;
	margin-top: 10px;
	font-size: 13px;
	margin-right: 20px;
}

#sidebar h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 26px;
	font-weight:bold;
	color:#000;
	text-align: center;
	margin: 0 0 10px 0;
}

#sidebar #sidebar-top {
	background:url(../images/sidebar-top.png) no-repeat left top;
	height:17px;	
}

#sidebar #sidebar-middle {
	background:url(../images/sidebar-bg.png) repeat-y left top scroll;
	padding:0px 5px 0px 8px;
}

#sidebar #sidebar-bottom {
	height:76px;
	background:url(../images/sidebar-bottom.png) no-repeat left top scroll;
}
/* ===== footer ===== */

div#footer {
	font-size:11px;
	color:#FFF;
	position: relative;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	left: -9px;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	margin-top: -10px;
	text-align: center;
	background-color: #010199;
	z-index: 80;
	width: 788px;
}

#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;
}

#footer #copyright {
	float: left;
	line-height: 20px;
	text-align: left;
	background-color: #010199;
	margin-left: 10px;
	display: inline;
	
}

#footer #links {
	float: right;
	text-align: right;
	line-height: 20px;
	background-color: #010199;
	margin-right: 10px;
	
}

#footer #hitcounter {
	width:770px;
	margin: 0 auto;
	height:60px;
	top: 100px;
	z-index: 280;
	background-color: #010199;
	position: absolute;
}
/* ===== miscellaneous styles ===== */

.clear { clear: both }

/* recaptcha styles */

#recaptcha_widget_div { width: 216px; overflow:hidden; }
#recaptcha_image img  { width: 200px; left: -10px; margin-left:-10px; } 
