/* CSS Document */

html {
	margin:0;
	padding:0;
}
body {
	font:63% Arial, Helvetica, sans-serif;
	background: #272c2f;
	margin: 0;
	padding: 0;
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:500;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #e67402;
	font-size: 2em;
	font-weight: bold;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #e67402;
	font-size: 1.8em;
	font-weight: bold;
}
h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #e67402;
	font-size: 1.4em;
	font-weight: normal;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height:1.5em;
}
ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	line-height:1.5em;
}
img {
	border: none;
}
#wrapper {
	margin: 0 auto;
	display:block;
	padding:0;
	width: 970px;
	background:#fff;
}
/*--------links-----------*/
a:link {
	color: #ff3300;
	text-decoration: underline;
	font-weight: 500;
}
a:visited {
	color: #ff0000;
	text-decoration: underline;
	font-weight: 500;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
	font-weight: 500;
}
a:active {
	color: #ff9933;
	text-decoration: underline;
	font-weight: 500;
}
/*--------header---------*/
#headarea {
	margin: 0;
	padding: 0;
	width: 970px;
	height: 200px;
	background:#343c41;
	position:relative;
}
#headarea h1 {
	padding: 40px 0 0 25px;
	margin: 0;
	color: #fff;
	font-size: 4.2em;
	text-transform: uppercase;
	clear: both;
	line-height: 0.7em;
	float:left;
}
#headarea h1 span {
	display: block;
	font-size: 0.7em;
	color: #e67702;
	margin-left: 175px;
}
#headarea h1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* --- nav --- */
#headarea ul.nav {
	margin: 0;
	padding: 10px 0 0;
	width: 970px;
	height:59px;
	list-style: none;
	font-size: 1.2em;
	text-transform: uppercase;
	float: left;
	background:#272c2f url(../images/navbg.gif) center 10px repeat-x;
}
#headarea ul.nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#headarea ul.nav li a {
	margin: 0;
	padding: 15px 15px 0 15px;
	height:31px;
	color: #fff;
	border-right: #fb8e15 solid 1px;
	border-left: #d36c00 solid 1px;
	float: left;
	text-decoration: none;
	background: url(../images/navbg.gif) center center repeat-x;
}
#headarea ul.nav li a.home {
	border-left: none;
}
#headarea ul.nav li a.last {
	border-right: none;
}
#headarea ul.nav li a:hover {
	background: url(../images/navbghover.jpg) center top repeat-x;
	text-decoration: none;
	color: #fff;
}
/*----------bread crumb---------*/
.breadcrumb {
	margin: 0;
	padding: 5px 15px 4px 0;
	list-style: none;
	text-transform: lowercase;
	font-size: 1.1em;
	background: #272c2f;
}
.breadcrumb li {
	margin: 0;
	padding: 0;
	display: inline;
	background: url(../images/bullet-bread.png) 3px 3px no-repeat;
}
.breadcrumb li a {
	margin: 0;
	padding: 0 0 0 15px;
	color: #888;
	text-decoration: none;
}
.breadcrumb li a.home {
	margin: 0;
	padding: 0 0 0 15px;
	color: #888;
	text-decoration: none;
	background: url(../images/home.png) left 2px no-repeat;
}
.breadcrumb li a:hover {
	margin: 0;
	padding: 0 0 0 15px;
	color: #888;
	text-decoration: underline;
}
/* --- content --- */
#right {
	margin: 0;
	padding: 0;
	width: 650px;
	float:right;
	background:url(../images/leftcol-shadow.gif) right center repeat-y;
}
#rightLeft {
	margin: 0;
	padding: 0;
	width: 465px;
	float:left;
}
#rightRight {
	margin: 0;
	padding: 0 0 0 1px;
	width: 169px;
	float:right;
}
#right .contentbox {
	margin: 0;
	padding: 10px 0;
	background: #fff;
	clear: both;
}
#right .contentbox p {
	margin: 0 0 25px 0;
	padding: 0;
	color: #363f45;
	font-size: 1.2em;
}
#right .contentimg {
	margin: -25px 0 10px 20px;
	padding: 0;
	display: block;
	float: right;
	clear: right;
	position: relative;
}
#right .mlimg {
	margin: 0 0 10px 25px;
	padding: 0;
	display: block;
	float: right;
	clear: right;
	position: relative;
}
#rightLeft .infobox {
	margin: 0 0 15px 0;
	padding:5px;
	width: 448px;
	background: #fff;
	border:#272c2f solid 1px;
}
#right .infobox.left {
	float: left;
}
#right .infobox.right {
	float: right;
}
#right .infobox h3 {
	margin: 0 0 10px 0;
	padding:0 0 0 5px;
	float:left;
	color: #db3801;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
