@charset "utf-8";
/* CSS Document */

/* General Styles */
* { margin:0; padding:0;}
body {
	font:12px/14px Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) 50% 0 no-repeat #39568a;
	color:#fff;
}
img { display:block; border:0;}
a, a:focus { outline:none; text-decoration:none;}
ul { list-style:none;}
.clear { clear:both; font-size:0; line-height:0; height:0;}
input, textarea, select {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	outline:none;
}
h1{
	font-size:28px;
	line-height:30px;
	font-weight:normal;
	color:#174f7b;
	margin-bottom:20px;
	clear: both;
}
h2{
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	background-color:inherit;
	color:#c4ccd9;
}
h3{
	font-size:12px;
	line-height:16px;
	background-color:inherit;
	color:#fff;
	padding-bottom:3px;
}
.innerBody{
	background-image:none !important;
}
.change{
	display:block;
	width:49px;
	height:11px;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	background:url(../images/change-icon.png) 0 0 no-repeat;
}
.change:hover{
	background-position:0 100% !important;
}
.arrowCont{
	position:absolute;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.noRhtBord{
	border-right:none !important;
}
.noLftBord{
	border-left:none !important;
}
.noBotBord{
	border-bottom:none !important;
}
.noTopBord{
	border-top:none !important;
	border-bottom:#4f78a5 1px solid;
}
.noTopMar{
	margin-top:0 !important;
}
.noTopPad{
	padding-top:0 !important;
}
.rhtPad15{
	padding-right:15px !important;
}
.modPad{
	padding:11px 46px 46px 82px !important;
}
.modPad1{
	padding:11px 56px 22px 72px !important;
}
.modPad2{
	padding:0 0 0 570px !important;
}
.modPad3{
	padding:0 0 0 650px !important;
}
.noPad{
	padding:0 !important;
}
.width108{
	width:108px !important;
}
.width100{
	width:100px !important;
}
.width125{
	width:125px !important;
}
.width160{
	width:160px !important;
}
.width188{
	width:188px !important;
}
.width153{
	width:153px !important;
}
.width168{
	width:168px !important;
}
.width220{
	width:220px !important;
}
.topMar20{
	margin-top:20px !important;
}
.topMar5{
	margin-top:5px !important;
}
.width320{
	width:320px !important;
}
.width315{
	width:315px !important;
}
.width317{
	width:317px !important;
}
.width50{
	width:50px !important;
}
.width380{
	width:380px !important;
}
.lftFloat{
	width:auto;
	float:left !important;
}
.rhtFloat{
	width:auto;
	float:right !important;
}
.topPad10{
	padding-top:10px !important;
}
.botPad22{
	padding-bottom:22px !important;
}
.noRhtMar{
	margin-right:0 !important;
}
.noBotMar{
	margin-bottom:0 !important;
}
.top55{
	top:55px !important;
}

/* Start: Wrapper */
.wrapper{ 
	width:1142px;
	margin:0 auto;
}
/* End: Wrapper */

/* Strat: Header */
.header{
	width:1014px;
	position:relative;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 66px;
	padding-bottom: 20px;
	padding-left: 62px;
}
.headerCont{
	background-color:#fff;
	color:inherit;
}
.header h1{
	position: absolute;
	left: 174px;
	top: 65px;

}
/* End: Header */

/* Strat: Logo */
.logo{
	width:238px;
	float:left;
	margin:35px 0 28px 7px;
	
}
/* End: Logo */

/* Strat: Bradford Header */
.bradford{
	width:100px;
	float:left;
	margin:0 5px 18px 0;
}
.bradTitle{
	position:absolute;
	top:70px;
	left:173px;
	width:500px;
	font-size:36px;
	line-height:38px;
	font-weight:normal;
	background-color:inherit;
	color:#267bc3;
}
.seeReview{
	position:absolute;
	top:95px;
	left:175px;
	width:165px;
	height:16px;
}
.seeReview img{
	width:55px;
	float:left;
	margin:3px 0 0;
}
.seeReview p{
	width:100px;
	float:right;
	font-size:12px;
	line-height:16px;
}
.seeReview p a{
	background-color:inherit;
	color:#000;
}
.seeReview p a:hover{
	text-decoration:underline;
}
/* Strat: Bradford Header */

/* Strat: Sub Navigation */
.subNav{
	width:500px;
	height:32px;
	float:right;
	font-size:12px;
	line-height:32px;
}
.subNav li{
	width:auto;
	float:left;
	font-size:12px;
	line-height:32px;
	padding:0 9px 0 6px;
}
.subNav li a{
	display:block;
	font-size:12px;
	line-height:22px;
	background-color:inherit;
	color:#666;
	margin:5px 0;
}
.subNav li a:hover{
	background-color:inherit;
	color:#a1a1a1;
}
.subNav li.bg{
	background:url(../images/drop-bg.gif) 0 0 no-repeat;
}
.subNav li.drop{
	background:url(../images/drop-bg.gif) 0 0 no-repeat;
	padding-left:10px;
}
.subNav li.drop a{
	background:url(../images/drop-arrow-side.gif) 100% 6px no-repeat;
	padding-right:20px;
}
.subNav li.drop:hover a{
	background:url(../images/drop-arrow-down.gif) 100% 6px no-repeat;
}
.sub{
	position:relative;
}
.subList{
	display:none;
	position:absolute;
	left:0;
	top:25px;
	background-color:#fff;
	color:#666;
}
.subList li a{
	font-size:12px;
	line-height:15px;
	background-image:none !important;
}
/* End: Sub Navigation */

/* Strat: Search Container */
.searchCont{
	position:relative;
	height:170px;
	background-color:#ffea97;
	color:inherit;
	border:#9a9a99 2px solid;
	padding:30px 90px 30px 87px;
}
.searchCont .arrowCont{
	background-image: url(../images/bry-arrow-01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	left:60px;
	top:102px;
	width:119px;
	height:142px;
}
.searchCont form{
	height:53px;
	margin-bottom:21px;
}
.searchCont .searchField{
	width:603px;
	height:32px;
	float:left;
	font-size:25px;
	line-height:30px;
	background:url(../images/searchfield_bg.gif) 0 0 no-repeat;
	border:none;
	padding:10px 0 10px 80px;
}
.searchCont .button,
.searchInner .button,
.searchRegion .button{
	width:139px;
	height:52px;
	float:right;
	background:url(../images/search-button.gif) 0 0 no-repeat;
	border:none;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	cursor:pointer;
}
.searchCont .button:hover,
.searchInner .button:hover,
.searchRegion .button:hover{
	background-position:0 100%;
}
.searchBot{
	width:604px;
	height:41px;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	background-color:#fff2c1;
	color:#257ac2;
	padding:5px 0 0 50px;
	margin:0 0 0 26px;
}
.searchCont .change{
	position:absolute;
	left:560px;
	top:185px;
}
.searchInner{
	position:relative;
	background-color:#ffea97;
	color:inherit;
	border:#9a9a99 2px solid;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.searchInner .arrowCont{
	left:20px;
	bottom:-22px;
	width:77px;
	height:89px;
	background:url(../images/arrow9.png) 0 0 no-repeat;
}
* html .searchInner .arrowCont,
* + html .searchInner .arrowCont{
	bottom:-27px;
}
.searchInner .arrowCont1{
	position:absolute;
	left:30px;
	bottom:-23px;
	width:138px;
	height:30px;
	padding:60px 0 0 15px;
	background-image: url(../images/arrow9.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
* html .searchInner .arrowCont1,
* + html .searchInner .arrowCont1{
	bottom:-40px;
}
.searchInner .arrowCont1 a{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	background-color:inherit;
	color:#fff;
}
.searchInner .arrowCont1 a span{
	background-color:inherit;
	color:#000;
}
.searchInner .arrowCont1 a:hover{
	background-color:inherit;
	color:#000;
}
.searchInner .arrowCont1 a:hover span{
	background-color:inherit;
	color:#fff;
}
.searchInner .searchField{
	width:728px;
	height:32px;
	float:left;
	font-size:25px;
	line-height:30px;
	background:url(../images/searchfieldInner-bg.gif) 0 0 no-repeat;
	border:none;
	margin:0 10px 0 0;
	padding:10px 0 10px 80px;
}
.searchBot1{
	width:604px;
	height:24px;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	background:inherit;
	color:#257ac2;
	padding:5px 0 0 50px;
	margin:0 0 0 26px;
}
.searchRegion{
	position:relative;
	background-color:#ffea97;
	color:inherit;
	border:#9a9a99 2px solid;
	padding:15px 15px 5px;
}
.searchRegion h1{
	color:#267bc3;
	
}
.searchRegion h3{
	padding:15px 0 0 120px;
}
.searchRegion img{
	width:84px;
	float:left;
	margin:0 12px 10px 0;
}
.searchRegion .arrowCont{
	left:100px;
	bottom:-22px;
	width:77px;
	height:89px;
	background:url(../images/arrow9.png) 0 0 no-repeat;
}
.searchRegion .searchField{
	width:637px;
	height:32px;
	float:left;
	font-size:25px;
	line-height:30px;
	background:url(../images/searchFieldRegion-bg.gif) 0 0 no-repeat;
	border:none;
	margin:0 10px 0 0;
	padding:10px 0 10px 80px;
}
/* End: Search Container */

/* Strat: Body Top Most */
Cont{
	background-color:#fff;
	color:inherit;
}
.withBg{
	background:url(../images/bodyTop-bg.gif) 50% 100% no-repeat #fff;
	color:inherit;
}
.bodyTopMost{
	position:relative;
	width:1014px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 100px;		/*padding-bottom:30px;*/
}
.seeAlsoCont{
	position:relative;
	height:36px;
	border-bottom:#ccc 3px solid;
}
.seeAlso{
	position:absolute;
	top:-3px;
	left:0;
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#666;
	padding:7px 0;
}
.seeAlso img{
	position:relative;
	width:28px;
	float:left;
	margin:-8px 5px 0 0;
}
.seeAlso span{
}
.withBack{
	background:url(../images/global-icons/see-also-icon.jpg) 0 0 no-repeat;
	padding-left:35px;
}
.resturants{
	width:400px;
}
.resturants img{
	top:9px !important;
}
.plumbing{
	width:230px;
}
.plumbing img{
	top:9px !important;
}
.accomodations{
	width:200px;
}
.accomodations img{
	top:9px !important;
}
.seeAlso a{
	background-color:inherit;
	color:#1f6adc;
	text-decoration:underline;
}
.seeAlso a:hover{
	text-decoration:none;
}
/* End: Body Top Most */

/* Strat: Tabs */
.tabs{
	font-size:14px;
	line-height:28px;
	height:28px;
	border-bottom:#ccc 3px solid;
	padding:0 0 0 610px;
	margin-bottom:5px;
}
.tabs li{
	width:auto;
	float:left;
	font-size:14px;
	line-height:28px;
}
.tabs li a{
	display:block;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	background-color:inherit;
	color:#267bc3;
	padding:0 11px;
	background:url(../images/tab-link-bg.gif) 0 0 repeat-x;
	margin:0 5px;
	border-top:#cdcdcc 1px solid;
	border-right:#cdcdcc 1px solid;
	border-left:#cdcdcc 1px solid;
}
.tabs li a:hover,
.tabs li a.selected{
	position:relative;
	font-size:14px;
	line-height:28px !important;
	background-color:#fff;
	color:#d38a01;
	background-image:none !important;
	padding-bottom:2px;
	border-top:#ccc 4px solid;
	border-right:#ccc 4px solid;
	border-left:#ccc 4px solid;
	margin:-3px 2px 0 !important;
}
* html .tabs li a.map,
* + html .tabs li a.map{
	width:85px;
}
* html .tabs li a.couponTab,
* + html .tabs li a.couponTab{
	width:130px;
}
* html .tabs li a.specialTab,
* + html .tabs li a.specialTab{
	width:130px;
}
/* End: Tabs */

/* Strat: Top List */
.topList{
	position:relative;
	padding:20px 0 10px;
}
.topList h3{
	font-size:18px;
	line-height:28px;
	background-color:inherit;
	color:#267bc3;
	padding:0 0 0 35px;
	background:url(../images/global-icons/listing-numbers.jpg) 0 0 no-repeat;
	margin-bottom:6px;
}
.topList h3.second{
	background-position:0 12.5% !important;
}
.topList h3.third{
	background-position:0 25% !important;
}
.topList h3.forth{
	background-position:0 37.5% !important;
}
.topList h3 a{
	background-color:inherit;
	color:#267bc3;
	text-decoration:underline;
}
.topList h3 a:hover{
	text-decoration:none;
}
.topList .tel{
	position:absolute;
	left:440px;
	top:20px;
	width:120px;
	height:16px;
	font-size:14px;
	line-height:16px;
	background-color:inherit;
	color:#666;
	padding:7px 0 15px;
}
.topList .tel strong{
	background-color:inherit;
	color:#000;
}
.topList .lft{
	width:155px;
	float:left;
}
.topList .logo{
	width:120px;
	margin:0 0 90px 35px;
}
.topList .infoCont{
	width:403px;
	float:left;
	padding:0 13px;
}
.topList .info{
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#000;
	padding:0 20px 0 0;
	border-right:#d8d8d8 1px dashed;
}
.topList .info a{
	background-color:inherit;
	color:#1f6adc;
}
.topList .info a:hover{
	text-decoration:underline;
}
.topList .time{
	width:90px;
	float:right;
	font-size:10px;
	line-height:13px;
	background-color:inherit;
	color:#666;
	background:url(../images/global-icons/clock-icon.jpg) 10px 0 no-repeat;
	padding:0 20px 0 35px;
	border-right:#d8d8d8 1px dashed;
	border-left:#d8d8d8 1px dashed;
	margin-left:10px;
}
.topList .time span{
	display:block;
	background-color:inherit;
	color:#000;
	padding-bottom:4px;
}
.topList .time .open{
	display:block;
	width:72px;
	font-size:12px;
	line-height:19px;
	font-weight:bold;
	text-align:center;
	background-color:inherit;
	color:#000;
	border:#206bdc 2px solid;
	margin-top:5px;
}
.topList .time .open:hover{
	background-color:inherit;
	color:#666;
	border:#70a3f0 2px solid;
}
.topList .coupon{
	position:relative;
	min-height:130px;
	_height:130px;
	width:364px;
	float:left;
	border:#ffcc00 8px solid;
	padding:4px;
	margin-top:-30px;
	margin-bottom:10px;
}
.topList .coupon .arrowCont{
	right:-35px;
	bottom:-15px;
	width:85px;
	height:91px;
	background:url(../images/arrow10.png) 0 0 no-repeat;
	z-index:3;
}
.topList .coupon h3{
	font-size:16px;
	line-height:18px !important;
	background-color:inherit;
	color:#666;
	padding:0 0 0 5px;
	background:none !important;
}
.topList .coupon .likeBut{
	position:absolute;
	top:-25px;
	right:50px;
}
.topList .coupon .saveBut{
	position:absolute;
	top:-26px;
	right:88px;
}
.topList .coupon .twitterBut{
	position:absolute;
	top:-27px;
	right:49px;
}
.topList .coupon .mailBut{
	position:absolute;
	top:-27px;
	right:10px;
}
.topList .coupon .print{
	position:absolute;
	right:40px;
	bottom:8px;
	display:block;
	width:53px;
	height:27px;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	text-align:center;
	background-color:inherit;
	color:#fff;
	background:url(../images/print-bg.jpg) 0 0 no-repeat;
	z-index:1;
}
.topList .coupon .print:hover{
	background-position:0 100%;
}
.topList .coupon .couponInner{
	min-height:95px;
	_height:95px;
	background-color:#d0e5fd;
	color:inherit;
	padding:8px 10px;
}
.topList .coupon .couponInner p{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	background-color:inherit;
	color:#333;
	padding-bottom:7px;
}
.topList .coupon .couponInner p strong{
	display:block;
	font-size:28px;
	line-height:32px;
	background-color:inherit;
	color:#1f6adc;
	padding-bottom:5px;
}
.topList .botListCont{
	position:relative;
	height:34px;
	background:url(../images/botListCont-bg.gif) 100% 0 no-repeat;
	padding:0 10px 0 155px;
}
.topList .botListCont .address{
	position:absolute;
	left:37px;
	bottom:0;
	width:99px;
	height:74px;
	background:url(../images/address-bg.jpg) 0 0 repeat;
	padding:9px 19px 10px 12px;
}
.topList .botListCont .address p{
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#333;
   	padding: 0px;
}
.topList .botListCont .address p a{
	position:absolute;
	display:block;
	width:116px;
	height:90px;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	left: 1px;
	top: 1px;
}
.topList .botList{
	height:24px;
	font-size:11px;
	line-height:24px;
	background:url(../images/botList-bg.gif) 0 0 repeat-x;
	padding:5px 0 5px 10px;
}
.topList .botList li{
	width:auto;
	float:left;
	font-size:11px;
	line-height:24px;
	background:url(../images/botList-div.gif) 0 0 no-repeat;
	padding:0 5px;
}
.topList .botList li a{
	display:block;
	font-size:11px;
	line-height:24px;
	font-weight:bold;
	background-color:inherit;
	color:#666;
	padding:0 0 0 30px;
	background:url(../images/global-icons/botList-icons.png) 0 0 no-repeat;
}
.topList .botList li a.slideShow{
	background-position:0 15%;
}
.topList .botList li a.faceBook{
	background-position:0 30%;
}
.topList .botList li a.brochure{
	background-position:0 43%;
}
.topList .botList li a.webSite{
	background-position:0 57%;
}
.topList .botList li a.google{
	background-position:0 70%;
}
.topList .botList li a.review{
	background-position:0 85%;
}
.topList .botList li a.map{
	background-position:0 100%;
}
.topList .botList li a.menu{
	background:url(../images/global-icons/menu-icon.jpg) 0 2px no-repeat;
}
.topList .botList li a.bookTable{
	background:url(../images/global-icons/book-table-icon.gif) 4px 2px no-repeat;
}
.topList .botList li a.takeAway{
	background:url(../images/global-icons/take-away-icon.gif) 2px 3px no-repeat;
}
.topList .botList li a:hover{
	background-color:inherit;
	color:#333;
}
/* End: Top List */

/* Strat: Medium List */
.midList{
	position:relative;
	padding:20px 0 15px;
	border-bottom:#ccc 3px solid;
	overflow:auto;
}
.midList h4{
	font-size:18px;
	line-height:28px;
	background-color:inherit;
	color:#666;
	padding:0 0 0 35px;
	background:url(../images/global-icons/listing-numbers.jpg) 0 50% no-repeat;
	margin-bottom:6px;
}
.midList h4.sixth{
	background-position:0 62.5% !important;
}
.midList h4.seventh{
	background-position:0 75% !important;
}
.midList h4.eighth{
	background-position:0 87.5% !important;
}
.midList h4 a{
	background-color:inherit;
	color:#666;
	text-decoration:underline;
}
.midList h4 a:hover{
	text-decoration:none;
}
.midList .tel{
	position:absolute;
	left:440px;
	top:20px;
	width:120px;
	height:16px;
	font-size:14px;
	line-height:16px;
	background-color:inherit;
	color:#666;
	padding:7px 0 15px;
}
.midList .tel strong{
	background-color:inherit;
	color:#000;
}
.midList .lft{
	width:572px;
	float:left;
	border-right:#d8d8d8 1px solid;
}
.midList .info{
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#000;
	padding:0 25px 0 34px;
}
.midList .address{
	position:relative;
	width:190px;
	float:left;
	font-size:12px;
	line-height:16px;
	background-color:inherit;
	color:#333;
	background:url(../images/global-icons/address-icon.png) 20px 30px no-repeat;
	padding:31px 0 0 45px;
}
.midList .address a{
	position:absolute;
	top:35px;
	right:-130px;
	width:70px;
	height:20px;
	background-color:inherit;
	color:#333;
	padding:0 0 0 23px;
	background:url(../images/global-icons/map-icon.png) 0 0 no-repeat;
}
.midList .address a:hover{
	text-decoration:underline;
}
/* End: Medium List */

/* Strat: Low List */
.lowList{
	position:relative;
	padding:12px 0 10px;
	border-bottom:#d8d8d8 1px solid;
	overflow:auto;
}
.lowList .lft{
	width:572px;
	float:left;
	border-right:#d8d8d8 1px solid;
}
.lowList h5{
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	background-color:inherit;
	color:#666;
	padding:0 0 0 35px;
	background:url(../images/global-icons/listing-numbers.jpg) 0 100% no-repeat;
}
.lowList h5 a{
	background-color:inherit;
	color:#666;
	text-decoration:underline;
}
.lowList h5 a:hover{
	text-decoration:none;
}
.lowList .tel{
	position:absolute;
	left:440px;
	top:20px;
	width:120px;
	height:16px;
	font-size:14px;
	line-height:16px;
	background-color:inherit;
	color:#666;
	padding:7px 0 15px;
}
.lowList .tel strong{
	background-color:inherit;
	color:#000;
}
.lowList .address{
	font-size:12px;
	line-height:16px;
	background-color:inherit;
	color:#333;
	padding:0 25px 0 34px;
}
.lowList .address1{
	display:block;
	width:100px;
	height:16px;
	float:left;
	padding:15px 0 0 21px;
}
.lowList .address1 a{
	display:block;
	width:100px;
	height:20px;
	background-color:inherit;
	color:#333;
	background:url(../images/global-icons/map-icon.png) 0 0 no-repeat;
	padding:0 0 0 22px;
}
.lowList .address1 a:hover{
	text-decoration:underline;
}
/* End: Low List */

/* Strat: Pegenation */
.pegenation{
	width:420px;
	margin:0 auto;
	font-size:14px;
	line-height:25px;
	padding:10px 0;
}
.pegenation li{
	width:auto;
	float:left;
	font-size:14px;
	line-height:25px;
	border:#e5e4df 1px solid;
	margin:0 3px;
}
.pegenation li a{
	display:block;
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	background-color:#e5e4df;
	color:#868686;
	padding:0 10px;
}
.pegenation li a:hover,
.pegenation li a.selected{
	background-color:#fff;
	color:#ff9900;
}
/* End: Pegenation */

/* Strat: Coupon List */
.couponContMain{
	padding:20px 0 15px;
	border-bottom:#d8d8d8 1px solid;
}
.couponCont{
	position:relative;
	width:495px;
	border-right:#d8d8d8 1px solid;
	overflow:visible;
}
.couponCont h3{
	font-size:18px;
	line-height:28px;
	background-color:inherit;
	color:#267bc3;
	padding:0 0 0 35px;
	background:url(../images/global-icons/listing-numbers.jpg) 0 0 no-repeat;
}
.couponCont h3.second{
	background-position:0 12.5% !important;
}
.couponCont h3.third{
	background-position:0 25% !important;
}
.couponCont h3.forth{
	background-position:0 37.5% !important;
}
.couponCont h3 a{
	background-color:inherit;
	color:#267bc3;
	text-decoration:underline;
}
.couponCont h3 a:hover{
	text-decoration:none;
}
.couponCont .tel{
	position:absolute;
	left:350px;
	top:0;
	width:120px;
	height:16px;
	font-size:14px;
	line-height:16px;
	background-color:inherit;
	color:#666;
	padding:7px 0 15px;
}
.couponCont .tel strong{
	background-color:inherit;
	color:#000;
}
.couponCont .address{
	font-size:12px;
	line-height:16px;
	background-color:inherit;
	color:#333;
	padding:0 25px 0 34px;
}
.couponCont .reviews{
	position:absolute;
	top:60px;
	right:15px;
	display:block;
	width:69px;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	background-color:inherit;
	color:#333;
	padding:15px 0 0 0;
	background:url(../images/global-icons/review-icon.gif) 0 0 no-repeat;
	border-bottom:none !important;
}
.couponCont .reviews:hover{
	background-color:inherit;
	color:#666;
}
.couponCont .coupon{
	position:relative;
	min-height:130px;
	width:364px;
	float:left;
	border:#ffcc00 8px solid;
	padding:4px;
	margin-top:25px;
	margin-bottom:10px;
}
.couponCont .coupon .arrowCont{
	right:-35px;
	bottom:-15px;
	width:85px;
	height:91px;
	background:url(../images/arrow10.png) 0 0 no-repeat;
	z-index:3;
}
.couponCont .coupon h3{
	font-size:16px;
	line-height:18px !important;
	background-color:inherit;
	color:#666;
	padding:0 0 0 5px;
	background:none !important;
}
.couponCont .coupon .likeBut{
	position:absolute;
	top:-25px;
	right:50px;
}
.topList .coupon .saveBut{
	position:absolute;
	top:-26px;
	right:88px;
}
.topList .coupon .twitterBut{
	position:absolute;
	top:-27px;
	right:49px;
}
.couponCont .coupon .mailBut{
	position:absolute;
	top:-27px;
	right:10px;
}
.couponCont .coupon .print{
	position:absolute;
	right:40px;
	bottom:8px;
	display:block;
	width:53px;
	height:27px;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	text-align:center;
	background-color:inherit;
	color:#fff;
	background:url(../images/print-bg.jpg) 0 0 no-repeat;
	z-index:1;
}
.couponCont .coupon .print:hover{
	background-position:0 100%;
}
.couponCont .coupon .couponInner{
	min-height:95px;
	background-color:#d0e5fd;
	color:inherit;
	padding:8px 10px;
}
.couponCont .coupon .couponInner p{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	background-color:inherit;
	color:#333;
	padding-bottom:7px;
}
.couponCont .coupon .couponInner p strong{
	display:block;
	font-size:28px;
	line-height:32px;
	background-color:inherit;
	color:#1f6adc;
	padding-bottom:5px;
}
/* End: Coupon List */

/* Start: Map List */
.mapListLft{
	width:480px;
	float:left;
}
.mapListCont{
	position:relative;
	padding:12px 0;
	border-bottom:#d8d8d8 1px solid;
}
.mapListCont h3{
	font-size:18px;
	line-height:28px;
	background-color:inherit;
	color:#267bc3;
	padding:0 0 0 35px;
	background:url(../images/global-icons/listing-numbers.jpg) 0 0 no-repeat;
}
.mapListCont h3.second{
	background-position:0 12.5% !important;
}
.mapListCont h3.third{
	background-position:0 25% !important;
}
.mapListCont h3.forth{
	background-position:0 37.5% !important;
}
.mapListCont h3 a{
	background-color:inherit;
	color:#267bc3;
	text-decoration:underline;
}
.mapListCont h3 a:hover{
	text-decoration:none;
}
.mapListCont h4{
	font-size:18px;
	line-height:28px;
	background-color:inherit;
	color:#666;
	padding:0 0 0 35px;
	background:url(../images/global-icons/listing-numbers.jpg) 0 50% no-repeat;
}
.mapListCont h4.sixth{
	background-position:0 62.5% !important;
}
.mapListCont h4.seventh{
	background-position:0 75% !important;
}
.mapListCont h4.eighth{
	background-position:0 87.5% !important;
}
.mapListCont h4 a{
	background-color:inherit;
	color:#666;
	text-decoration:underline;
}
.mapListCont h4 a:hover{
	text-decoration:none;
}
.mapListCont .tel{
	position:absolute;
	left:350px;
	top:12px;
	width:120px;
	height:16px;
	font-size:14px;
	line-height:16px;
	background-color:inherit;
	color:#666;
	padding:7px 0 15px;
}
.mapListCont .tel strong{
	background-color:inherit;
	color:#000;
}
.mapListCont .address{
	font-size:12px;
	line-height:16px;
	background-color:inherit;
	color:#333;
	padding:0 0 0 34px;
}
.mapListCont ul{
	font-size:12px;
	line-height:24px;
	padding:5px 0 0 34px;
	height:24px;
}
.mapListCont ul li{
	width:auto;
	float:left;
	font-size:12px;
	line-height:24px;
}
.mapListCont ul li a{
	font-size:12px;
	line-height:24px;
	text-decoration:underline;
	background-color:inherit;
	color:#267bc3;
	margin:0 20px 0 0;
}
.mapListCont ul li a.couponLink{
	display:block;
	width:61px;
	height:24px;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	background:url(../images/coupon-bg.jpg) 0 0 no-repeat;
}
.mapListCont ul li a.couponLink:hover{
	background-position:0 100%;
}
.mapListCont ul li a.couponOffer{
	font-weight:bold;
	background:url(../images/global-icons/arrow-icon.png) 100% 4px no-repeat;
	padding:0 15px 0 0;
}
.mapListCont ul li a:hover{
	text-decoration:none;
}
.listingMap{
	width:494px;
	float:right;
	margin:12px 0 0;
}
/* End: Map List */

/* Strat: Body Top */
.bodyTopCont{
	background:url(../images/bodyTop-bg.gif) 50% 0 no-repeat;
	padding:110px 0 0;
}
.regional{
	background:url(../images/bodyTop-bg1.gif) 50% 0 no-repeat !important;
	padding:0 !important;
}
.bodyTop{
	width:1027px;
	margin:0 auto;
	position:relative;
	padding:0 49px 0 66px;
}
.block1{
	float:left;
	width:183px;
	height:91px;
	background:url(../images/txt-block-bg1.png) 0 0 no-repeat;
	margin:97px 13px 0;
}
.block1 p{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	background-color:inherit;
	color:#666;
	padding:14px 30px 2px 17px;
}
.block1 p a{
	background-color:inherit;
	color:#666;
}
.block2{
	float:left;
	width:364px;
	height:173px;
	background:url(../images/txt-block-bg2.png) 0 0 no-repeat;
	padding:0 0 0 24px;
}
.block2 h3{
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	background-color:inherit;
	color:#666;
	padding:14px 0 0 0;
}
.block2 .change{
	margin:0 0 0 140px;
}
.block2 img{
	width:28px;
	float:left;
	margin:15px 8px 30px 0;
}
.block2 p{
	position:relative;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	background-color:inherit;
	color:#333;
	padding:11px 20px 0 0;
}
.block2 p strong{
	font-size:36px;
	line-height:37px;
	background-color:inherit;
	color:#1f6adc;
}
.block2 p a{
	position:absolute;
	right:30px;
	bottom:-8px;
	display:block;
	width:123px;
	height:22px;
	font-size:13px;
	line-height:16px;
	background-color:inherit;
	color:#fff;
	background:url(../images/view-offer-bg.gif) 0 0 no-repeat;
	padding:4px 0 0 10px;
}
.block2 p a:hover{
	background-position:0 100%;
}
/* End: Body Top */

/* Strat: More from Bradford */
.moreBrad{
	border-bottom:#4c6695 1px dashed;
	padding:5px 0;
	margin:0 0 20px;
}
.moreBrad h2{
	display:block;
	width:445px;
	float:left;
	font-size:28px;
	line-height:32px;
	padding:30px 0 0;
}
.moreBrad h2 span{
	width:auto;
	float:left;
}
.moreBrad h2 span.name{
	display:block;
	width:200px;
	height:31px;
	position:relative;
	margin-top:-3px;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	background:url(../images/yellowtom.png) 0 0 no-repeat;
}
.signUpInfo{
	width:390px;
	float:right;
}
.signUpInfo p{
	width:270px;
	float:left;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-align:right;
	background-color:inherit;
	color:#afbfd8;
	background:url(../images/side-arrow.gif) 100% 32px no-repeat;
	padding:25px 25px 0 0;
}
.signUpInfo img{
	width:91px;
	float:right;
	margin-bottom:5px;
}
.moreBrad table{
	margin:15px 0 0;
}
.moreBrad th{
	background-color:#1e3e7b;
	color:inherit;
	padding:0 0 0 15px;
}
.moreBrad td{
	width:130px;
	padding:10px 15px;
	border-right:#5c7cad 1px solid;
	background-color:inherit;
	color:#aeb7b6;
}
.moreBrad td a{
	display:block;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	background-color:inherit;
	color:#a5d3f4;
	text-decoration:underline;
}
.moreBrad td a:hover{
	text-decoration:none;
}
.moreBrad td ol{
	padding:0 0 0 18px;
}
.moreBrad td ul li,
.moreBrad td ol li{
	padding:7px 0;
}
.moreBrad td ul li img{
	margin-top:2px;
}
/* End: More from Bradford */

/* Strat: Sign Up */
.signUp{
	position:relative;
	width:230px;
	height:480px;
	float:left;
	background:url(../images/sign-up-bg.png) 0 0 no-repeat;
	padding:40px 80px 0 87px;
	margin-bottom:44px;
	margin-right:30px;
}
.signUp .arrowCont{
	left:-17px;
	top:68px;
	width:117px;
	height:128px;
	background-position:left top;
	background-image: url(../images/bry-arrow-02.png);
	background-repeat: no-repeat;
}
.signUp h2{
	font-size:26px;
	line-height:32px;
	font-weight:normal;
	background-color:inherit;
	color:#1d3e7a;
}
.signUp .change{
	margin:0 0 26px 140px;
}
.signUp .txtFld{
	width:204px;
	height:21px;
	font-size:16px;
	line-height:20px;
	font-weight:normal !important;
	background:url(../images/sign-up-txt-bg.gif) 0 0 no-repeat;
	border:none;
	margin:0 0 9px 0;
	padding:5px 0 5px 5px;
}
.signUp .button{
	width:152px;
	height:43px;
	margin:127px 0 0 29px;
	background:url(../images/sign-up-button.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	font-size:0;
	line-height:0;
	text-align:-2000px;
}
.signUp .button:hover{
	background-position:0 100%;
}
.signUp1{
	position:relative;
	width:217px;
	height:461px;
	float:left;
	background:url(../images/sign-up-bg1.png) 0 0 no-repeat;
	margin-bottom:10px;
	margin-right:30px;
	margin-top:36px;
	padding:0 40px;
}
.signUp1 .arrowCont{
	right:-6px;
	top:65px;
	width:84px;
	height:95px;
	background:url(../images/arrow13.png) 0 0 no-repeat;
}
.signUp1 h2{
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	text-align:center;
	background-color:inherit;
	color:#1d3e7a;
	padding:30px 0;
}
.signUp1 .txtFld{
	width:204px;
	height:21px;
	font-size:16px;
	line-height:20px;
	font-weight:normal !important;
	background:url(../images/sign-up-txt-bg.gif) 0 0 no-repeat;
	border:none;
	margin:0 0 9px 0;
	padding:5px 0 5px 5px;
}
.signUp1 .button{
	width:150px;
	height:43px;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	background:url(../images/sign-up-button1.gif) 0 0 no-repeat;
	border:none;
	cursor:pointer;
	margin:127px 0 0 29px;
}
.signUp1 .button:hover{
	background-position:0 100%;
}
* + html .signUp1 .button{
	margin:120px 0 0 29px;
}
/* End: Sign Up */

/* Strat: Weather */
.weather{
	width:150px;
	height:64px;
	float:left;
	/*background:url(../images/weather-icons/weather-icon.png) 0 0 no-repeat;*/
	/*padding:0 0 0 44px;*/
	margin:120px 20px 0 0;
}
.weather img{
	width:39px;
	float:left;
	margin:0 5px 0 0;	
}
.weather p{
	width:100px;
	float:left;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	background-color:inherit;
	color:#39568a;
}
.weather p span{
	display:block;
	padding-top:12px;
}
.weather p a{
	text-decoration:underline;
	background-color:inherit;
	color:#39568a;
	background:url(../images/global-icons/arrow-icon.png) 100% 4px no-repeat;
	padding-right:15px;
}
.weather p a:hover{
	text-decoration:none;
}
/* Strat: Weather */

/* Strat: Slide Show */
.slideShowMainCont{
	position:relative;
	width:506px;
	height:374px;
	float:left;
	background:url(../images/slide-show-bg.png) 0 0 no-repeat;
	margin-top:5px;
	margin-bottom:45px;
	padding:0 0 0 15px;
}
.slideShowMain img{
	margin:0 0 0 15px;
}
.slideShowMainCont .arrowCont{
	right:100px;
	bottom:57px;
	width:97px;
	height:84px;
	background:url(../images/arrow14.png) 0 0 no-repeat;
	z-index:2000;
}
/* End: Slide Show */

/* Strat: Latest Review */
.letRev{
	position:relative;
	width:275px;
	float:left;
	margin-bottom:32px;
}
.letRev .arrowCont{
	right:-27px;
	top:10px;
	width:57px;
	height:89px;
	background:url(../images/arrow16.png) 0 0 no-repeat;
}
.letRevInner{
	background-color:#1d3e7a;
	color:inherit;
	padding:4px;
}
.letRev h3{
	font-size:28px;
	line-height:29px;
	font-weight:normal;
	height:53px;
	background:url(../images/global-icons/latest-review-icon.jpg) 0 0 no-repeat;
	padding:0 0 0 60px;
}
.reviews{
	position:relative;
	padding:15px 0;
	border-bottom:#4f78a5 1px solid;
}
.reviews h5{
	font-size:12px;
	line-height:21px;
	background-color:inherit;
	color:#d0e5fd;
	padding:0 0 0 34px;
	background:url(../images/global-icons/review-numbers.gif) 3px 0 no-repeat;
}
.reviews h5.second{
	background-position: 3px 32% !important;
}
.reviews h5.third{
	background-position: 3px 66% !important;
}
.reviews h5.forth{
	background-position: 3px 100% !important;
}
.reviews h5 a{
	background-color:inherit;
	color:#d0e5fd;
	text-decoration:underline;
	background:url(../images/global-icons/arrow-icon.png) 100% 5px no-repeat;
	padding:0 15px 0 0;
}
.reviews h5 a:hover{
	text-decoration:none;
}
.reviews p{
	background-color:inherit;
	color:#ccc;
	padding:3px 0 0 34px;
}
.reviews .rate{
	position:absolute;
	top:15px;
	right:4px;
}
/* End: Latest Review */

/* Strat: Most Liked Offers */
.likedOff{
	position:relative;
	width:670px;
	float:left;
	padding:0 0 0 70px;
	margin:-80px 0 12px;
}
.likedOff .arrowCont{
	left:400px;
	top:-23px;
	width:94px;
	height:105px;
	background:url(../images/arrow15.png) 0 0 no-repeat;
}
.likedOff h2{
	height:60px;
	font-size:28px;
	line-height:60px;
	background:url(../images/global-icons/facebook-icon.jpg) 4px 4px no-repeat #1d3e7a;
	color:#fff;
	padding:0 0 0 70px;
	margin-bottom:20px;
}
.likedOff .coupon{
	position:relative;
	width:300px;
	background-color:#fff;
	color:inherit;
	border:#ffcc00 8px solid;
	padding:4px;
	margin-bottom:20px;
}
.likedOff .coupon h2{
	font-size:14px;
	line-height:16px !important;
	height:20px !important;
	font-weight:bold;
	background-color:inherit;
	color:#666;
	padding:0 0 0 10px !important;
	margin:0;
	background:none !important;
}
.likedOff .coupon .likeBut{
	position:absolute;
	top:-20px;
	right:20px;
}
.likedOff .coupon .couponInner{
	background:url(../images/coupon-inner-arrow.gif) 99% 50% no-repeat #d0e5fd;
	color:inherit;
	padding:8px 10px;
}
.likedOff .coupon .couponInner p{
	width:210px;
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#333;
	padding-bottom:7px;
}
.likedOff .coupon .couponInner p strong{
	display:block;
	font-size:28px;
	line-height:30px;
	background-color:inherit;
	color:#1f6adc;
}
.likedOff .coupon .couponInner p strong.small{
	display:block;
	font-size:18px;
	line-height:19px;
	background-color:inherit;
	color:#1f6adc;
}
.likedOff .coupon .couponInner h4{
	font-size:16px;
	line-height:18px;
	background-color:inherit;
	color:#333;
}
.likedOff .coupon .couponInner h4 span{
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.clickable:hover{
	cursor:pointer;
}
/* End: Most Liked Offers */

/* Strat: Local Sponsors */
.locSpon{
	width:635px;
	float:left;
	padding:10px 20px !important;
}
.locSpon h3{
	font-size:18px;
	line-height:29px;
	font-weight:normal;
	background:url(../images/global-icons/sponsor-icon.jpg) 4px 0 no-repeat;
	padding:0 0 10px 40px;
}
.locSpon img{
	width:200px;
	height:70px;
	float:left;
	margin:0 15px 10px 0;
}
.locSpon p{
	font-size:11px;
	line-height:14px;
	text-align:right;
	background-color:inherit;
	color:#abc7e9;
	padding:5px 10px 5px 0;
}
.locSpon p a{
	background-color:inherit;
	color:#abc7e9;
	text-decoration:underline;
	background:url(../images/global-icons/arrow-icon.png) 100% 4px no-repeat;
	padding:0 15px 0 0;
}
.locSpon p a:hover{
	text-decoration:none;
}
/* End: Local Sponsors */

/* Strat: Contact Me */
.contMe{
	position:relative;
	width:315px;
	float:right;
	margin-bottom:55px;
}
* + html .contMe{
	margin-bottom:45px;
}
.contMe .arrowCont{
	left:60px;
	top:-10px;
	width:66px;
	height:81px;
	background:url(../images/arrow17.png) 0 0 no-repeat;
}
.contMe .imgCont{
	width:80px;
	float:left;
	text-align:center;
	padding-bottom:20px;
}
.contMe .imgCont img{
	padding:5px;
	background:url(../images/contme-img-bg.png) 0 0 no-repeat;
	margin-bottom:5px;
}
.contMe .imgCont span{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	background-color:inherit;
	color:#fff;
}
.contMe p{
	width:175px;
	float:right;
	font-size:18px;
	line-height:20px;
	text-align:center;
	padding:10px 10px 0 0;
}
.contMe p strong{
	display:block;
	padding:10px 0 0 20px;
}
.contMe p a{
	position:absolute;
	bottom:-10px;
	left:30%;
	width:133px;
	height:28px;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
	background-color:inherit;
	color:#fff;
	background:url(../images/contact-me-bg.png) 0 0 no-repeat;
}
.contMe p a:hover{
	background-color:inherit;
	color:#dbdbdb;
	background-position:0 100%;
}
* html .contMe p a,
* + html .contMe p a{
	bottom:-32px;
}
/* End: Contact Me */

/* Strat: Containers */
.container1{
	border:#4f78a5 2px solid;
	padding:4px;
}
.container1 th,
.container1 td{
	padding:0 0 0 12px;
}
.container1 th{
	font-size:14px;
	line-height:23px;
	background-color:inherit;
	color:#9fa9bd;
	border-top:#4f78a5 1px solid;
	border-right:#4f78a5 1px solid;
}
.container1 td{
	font-size:12px;
	line-height:28px;
	background-color:inherit;
	color:#e8e6e3;
	border-bottom:#4f78a5 1px solid;
	border-right:#4f78a5 1px solid;
}
.container1 .numb{
	display:block;
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	background:url(../images/boxes.gif) 0 0 no-repeat;
}
.second{
	background-position:0 25% !important;
}
.third{
	background-position:0 50% !important;
}
.forth{
	background-position:0 75% !important;
}
.fifth{
	background-position:0 100% !important;
}
.container1 td a{
	text-decoration:underline;
	background-color:inherit;
	color:#e8e6e3;
}
.container1 td a:hover{
	text-decoration:none;
}
.container2{
	background:url(../images/cont2-bg.gif) 0 0 repeat;
	padding:7px;
}
.container3{
	background:url(../images/cont3-bg.png) 0 0 repeat;
	padding:7px;
}
.cont3Inner{
	background:url(../images/cont2-bg.gif) 0 0 repeat;
	padding:8px;
}
.cont4Inner{
	padding:8px;
}
.cont4Inner .searchField{
	width:293px;
	height:39px;
	font-size:18px;
	line-height:20px;
	border:none;
	background-image: url(../images/small-search-box.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoCont{
	width:756px;
	float:left;
	padding:0 0 0 8px;
}
.twoCont1{
	width:320px;
	float:right;
}
/* End: Containers */

/* Strat: Most Liked */
.mostLiked{
	position:relative;
	width:588px;
	float:right;
	margin:63px 0 0;
}
.mostLikedInner{
	background:url(../images/mostLinked-inner-bg.gif) 0 0 no-repeat;
	padding:8px 5px 0;
}
.mostLiked .arrowCont{
	left:-30px;
	top:20px;
	width:60px;
	height:88px;
	background-position:left top;
	background-image: url(../images/bry-arrow-03.png);
	background-repeat: no-repeat;
}
.mostLiked h2{
	width:315px;
	float:left;
	font-size:28px;
	line-height:53px;
	font-weight:normal;
	background:url(../images/global-icons/facebook-icon.jpg) 4px 0 no-repeat;
	padding:0 0 11px 65px;
}
.mostLiked .change{
	position:absolute;
	left:330px;
	top:55px;
}
.mostLiked .like{
	width:48px;
	float:left;
	margin:15px 0 0 143px;
}
/* End: Most Liked */

/* Strat: Google Visit */
.googleVisit{
	position:relative;
	width:365px;
	float:left;
	margin:0 0 42px;
}
.googleVisit .arrowCont{
	left:-20px;
	top:35px;
	width:76px;
	height:80px;
	background-position:left top;
	background-image: url(../images/bry-arrow-04.png);
}
.googleInner{
	background:url(../images/google-inner-bg.png) 0 0 no-repeat;
}
.googleVisit h2{
	font-size:24px;
	line-height:63px;
	background:url(../images/global-icons/google-icon.png) 136px 12px no-repeat;
	padding:0 0 0 18px;
	margin:0 0 9px 0;
}
.googleVisit h2 span{
	width:123px;
	height:46px;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
}
/* End: Google Visit */

/* Strat: Today York */
.todayYork{
	position:relative;
	width:326px;
	float:right;
	margin:0 0 42px;
}
.todayYork .arrowCont{
	right:-12px;
	top:18px;
	width:82px;
	height:65px;
	background-position:left top;
	background-image: url(../images/bry-arrow-05.png);
}
.todayYork h2{
	font-size:24px;
	line-height:53px;
	background:url(../images/global-icons/today-york-icon.png) 0 0 no-repeat;
	padding:0 0 14px 62px;
}
.todayYork .change{
	position:absolute;
	left:180px;
	top:55px;
}
.todayYork .todayCat{
	width:111px;
	display:block;
	float:left;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	background-color:inherit;
	color:#fff;
	padding:0 8px 0 35px;
	background:url(../images/global-icons/category-icons.png) 5px 0 no-repeat;
}
.todayYork .todayCat1{
	width:100px;
	display:block;
	float:left;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	background-color:inherit;
	color:#fff;
	padding:0 8px 0 35px;
	background:url(../images/global-icons/category-icons.png) 5px 0 no-repeat;
}
.todayYork .news{
	background-position:5px 13% !important;
}
.todayYork .jobs{
	background-position:5px 25% !important;
}
.todayYork .cars{
	background-position:5px 37% !important;
}
.todayYork .home{
	background-position:3px 51% !important;
}
.todayYork .photo{
	background-position:3px 62% !important;
}
.todayYork .events{
	background-position:3px 74% !important;
}
.todayYork .map{
	background-position:3px 88% !important;
}
.todayYork .cinema{
	background-position:3px 100% !important;
}
.todayYork .todayCat:hover,
.todayYork .todayCat1:hover{
	text-decoration:underline;
}
.bradfordTitle{
	font-size:24px;
	line-height:32px !important;
	background:none !important;
	padding:0 0 5px 5px !important;
}
.weatherInfo{
	position:relative;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	border-bottom:#4f78a5 1px solid;
	border-top:#4f78a5 1px solid;
	padding:13px 0 13px 7px;
	background-color:inherit;
	color:#c4ccd9;
	/*background:url(../images/weather-icons/weather-icon.png) 5px 9px no-repeat;*/
	margin-bottom:12px !important;
}
.weatherInfo img{
	position:relative;
	width:39px;
	float:left;
	margin:-5px 10px 0 0;
}
.weatherInfo a{
	position:absolute;
	top:8px;
	left:160px;
	width:70px;
	height:37px;
	text-decoration:underline;
	background-color:inherit;
	color:#fff;
	background:url(../images/side-arrow1.gif) 100% 27px no-repeat;
	padding:5px 0 0 10px;
	border-left:#4f78a5 1px solid;
}
.weatherInfo a:hover{
	text-decoration:none;
}
/* End: Today York */

/* Strat: Talk of York */
.talkYork{
	position:relative;
	width:204px;
	float:right;
}
.talkYork .arrowCont{
	right:2px;
	top:-10px;
	width:66px;
	height:81px;
	background-position:left top;
	background-image: url(../images/bry-arrow-06.png);
	background-repeat: no-repeat;
}
.talkYork h2{
	background:url(../images/global-icons/twitter-icon.png) 5px 2px no-repeat;
	padding:5px 0 20px 67px;
}
.talkYork ul{
	font-size:14px;
	line-height:16px;
	padding:0 20px 25px 14px;
}
.talkYork ul li{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	padding:0 0 15px;
	background-color:inherit;
	color:#e8e6e3;
}
.talkYork ul li a{
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	background-color:inherit;
	color:#e8e6e3;
	text-decoration:underline;
}
.talkYork ul li a:hover{
	text-decoration:none;
}
/* Strat: Talk of York */

/* Strat: Category */
.category{
	position:relative;
	width:740px;
	float:left;
	margin-bottom:35px;
	background-image: url(../images/find-town-business-panel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:7px;
	height: 201px;
}
.category .arrowCont1,
.categoryShort .arrowCont1{
	position:absolute;
	left:51px;
	top:-11px;
	width:66px;
	height:85px;
	background:url(../images/arrow7.png) 0 0 no-repeat;
	z-index:10;
}
.category .arrowCont2{
	position:absolute;
	right:271px;
	top:-17px;
	width:76px;
	height:90px;
	z-index:5;
	background-image: url(../images/orenge-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.category h2,
.categoryShort h2{
	font-size:24px;
	line-height:28px;
}
.category h2 span,
.categoryShort h2 span{
	background-color:inherit;
	color:#ffcc00;
}
.category .map{
	position:absolute;
	left:202px;
	top:-2px;
	/*z-index:1;*/
}
.category .catList{
	width:125px;
	float:left;
	font-size:12px;
	line-height:20px;
	background-color:inherit;
	color:#e8e6e3;
	padding:0 0 0 15px;
}
.category .catList:hover{
	text-decoration:underline;
}
.catLft{
	width:340px;
	float:left;
	padding:4px 0 0 8px;
	text-align: center;
}
.catLft h2{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}

.catLft .button{
	width:310px;
	height:42px;
	border:none;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	cursor:pointer;
	background-image: url(../images/search-towns-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.catLft .button:hover{
	background-image: url(../images/search-towns-button2.png);
}
	

.catRht{
	width:360px;
	float:right;
	padding:4px 0 10px;
	text-align: center;
}
.catRht h2{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
.catRht .button{
	width:310px;
	height:42px;
	border:none;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	cursor:pointer;
	background-image: url(../images/search-business-button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}
.catRht .button:hover{
	background-image: url(../images/search-business-button2.png);
}

.categoryShort{
	position:relative;
	width:299px;
	float:left;
	margin-bottom:35px;
	margin-right:40px;
}
.categoryShort h2{
	padding:0 150px 68px 0;
}
.catShortIn{
	width:285px;
	padding:4px 0 0 8px;
}
.categoryShort .map{
	position:absolute;
	left:115px;
	top:-12px;
	/*z-index:1;*/
}
/* End: Category */

/* Strat: Bottom Wrapper */
.bottomWrap{
	padding:40px 0 0;
	margin:0 auto;
	background:url(../images/body-bot-bg.jpg) 50% 0 no-repeat #203c6a;
	color:inherit;
}
/* End: Bottom Wrapper */

/* Strat: Body Bottom */
.bodyBot{
	width:1013px;
	margin:0 auto;
}
.webCertain{
	width:370px;
	height:32px;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	background-color:inherit;
	color:#c4ccd9;
	margin:0 0 80px 60px;
}
.webCertain a{ color:#00ccff; font-size:17px;}
.webCertain a:hover{ color:#00ccff;}

.bodyBot ul{
	font-size:11px;
	line-height:14px;
	padding:0 0 25px 8px;
}
.bodyBot ul li{
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#a6d4f4;
}
.bodyBot ul li a{
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#a6d4f4;
}
.bodyBot ul li a:hover{
	text-decoration:underline;
}
.botInner{
	width:auto;
	float:left;
}
/* End: Body Bottom */

/* Strat: Ad Now */
.adNow{
	position:relative;
	width:186px;
	float:left;
	margin-right:40px;
}
.adNow .arrowCont{
	position:absolute;
	right:0px;
	bottom:-29px;
	width:80px;
	height:78px;
	background:url(../images/arrow11.png) 0 0 no-repeat;
	z-index:10;
}
.adNow h2{
	font-size:21px;
	line-height:24px;
	padding-bottom:15px;
}
.adNow h2 strong{
	font-size:24px;
	line-height:24px;
	background-color:inherit;
	color:#fcb925;
}
.adNow p{
	background-color:inherit;
	color:#b1babe;
	padding-bottom:10px;
}
.adNow p.bottom{
	position:relative;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	background-color:inherit;
	color:#adb9cb;
	padding-top:5px;
	padding-bottom:6px !important;
}
.adNow p.bottom span{
	background-color:inherit;
	color:#fcb926;
}
.adNow p.bottom span.blue{
	background-color:inherit;
	color:#2c9bf7;
}
.adNow p.bottom a{
	position:absolute;
	top:3px;
	right:-5px;
	display:block;
	width:38px;
	height:36px;
	font-size:18px;
	line-height:36px;
	font-weight:normal;
	text-align:center;
	background-color:inherit;
	color:#fff;
	background:url(../images/go-bg.png) 0 0 no-repeat;
}
.adNow p.bottom a:hover{
	background-position:0 100%;
	background-color:inherit;
	color:#d8d8d8;
}
/* End: Ad Now */

/* Strat: Franchise */
.fran{
	position:relative;
	width:186px;
	float:left;
	margin-right:40px;
}
.fran .arrowCont{
	position:absolute;
	right:-11px;
	top:-10px;
	width:87px;
	height:69px;
	background:url(../images/arrow12.png) 0 0 no-repeat;
	z-index:10;
}
.fran h2{
	font-size:21px;
	line-height:24px;
	padding:0 0 68px 10px;
}
.fran img{
	position:absolute;
	top:85px;
	left:7px;
}
.fran a{
	display:block;
	margin:0 auto;
	width:162px;
	height:37px;
	font-size:18px;
	line-height:37px;
	text-align:center;
	background-color:inherit;
	color:#fff;
	background:url(../images/findMore-bg.png) 0 0 no-repeat;
}
.fran a:hover{
	background-position:0 100%;
	background-color:inherit;
	color:#d8d8d8;
}
/* End: Franchise */

/* Strat: Quick Link */
.quickLnk{
	width:180px;
	float:left;
}
.quickLnk h2{
	font-size:21px;
	line-height:24px;
}
.quickLnk h2 span{
	display:block;
	width:155px;
	height:25px;
	font-size:0;
	line-height:0;
	text-indent:-2000px;
	background:url(../images/yellowtom1.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
.quickLnk ul{
	font-size:14px;
	line-height:18px;
}
.quickLnk ul li{
	font-size:14px;
	line-height:18px;
	padding:0 0 0 20px;
	background:url(../images/bullet.gif) 0 7px no-repeat;
}
.quickLnk ul li a{
	font-size:12px;
	line-height:22px;
}
/* End: Quick Link */

/* Start: Tab Content */
.tabCont{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-right-width: 1px;
	border-left-width: 1px;

}
/* End: Tab Content */

/* Start: Advert Left */
.advLft{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #d8d8d8;
	border-left-color: #D8D8D8;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
}
.advLft .logoCont{
	width:auto;
	float:left;
	padding:3px;
	border:#9ac4f1 4px solid;
	margin:0 15px 5px 0;
}
.advLft h2{
	font-size:24px;
	line-height:28px;
	background:inherit;
	color:#333;
	font-weight: bold;
}
.advLft h4,
.advLft h3{
	font-size:14px;
	line-height:21px;
	background:inherit;
	color:#000;
}
.advLft h4{
	padding:18px 0 20px;
}
.advLft p{
	font-size:12px;
	line-height:17px;
	background-color:inherit;
	color:#000;
	padding:0 0 20px 0;
}
.advLft p a{
	background-color:inherit;
	color:#0066cc;
}
.advLft p a:hover{
	background-color:inherit;
	color:#0099FF;
	text-decoration: underline;
}
.advLft .linkContMain{
	position:relative;
	padding:20px 0 230px;
	background:url(../images/linkCont-bg.png) 50% 365% no-repeat;
}
.advLft .sitemap-block {
	clear: both;
}
.advLft .sitemap-block a {
	display: block;
	width: 150px;
	float: left;
	height: 36px;
	padding-right: 10px;	
}
.advLft .sitemap-block h3{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-top: 5px;
	margin-bottom: 10px;
}
* html .advLft .linkContMain,
* + html .advLft .linkContMain{
	background-position:50% 300% !important;
}
.advLft .extraContPad{
	padding:0 0 180px !important;
	background:url(../images/linkCont-bg2.png) 50% 190% no-repeat;
}
* html .advLft .extraContPad,
* + html .advLft .extraContPad{
	padding:0 0 150px !important;
	background:url(../images/linkCont-bg4.png) 50% 100% no-repeat !important;
}
.advLft .linkContMain .tel{
	right:5px;
	top:180px;
	position:absolute;
	font-size:20px;
	line-height:22px;
	background-color:inherit;
	color:#666;
}
.advLft .linkContMain .tel strong{
	background-color:inherit;
	color:#000;
}
.top155{
	top:155px !important;
}
.advLft .linkContMain .result{
	position:absolute;
	left:27px;
	top:290px;
	width:99px;
	height:64px;
	font-weight:bold;
	background:url(../images/result-bg.png) 0 0 no-repeat;
	padding:10px 0 0 20px;
}
.advLft .linkContMain .result a{
	background-color:inherit;
	color:#fff;
}
.advLft .linkContMain .result a:hover{
	background-color:inherit;
	color:#666;
}
.top190{
	top:190px !important;
}
.advLft .linkContMain .linkCont{
	position:relative;
	background-color:#9ac4f1;
	color:inherit;
	padding:4px;
}
.advLft .linkContMain .linkCont .top{
	position:absolute;
	top:8px;
	right:10px;
	width:34px;
	height:15px;
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#000;
	background:url(../images/top-bg.gif) 100% 3px no-repeat;
}
.advLft .linkContMain .linkCont .top:hover{
	background-color:inherit;
	color:#666;
}
.advLft .linkContMain .linkCont .open{
	position:absolute;
	left:41%;
	bottom:-35px;
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	text-align:center;
	height:22px;
	background-color:#fff;
	color:#000;
	padding:0 10px;
	border:#206bdc 2px solid;
}
.advLft .linkContMain .linkCont .open:hover{
	background:#fff;
	color:#666;
	border:#86abe3 2px solid;
}
.advLft .linkContMain .linkCont h3{
	font-size:18px;
	line-height:20px;
	background-color:inherit;
	color:#39568a;
	padding:0 0 5px 5px;
}
.advLft .linkContMain .linkCont h3 span{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	background-color:inherit;
	color:#000;
}
.advLft .linkContMain .linkCont .linkInner{
	background-color:#fff;
	color:inherit;
	padding:3px;
}
.advLft .linkContMain .linkCont .links{
	background:url(../images/links-bg.gif) 0 0 repeat-x #d2d2d2;
	color:inherit;
	border:#e3e3e3 1px solid;
	padding:12px;
}
.advLft .linkContMain .linkCont .linkIns{
	width:auto;
	float:left;
	border-right:#ccc 1px solid;
	border-left:#fff 1px solid;
	padding:0 6px;
}
.advLft .linkContMain .linkCont .address{
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#333;
	background:url(../images/global-icons/address-icon.png) 0 0 no-repeat;
	padding:0 18px 10px 22px;
}
.advLft .linkContMain .linkCont .time{
	font-size:10px;
	line-height:13px;
	background-color:inherit;
	color:#666;
	background:url(../images/global-icons/time-icon.jpg) 0 0 no-repeat;
	padding:0 20px 0 24px;
}
.advLft .linkContMain .linkCont .time span{
	display:block;
	background-color:inherit;
	color:#000;
}
.advLft .linkContMain .linkCont ul{
	font-size:11px;
	line-height:20px;
	padding:0 2px;
}
.advLft .linkContMain .linkCont ul li{
	font-size:11px;
	line-height:20px;
	padding:3px 0;
}
.advLft .linkContMain .linkCont ul li a{
	display:block;
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	background-color:inherit;
	color:#666;
	background:url(../images/global-icons/link-icons.png) 0 0 no-repeat;
	padding:0 0 0 24px;
}
.advLft .linkContMain .linkCont ul li a.table{
	background-position:0 20% !important;
}
.advLft .linkContMain .linkCont ul li a.fbook{
	background-position:0 40% !important;
	line-height:22px;
}
.advLft .linkContMain .linkCont ul li a.website{
	background-position:0 60% !important;
	line-height:22px;
}
.advLft .linkContMain .linkCont ul li a.google{
	background-position:0 80% !important;
}
.advLft .linkContMain .linkCont ul li a.review{
	background-position:0 100% !important;
}
.advLft .linkContMain .linkCont ul li a:hover{
	background-color:inherit;
	color:#000;
}
/* End: Advert Left */

/* Start: Advert Right */
.advRht{
	width:407px;
	float:right;
}
.advRht .tel{
	font-size:20px;
	line-height:22px;
	text-align:right;
	background-color:inherit;
	color:#666;
	padding-bottom:10px;
}
.advRht .tel strong{
	background-color:inherit;
	color:#000;
}
.advRht .couponCont{
	border-right:none;
}
.advRht .coupon{
	min-height:130px;
	_height:130px;
	width:364px;
	float:left;
	border:#ffcc00 8px solid;
	padding:4px;
	margin-bottom:10px;
}
.advRht .coupon .arrowCont{
	right:-35px;
	bottom:-15px;
	width:85px;
	height:91px;
	background:url(../images/arrow10.png) 0 0 no-repeat;
	z-index:3;
}
.advRht .coupon h3{
	font-size:16px;
	line-height:18px !important;
	background-color:inherit;
	color:#666;
	padding:0 0 0 15px;
	background:none !important;
}
.advRht .coupon .likeBut{
	position:absolute;
	top:-25px;
	right:10px;
}
.advRht .coupon .print{
	position:absolute;
	right:40px;
	bottom:8px;
	display:block;
	width:53px;
	height:27px;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	text-align:center;
	background-color:inherit;
	color:#fff;
	background:url(../images/print-bg.jpg) 0 0 no-repeat;
	z-index:1;
}
.advRht .coupon .print:hover{
	background-position:0 100%;
}
.advRht .coupon .couponInner{
	min-height:95px;
	_height:95px;
	background-color:#d0e5fd;
	color:inherit;
	padding:8px 10px;
}
.advRht .coupon .couponInner p{
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	background-color:inherit;
	color:#333;
	padding-bottom:7px;
}
.advRht .coupon .couponInner p strong{
	display:block;
	font-size:42px;
	line-height:45px;
	background-color:inherit;
	color:#1f6adc;
	padding-bottom:5px;
}
.advRht .redem{
	text-align:center;
	font-size:10px;
	line-height:12px;
	background-color:inherit;
	color:#999;
}
.advRht .galCont{
	padding:20px 0 350px;
	background:url(../images/linkCont-bg1.png) 50% 100% no-repeat;
}
* html .advRht .galCont,
* + html .advRht .galCont{
	padding:20px 0 350px;
	background:url(../images/linkCont-bg1.png) 50% 100% no-repeat;
}
.advRht .extraContPad{
	padding:20px 0 520px;
	background:url(../images/linkCont-bg3.png) 50% 100% no-repeat;
}
* html .advRht .extraContPad,
* + html .advRht .extraContPad{
	padding:20px 0 520px;
	background:url(../images/linkCont-bg3.png) 50% 100% no-repeat;
}
.advRht .galMain{
	height:330px;
	position:relative;
	background:url(../images/gal-bg.gif) 0 0 repeat-x #9cc6dc;
	color:inherit;
	padding:14px 0;
}
.advRht .galMain .arrowCont{
	left:-23px;
	bottom:70px;
	width:84px;
	height:97px;
	background:url(../images/arrow19.png) 0 0 no-repeat;
	z-index:10;
}
.advRht .galMain .buttons{
	position:relative;
	left:42%;
	bottom:-40px;
}
/* End: Advert Right */

/* Start: Footer */
.footer{
	width:1013px;
	margin:0 auto;
	height:49px;
	text-align:center;
	border-top:#4c6695 1px dashed;
}
.footer p{
	font-size:11px;
	line-height:14px;
	background-color:inherit;
	color:#9eaaaf;
	padding:12px 0 0;
}
.footer p a{
	background-color:inherit;
	color:#9eaaaf;
	text-decoration:underline;
}
.footer p a:hover{
	text-decoration:none;
}
/* End: Footer */

/* Start: Map Modal */
.mapMod{
	width:852px;
	height:458px;
	background-color:#fff;
	color:inherit;
	padding:0 20px 20px 20px;
}
.mapMod h2{
	font-size:16px;
	line-height:18px;
	background-color:inherit;
	color:#13284f;
	width:220px;
	float:left;
	padding:0 0 20px;
}
.mapMod p{
	font-size:12px;
	line-height:14px;
	background-color:inherit;
	color:#000;
	width:210px;
	float:left;
	padding:4px 0 0;
}
/* End: Map Modal */

/* headr plus icons */

h2.weather-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/weather-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h3.weather-icon {
	padding-left: 45px;
	padding-bottom: 10px;
}

h2.homes-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/homes-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 8px;
}
h3.homes-icon {
	padding-left: 50px;
	padding-bottom: 10px;
}

h2.jobs-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/jobs-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 8px;
}
h3.jobs-icon {
	padding-left: 50px;
	padding-bottom: 10px;
}

h2.cars-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/cars-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 8px;
}
h3.cars-icon {
	padding-left: 50px;
	padding-bottom: 10px;
}

h2.news-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/news-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 8px;
}
h3.news-icon {
	padding-left: 50px;
	padding-bottom: 10px;
}
h2.cinema-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/cinema-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 8px;
}
h3.cinema-icon {
	padding-left: 50px;
	padding-bottom: 10px;
}

h2.events-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/events-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 8px;
}
h3.events-icon {
	padding-left: 50px;
	padding-bottom: 10px;
}
h2.maps-icon {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;
	background-image: url(../images/map-icon-big.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 8px;
}
h3.maps-icon {
	padding-left: 50px;
	padding-bottom: 10px;
}
/* weather */

#newweather {
	background-image: url(../images/weather-panel.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 560px;
	padding-top: 20px;
	padding-left: 26px;
}
#newweather .forcast {
	height: 120px;
	width: 150px;
	position: relative;
}
#newweather .forcast h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #13284F;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 9px;
	left: -4px;
}
#newweather .forcast img {
	display: block;
	position: absolute;
	left: -6px;
	top: 53px;
}
#newweather .forcast span {
	font-size: 14px;
	font-weight: bold;
	color: #13284F;
	position: absolute;
	left: 39px;
	top: 54px;
	display: block;
	width: 117px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#newweather .forcast p{
	font-size: 14px;
	font-weight: bold;
	color: #337BE6;
	position: absolute;
	left: 40px;
	top: 76px;
	margin: 0px;
	padding: 0px;
}
/* news cars homes */

#news-panels {}
#news-panels .newslist{
	background-image: url(../images/news-panel-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 685px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #A5DBF7;
}
.newslist .date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #39568A;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
.newslist .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #39568A;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
.newslist .body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 0px;
	padding-top: 6px;
}
.newslist .body a {
	text-decoration: underline;
	font-weight: bold;
}
.newslist .body a:hover {
	color: #FF9900;
}

#eventsform {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/form-panel02.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#eventsform h2 {
	font-weight: normal;
	font-size: 28px;
	color: #267BC3;

	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 8px;

}
#eventsform h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;

}
#eventsform p, table {
	padding-left: 30px;
}

#eventsform table {
	margin-left: 30px;
}
#eventsform input {
	height: 24px;
	
}
.form-bottom {
	background-image: url(../images/form-panel03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 24px;
	width: 686px;
}


/*  ujjal */










/* Strat: Category */
.category{

                position:relative;

                width:740px;

                float:left;

                margin-bottom:35px;

                background-image: url(/tpl/images/find-town-business-panel.gif);

                background-repeat: no-repeat;

                background-position: left top;

                padding:7px;

                height: 201px;

}
.category .arrowCont1,
.categoryShort .arrowCont1{
                position:absolute;
                left:200px;
                top:-12px;
                width:66px;
                height:85px;
                background:url(../images/arrow7.png) 0 0 no-repeat;
                z-index:10;

}

.category .arrowCont2{

                position:absolute;

                right:271px;

                top:-17px;

                width:76px;

                height:90px;

                z-index:5;

                background-image: url(/tpl/images/orenge-arrow.png);

                background-repeat: no-repeat;

                background-position: 0 0;

}


.category h2,
.categoryShort h2{
	font-size:24px;
	line-height:28px;
}
.category h2 span,
.categoryShort h2 span{
	background-color:inherit;
	color:#ffcc00;
}
.category .map{
	position:absolute;
	left:120px;
	top:-10px;
	/*z-index:1;*/
}
.category .catList{
	width:125px;
	float:left;
	font-size:12px;
	line-height:20px;
	background-color:inherit;
	color:#e8e6e3;
	padding:0 0 0 15px;
}
.category .catList:hover{
	text-decoration:underline;
}
.catLft{

                width:340px;

                float:left;

                padding:4px 0 0 8px;

                text-align: center;

}
.catLft h2{

                padding-top: 0px;

                padding-right: 0px;

                padding-bottom: 10px;

                padding-left: 0;

}


.catRht{

                width:360px;

                float:right;

                padding:4px 0 10px;

                text-align: center;

}
.catRht h2{

                padding-top: 0px;

                padding-right: 0px;

                padding-bottom: 10px;

                padding-left: 0;

}
.categoryShort{
	position:relative;
	width:299px;
	float:left;
	margin-bottom:35px;
	margin-right:40px;
}
.categoryShort h2 {
padding-top: 0pt;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0pt;
}


.catShortIn{
	width:285px;
	padding:4px 0 0 8px;
}
.categoryShort .map{
	position:absolute;
	left:115px;
	top:-12px;
	/*z-index:1;*/
}
/* End: Category */








/* for town search at bottom of page */
.town-search .searchField{
width:280px;
height:39px;
font-size:18px;
line-height:20px;
border:none;
background-image: url(/images/small-search-box8.gif);
background-repeat: no-repeat;
background-position: 0 0;
background-color: transparent;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
.town-search .button{
width:280px;
height:42px;
border:none;
font-size:0;
line-height:0;
text-indent:-2000px;
cursor:pointer;
background-image: url(/images/search-towns-button8a.png);
background-repeat: no-repeat;
background-position: 0 0;
background-color: transparent;
margin-top: 10px;
margin-bottom: 10px;
}
.town-search .button:hover{
background-image: url(/images/search-towns-button8b.png);

}









