/*Generics*/
body {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #2b2e31;
}

img {
	border: 0!important;
}

.clear {
	clear:both!important;
}

.nopadding{
	padding:0!important;
}

.nomargin{
	margin:0!important;
}

.noborder{
	border:0!important;
}

a {
	text-decoration: underline;
	color: #0a5b9d;
}

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

h1 {
	font-size: 1.7em;
	font-weight: normal;	
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size:1.3em;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.8em;
}

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

p {
	margin: 1.2em 0em 1.2em 0em;
	line-height:1.6em;
}

li > p {
	margin-top: 0.2em;
}
/*End Generics*/

/*Layout specific css*/
#wrap {
	width:956px; /*Divisible by 2 & 3 & 4 when 14px margins removed, includes 2px borders*/
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
* html #wrap{
	width:956px;
}

.message {
	float: left;
    clear: both;
	margin: 0 0 15px 0;
	padding: 10px;
	font-size: 1.2em;
	font-weight: 600;
	display: block;
	background-color: #ffff90;
	border: 1px solid #e9dc33;
}

.content {
	width: 942px;
	padding-left: 14px;
	float:left;
	border-right:2px solid #0a5b9d;
	border-left:2px solid #0a5b9d;	
	padding-bottom: 14px;
	min-height: 450px;
	
}  * html .box { display:inline; }

.suggestLinkOver {
	background-color:#A4C9DD;
	color:#FFF;
	padding:2px 6px;
	display: block;
}

#locationSuggestDiv {
	position:absolute;
	background-color:#FFF;
	cursor:pointer;
	text-align:left;	
	border:2px solid #6A7D95;
	left:544px;
	top:62px;
	min-width:240px;
	z-index:350;
}

#categorySuggestDiv {
	position:absolute;
	background-color:#FFF;
	cursor:pointer;
	text-align:left;
	border:2px solid #6A7D95;
	left:15px;
	top:62px;
	min-width:240px;
	z-index:350;
}
.suggestLink {		
	background-color:#FFF;
	color:#000;
	padding:2px 6px;
	display: block;
}

.suggestLinkParent {
	background-color:#FFF;
	color:green;
	padding:2px 6px;
	display: block;
}
/*End Layout specific css*/

/*Box list specific css*/
.box {
	float: left;
	padding:7px 15px 15px 15px;
	margin-right:14px;
	margin-top:14px;
	border:1px solid #b0b0b0;	
	display: inline-block;
	position:relative;
}

.box .right{
	float: right!important;
	text-align: right;
}

.box.lightblue {
	background:#e1f2fe;
	/*Box list e6f7ff specific css*/
	border:1px solid #AEB9BF;
}

.box.tnpBlue
   {
  color:#0a5b9d;
  background-color: #f1f4f9;
  border: 1px solid #54bfe1;
  width:678px;
   }
   
   
.box.tnpBlue p  {
	width:490px;
	float:left;
	margin:6px 0px;
	padding:0px;
	}
	
	.box.tnpBlue p.text  {
	width:150px;
	float:left;
	}


.box.yellow {	
	background-color: #fdfbc2;
	border:1px solid #BFBD93;
}

.box.grey {	
	background-color: #e8e8e8;
	border:1px solid #A5A5A5;
}

.box.green {	
	background-color:#dcf9db;
	border:1px solid #A9BFA8;
}

