﻿/* YAHOO CSS RESET */

body, div, dl, dt, dd, ol, pre, form, fieldset, input, textarea, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
ul
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

img
{
	border: none;
}

p
{
	margin: 8px 0px;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
a
{
	color: #000;
}

caption, th
{
	text-align: left;
}

q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}

/* BASIC STYLE */

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #808080;
}
h1, h2, h3, h4, h5
{
	padding: 5px 0px 10px 0px;
	margin: 0;
}
h4 a
{
	color: #990033;
}

h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
	color: #990033;
}
h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
	color: #990033;
}
h5
{
	font-size: 12px;
	text-transform: uppercase;
	color: #810037;
}
 .fhead
{
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
}
td.fhead{ border-bottom:solid 1px #ccc;

}
.fsubhead
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color: #810037;
}
.fsearch{
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
	color:#CCCCCC;

}
#forgotPassword .sectionHeader
{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #990033;
	text-transform: uppercase;
}

/* THE GRID */

#wrapper
{
	width: 1024px;
	margin: 0px 12px;
}
#wrapperSplash
{
	width: 1060px; /*background-color:#fff;  */
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #fff url(images/border_right.png) repeat-y right;
}

#wrapper #header
{
	width: 1024px;
	height: 115px;
	background: #000 url(images/header.jpg) no-repeat;
}

#wrapper #header h1#logo
{
	width: 434px;
	height: 57px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 1;
}
#wrapper #header a.logo
{
	width: 360px;
	height: 95px;
	display: block;
	position: relative;
	z-index: 2;
}
#wrapper #container
{
	width: 1024px;
	overflow: hidden;
	background: url(images/leftBg.jpg) repeat-y;
}

#wrapper #container #left
{
	width: 255px;
	float: left;
}
#wrapper #whiteline
{
	width: 200px;
	height: 1px;
	float: left;
}
#wrapper #container #left .pad
{
	padding: 15px;
}

#wrapper #container #left .pad
{
	margin-top: 10px;
}

#wrapper #container #left .pad label
{
	display: block;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: -0.036em;
	color: #fff;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
}

#wrapper #container #left .pad span.ctl00_upSearchBusiness label
{
	display: inline-block;
}

#wrapper #container #left .pad label span
{
	display: block;
	font-size: 10px;
	letter-spacing: -0.05em;
	clear: both;
}

#wrapper #container #left .pad .inputText
{
	margin: 5px 0 10px 0;
	width: 100%;
	height: 20px;
	border: none;
	background-color: #fff;
	clear: both;
}

#wrapper #container #left .pad .searchButton
{
	float: right;
}

#wrapper #container #right
{
	width: 769px;
	float: right;
}
#wrapper #container #right .pad
{
	padding: 0px 5px 5px 5px;
}

#wrapper #container #right .pad .box
{
	width: 759px;
	background: url(images/boxBg.jpg) repeat-y;
	float: left;
}

#wrapper #container #right .pad .box ul.boxes
{
	display: block;
	width: 736px;
	margin-left: 7px;
}

#wrapper #container #right .pad .box ul.boxes li
{
	display: block;
	width: 366px;
	height: 186px;
	float: left;
	margin-right: 2px;
	background-color: #fff;
	margin-bottom: 2px;
	position: relative;
}

#wrapper #container #right .pad .box ul.boxes li h2
{
	text-transform: uppercase;
	font-size: 21px;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	position: absolute;
	top: 130px;
	height: 40px;
	line-height: 40px;
	left: 20px;
}

#wrapper #container #right .pad .box ul.boxes li h2.myCard
{
	text-transform: none;
}


#wrapper #container #right .pad .box ul.boxes li h4
{
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	position: absolute;
	top: 160px;
	left: 20px;
	color: #89113F;
}

#wrapper #container #right .pad .box .bottom
{
	height: 20px;
	width: 759px;
	clear: both;
	background: url(images/boxBottom.jpg) no-repeat;
}

#wrapper #footer
{
	width: 1024px;
	height: 22px;
	background-color: #000;
	clear: both;
	padding-top: 5px;
}

#wrapper #footer ul
{
	float: right;
}

