@charset "utf-8";
/* CSS Document */


body{
	color:#112;
	margin:0px;
	padding:0px;
	/*background-image:url(../images/bg3.jpg);
	background-repeat:repeat;*/
	font-size:.8em;
	/*font-family:Verdana, Geneva, sans-serif; "Lucida Grande", Arial, Sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#footer{
	display:block;
	float:left;
	width:100%;
	background:#f60;
	border-top:3px solid #006;	
}

#footer_left{
	width:450px;
	margin:0px;
	float:left;
	text-align:left;
}

#footer_right{
	width:450px;
	margin:0px;
	float:left;
	text-align:right;
}


#spears{
	display:block;
	background-image:url(../images/spears.jpg);
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	padding:0px;
	height:70px;
	border-bottom:3px solid #F60;
}

#gateTrack{
	width:100%;
	height:60px;
	margin-top:110px;
	position:absolute;
	display:block;
	background:#f60;
	border-top:3px solid #006;	
}
	
#contactlink{
	position:absolute;
	display:block;
	top:5px;
	left:5px;
}


span.notes{
	color:#F00;
}

#page_wrapper{
	display:block;
	position:relative;
	width:900px;
	margin:0px auto 0 auto;
	height:100%;
	/*background:#eee;*/
}
 
#header{

	height:75px;
	width:900px;
	/*background:url(http://localhost/framework/images/header.jpg);*/
}
	#header img{
		float:left;
	}
	#header h2{
		color:#006;
		text-align:center;
		font-size:3em;
		margin:0 50px 0 10px;
		padding-top:10px;
	}
	
	#header span{
		color:#F60;
	}
	
	#header h3{
		text-align:center;
		font-size:1.5em;
		margin:5px 50px 0 10px;
	}
	
	#search{
		display:block;
		width:100%;
		height:45px;
		padding:20px 0 0 0;
		/*background:#eee;*/
	}
	
	
	
	pre{
		margin-top:0px;
	}
	
		#search h1{
			text-align:center;
			color:#006;
			margin:0px;
			padding:0px;
		}
	
#menu{
	clear:both;
	float:left;
	margin:0;
	width:1000px;
	background:#eee;
	border-top:3px solid #112;
	border-bottom:1px solid #ccc;
	line-height:1.7em;
	font-size:1.3em;
}

#mainMenu{
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:1.1em;
	font-weight:bold;
}

#mainMenu li{
	line-height:1.7em;
	width:85%;
	display:block;
	border-left:2px #fff solid;
	border-top:2px #fff solid;
	padding-left:10px;
}

#mainMenu li:hover{
	
	border-left:2px #f60 solid;
	border-top:2px #f60 solid;
	background-color:#eee;
}

#mainMenu a{
	text-decoration:none;	
}


.orangeFence{
	padding:3px;
	display:block;
	width:100%;
	background-color:#f60;
}



#admin_menu{
	float:left;
	margin:0px;
	width:1000px;
	background:#eee;
	font-size:1.2em;
	line-height:1.7em;
}

#main{
	float:left;
	display:block;
	width:900px;
}

#content{
	float:left;
	width:700px;
	display:block;
	min-height:500px;
	/*background:#eee;*/
}

#stateMap{
	display:block;
	float:left;
	margin:40px 0 0 50px;
	width:210px;
	height:200px;
	background:#eee;
}

#PcodeSearchForm{
	text-align:center;
	display:block;
	float:right;
	margin:40px 50px 0 0;
	width:250px;
	height:150px;
	background:#eee;
}

#indexcontent{
	margin:50px 0 0 0;
	width:700px;	
}

#indexcontent h1{
	text-align:center;	
}

#indexcontent h2{
	text-align:center;
}

#indexcontent h3{
	font-weight:bold;
}

#indexcontent p{
	text-align:justify;
}

.indexcats{
	position:relative;
	width:200px;
	height:150px;
	float:left;
	display:block;
	margin:25px 0 0 25px;	
}