.box.city {
	background-image: url('/images/interface/city.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#0a79cb;
	border:1px solid #065389;
	color:#fff;
}

.box.city a {
	color:#ffffff;
}

.box.whiteCity {
	background-image: url('/images/whiteCity.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#0a79cb;
	border:1px solid #b0b0b0;
	color:#000;
}

.box.waves {
	background-image: url('/images/onlineAdvertisingBG.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#0a79cb;
	border:1px solid #065389;
	color:#ffffff;
}

.box.waves a {
	color:#ffffff;
}

.box.featuredBusinesses {
	border-bottom:1px dotted #b0b0b0;
}

.box.featuredBusiness img.featuredImages{
	float:left;
	margin-right:8px;
	margin-top:15px;	
	width:75px;
	height:56px;
	border:1px solid #c4c5c6!important;
}

.box.featuredBusiness img.featuredLogo{
	float:left;
	margin-right:15px;
	border:1px solid #c4c5c6!important; 
	width:160px; 
	height:120px;
}

.box.featuredBusinesses h3 {
	color:#0a5b9d;	
	font-size:14px;
	margin-bottom:0px!important;
	padding-bottom:0px!important;
}

.box input {
	margin-right:15px;
	
}

.box textarea {
	margin-right:15px;
}

.box h1{
	font-weight:600;
}

.box h1 a{
	color:#1f78c1;
	text-decoration: none;
}

.box h2{
	font-weight:600;
	color:#3e3e40;
}

.box h2.gold a, .box h3.gold a {
	color:#eddf00!important;	
	font-weight:600;
	font-size:1.3em;
	text-decoration:none;
}

.box h2.silver a, .box h3.silver a {
	color:#ebebeb!important;	
	font-weight:600;
	font-size:1.3em;
	text-decoration:none;
}

.box h2.bronze a, .box h3.bronze a {
	color:#bd8c51!important;	
	font-weight:600;
}

.box h2.green, .box h3.green {
	color:#309f03!important;	
}

.box.skyscraper {
	width:190px;
}

.box.advertisemenu {
	width:170px;
}

.box.third {
	width: 268px; /*300 less 2 border and 30 padding*/
}

.box.half {
	width: 425px; /*457 less 2 border and 30 padding*/
}

.box.twothirds{
	width: 582px;
}

.box.full{
	width: 896px; /*928 less 2 border and 30 padding*/
}

.box.height1 {
	height:117px; /*209px less 2 border and 22 padding*/
}

.box.height2 {
	height:256px; /*280px less 2 border and 22 padding */
}

.box.height3twice {
	height:613px; 
}

.box.height1twice {
	height:408px;
}

.box.height2twice {
	height:549px; 
}

.relative {
	position:relative;
}

.index ul li{
	float:left;
	border-bottom:1px dotted #b0b0b0;
}

.rssFeedList li{
	border-bottom:1px dotted #b0b0b0;
}

.box ul {	
	margin-left:0px!important;
	margin-top:12px;
	padding-left:0px!important;
}

.box ol {	
	list-style: square;
	margin-left:10px!important;
	margin-top:12px;
	padding-left:0px!important;
}

.box ul li {
	white-space:nowrap;
	overflow:hidden;
	list-style: none;
}

.box.half li {
	width:100%;	
}

.box.full li {
	width: auto;
}

.box ul li a {	
	text-decoration: none!important;
	/*margin-right:15px;*/
}

.box.third p{
	margin: 0;
	padding-top: 1em;
}

.box.hp {
	padding-top: 31px;
}

.box.hpAd {
	padding-top: 41px!important;
}

.box.paddingLeft {
	padding-left: 15px;
	width:140px;

}

.box.paddingLeftList {
	padding-left: 15px;

}

.box.hp h2.title, .box.hp h1.title, .box.hp h3.title{
	background-image: url('/images/titleBG.jpg');	
	color:#FFF;
	position:absolute;
	top:0px;
	left:0;
	width:440px;
	height:26px;
	display:block;
	padding:4px 0 0 15px!important;
	margin:0 !important;
	font-size: 18px;
}

.box.hp h2.title a, .box.hp h1.title a, .box.hp h3.title a {
	color:#FFF;
}

.box.hp h2.title.thin, .box.hp h3.title.thin {
	width:283px !important;
}

.box.hp h2.title.thinner, .box.hp h3.title.thinner {
	width:156px !important;
}

.box.hp h2.title.thinnerList, .box.hp h3.title.thinnerList {
	width:284px !important;
}

.box.hp h2.title.fullList, .box.hp h3.title.fullList {
	width:912px !important;
}

.wrap {
	white-space:normal !important;
}

/*End box specific css*/

.strapLine {
	width: 300px;
	float:left;
}

/*Navigation.php css*/

#navigationFloat {	
    position:relative;
}

.navigation {
	z-index: 150;
	position: absolute;
	top: 43px;
	left: 16px;
	display:block;
	width:auto;
	text-transform: uppercase;
	font-weight:600;
/*	border-right:2px solid #1f78c1;*/
/*	border-left:2px solid #1f78c1;	*/
	margin: 16px 12px 0 0;
	padding: 0 5px 0 0px;
	
}

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

.navigation li{
	width:auto!important;
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}

.navigation li a{
	background:	#064172 url(images/interface/navLeft.jpg) no-repeat;
	color: #fff;
	height: 2em;
	width: auto;
	padding: 4px 7px 2px 15px;
	display: block;
	text-align: center;
	text-decoration:none;
	float:left;
	margin: 0;
} 

.navigation li i {
	background: #064172	url(images/interface/navRight.jpg) no-repeat;
	height:30px;
	width:8px;
	float:left; 
	margin:0px;
	padding:0px;
}

.navigation li:hover a{
	background:	#0a5b9d url(images/interface/navLeftSel.jpg) no-repeat;
} 

.navigation li:hover i {
	background: #0a5b9d	url(images/interface/navRightSel.jpg) no-repeat;
}

.navigation li.selected a{
	background:	#0a5b9d url(images/interface/navLeftSel.jpg) no-repeat;
	color: #fff;
	height: 2em;
	width: auto;
	padding: 4px 7px 2px 15px;
	display: block;
	text-align: center;
	text-decoration:none;
	float:left;
	margin: 0;
} 

.navigation li.selected i {
	background: #0a5b9d	url(images/interface/navRightSel.jpg) no-repeat;
	height:30px;
	width:8px;
	float:left; 
	margin:0px;
	padding:0px;
}

/*End Navigation.php css*/

/*Bread crumb css*/

.breadcrumbs {
	padding: 0;
	margin: 6px 0 15px 0;

}

.breadcrumbs li {
	padding: 5px 0 0 0;
	margin: 0;
    clear: right;
	font-size: 1.0em;
	list-style-type:none;
    float:left;	
	vertical-align:bottom;
    padding-right: 5px; /*adjust bullet image padding*/
}

.breadcrumbs h1 {
	margin: 12px 0 0 0;
	display:inline;
}

/*End bread crumb css*/

input[type="text"] {
height:18px;
}

/*Searchbox.php css*/
#searchPanel {
	position:absolute;
	width: 918px;
	top: 87px;
	left: 0;
	z-index:100;
	margin: 0 0 0 16px;
	background:#0a5b9d;
	color:#FFF;
	padding:10px 10px 15px 0px;
	font-weight:600;
}

#searchPanel input[type="text"] {
	background: #fff url('/images/ngui/input.jpg') repeat-x;	
	width: 235px;
	height: 17px;
	padding: 5px 5px 5px 5px;	
	margin: 6px 0 0 0;
	border: 2px solid #074171; 
}