#right .infobox p {
	color:#363F45;
	float:right;
	font-size:1.2em;
	padding:0 5px;
	width:228px;
}
.more {
	text-align: right;
	margin-bottom: 0;
}
.more a {
	text-decoration:none;
}
.more a:hover {
	text-decoration:underline;
}
#right .infoboximg {
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	float: left;
}
h3.h3 {
	margin: 0 0 10px 0;
	padding: 4px 10px;
	border-bottom:#ccc solid 1px;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
}
h3.h3.bg {
	background:url(../images/h3header-bg.png);
}
h3.h3.bg2 {
	background:url(../images/h3header-bg2.png);
	border-bottom:#e67702 solid 1px;
}
h3.h3.bg3 {
	background:url(../images/h3header-bg3.png);
	border-bottom:#ccc solid 1px;
}
#left {
	margin: 0;
	padding:0;
	width: 305px;
	float: left;
}
#left .searchbox {
	margin:0 0 15px;
	padding: 15px 25px;
	background: #db3801;
}
#left .searchbox h3 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	border:none;
	background:none;
}
#left table {
	margin: 0;
	color: #fff;
}
#left .leftcontentbox {
	margin: 0 0 15px 5px;
	padding:0;
	width: 298px;
	background: #fff;
	border:#ccc solid 1px;
}
/* What's On */
#left .leftcontentbox.whatsOnWrap {
	border:medium none;
	padding:0;
	position:relative;
	width:298px;
}
#events #left .leftcontentbox.whatsOnWrap {
	margin-top:10px;
}
#left .leftcontentbox .whatsOn {
	padding:5px 15px 0 2px;
	width: 280px;
}
.todaysDate {
	width:69px;
	height:32px;
	background:url(../images/calendar-icon.jpg) no-repeat;
	position:absolute;
	left:5px;
	top:0;
	padding:20px 0 0 8px;
	}
.thisDay {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin:0;
	display:block;
	float:left;
	text-align:center;
	width:23px;
	}
.thisMonth {
	color:#ff6503;
	font-size:14px;
	font-weight:bold;
	padding:0 8px 0 0;
	display:block;
	float:right;
	}
#left .leftcontentbox .whatsOn ul li {
	clear:both;
	padding:5px 0 5px 10px;
	background:none;
}
#left .leftcontentbox .whatsOn ul li h5 {
	float:right;
	width:195px;
	font-size:0.9em;
}
#left .leftcontentbox .whatsOn ul li h5 a {
	display:block;
	font-size:1.1em;
}
#left .leftcontentbox .whatsOn ul li img {
	float:left;
	padding:1px;
	border:#ccc solid 1px;
}
#left .leftcontentbox.whatsOnWrap h4 {
	margin:0 0 4px 10px;
}
#eventSearchHp {
	padding:10px;
	border:#ccc solid 1px;
	}
#eventSearchHp p {
	padding:0;
	display:block;
	margin:0 0 10px;
	float:left;
	}
#eventSearchHp fieldset {
	border:none;
	padding:0;
	margin:0;
	}