#wrapper #footer ul li
{
	display: inline;
	color: #fff;
}

#wrapper #footer ul li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 10px;
	letter-spacing: -0.03em;
}

#wrapper #footer ul li a:hover
{
	color: #666;
}
#borderBottom
{
	background: url(images/border_bottom.png) no-repeat;
	height: 20px;
}
#borderTop
{
	background: url(images/border_top.png) no-repeat;
	height: 14px;
}
#categoryBoxes
{
	width: 759px;
	height: 550px;
	background: #808080 url(images/categoryBoxesBg.jpg) no-repeat top;
}

#categoryBoxes .Box
{
	height: 250px;
	width: 360px;
	float: left;
	margin: 3px;
}

#flashBanner
{
	width: 759px;
	height: 149px;
	background: url(images/flashBanner.jpg) 2px no-repeat;
}

/*Search Styles*/
#search h1
{
	color: #660000;
	padding: 2px 0px 4px 10px;
	font-size: 16px;
}

#searchResults
{
	padding: 2px 0px;
	border-top: solid 1px #660000;
	border-bottom: solid 1px #660000;
}
#searchResults label
{
	padding-right: 4px;
}

#searchResults .pad
{
	margin: 2px 0px;
	padding: 5px 0px;
	background-color: #ccc;
}
.priorityListing
{
	border: solid 1px #000;
}

.pagingMid
{
	display: block;
	height: 20px;
	border-bottom: solid 1px #660000;
	padding: 2px 0px;
	margin: 4px 0px;
}
#myOfferBottomPager .pagingMid
{
	border: none;
}


#myCardSearch .pagingMid
{
	border: none;
}
#myCardSearch .pagingMid .totals
{
	color: #000;
}

.pagingNumbers
{
	font-weight: bold;
	color: #660000;
}
.sortBy .label, .searchBy .label, .businessName .label
{
	float: left;
	width: 130px;
}
.sortBy
{
	position:absolute;
	top:10px;
	padding: 4px;
}
.searchBy
{
	position:absolute;
	top:20px;	
	padding: 4px;
}

.businessName
{
	position:absolute;
	top:50px;
	padding: 4px;
}
.businessName label
{
    padding-top:4px;
}
.pagingMid .links
{
	float: right;
	margin: 0px;
	display: block;
	height: 30px;
	margin-top: -5px;
}
#myCardSearch .pagingMid
{
	position: absolute;
	display: block;
	bottom: 16px;
	width: 700px;
}
#myCardSearch .links
{
	padding-right: 20px;
}

.pagingMid label
{
	padding: 0px 3px;
}
.pagingMid .totals
{
	float: left;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
}
.pageNext
{
	display: block;
	float: left;
	width: 24px;
	height: 20px;
	background: url(images/icons/right.gif);
}
.pagePrevious
{
	display: block;
	float: left;
	width: 24px;
	height: 20px;
	background: url(images/icons/left.gif);
}
.pageLink, .pageCurrent
{
	display: block;
	float: left;
	padding: 2px 0px 0px 9px;
	margin: 0;
	width: 15px;
	height: 18px;
	font-weight: bold;
	color: White;
	text-decoration: none; /* background-color:Green;*/
	background: url(images/icons/pageNum.gif);
}

.pageCurrent
{
	color: #999;
}
.page
{
	font-weight: bold;
	}
.pageLinks
{
	height: 20px;
	display: block;
	float: left; /*   border:solid 1px #000;*/
}
/*.pageLinks span
{
  font-size:12px;
  font-weight:bold;   
}*/
#searchTable td
{
	padding: 10px 2px 10px 8px;
	border-bottom: solid 1px #fff;
	border-bottom: solid 1px #fff;
	height: 30px;
}
#tblKeyline
{
	border-bottom: solid 1px #660300;
}

.trPaidListing
{
	min-height: 46px;
	background-color: #e2e1dd;
}

.trFreeListing
{
	min-height: 46px;
	background-color: #eee;
}
#searchTable td a
{
	color: #000;
	text-decoration: none;
}

