/* Author: Rick Burke - Webmaster: Boylan Point Agency
/* Client: Liberty Bail Bonds
/* Last Modified: April 14, 2008
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,a {  
	margin:0; 
	padding:0;
	outline:none; 
	}

body {
	background:#EEEEEE;
}

@media only screen and (max-width: 797px) {
body {
	background:#FFF;
	padding-top:20px;
}

}

/* GLOBAL LAYOUT STRUCTURE
-------------------------- */

#wrapper_top {
	margin:0 auto;
	width:951px;
	height:18px;
	display:block;
	background:url(img/wrapper-top-cap.jpg) no-repeat;
	clear:both;
}

#wrapper {
	margin:0 auto;
	width:951px;
	background:transparent url(img/wrapper-BG.jpg) repeat-y;
	overflow:visible;
}

#masthead {
	margin:0 auto;
	width:926px;
	height:148px;
	background:transparent url(img/masthead-BG2.jpg) no-repeat;
	display:block;
} 

#content_wrapper {
	margin:0 auto;
	overflow:auto;
	width:926px;
}

#footer {
	clear:both;
	height:109px;
	width:926px;
	margin:0 auto;
	background:transparent url(img/footer-BG.png) no-repeat;
}

#wrapper_bottom {
	margin:0 auto;
	width:951px;
	height:14px;
	display:block;
	background:url(img/wrapper-bottom-cap.jpg) no-repeat;
	clear:both;
}

@media only screen and (max-width: 797px) {
	#wrapper_top {
	display:none;
	}

	#wrapper {
		margin:0 auto;
		width:300px;
		height:auto;
		background:none;
	}

	#masthead {
		margin:0 auto;
		width:100%;
		height:auto;
		background:none;
	} 

	#content_wrapper {
		width:100%;
		background:#FFFFFF;
	}

	#footer {
		clear:none;
		height:auto;
		width:100%;
		margin:0 auto;
		background:none;
		position:relative;
		top:0;
		left:0;
		z-index:5;	
	}

	#wrapper_bottom {
		display:none;
	}
}

/* MASTHEAD
-------------------------- */
#logo {
	margin:36px 0 0 38px;
	width:254px;
	height:90px;
	background:transparent url(img/liberty-bail-logo.gif) no-repeat;
	float:left;
}

.logoLink {
	width:254px;
	height:90px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

#tagline {
	margin:36px 0 0 167px;
	width:336px;
	background:transparent url(img/affordable-logo.png) no-repeat;
	float:left;
}

#tagline h2 {
	width:336px;
	height:44px;
	text-indent:-9999px;
}

#mobileContactInfo {
	visibility:hidden;
}

#masthead_divider {
	margin:0 auto;
	clear:both;
	height:11px;
	width:926px;
	background:transparent url(img/large-red-stripes.jpg) right no-repeat;
}

@media only screen and (max-width: 797px) {

#logo {
	margin:0;
	width:100%;
	height:auto;
	background:none;
	float:none;
}

#logo h1 {
width:254px;
margin:0 auto;
}

	.logoLink {
	width:254px;
	height:90px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	background:transparent url(img/liberty-bail-logo.gif) no-repeat;
}

#tagline {
	float:none;
	width:100%;
	height:auto;
	background:none;
	margin:0;
}

#tagline h2 {
	width:300px;
	height:auto;
	text-align:center;
	text-indent:0;
	background:none;
	margin:20px auto;
	color:#004680;
	font-family:Arial, sans-serif;
	font-size:34px;
}

#masthead_divider {
	width:auto;
	background:none;
}

#mobileContactInfo {
	visibility:visible;
	text-align:center;
}

	#mobileContactInfo p{
	color:#C1272D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}

	#mobileContactInfo h2{
	color:#004680;
	font-family:Arial, sans-serif;
	font-size:34px;
	}
}

/* NAVIGATION
--------------------------------------*/
/* --- Old Navigation --- */
#navigation {
	margin:0 0 0 20px;
	height:37px;
	width:565px;
	float:left;
}