.indexcats span{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color #112 !important;
}

.indexcats span a, a:visted, {
	color #112 !important;
}
	


.indexcats img{
	margin-left:36px;
}


#directoryCats{
	display:block;
	float:left;
	width:600px;
}

	#directoryCats ul{
		list-style:none;
	}
	
	#directoryCats li{
		display:inline-block;	
		width:150px;
		text-align:center;
	}

.admin_page_name{
		display:inline-block;
		width:400px;
		margin:0px;
		}
.admin_page_link{
		display:inline-block;
		width:70px;
		margin:0px;
		text-align:center;
		}


#leftgate{
	width:200px;
	display:block;
	float:left;
	min-height:500px;
}


#clear{
	width:100%;
	clear:both;
	float:left;
}

#editdesign{
	float:left;
}

#bottom{
	width:600px;
	float:left;
	display:block;
	clear:both;
	min-height:300px;
	
}

#editdesign label{
	display:inline-block;
	width:120px;
	margin:7px 0 0 10px;
}

#editdesign input{
	display:inline-block;
	width:350px;
	margin:7px 0 0 10px;
}

#editdesign textarea{
	display:inline-block;
	width:470px;
	margin:7px 0 0 10px;
}


/*************** mailbox *************/
#inbox span{
	display:inline-block;
	font-size:.9em;
}

span.email_from{
	width:100px;
}

span.email_subject{
	width:300px;
}

span.email_date{
	width:150px;
}

span.email_time{
	width:70px;
}

#loginForm label{
	display:inline-block;
	width:110px;
	text-align:right;
	margin:8px 0 0 0;
}

#loginForm input{
	display:inline-block;
	width:150px;
	margin:8px 0 0 15px;
}

#loginForm fieldset{
	width:350px;
	border:2px solid #000;
	margin:0 0 0 325px;
}

#loginForm p{
	text-align:center;
}


/*********** Contact Form ******************/
#contactform label{
	display:inline-block;
	width:110px;
	text-align:right;
	margin:8px 0 0 0;
}

#contactform input{
	display:inline-block;
	width:150px;
	margin:8px 0 0 15px;
}

#contactform fieldset{
	width:450px;
	border:2px solid #000;
	margin:20px 0 0 100px;
}

#contactform textarea{
	margin: 8px 0 0 15px;
	width:300px;
	height:120px;
}

img.captcha{
	border:3px double #112;
	margin:8px 0 0 131px;
}

	
/******************* edit account **************/

#edit_account label{
	display:inline-block;
	width:140px;
	text-align:right;
	margin:8px 0 0 0;
}

#edit_account input{
	display:inline-block;
	width:150px;
	margin:8px 0 0 15px;
}

/**************** Admin ********************/

.admin-user-mangement{
	background:#eee;
}


/************ image upload ***************/

#loading
{
	width:240px;
	height:180px;
display:none;
margin: 0 auto;					/*align the display at the center*/       
text-align: center;				/*align the display at the center*/
}

#my_iframe
{

border: 0px;
overflow:hidden;
margin: 0 auto;					/*align the display at the center*/
/*text-align: center;		*/		/*align the display at the center*/
border:1px solid #F66;
padding:0px;
display:none;
}

#my_iframe body{
	padding:0px;
}

#oldImg{
	
}

#my_iframe img{
	margin:0px;
	width:240px;
	height:180px;
}

#old_image{
	width:240px;
	height:180px;
	padding:10px;
	border:1px solid #F66;
	margin: 0 auto;	
	
	/*align the display at the center*/


}  

fieldset.port_imageup{
	position:absolute;
	margin: 5px 5px 0 0;
	width:250px;
	height:260px;
	right:0px; 
	top:0px;
	border-color:#ee2d23;
}

#designCatLinksShow{
	display:block;
	width:300px;
	float:left;
}
/************* Business edit ***************/

#editBusiness fieldset{
	width:380px;
	display:block;
	float:left;
	margin:5px 0 0 0;
}