#search #searchTable th
{
	background-color: #660300;
	color: #fff;
	font-size: 13px;
	height: 30px;
	padding: 0px 3px 0px 8px;
	font-weight: normal;
}
#search #searchTable tr
{
	border-bottom: solid 1px #fff;
}

#search #searchTable .thMyCard
{
	margin: 0px;
	padding-right: 12px;
	text-align: left;
}

#search .pagingRight
{
	display: none;
}

.tdBox
{
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 25px;
	padding: 0px 8px 0px 3px;
	background-color: #66030D;
}

.upper
{
	text-transform: uppercase;
}
.ddlCategories
{
	font-size: 8pt;
	width: 250px;
}
#myCardSearch .ddlCategories
{
	width: 160px;
}
/*Active Tabs*/
#tabService1 #tabs
{
	background: url(images/tab_r2t1.gif) no-repeat;
}
#tabService2 #tabs
{
	background: url(images/tab_r2t3.gif) no-repeat;
}
#tabService3 #tabs
{
	background: url(images/tab_mycard.gif) no-repeat;
}
#tabService4 #tabs
{
	background: url(images/tab_mycard.gif) no-repeat;
}
#tabService5 #tabs
{
	background: url(images/tab_mycard.gif) no-repeat;
}
#tabService6 #tabs
{
	background: url(images/tab_r2t6.gif) no-repeat;
}
#tabService7 #tabs
{
	background: url(images/tab_mycard.gif) no-repeat;
}
#tabService8 #tabs
{
	background: url(images/tab_mycard.gif) no-repeat;
}

#tabHome1 #tabs
{
	background: url(images/tab_home.gif) no-repeat;
}
#tabHome2 #tabs
{
	background: url(images/tab_mycard.gif) no-repeat;
}
#tabHome3 #tabs
{
	background: url(images/tab_r2t3.gif) no-repeat;
}
#tabHome4 #tabs
{
	background: url(images/tab_r2t4.gif) no-repeat;
}
#tabHome5 #tabs
{
	background: url(images/tab_r2t5.gif) no-repeat;
}
#tabHome6 #tabs
{
	background: url(images/tab_r2t6.gif) no-repeat;
}
#tabHome7 #tabs
{
	background: url(images/tab_r2t7.gif) no-repeat;
}

#myCard #tabs
{
	background: url(images/tab_mycard.gif) no-repeat;
}

/*Menu Styles*/

#tabs
{
	position: relative;
	width: 880px;
	height: 61px;
	background: url(images/tab_home.gif) no-repeat;
	overflow: hidden;
}
#tabs ul
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#tabs .row1
{
	display: block;
	position: relative;
	list-style: none; /* width: 759px;*/
	height: 27px;
	top: 1px;
	left: -3px;
	z-index: 1;
}
#tabs .row2
{
	display: block;
	position: relative; /* border:solid 1px Pink;*/
	list-style: none;
	height: 26px;
	top: -3px;
	left: -3px;
	z-index: 2;
}

#tabs .row1 li, .row2 li
{
	float: left;
}
/*button elements*/
#tabs a
{
	color: white;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	cursor: hand;
}

.l1
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.t1
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l2
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -20px;
}
.t2
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l3
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -41px;
}
.t3
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}

.l4
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -62px;
}
.t4
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l5
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -82px;
}

.t5
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}

.l6
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -101px;
}

.t6
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l7
{
	display: block;
	position: relative;
	height: 26px;
	width: 122px;
	left: -120px;
}
.t7
{
	display: block;
	position: relative;
	height: 26px;
	width: 122px;
}

.l8
{
	display: block;
	position: relative;
	height: 26px;
	width: 122px;
}
.t8
{
	display: block;
	position: relative;
	height: 26px;
	width: 122px;
}



/*first row hover states*/
.t1:hover
{
	height: 26px;
	width: 125px;
	background: url(   "images/tab_GrayLeft.png" ) no-repeat -126px;
}
.t8:hover
{
	height: 26px;
	width: 125px;
	background: url(   "images/tab_BlackLeft.png" ) no-repeat -125px;
}

.t2:hover, .t3:hover, .t4:hover, .t5:hover, .t6:hover
{
	background: url(   "images/tab_GrayCentre.png" ) no-repeat -130px;
}
.t7:hover
{
	background: url(   "images/tab_RedRight.png" ) no-repeat -126px;
}