#searchButton {
	width:102px;
	height:27px;
	float:left;
	color:#fff;
	font-size:1.5em;
	text-align:center;
	background: #1f78c1;
	border: #fff 2px solid;
	margin: 21px 0 0 15px  !important;	
	display:inline;
	padding:0px;
}

#searchButton img{
	margin:0;
	padding:0;
	border:0;
}

#searchButton:hover {
	background: #2e8edd;
		border: #fff 2px solid;
	cursor:pointer;
}
#searchButton:focus {
	background: #2e8edd;
	cursor:pointer;
}

.steps {
	float: left;
	padding-left: 15px;
	display: inline-block;
}

/*End Searchbox.php css*/

/*Logo.php specific css*/
.header {
	background:#ffffff url(/images/interface/top_burst.jpg) center top no-repeat;
	width:100%;
	height:164px;
	float: left;
	border-right:2px solid #0a5b9d;
	border-left:2px solid #0a5b9d;		
}

.header a {
	font-family:"Arial";

	font-size:14px;
}

.header img{
	float:left;
	padding-left:12px;
}

.headerText {
	margin-top:24px;
	text-align:left;

}

.header h4{
	z-index: 100;
	position: absolute;
	top: 27px;
	left: 15px;
	font-size: 1em;	
	font-weight: 900;
}
/*End Logo specific css*/

