/* Generic */
/**
* style sheet from John etc
* includes login
*/

html {
margin: 0;
}

body {
margin: 0;
/* background-color: #c7d1e1;
 background-image: url('/images/bg.png');
background-repeat: no-repeat; */
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}



 h3, h4, h4, h6 {
margin: 0px;
text-transform: uppercase; 
color: #345789;
font-size: 13px;
}

h1 {
margin-top: 0px;
margin-bottom: 10px;
font-size: 18px;
color: #133f70;
/*
position: relative;
background:  #eeeeff;
border: 1px solid #345789;
*/

/*
line-height: 1.2em;
text-align: justify;
*/
}

h2 {
margin: 0px;
font-size: 14px;
color: #345789;
position: relative;
/*
border: 1px solid #345789;
line-height: 1.2em;
text-align: justify;
*/
}

p {
margin-top: 3px;
margin-bottom: 18px;
margin-left: 0px;
line-height: 1.5em;
text-align: justify;
}

a {
text-decoration: none;
color: #345789;
}

a:hover {
text-decoration: underline;
}


	

img {
border: none;
}


/*
.field {

color: #676767;
font-family: arial, helvetica, sans-serif;

}
*/

#page {
position: relative;
top: 0px;
left: 0px;
width: 800px;
margin: 0 100px;
background-color: #fff;
}





/* Header Section */

#header {
position: relative;
width: 789px;
height: 82px;
margin: 0 auto;
background-color: #ffffff;
background-image: url('/images/bw/logo.png');
background-repeat: no-repeat;
text-align: right;
font-size: 11px;
color: #93b1cc;
letter-spacing: 0.1em;
padding-right: 11px;
padding-top: 14px;
}

#header a {
color: #93b1cc;
text-decoration: none;
}

#header a:hover
{
color: #93b1cc;
text-decoration: underline;
}

#header .searchField
{
width: 127px;
vertical-align: middle;
padding: 0;
margin-right: 7px;
}

#header .searchButton
{
vertical-align: middle;
border: none;
padding: 0;
height: 18px;
width: 52px;
}


#blueButton {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	width: 100px;
	height: 22px;
	line-height: 22px;
	background: url('/localsplash/pnbg.png') 0 0 no-repeat;
}

/* Primary Navigation */
#primaryNav {
	position: relative;
	width: 800px;
	height: 24px;
	margin: 0;
	background-color: #092f5e;
	font-size: 12px;
}



#primaryNav ul {
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#primaryNav li {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	width: 100px;
	height: 22px;
	line-height: 22px;
	background: url('/localsplash/pnbg.png') 0 0 no-repeat;
}

/* Primary Navigation */
#mobNav {
	position: relative;
	width: 400px;
	height: 24px;
	margin: 0 ;
	background-color: #092f5e;
	font-size: 12px;
}

#mobNav ul {
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#mobNav li {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	width: 100px;
	height: 22px;
	line-height: 22px;
	background: url('/localsplash/pnbg.png') 0 0 no-repeat;
}

#mobNav .currentPage {
	background: url('/localsplash/pnbg.png') 0 0 no-repeat;
	background-position: 0 -22px;
}

#mobNav li a {
	display: block;
	width: 100px;
	color: #fff;
	text-decoration: none;
}

/*
#primaryNav a {
}

#primaryNav a:hover {
	background: url('../images/bw/pnbg.png') 0 0 no-repeat;
	background-position: 0 -22px;
}
*/

#primaryNav .currentPage {
	background: url('/localsplash/pnbg.png') 0 0 no-repeat;
	background-position: 0 -22px;
}

span.currentLink a:hover {
	display: block;
	background: url('/localsplash/pnbg.png') 0 0 no-repeat;
	background-position: 0 -22px;
}

#primaryNav li a {
	display: block;
	width: 100px;
	color: #fff;
	text-decoration: none;
}

/* Secondary Navigation */

#secondaryNav {
position: relative;
float: left;
width: 200px;
height: 225px;
margin: 0 auto;
background-color: #07254f;
 background: url('/localsplash/snbg.png') 0 0 repeat; 
}

#secondaryNav ul {
margin-left: 0px;
margin-top: 13px;
padding: 0px;
list-style: none;
}

#secondaryNav li {
margin: 0 1em;
color: #6f732d;
line-height: 26px;
padding-left: 2px;
line-height: 26px;
font-size: 13px;
width: 170px;
}

#secondaryNav a {
color: #fff;
text-decoration: none;
margin-left: 5px;
}

#secondaryNav a:hover {
color: #fff;
font-weight: bold;
}

#secondaryNav .currentPage {
font-weight: bold;
color: #fff;
margin-left: 0px;
}

#secondaryNav .sndv {
padding-top: 2px;
background-image: url('/images/bw/sndv.png');
background-repeat: repeat-x;
}