#type {
	float:left;
	}
#eventSearchHp input.btn {
	display:inline;
	float:right;
	color:#fff;
	padding:2px 3px;
	background:#E67402;
	}
#eventSearchHp label {
	float:left;
	font-size:12px;
	padding:3px 0 0;
	width:45px;
	clear:left;
	}
#tcbtn_date1, #tcbtn_date2 {
	margin:2px 0 0;
	}
#type select {
	background-color:#fff;
	border:1px solid #333;
	display:block;
	float:left;
	padding:2px;
	width:150px;
	margin:0 10px 0 0;
	}
	
.gAds {
	padding:0 0 0 5px;
	margin:0;
	/*background:#ff3300;*/
	}
/* --- lists --- */
.linklist {
	font-size:12px;
}
.linklist li ul {
	margin: 0;
}
.linklist li {
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: #ccc dashed 1px;
	background: url(../images/bullet-linklist.png) no-repeat left 7px;
}
.linklist li ul li {
	margin: 0;
	padding: 5px 0 5px 15px;
	border: none;
	background: url(../images/bullet-linklist.png) no-repeat left 7px;
}
.linklist li a, .linklist li ul li a {
	text-decoration:none;
}
.linklist li a:hover, .linklist li ul li a:hover {
	text-decoration: underline;
}
.resources li {
	padding-bottom:8px;
	font-size:1.1em;
}
/*-----AP portal-----*/
#right .contentbox .ap-portal {
	border: #e9e9e7 solid 1px;
	margin: 0 0 20px 0;
	padding: 10px 5px;
	width: 450px;
	background: #fff url(../images/portal-bg.gif) center bottom repeat-x;
	clear: both;
}
#right .contentbox .ap-portal .text {
	margin: 0;
	padding: 0;
	float: left;
	width: 210px;
}
#right .contentbox .ap-portal .aptext {
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	width: 270px;
}
#right .contentbox .ap-portal h3 {
	padding: 0 2px 0 0;
	margin: 0 0 5px 0;
	color: #9c2b04;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: #e9e9e7 solid 1px;
}
#right .contentbox .ap-portal h3 a {
	color: ##9c2b04;
	text-decoration: none;
	font-weight: bold;
}
#right .contentbox .ap-portal h3 a:hover {
	color: #9c2b04;
	text-decoration:underline;
	font-weight: bold;
}
#right .contentbox .ap-portal p {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 1.2em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#right .contentbox .ap-portal .more {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 1.2em;
	color: #333;
}
#right .contentbox .ap-portal .more a {
	font-size: 1em;
	color: #333;
	text-decoration:underline;
}
#right .contentbox .ap-portal img {
	padding: 1px;
	margin: 0 15px 0 0;
	float: left;
	border: #888 solid 1px;
}
#right .contentbox .ap-portal .info {
	padding: 0 0 10px 0;
	margin: -18px 0 6px 0;
	float: right;
	font-size: 1.1em;
	color: #000;
	position: relative;
	background: url(../images/info-bg-bottom.gif) center bottom no-repeat;
}
#right .contentbox .ap-portal .info-inner {
	padding: 4px 4px 0 9px;
	margin: 0;
	width: 137px;
	height: 4.2em;
	background: url(../images/info-bg.gif) center top no-repeat;
}
#right .contentbox .ap-portal .info-outer {
	margin: 0;
	padding: 0;
	background: url(../images/info-bg-repeat.gif) center top repeat-y;
}
#right .contentbox .ap-portal .info p {
	font-size: 1.1em;
	color: #000;
	padding: 0;
	margin: 0 0 0 0;
}
#right .contentbox .ap-portal .aptext p.apinfo {
	font-size: 1.2em;
	color: #000;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
	border-bottom: #e9e9e7 solid 1px;
}
#right .contentbox .ap-portal .bohc, #right .contentbox .ap-portal .bortg {
	padding: 0;
	margin: 0;
	display: inline;
}
#right .contentbox .ap-portal .bohc a, #right .contentbox .ap-portal .bortg a {
	text-decoration:none;
	text-transform: uppercase;
	width: 130px;
	color: #fff;
	padding: 5px 10px 6px 10px;
	margin: 0;
	font-size: 0.9em;
	float: right;
	text-align: center;
	clear: right;
}
#right .contentbox .ap-portal .apbohc, #right .contentbox .apbortg {
	padding: 0;
	margin: 0;
	display: block;
}
#right .contentbox .ap-portal .apbohc a, #right .contentbox .apbortg a {
	text-decoration:none;
	text-transform: uppercase;
	width: 130px;
	color: #fff;
	padding: 5px 10px 6px 10px;
	margin: 15px 0 0 0;
	display: block;
	font-size: 0.9em;
	float: left;
	text-align: center;
}
#right .contentbox .ap-portal .bohc a, #right .contentbox .apbohc a {
	background: url(../images/bbar.gif) center center no-repeat;
}
#right .contentbox .ap-portal .bortg a, #right .contentbox .apbortg a {
	background: url(../images/bbar2.gif) center center no-repeat;
}
#right .contentbox .pagelinx {
	padding-left: 2px;
	padding-right: 2px;
	cursor: default;
}
#right .contentbox .pagelinx a {
	padding: 5px;
	color: #ae2626;
	background: url(../images/portal-bg.gif) center center repeat-x;
}
#right .contentbox .pagelinx.browse a {
	display: block;
}
#right .contentbox .pagelinx a:hover {
	color: #000;
	text-decoration: none;
	background: url(../images/portal-bg.gif) center bottom repeat-x;
}
#right .contentbox .pagelinx a span.mg {
	background: url(../images/magnifying-glass.png) left center no-repeat;
	float: right;
	width: 22px;
	height: 18px;
}
#right .contentbox .pagelinx a span.tdnone {
	text-decoration: none;
}
/*-----restaurant portal-----*/
#right .contentbox .r-portal {
	border: #e9e9e7 solid 1px;
	margin: 0 0 20px 0;
	padding: 10px 5px;
	width: 450px;
	background: #fff url(../images/portal-bg.gif) center bottom repeat-x;
	clear: both;
	font-size:1.2em;
}
#right .contentbox .r-portal .text {
	margin: 0;
	padding: 0;
	float: left;
	width: 210px;
}
#right .contentbox .r-portal .aptext {
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
	width: 270px;
}
#right .contentbox .r-portal h3 {
	padding: 0 2px 0 0;
	margin: 0 0 5px 0;
	color: #9c2b04;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: #e9e9e7 solid 1px;
}
#right .contentbox .r-portal h3 a {
	color: ##9c2b04;
	text-decoration: none;
	font-weight: bold;
}
#right .contentbox .r-portal h3 a:hover {
	color: #9c2b04;
	text-decoration:underline;
	font-weight: bold;
}
#right .contentbox .r-portal p {
	clear:left;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	line-height:1.3em;
	margin:0;
	padding:2px 20px 0;
}
#right .contentbox .r-portal .text p {
	padding:2px 0 0;
}
#right .contentbox .r-portal p.address {
	padding: 0 0 1px 0;
	margin: 0 0 5px 0;
	font-size: 1.1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #e9e9e7 solid 1px;
}
#right .contentbox .r-portal p strong {
	color: #000;
}
#right .contentbox .r-portal .more {
	padding: 0 5px 0 0;
	margin: 5px 0 0 0;
	font-size: 1.1em;
	color: #333;
	border-top: #e9e9e7 solid 1px;
	text-align: right;
}
#right .contentbox .r-portal .more a {
	font-size: 1em;
	color: #333;
	text-decoration:underline;
}
#right .contentbox .r-portal img {
	padding: 1px;
	margin: 0 15px 0 0;
	float: left;
	border: #888 solid 1px;
}
#right .contentbox .r-portal .info {
	padding: 0 0 10px 0;
	margin: -18px 0 6px 0;
	float: right;
	font-size: 1.1em;
	color: #000;
	position: relative;
	background: url(../images/info-bg-bottom.gif) center bottom no-repeat;
}
#right .contentbox .r-portal .info-inner {
	padding: 6px 5px 0 9px;
	margin: 0;
	width: 136px;
	height: 6.1em;
	background: url(../images/info-bg.gif) center top no-repeat;
	font-size:0.8em;
}
#right .contentbox .r-portal .info-outer {
	margin: 0;
	padding: 0;
	background: url(../images/info-bg-repeat.gif) center top repeat-y;
}
#right .contentbox .r-portal .info p {
	font-size: 1.1em;
	color: #000;
	padding: 0;
	margin: 0 0 0 0;
}
#right .contentbox .r-portal .aptext p.apinfo {
	font-size: 1.2em;
	color: #000;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
	border-bottom: #e9e9e7 solid 1px;
}
#right .contentbox .r-portal .bohc, #right .contentbox .r-portal .bortg {
	padding: 0;
	margin: 0;
	display: inline;
}
#right .contentbox .r-portal .bohc a, #right .contentbox .r-portal .bortg a {
	text-decoration:none;
	text-transform: uppercase;
	width: 130px;
	color: #fff;
	padding: 5px 10px 6px 10px;
	margin: 0;
	font-size: 0.9em;
	float: right;
	text-align: center;
	clear: right;
}
#right .contentbox .r-portal .apbohc, #right .contentbox .apbortg {
	padding: 0;
	margin: 0;
	display: block;
}
#right .contentbox .r-portal .apbohc a, #right .contentbox .apbortg a {
	text-decoration:none;
	text-transform: uppercase;
	width: 130px;
	color: #fff;
	padding: 5px 10px 6px 10px;
	margin: 15px 0 0 0;
	display: block;
	font-size: 0.9em;
	float: left;
	text-align: center;
}
#right .contentbox .r-portal .bohc a, #right .contentbox .apbohc a {
	background: url(../images/bbar.gif) center center no-repeat;
}
#right .contentbox .r-portal .bortg a, #right .contentbox .apbortg a {
	background: url(../images/bbar2.gif) center center no-repeat;
}
#right .contentbox .pagelinx {
	padding-left: 2px;
	padding-right: 2px;
	cursor: default;
}
#right .contentbox .pagelinx a {
	padding: 5px;
	color: #ae2626;
	background: url(../images/portal-bg.gif) center center repeat-x;
}
#right .contentbox .pagelinx.browse a {
	display: block;
}
#right .contentbox .pagelinx a:hover {
	color: #000;
	text-decoration: none;
	background: url(../images/portal-bg.gif) center bottom repeat-x;
}
#right .contentbox .pagelinx a span.mg {
	background: url(../images/magnifying-glass.png) left center no-repeat;
	float: right;
	width: 22px;
	height: 18px;
}
#right .contentbox .pagelinx a span.tdnone {
	text-decoration: none;
}
/*-----form search -------*/
#left .searchbox input, #left .searchbox select, #left .searchbox textarea {
	margin: 5px 0;
	padding: 1px;
	border:#993300 solid 1px;
	display: block;
	width:225px;
}
#left .searchbox select {
	text-transform:capitalize;
	font-size:13px;
}
#left .searchbox input.btn {
	border: none;
	clear:both;
	width: 50px;
	float:right;
	margin:0 5px
}
#left .searchbox form {
	background-color: #db3801;
	padding: 0;
	margin: 0;
}
#left .searchbox form fieldset {
	padding: 10px;
	margin: 0;
	border:#fff dotted 1px;
}
#left .searchbox label {
	color: #fff;
	font-weight: bold;
	font-family: tahoma;
}
#left .searchbox form span {
	display: block;
	margin-bottom: 10px;
}
form#cse-search-box {
	padding:13px 25px 0;
	text-align:right;
}
form#cse-search-box input {
	border:none;
	padding:4px
	}