/*second row hover states*/
.t10:hover, .t11:hover, .t12:hover, .t13:hover
{
	background: url(   "images/tab_GrayCentre.png" ) no-repeat -130px;
	height: 26px;
}
.t9:hover
{
	background: url(   "images/tab_BlackCentre.png" ) no-repeat -130px;
}
.t14:hover
{
	background: url(   "images/tab_GrayRight.png" ) no-repeat -125px;
}

/*second row hover states*/
.l8
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l9
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -21px;
}
.t9
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l10
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -41px;
}
.t10
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}

.l11
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -62px;
}
.t11
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l12
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -82px;
}

.t12
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}

.l13
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -102px;
}

.t13
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}
.l14
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
	left: -122px;
}
.t14
{
	display: block;
	position: relative;
	height: 26px;
	width: 125px;
}


.BlackLeft
{
	display: block;
	position: relative;
}
a.BlackLeft
{
	height: 26px;
	width: 125px;
	background: url(   "images/tab_BlackLeft.png" ) no-repeat 1px -2px;
}
a.BlackLeft:hover
{
	height: 26px;
	width: 125px;
	background: url(   "images/tab_BlackLeft.png" ) no-repeat -124px -2px;
}

.GrayLeft
{
	display: block;
	position: relative;
}
a.GrayLeft
{
	height: 26px;
	width: 125px;
	background: url(   "images/tab_GrayLeft.png" ) no-repeat 1px -2px;
}
a.GrayLeft:hover
{
	height: 26px;
	width: 125px;
	background: url(   "images/tab_GrayLeft.png" ) no-repeat -124px -2px;
}

.BlackCentre
{
	display: block;
	position: relative;
}
a.BlackCentre
{
	height: 26px;
	width: 130px;
	background: url(   "images/tab_BlackCentre.png" ) no-repeat 0px -3px;
}
a.BlackCentre:hover
{
	height: 26px;
	width: 130px;
	background: url(   "images/tab_BlackCentre.png" ) no-repeat -130px -3px;
}

.GrayCentre
{
	display: block;
	position: relative;
}
a.GrayCentre
{
	height: 26px;
	width: 130px;
	background: url(   "images/tab_GrayCentre.png" ) no-repeat 0px -3px;
}
a.GrayCentre:hover
{
	height: 26px;
	width: 130px;
	background: url(   "images/tab_GrayCentre.png" ) no-repeat -126px -1px;
}
.row2 a.GrayCentre:hover
{
	height: 26px;
	width: 130px;
	background: url(   "images/tab_GrayCentre.png" ) no-repeat -126px -3px;
}

.row2 li a.GrayCentre:hover
{
	background: url(   "images/tab_GrayCentre.png" ) no-repeat -130px -3px;
}

.GrayRight
{
	display: block;
	position: relative;
}
a.GrayRight
{
	height: 26px;
	width: 126px;
	background: url(   "images/tab_GrayRight.png" ) no-repeat 1px -3px;
}
a.GrayRight:hover
{
	height: 26px;
	width: 126px;
	background: url(   "images/tab_GrayRight.png" ) no-repeat -126px -1px;
}

.RedRight
{
	display: block;
	position: relative;
}
a.RedRight
{
	height: 26px;
	width: 85px;
	background: url(   "images/tab_RedRight.png" ) no-repeat 0px;
}
a.RedRight:hover
{
	height: 26px;
	width: 85px;
	background: url(   "images/tab_RedRight.png" ) no-repeat -126px;
}

.WhiteZ20
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	z-index: 20;
}
a.WhiteZ20
{
	color: #fff;
}
.WhiteZ10
{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	z-index: 10;
}
a.WhiteZ10
{
	color: #000;
}

/*menu text positioning*/

.services
{
	position: absolute;
	top: 8px;
	left: 17px;
}
.servicesBg
{
	position: absolute;
	top: 8px;
	left: 18px;
}


.arts
{
	position: absolute;
	top: 8px;
	left: 45px;
}
.artsBg
{
	position: absolute;
	top: 8px;
	left: 46px;
}