.directoryTop

{
padding-top: 2px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 2px;
margin: 0 ;
background-color: #fff;
background-image: url('/images/bg/gradient_listing.jpg');
 background-repeat:repeat-y; 
}

/***** MOBILE CSS *****/

#mob_featurePanel {
/*
width: 200px;
height: 225px;
margin: 0 ;
background-color: #fff;
background-image: url('/images/bw/img_recover_bg_1x225.png');
 background-repeat:repeat-x; 
*/
}


#mob_busSearch {
	
	width: 200px;
	height: 225px;
	margin: 0 ;
	background-color: #fff;
	background-image: url('/images/banners/mob_business.jpg');
	background-repeat: no-repeat;
}


/* Feature Image */

#feature {
position: relative;
float: right;
width: 600px;
height: 225px;
margin: 0 auto;
background-color: #fff;
background-image: url('/images/bw/banner_09-business.jpg');
background-repeat: no-repeat;
}

#featurePanel {

	/* position: relative;
float: right;

width: 600px;
height: 225px;*/

margin: 0 ;
background-color: #fff;
background-image: url('/images/bw/img_recover_bg_1x225.png');
/* background-repeat: no-repeat; */
 background-repeat:repeat-x; 
}
#directoryPadding
{
	
margin: 15px;
width: 375px;
height: 190px;	


}
#directoryTransparent
{
	background-color: rgba(218,228,242,0.6);
margin: 15px;
width: 375px;
height: 190px;	
/* background-color: #DAE4F2;	*/
opacity:.5 ; /* CSS opacity property [0-1] */
filter:alpha(opacity=50); /* For IE 0-100*/   
 

}
/* Page Content */

#content {
position: relative;
clear: both;
width: 800px;
height: 600px;
padding-top: 15px;
background-color: #fff;
}

#contentLhs {
position: relative;
float: left;
width: 180px;
margin: 10px;
}

#contentMain {
position: relative;
float: left;
width: 376px;
margin: 12px;
}

#contentRhs {
position: relative;
float: left;
width: 180px;
margin: 10px;
}





/* Footer Section */

#footer {
position: relative;
width: 791px;
height: 52px;
background-color: #c7d1e1;
padding-top: 5px;
padding-left: 9px;
font-size: 11px;
letter-spacing :0.1em;
color: #ffffff;
}

#footer a {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color: #ffffff;
text-decoration: underline;
}










/* Rates Item */

#rates {
position: relative;
width: 180px;
height: 446px;
margin: 0 auto;
background-image: url('/images/bw/rates.png');
background-repeat: no-repeat;
}





/* Setup Item */

#setup {
position: relative;
width: 180px;
height: 99px;
margin: 0 auto;
background-image: url('/images/bw/setup.png');
background-repeat: no-repeat;
}






/* Feature Item */
#featureCoverage {
	width: 800px;
	height: 225px;
	/* background-image: url('/images/featureCoverage.jpg'); */
	background-repeat: no-repeat;
}

#featureDefault {
	width: 600px;
	height: 225px;
background-image: url('/images/bw/feature_600.jpg');
	background-repeat: no-repeat;
}
#featureBanner {
	width: 600px;
	height: 225px;

}







/* Map Item */

#area {
	display: block;
	margin: 0px 0 5px 0px;
	width: 180px;
	height: 50px;
	font-size: 13px;
	color: #333;
	letter-spacing: 0;
	border: 1px solid #aaa;
}

#location {
	display: block;
	margin: 0px 0 0 0px;
	width: 180px;
	height: 93px;
	font-size: 13px;
	color: #444;
	letter-spacing: 0;
	border: 1px solid #aaa;
}

#node {
	display: block;
	width: 164px;
	height: 270px;
	border: 1px solid #aaa;
	margin: 0 0 0 8px;
}

#image {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
}

#info {
	width: 164px;
	border: 1px solid #aaa;
}

#map {
	display: block;
	float: left;
	width: 380px;
	height: 285px;
	margin-right: 10px;
}

#ssid {
	display: block;
	/* float: top; */
	width: 180px;
	height: 80px;
	border: 1px solid #aaa;
}

#mapNav {
	display: block;
	float: left;
	width: 195px;
}

.mapImg {
	display: block;
	float: left;
/*	width: 264px;
	height: 198px;
	*/
	width: 200px;
	height: 150px;
	margin: 0;
	border: 0;
	/* width: 300px;
	height: 225px;
	*/
}

#mapInfo {
	display: block;
	float: left;
	padding: 6px;
	width: 563px;
	height: 55px;
	background-color: #f4f4f4;
	margin: 0 0 12px 0;
}

#name {
	color: #345789;
	font-size: 16px;
	margin: 0 0 5px 0;
}

#notes {
	color: #333;
	font-size: 13px;
}