/*Button specific css*/

.greenbutton {
	background-color:#309f03;
	border:1px solid #174702;
	color:#ffffff;
	font-weight:600;
	padding:2px;
}

.greenbutton:hover {
	background-color:#58cd1f;
}

.blackbutton {
	background-color:#4b4b4b;
	border:1px solid #174702;
	color:#ffffff;
	height:22px;
	font-weight:600;
	padding:2px;
}

.blackbutton:hover {
	background-color:#848484;
}

.bluebutton{
	float:left;
	background-color: #1f78c1;
	border: 1px solid #000;
	font-weight: bold;
	text-align: center;
	width: 123px;
	margin: 2px 0px 2px 0px;
	padding: 5px;
}

.bluebutton a {
	color: #FFFFFF;
	text-decoration: none;
}
/*End Button specific css*/

/*Footprint.php css*/

.footer {
	float:left;
	padding:0px 15px 0px 15px;
	border-right:2px solid #0a5b9d;
	border-left:2px solid #0a5b9d;	
		color: #fff;
}

.footer a {
	color:#fff;
		text-decoration:none!important;
}

.footer .left {
	width:680px;
	text-decoration:none!important;
}

.footer .rightB {
	float:right;
	width:180px;
	text-align:left;
	padding-right: 15px;

}

.footer .rightB.logo {
	float:right;
	width:280px;
	text-align:left;
	padding-right: 15px;
}

.footerLinks {
	width: 100%;
	color:#fff;
	background: #e1f2fe;
}

.footerLinks a {
color:#fff;
}

.footerContent {
	width:891px;
	padding:7px 15px 15px 20px;
	display: inline-block;	
	border-top:15px solid #064172;
	margin-bottom:15px;
	background:#0a5b9d; 
}

.footer .left ul {
	float:left;
	width:160px;
	margin: 10px 60px 10px 0px;
	padding: 10px 10px 10px 0px;
}

.footer .left ul.norightmargin {
	float:left;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 0px;
}

.footer .rightB ul {
	float:left;
	margin: 10px 20px 10px 10px;
	padding: 10px;
	text-decoration:none;
}


.footer .left ul li, .footer .rightB ul li {
	list-style:none;
	height:14px;
}

.left .title{
	font-size: 14px;
	font-weight: 600;
	width:auto;
}

.footerLinks .title2{
	font-size: 14px;
	font-weight: 600;
	width:auto;
	float:right;
}
	
.footerCopyright {
	clear:both;
	float:left;
	text-align:left;
	width:100%;
}
/*End Footprint.php css*/


/*Unique css*/
#eventsFacebook {
	margin-left:65px;
	margin-top:23px;
}

.inline {
	display:inline;
}

.callUsNow {
	color:#65409a; 
	font-weight:bold;
	font-size:1.7em;
	margin-top:15px;
}
/*End unique css*/

/*Admin blue style*/
hr.admin {
	height:3px;
	width:100%;
	background: #0a5b9d;	
	margin:0px 0px 15px 0px;
	padding:0px;
}

.adminAdvertPreview {
	width:100%;
	height:auto;
	margin-top: 16px;
	float:left;
}
#listingPreview{
	width:600px;
}
/*End Admin blue style*/


/*Advertising*/
table.advertiseComparison td{
	border-bottom:1px solid #aaa;
	padding:2px;
}

table.advertiseComparison thead td{
	border:none;
	padding:0px;
}