#nav {
	position:relative;
	z-index:1;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	height:30px;
	width:100px;
	display:block;
	padding:7px 0 0 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	outline:none;
}

#nav a:hover {
	text-decoration:underline;
	color:#EEEEEE;
}

#nav li { /* all list items */
	margin:0 10px 0 0;
	height:37px;
	width:100px;
	background:transparent url(img/nav-button-BG.gif) no-repeat;
	text-align:center;
	float:left; /* width needed or else Opera goes nuts */
	position:relative;
	z-index:11;
}

#nav li ul { /* second-level lists */
	position: relative;
	background: #56a0e8 url(img/nav-sec-btn-BG.jpg) repeat-x;
	width: 96px;
	border-right:2px solid #003366;
	border-left:2px solid #003366;
	border-bottom:2px solid #003366;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow:hidden;
	z-index:20;
}

#nav li ul li {
	background:none;
	text-align:left;
}

#nav li ul li a {
padding:3px 0 3px 4px;
width:94px;
font-size:12px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
border-bottom:2px solid #0e5ca7;
border-top:1px solid #0e5ca7;
}

#nav li ul li a:hover {
background:#EEEEEE;
color:#003366;
text-decoration:none;
border-top:1px solid #FFFFFF;
border-bottom:2px solid #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
}

@media only screen and (max-width: 797px) {
	#navigation {
		margin:0 auto;
		height:auto;
		width:100%;
		float:none;
		padding:0;
	}

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

	#nav a {
		height:auto;
		width:auto;
		padding:10px;
		font-size:18px;
	}

	#nav a:hover {
		color:#FFF;
	}

	#nav li {
		margin:5px 0;
		height:auto;
		width:auto;
		background:#C1272D;
		float:none;
	}

	#nav li ul { 
		display:none;
		width:auto;
	}
}

/* CONTENT AREA
-------------------------- */
#mainStage {
	width:926px;
	clear:both;
	padding-top:20px;
}



#mainStage h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.75em;
	font-weight:bold;
	margin:6px 85px 6px 85px;
	color:#003399;
	border-bottom:1px solid #666666;
}

#mainStage h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	margin:15px 85px 6px 85px;
	color:#990033;
}

#mainStage h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	margin:6px 85px 6px 85px;
	color:#003399;
}

#mainStage h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:lighter;
	margin:6px 85px 6px 85px;
	color:#003399;
}

#mainStage p {
	margin:10px 85px 10px 85px;
	font-family:"Trebuchet MS", Garamond, Georgia, serif;
	font-size:1em;
	font-weight:normal;
	color:#666666;
	line-height:1.5em;
}

#mainStage p.pClear {
	margin-top:15px;
	clear:both;
}

#mainStage p strong {
font-weight:bold;
color:#003366;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
}

#mainStage ul.basic {
	margin:6px 185px;
}

#mainStage ul.basic li {
	margin:6px 0;
	list-style:square;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
}

#mainStage ul.secondary {
	margin:6px 185px;
}

#mainStage ul.secondary li {
	margin:10px 0;
	list-style:circle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#990033;
}

#mainStage ul.listNav {
	margin:6px 0 6px 300px;
	list-style:none;
}

#mainStage ul.listNav li {
	margin: 15px 5px;
	list-style:none;
	float:left;
}

#mainStage ul.listNav li a:link, #mainStage ul.listNav li a:visited, #mainStage ul.listNav li a:active {
	padding:10px;
	width:45%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	text-decoration:underline;
	background:#EEEEEE;
	border:1px dashed #666666;
}

#mainStage ul.listNav li a:hover {
	background:#FFFFFF;
	border:solid 1px #004680;
	color:#004680;
	text-decoration:underline;
}

#mainStage ul.servicesNav {
	margin:6px 0 6px 115px;
	list-style:none;
}

#mainStage ul.servicesNav li {
	margin: 15px 5px;
	list-style:none;
	float:left;
}

#mainStage ul.servicesNav li a:link, #mainStage ul.servicesNav li a:visited, #mainStage ul.servicesNav li a:active {
	padding:10px;
	width:45%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-weight:bold;
	color:#003399;
}