form#cse-search-box input[type="submit"]{
	color:#fff;
	background:#272C2F;
	padding:2px 3px;
	}
#cse-search-results {
	padding:0 5px;
	}

/* --------- Map --------- */

#mapContainer {
	height: 580px;
	width: 555px;
}
div#map {
	height: 450px;
	margin: 20px 0 0 0;
	border:#000 solid 1px;
}
#side-bar a:hover {
	text-decoration: underline;
}
#side-bar p {
	font-size: 1em;
	margin: .4em 0 .4em 0;
	padding-left: 10px;
	background: url(../images/bullet-blue.gif) 0 .55em no-repeat;
}
#side-bar {
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}
#side-bar-title {
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
}

/* --- Ads --- */
.shoppingTourHp {
	border:#ff6600 solid 1px;
	padding:10px 30px 2px;
	float:right;
	width:173px;
	margin:22px 0 0;
	}
	
/* --- footer --- */
#footer {
	margin: 0 auto;
	padding: 10px;
	width: 950px;
	color: #ccc;
	clear: both;
	border-top: #ccc solid 1px;
	background: #272c2f;
}
#footer p.footlinx {
	margin: 0;
	padding: 0;
	float: right;
}
#footer p a {
	color: #ccc;
	text-decoration: none;
}
#footer p a:hover {
	color: #ccc;
	text-decoration: underline;
}
/* ------ Contact Form ----- */