table.advertiseComparison tfoot td{
	border:none;
	padding:0px;
}
/*End Advertise*/

/*Search Nav*/
#searchOutput{
	width:100%;
	float:left;
	margin-bottom:15px;
}
#searchOutputRight{
	float:left; 
	width: 300px; 
	margin-left: 16px!important; 	
	margin-left: 14px;
	height: 100%;
}
#listSearchOutput{
	margin-top:15px;
}
.searchNavDiv{
	width:928px;
	margin-top:15px;
}
.searchNavDiv a{
	text-decoration: none;
}
.searchNav {
	float:left;
}
.searchNavResults {
	float:right;
	border:1px solid #C4C4C4;
	color:#fff;
	background:#1f78c1;
	padding:5px;
}
.searchNavOn {
	float:left;
	cursor:pointer;
	border:1px solid #c4c4c4;
	margin-right:3px;
	padding:5px;
	color: #1f78c1;
}
.searchNavOn:hover {
	border:1px solid #1f78c1;
	background:#EEEEEE;
	color:#1f78c1;
	text-decoration:underline;
}
.searchNavOff {
	float:left;
	border:1px solid #C4C4C4;
	color:#C4C4C4;
	margin-right:3px;
	padding:5px;
}
.searchNavSelect {
	float:left;
	border:1px solid #C4C4C4;
	color:#fff;
	background:#1f78c1;
	margin-right:3px;
	font-size:1em;
	font-weight:700;
	padding:5px;
}
/*End Search Nav*/

/*RSS Feeds*/
.rssFeedList{
	margin:0 0 15px 0;
}
.rssFeedList a{
	color: #084577;
}
.rssFeedList a:hover{
	text-decoration: underline;
	color: #0f86e8;
}
.rssFeedList ul{
	float:left!important;
	list-style-type: circle;
	padding:0; 
	margin:0;
}
/*End RSS Feeds*/


/* Alignments */
.alignRight {
	text-align:right;
}
/* End Alignments */


/* Floats */
.right {
	float:right;
}
.left {
	float:left;
}
/* End Float */

/* Text Colours */
.white {
	color:#ffffff !important; 
}

.tcblue {
	color:#0a5b9d; 
	font-weight:600;
	font-family:"Arial Black";
}

.black, .black a{
	color:#000;
}

.black, .black a:hover{
	color:#0a5b9d;
}

/* End Text Colours */

.blockquotebox{
padding:1px 6px;
  background-color: #0a5b9d;
}

blockquote.style1 {

  font-size: 18px;
  color:#fff;
  padding-top: 22px;
  padding-right: 0px;
  padding-bottom: 22px;
  padding-left: 24px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  background-color: #0a5b9d;
  border: 1px solid #0a5b9d;
  background-image: url("/images/openquote1.gif");
  background-position: top left;
  background-repeat: no-repeat;

  }
  
  blockquote.style1 p {
  padding:0;
  margin:0;
  line-height:20px;
  width:650px;
  }
  
  
  blockquote.style1 .endQuoteCite, blockquote.style1 .endQuoteCite a {
font-size:14px; 
color:#ffea00; 
clear:both;  
text-align:left;
  }
 
 blockquote.style1 .endQuoteCite a:hover {
 color:#fff; 
 }
 
 span.endQuote {
    display: block;
    background-image: url("/images/closequote1.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
	clear:both;
   }
   
.dottedBB {
	border-bottom:1px dotted #b0b0b0;
}


/* Chat Box CSS */
.demoBox {
width:455px; 	margin-right:14px; 	display: inline-block;	margin-top:14px; float:left;
}

.chatBox {
float:right; margin-left:10px; 

}

.chatBox #ciHRH4 {
z-index:100;
position:absolute;
display:inline;
}

.chatBox #scHRH4 {
display:inline;
}

.chatBox #sdHRH4 {
display:none;
}

/* end Chat Box CSS */

.footerIcons {
 float:left; 
 margin-bottom:6px; 
 margin-right:6px;
 }