#mainStage ul.servicesNav li a:hover {
	color:#990033;
	text-decoration:underline;
}

#mainStage ul.questionsNav {
	margin:6px 0 6px 185px;
	list-style:none;
}

#mainStage ul.questionsNav li {
	margin: 15px 5px;
	list-style:none;
	float:left;
}

#mainStage ul.questionsNav li a:link, #mainStage ul.questionsNav li a:visited, #mainStage ul.questionsNav li a:active {
	padding:10px;
	width:45%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-weight:bold;
	color:#003399;
}

#mainStage ul.questionsNav li a:hover {
	color:#990033;
	text-decoration:underline;
}

#mainStage div.mapframe {
	float:right;
	margin:15px;
}

#mainStage div.mapframe a.googlemap{
	visibility:hidden;
}

#mainStage img.right {
	float:right;
	margin:0 75px 15px 15px;
}

#about-top {
	width:756px;
	margin:0 auto 30px;
	padding:0;
	
}

#about-top h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	color:#003399;
	border-bottom:none;
	margin:0;
	text-align:right;
}

#about-top a{
	text-decoration:none;
	color:#003399;
	margin:0;
}

#about-top p {
	color:#990033;
	text-align:center;
	margin:40px auto;
	font-weight:bold;
	font-size:20px;	
}

#terry p {
	font-size:12px;	
}

.big {
	font-size:16px;
	font-weight:bold;
	color:#003399;
}

#lawyerInfo_list1 {
	margin:0 auto;
	width:614px;
	border:1px solid #666666;
	background:transparent url(img/services-box-bg.jpg) repeat-y;
}

#lawyerInfo_list1 p {
margin:6px 15px 15px;
color:#003366;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

#lawyerInfo_list1 h3 {
text-indent:none;
margin:6px 15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:20px;
}

#lawyerInfo_list1 ul {
	margin:6px 15px;
}

#lawyerInfo_list1 ul li {
	margin:10px 25px;
	font-family:"Trebuchet MS", Garamond, Georgia;
	font-size:1em;
	font-weight:normal;
	color:#003399;
	list-style:disc;	
}

table.jails td {
	font-family:"Trebuchet MS", Garamond, Georgia;
	}
	
#jail_courts {
	margin-left:15px;
}

#police_depts {
width:435px;
float:right;
}

ul.policeList {
list-style-type:none;
margin:0 15px 0 0;
padding:0;
}

ul.policeList li {
margin:3px 0;
}

ul.policeList li a:link, ul.policeList li a:visited, ul.policeList li a:active {
font-size:.85em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#003366;
text-decoration:underline;
}

ul.policeList li a:hover {
text-decoration:none;
color:#990033;
}

.tableText {
	padding:3px;
	font-family:"Trebuchet MS", Garamond, Georgia;
	font-size:1em;
	font-weight:normal;
	color:#003366;
}

#lCol {
	padding:25px 0 0 0;
	width:403px;
	height:360px;
	background:transparent url(img/left-col-BG.jpg) 0 35px no-repeat;
	float:left;
}

#lCol p {
	margin:8px auto;
	width:300px;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}

#lCol strong {
	font-weight:lighter;
	font-size:18px;
	color:#004680;
}

#lawyerBurst a:link, #lawyerBurst a:visited, #lawyerBurst a:active {
	margin:10px auto;
	padding:25px 4px 4px 4px;
	background:#EEEEEE;
	border:1px dashed #666666;
	height:55px;
	width:75%;
	display:block;
	text-align:center;
	font-family:Tahoma, Arial, 'Times New Roman';
	font-weight:lighter;
	font-size:18px;
	text-decoration:none;
	color:#666666;
}

#lawyerBurst a:hover {
	background:#FFFFFF;
	border:solid 1px #666666;
	color:#333333;
	text-decoration:underline;
}

#rCol {
	padding:25px 0 0 0;
	width:523px;
	height:360px;
	float:left;
	text-align:center;
	background:transparent url(img/lady-liberty.jpg) 300px 221px no-repeat;
}