#right label {
	display:block;
	margin:1em 0;
}
#right input, textarea {
	display:block;
	width:300px;
	font:normal 1em Arial, Helvetica, sans-serif !important;
	background-color:#fff !important;
}
#right ul li.ok {
	color:#666;
	font-style:italic;
}
#right ul li.error {
	color:#f00;
}
/* --- tours --- */
.tours {
	width: 260px;
	margin: 0;
	padding: 0 20px 5px;
	font-size:1.2em;
}
.tours ul {
	margin-bottom:5px;
}
.tours li {
	border:none;
}
.tours ul li h5 {
	font-size:1em;
}
.tours a {
	color:#333;
}

/* --- weather --- */
.weather {
	width: 250px;
	margin: 0;
	padding: 0 25px;
	font-size: 1em;
}
#right .contentbox .weather img, #left .leftcontentbox .weather img {
	float: right;
	margin: -15px 0 0 5px;
	padding: 0;
	display: block;
	position: relative;
}
#right .contentbox .weather p, #left .leftcontentbox .weather p {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	border-top: #999 dashed 1px;
}
#right .contentbox .weather b, #left .leftcontentbox .weather b {
	margin: 0;
	padding: 0;
	display: block;
	width: 210px;
	text-transform: uppercase;
	color: #000;
}
#right .contentbox .weather br, #left .leftcontentbox .weather br {
	margin: 0;
	padding: 0;
	display: none;
}
/* ==== Slide Show === */
#slideshow {
	float:right;
	width:636px;
}
#gallery {
	position:relative;
	list-style-type:none;
	padding:0;
	margin:0;
}
#gallery li {
	float:left;
	position:absolute;
}
#gallery li img {
	border:none;
}
#gallery li.show {
	z-index:500
}
.headerText {
	z-index:600;
	position:absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-weight:500;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px 10px;
	margin:0;
	line-height:30px;
	background:none;
	text-align:right;
	display:none;
}
.headerText .content {
	color:#fff;
	display:block;
}
/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfloat {
	height: 1%;
}
.clearfloat {
	display: block;
}
/* End hide from IE-mac */
/*** end clearing hack ***/ 	
	
	
	
.clearer {
	height:0;
	margin:0;
	padding:0;
	clear:both;
	display:block;
}