#editBusiness label{
	width:80px;
	display:inline-block;
	margin:8px 0 0 0;
	text-align:right;
	font-size:.8em;
}

#editBusiness input{
	width:200px;
	display:inline-block;
	margin:8px 0 0 10px;
	font-size:.9em;
}

span.sublabel{
	font-size:.7em;
	display:inline-block;
	text-align:left;
}

.tick{
	width:80px !important ;
	display:inline-block;
	margin:8px 0 0 0;
	text-align:right !important;
	font-size:.8em !important;
}

#myEdit{
	display:block;
	position:relative;
}

#editarea{
	width:500px;
}

#be_specs{
	position:absolute;
	margin: 5px 5px 0 0;
	width:260px;
	height:320px;
	right:0px; 
	top:280px;
	border-color:#ee2d23;
	display:block;
	background:#eee;
}

#be_specs label{
	width:120px;
	display:inline-block;
}

/********************* business page Start **************/

#busPageLeft{
	float:left;
	display:block;
	width:460px;
	margin:0px;
	
}

	#topL{
		float:left;
		width:460px;
		height:180px;
		}
	
	.BusAtts{
		float:left;
		width:150px;
		height:60px;
		display:block;
		text-align:center;
		padding-top:30px;
	}
	
	#busAbout{
	float:left;
	}



#busPageRight{
	clear:right;
	display:block;
	float:right;
	width:240px;
}

	.buspagelogo{
	float:left;
	width:240px;
	height:180px;
	}
	
	#busPageContact{
		float:left;
	}
	
		#busPageRight ul{
			margin:0px;
		}
		
		#busPageRight li{
			list-style:none;
			
		}
#note{
	color:red;
}

img.gnf-listing-logo{
	display:block;
	float:right;
	padding:0 0 20px 20px;
		
}

#bus-specialities{
	display:block;
	float:left;
	width:350px;
}

	#bus-specialities h2{
		font-size:1em;
		font-weight:bold;
		text-align:center;
	}
	
	
.nearbyBus{
	display:block;
	float:left;
	margin:10px 0 0 0;
	padding-bottom:10px;
	border-bottom:3px double #006;
}

	.nearbyBus h4{
		text-align:center;
		width:100%;
		margin:5px auto
	}
	
	.nearbyBus img{
		display:block;
		width:120px;
		height:90px;
		float:left;
	}
	
	.nearbyBus p{
		display:block;
		width:450px;
		min-height:70px;
		text-align:justify;
		float:right;
		margin:0 10px 0 20px;
		
	}
	



.bottomfix{
	width:100%;
	height:1px;
	display:block;
	clear:both;	
}

/*.galleryAccordian{
	min-height:205px;
}
*/
.bolded{
	font-weight:bold;
}

.BusConLabel{
	display:inline-block;
	width:120px;
	margin:7px 0 0 0;
	text-align:right;
}

.BusConInput{
	display:inline-block;
	width:200px;
	margin:7px 0 0 6px;
}

.BusConTextbox{
	display:inline-block;
	margin:7px 0 0 6px;
}


/*#googleabovebustabs{
	display:block;
	height:60px;
	margin:20px 0 20px 116px;
}
*/

#googleabovebustabs{
	display:block;
	height:280px;
	margin:20px 0 20px 0;
}

.googleabovebustabs_box{
	float:left;
	display:block;
	height:280px;
	margin:0 0 0 9px; /*336 x 280*/
}

#AboveBusListingTidy{
	display:block;
	width:100%;
	height:15px;
}

.buspage_gallery_img{
	float:left;
	display:block;
	width:240px;
	height:180px;	
}


.buspage_gallery_p{
	display:block;
	width:320px;
	float:left;
	margin:10px 0 0 25px;
	background:#C9C;
	text-align:justify;
	}




/************* Tipsy Titles ****************/
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-north { background-image: url(../images/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(../images/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(../images/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../images/tipsy-west.gif); background-position: left center; }