#phoneBurst {
	margin:6px auto;
	height:104px;
	width:312px;
	background:transparent url(img/phone-bg2.png) no-repeat;
	text-align:center;
}

#phoneBurst h3 {
	width:100%;
	padding:15px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
	margin:0;
}

#phoneBurst h2 {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFF;
	font-weight:bold;
}

#discount {
	margin:6px auto;
	width:342px;
	background:transparent url(img/red-stripes.jpg) 0 10px no-repeat;
}

#discount p {
	margin:0 auto;
	width:175px;
	font-size:14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#004680;
}

#rCol ul {
	margin:20px 0 0 30px;
	list-style-type:disc;
	text-align:left;
}

#rCol li {
	margin:3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#004680;
}

#rCol ul ul {
	margin:0;
	list-style-type:square;
}

#rCol ul ul li {
	margin:0 0 0 45px;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

#espanol {
	margin:10px;
	height:101px;
	width:101px;
	float:right;
	background:transparent url(img/servicio-en-espanol.jpg) no-repeat;
}

#espanol p {
	text-indent:-9999px;
	height:101px;
	width:101px;
	display:block;
}

.contact{
	font-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-weight:bold;
	color:#990033;	
}

@media only screen and (max-width: 797px) {

	#mainStage {
		width:300px;
		clear:both;
		padding-top:20px;
	}

	#mainStage h1{
		margin:10px 0;
		text-align:center;
	}

	#mainStage h2{
		margin:10px 0;
	}

	#mainStage h3{
		margin:10px 0;
	}

	#mainStage h4{
		margin:10px 0;
	}

	#mainStage p {
		margin:5px 0;
	}

	#mainStage p.pClear {
		margin-top:15px;
		clear:both;
	}


	#mainStage ul.basic {
		margin:10px auto;
	}


	#mainStage ul.secondary {
		margin:10px auto;
	}

	#mainStage ul.secondary li {
		margin:5px 0;
	}

	#mainStage ul.listNav {
		margin:10px auto;
		text-align:center;
	}

	#mainStage ul.listNav li {
		margin: 10px 0;
		float:none;
	}

	#mainStage ul.listNav li a:link, #mainStage ul.listNav li a:visited, #mainStage ul.listNav li a:active {
		padding:5px;
		width:100%;
		color:#C1272D;
	}

	#mainStage ul.servicesNav {
		margin:10px auto;
		text-align:center;
	}

	#mainStage ul.servicesNav li {
		margin: 10px 0;
		float:none;
	}

	#mainStage ul.servicesNav li a:link, #mainStage ul.servicesNav li a:visited, #mainStage ul.servicesNav li a:active {
		padding:5px;
		width:100%;
		color:#C1272D;
	}

	#mainStage ul.questionsNav {
		margin:10px auto;
		text-align:center;
	}

	#mainStage ul.questionsNav li {
		margin: 10px 0;
		float:none;
	}

	#mainStage ul.questionsNav li a:link, #mainStage ul.questionsNav li a:visited, #mainStage ul.questionsNav li a:active {
		padding:5px;
		width:100%;
		color:#C1272D;
	}

	#mainStage div.mapframe {
		float:none;
		margin:15px;
	}

	#mainStage div.mapframe iframe{
		display:none;
	}

	#mainStage div.mapframe a.googlemap{
		visibility:visible;
	}

	#mainStage img.right {
		float:none;
		margin:0 auto;
	}
	
	#about-top {
		width:100%;
		margin:0 auto;	
	}

	#about-top h1{
		text-align:center;
	}

	#about-top p {
		margin:10px auto;
	}

	#lawyerInfo_list1 {
		margin:0 auto;
		width:90%;
		border:none;
		background:#fff;
	}

	#lawyerInfo_list1 p {
	margin:5px 0;
	}

	#lawyerInfo_list1 h3 {
	margin:5px 0;
	}

	#lawyerInfo_list1 ul {
	margin:10px 0;
	}

	#lawyerInfo_list1 ul li {
		margin:5px;
	}
		
	#jail_courts {
		margin-left:0;
	}

	#police_depts {
	width:100%;
	float:none;
	}

	ul.policeList {
	list-style-type:none;
	margin:0;
	padding:0;
	}

	#lCol {
		padding:25px 0 0 0;
		width:100%;
		height:auto;
		background:none;
		float:none;
	}

	#lCol p {
		margin:8px auto;
		width:100%;
	}

	#lawyerBurst a:link, #lawyerBurst a:visited, #lawyerBurst a:active {
		margin:10px auto;
		height:auto;
		width:90%;
	}

	#rCol {
		padding:25px 0 0 0;
		width:100%;
		height:auto;
		float:none;
		text-align:center;
		background:none;
	}

	#phoneBurst {
		margin:6px auto;
		height:auto;
		width:100%;
		background:none;
		text-align:center;
	}

	#discount {
		margin:6px auto;
		width:100%;
		background:none;
	}

	#discount p {
		margin:0 auto;
		width:100%;
	}

	#rCol ul {
		margin:10px;
	}

	#rCol li {
		margin:3px 0;
	}

	#rCol ul ul {
		margin:0;
		list-style-type:square;
	}

	#rCol ul ul li {
		margin:0 0 0 15px;
	}

	#espanol {
		margin:10px auto;
		height:101px;
		width:101px;
		float:none;
		background:transparent url(img/servicio-en-espanol.jpg) no-repeat;
	}

	#espanol p {
		text-indent:-9999px;
	}
	
	#terry p {
	font-size: 14px;
	}

	.contact{
		font-style:none;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.25em;
		font-weight:bold;
		color:#990033;	
	}
}