.partners
{
	position: absolute;
	top: 8px;
	left: 35px;
}
.partnersBg
{
	position: absolute;
	top: 8px;
	left: 36px;
}
.login
{
	position: relative;
	top: 8px;
	left: 40px;
}
.loginBg
{
	position: absolute;
	top: 8px;
	left: 41px;
}

/*second row labels*/
.home
{
	position: absolute;
	top: 8px;
	left: 17px;
}
.homeBg
{
	position: absolute;
	top: 8px;
	left: 18px;
}

.myCard
{
	position: absolute;
	top: 8px;
	left: 41px;
}
.myCardBg
{
	position: absolute;
	top: 8px;
	left: 42px;
}

.eatAndDrink
{
	position: absolute;
	top: 8px;
	left: 32px;
}
.eatAndDrinkBg
{
	position: absolute;
	top: 8px;
	left: 33px;
}

.pets
{
	position: absolute;
	top: 8px;
	left: 45px;
}
.petsBg
{
	position: absolute;
	top: 8px;
	left: 46px;
}
.accomAndTravel
{
	position: absolute;
	top: 8px;
	left: 18px;
}
.accomAndTravelBg
{
	position: absolute;
	top: 8px;
	left: 18px;
}

.beauty
{
	position: absolute;
	top: 8px;
	left: 40px;
}
.beautyBg
{
	position: absolute;
	top: 8px;
	left: 41px;
}

.wellBeing
{
	position: absolute;
	top: 8px;
	left: 31px;
}
.wellBeingBg
{
	position: absolute;
	top: 8px;
	left: 32px;
}
.shopping
{
	position: absolute;
	top: 8px;
	left: 36px;
}
.shoppingBg
{
	position: absolute;
	top: 8px;
	left: 37px;
}
.fashion
{
	position: absolute;
	top: 8px;
	left: 35px;
}
.fashionBg
{
	position: absolute;
	top: 8px;
	left: 36px;
}


.realEstate
{
	position: absolute;
	top: 8px;
	left: 28px;
}
.realEstateBg
{
	position: absolute;
	top: 8px;
	left: 29px;
}


#tabHome3 #boxWrapper, #tabHome4 #boxWrapper, #tabHome5 #boxWrapper, #tabHome6 #boxWrapper, #tabHome7 #boxWrapper
{
	width: 759px;
	height: 522px;
	background: url(images/categoryBoxesBgGrey.jpg) no-repeat;
}


#tabService1 #boxWrapper, #tabService2 #boxWrapper, #tabService3 #boxWrapper, #tabService4 #boxWrapper, #tabService5 #boxWrapper
{
	width: 759px;
	height: 522px;
	background: url(images/categoryBoxesBgGrey.jpg) no-repeat;
}

#tabService6 #boxWrapper
{
	width: 759px;
	height: 400px;
	background: url(images/boxWrapperGrey.jpg) no-repeat;
}
#tabHome2 #boxWrapper
{
	width: 759px;
	height: 372px;
	background: url(images/right_body.jpg) repeat-y;
}

#tabHome1 #boxWrapper
{
	width: 759px;
	height: 372px;
	background: url(images/right_body.jpg) repeat-y;
}

#tabHome1 #boxFooter, #tabHome2 #boxFooter
{
	background: url(images/right_footer.jpg) no-repeat;
	height: 21px;
}
#wrapper #container #tabContent #boxWrapper
{
	min-height: 380px;
	margin: 5px 10px 0px 0px;
	padding: 5px 19px 5px 11px; /* background: url(images/right_body.jpg) repeat-y; */
	border: solid 1px #ccc;
}