/* FOOTER
----------------------- */
#footer_left, #footer_right {
	padding:50px 0 0 0;
	width:50%;
	float:left;
}

#footer_left h4{
	padding:0 0 0 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}

#footer_left h5 {
	padding:0 0 0 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
}

#footer_center {
	width:33%;
	float:left;
	text-align:center;
	padding-top:32px;
	}
	
#footer_center p, #footer_center a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#footer_right h4{
	padding:0 25px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:right;
}

#footer_right h5 {
	padding:0 25px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:right;
}

#other-locations {
	width:960px;
	height:80px;
	display:block;
	margin:0 auto;
	text-align:center;
	}

#other-locations p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#004680;
	}
	
#other-locations ul {
	padding-top:10px;
	}
	
#other-locations ul li {
	list-style-type:none;
	display:inline;
	margin:0 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#004680;
	}
	
#other-locations a:link, #other-locations a:active, #other-locations a:visited {
	color:#C1272D;
	text-decoration:none;
	}
	
#other-locations a:hover {
	text-decoration:underline;
	}
	

@media only screen and (max-width: 797px) {
#footer_left, #footer_right {
	padding:10px 0;
	width:auto;
	float:none;
	text-align:center;
}

#footer_left h4{
	padding:0;
	color:#C1272D;
	text-align:center;
}

#footer_left h5 {
	padding:0;
	color:#C1272D;
	text-align:center;
}

#footer_center {
	width:auto;
	float:none;
	}
	
#footer_center p, #footer_center a{
	color:#C1272D;
}

#footer_right h4{
	padding:0;
	color:#C1272D;
	text-align:center;
}

#footer_right h5 {
	padding:0;
	color:#C1272D;
	text-align:center;
}

#other-locations {
	width:300px;
	height:auto;
	padding-bottom:30px;
	}

#other-locations p {
	font-size:18px;
	}
	
#other-locations ul {
	padding-top:10px;
	}
	
#other-locations ul li {
	list-style-type:none;
	display:block;
	margin:0;
	background:#004680;
	margin-bottom:10px;
	padding:10px;
	font-weight:normal;
	width:auto;
	}
	
#other-locations a:link, #other-locations a:active, #other-locations a:visited {
	color:#fff;
	text-decoration:none;
	padding:10px;
	}
	
#other-locations a:hover {
	text-decoration:underline;
	}
}

/* EXTRA CLASSES & IDs
------------------------ */
.clearit {
	clear:both;
	height:0%;
}