#wrapper #container #myCard #boxWrapper
{
	background: url(images/right_body.jpg) repeat-y;
	padding: 0px 10px 5px 3px;
	min-height: 380px;
}
#wrapper #container #search #boxWrapper
{
	background: url(images/right_body.jpg) repeat-y;
	padding: 0px 10px 5px 3px;
	min-height: 380px;
}
#wrapper #container #myCard #boxFooter
{
	background: url(images/right_footer.jpg) no-repeat;
	height: 21px;
}
#myCardHeader
{
	height: 80px;
}
#myCardSubNav
{
	height: 18px;
	padding: 5px 10px 0px 0px;
}
#myCardSubNav a
{
	padding-left: 15px;
	float: right;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#myCardHeader h1
{
	margin: 10px;
	font-size: 24px;
	font-weight: bold;
}
#myCard #searchResults
{
	border-top: none;
	border-bottom: none;
	height: 30px;
}
#myCard #searchTable
{
	min-height: 400px;
}
#myCard #searchTable tr
{
	border: solid 1px #000;
	background-color: #efefef;
}

.searchSpacer
{
	background-color: #fff;
	height: 10px;
	border-top: solid 1px #000;
}
#myCard #searchTable td
{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	vertical-align: top;
}

#tblBoxes
{
	/*margin: 5px 5px 5px 8px;
	width: 720px;*/
	margin-left: 4px;
	width: 735px;
}
#tblBoxes td
{
	height: 250px;
	width: 380px;
}

#wrapper #container #boxWrapper .pad
{
	padding: 0px 5px 5px 5px;
}

.thumb
{
	/*vertical-align:top;
	padding: 6px 10px 10px 7px;
	background: url(images/thumbBG.jpg) no-repeat;
		float: left;*/
			float: left;
	padding: 6px 10px 10px 7px;
	margin-left: 4px;
	background: url(images/thumbBG.jpg) no-repeat;
}

.boxFeature
{
	float: right;
	width: 225px;
	min-height: 210px;
	padding-right: 5px;
}
.boxFeature h1, h2, h3, h4
{
	text-transform: uppercase;
}

.featureText
{
	font-size: 12px;
	padding: 5px 0px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-bottom: 5px;
	height: 155px;
}
.featureText1
{
	font-size: 12px;
	padding: 5px 0px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-bottom: 5px;	
}
.featureText ul
{
	margin-top: 5px;
}
.featureText li
{
	line-height: 13px;
}
.featureSuburb
{
	float: left;
		width: 140px;
	text-transform: uppercase;
}

.btnMoreInfo
{
	float: right;
	width: 85px;
}
#advertiseWithUs
{
   	width: 740px;
	height: 570px;
	float: left;
	margin-left: -14px;		 
}
#advertiseWithUs a
{
	border: 0;
}

.tabLinks
{
	color: #990033;
	font-size: 10px;
	font-weight: bold;
}
#myCard .boxHeadings
{
	position: relative;
	font-family: "Avant Garde" , "Century Gothic" , sans-serif;
	top: 50px;
	left: 10px;
}

.myCardBusName
{
	font-weight: bold;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
.myCardBusType
{
	font-weight: normal;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 10px;
}
#myCard .boxHeadings a
{
	text-decoration: none;
}
#right #mainContent #LeftContent, #RightContent
{
	display: none;
}
#MainContent
{
	margin: 0;
	padding: 0;
}


/*footer pages*/
#publicationsWrap
{
	clear: both;
	margin-top: 50px;
	min-height: 800px; /* background-color:Blue;*/
}
#publications
{
	width: 380px;
	padding: 0px 5px;
	float: left;
	border-right: solid 3px #990033; /*background-color:#99FF00;*/
}
#online
{
	width: 250px;
	float: left;
	margin-left: 10px; /*background-color:#00FF66; */
}
.tblHeading
{
	background-color: #CCCCCC;
	height: 25px;
	padding: 2px 5px;
}
.tblHeading td, th
{
	font-weight: bold;
	padding-left: 2px;
}

.frmLabel, td.frmLabel
{
	width: 120px;
	height: 30px;
	font-weight: bold;
}

#home
{
	height: 373px;
	width: 730px;
	margin-left: 5px;
	background: url(images/home.jpg) no-repeat;
}
/*home page links*/
#home .btnOffers
{
	display: none;
	position: relative;
	top: 270px;
	left: 30px;
	width: 190px;
	height: 40px;
	 /*border:solid 1px #ccc;*/
	text-decoration:none;
}
#home .btnActive
{
	display: block;
	position: relative;
	top: 230px;
	left: 100px;
	width: 160px;
	height: 30px; /* border:solid 1px #ccc;*/
	text-decoration:none;
}
#home .btnHomeInfo
{
	display: block;
	position: relative;
	top: 265px;
	left: 380px;
	width: 150px;
	height: 30px;  /*border:solid 1px #ccc;*/
	text-decoration:none;
}
#myCardBg
{
	height: 371px;
	width: 730px;
	margin-left: 5px;
	background: url(images/MyCard.jpg) no-repeat;
}

.btnEnterNow
{
	display: none;
	position: relative;
	top: 295px;
	left: 200px;
	width: 160px;
	height: 30px; /*border:solid 1px #ccc;*/
}
/*MyCard page links*/
.btnMyCardActive
{
	display: block;
	position: relative;
	top: 220px;
	left: 560px;
	width: 160px;
	height: 30px; /* border:solid 1px #ccc;*/
}
.btnMyCardOffers
{
	display: block;
	position: relative;
	top: 235px;
	left: 560px;
	width: 160px;
	height: 30px; /*border:solid 1px #ccc;*/
}
.btnMyCardOrder
{
	display: block;
	position: relative;
	top: 255px;
	left: 560px;
	width: 160px;
	height: 30px; /*border:solid 1px #ccc;*/
}
.bannerAd
{
	display: block;
	width: 758px;
	height: 150px;
}
#webby
{
	float: left;
	font-size: 9px;
	margin: 5px 5px 0px 15px;
	color: #ccc;
	cursor: text;
}
#webby a
{
	text-decoration: none;
	color: #ccc;
	cursor: text;
}
#sponsorsLogos
{
	margin: 10px 10px;
}

#tblSponsors
{
	margin-left: 20px;
}

#myCardSearch
{
	font-weight: bold;
	color: #000;
	padding: 0px 0px 8px 15px;
	margin: 0px 0px 5px 9px;
	height: 100px;
	width: 700px;
	background: url(images/MyCardSearch.gif) no-repeat;
	position:relative;
}
#myCardSearch label
{
	font-size: 14px;
}
#myCardSearch input
{
	font-size: 10px;
}
#searchTableWrap
{
	min-height: 400px;
}
#listingWrap
{
	margin: 25px;
	min-height: 320px;
	border-bottom: solid 1px #ccc;
}
#tblListingContact
{
	width: 350px;
	float: left;
}
#map_canvas
{
	float: right;
	width: 280px;
	height: 280px;
}
.clear
{
	clear: both;
}

.mydLink
{
	color: #990033;
	text-decoration: none;
}
#listingMainImage
{
	margin-left: 25px;
}
#listingMainImage img
{
	border: solid 1px #000;
}
.myOfferRowWrap
{
	height: 117px;
	width: 706px;
	background: url(images/CO-table-bg.png) no-repeat;
	margin: 4px 2px 4px 10px;
}
.myOfferBox
{
	width: 80px;
	height:87px;
	padding:11px 0 0 10px;
	float:left;
	font-weight:bold; /* border:solid 1px #000;*/
}
.myOfferBox span{
	display:block;
	width:80px;
	text-align:center;
	margin:30px 0 0 8px;

}
.myOfferBusNameAndType
{
	width: 582px;
	padding-top: 12px;
	height: 20px;
	float: right; /* border:solid 1px #000;*/
}
.myOffer
{
	float: right;
	padding: 10px 5px 2px 0px;
	width: 383px;
	height: 70px; /*border:solid 1px #000;*/
}
.myOfferText
{
    height:50px;
}
.myOfferContact
{
	float: right;
	padding:10px 0 0 0;
	width: 192px;
	height: 70px;  /*border:solid 1px #000;    background-color:Green;*/
}

.GrayBorder
{
	border: solid 1p #ccc;
}

.RedText
{
	color: Red;
	font-weight: bold;
}

.txtLogin /*login text boxes*/
{
    width:150px;
}
.flashLink
{
    position:absolute;
    display:block;
    height:150px;
    width:758px;
    z-index:200; /*mask/sit on top of the flash banner*/    
}
.flashBanner
{
    position:absolute;
    z-index:100;
}

.siteLevel1{
display:none;
}
