@charset "utf-8";
/* Global Styles
----------------------------------------------------*/
* {
	margin: 0;
	padding: 0
}
iframe,a img,fieldset,form,table {
	border: 0
}
h6,h5,h4,h3,h2,h1,caption,th,td {
	font-size: 100%;
	font-weight: bold
}
dd,dt,li,dl,ol,ul {
	list-style: none
}
legend {
	color: #000
}
button,select,textarea,input {
	font: 100% serif
}
table {
	border-collapse: collapse
}
caption,th,td {
	text-align: left
}

/* PNG FIX
----------------------------------------------------*/
img,div {
	behavior: url('../scripts/iepngfix.htc');
}

/* GLOBAL
----------------------------------------------------*/
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url('../images/mainBg.gif') repeat-x top #eb921e;
	height:100%;
	margin:0;
   	padding:0;
	min-width: 950px;
}
a {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 5px;
}
dt {
	float: left;
	font-weight: bold;
	color: #333333;
}
dd {
	float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
input,select,textarea {
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #666666;
	padding: 3px;
}

label {
	padding: 4px;
	text-align: right;
	font-weight: bold;
	color: #333333;
	cursor: pointer;
}
.overflowFix {
	overflow: auto;
	overflow-y (x): hidden;
	overflow-x (y): scroll;
}
.hidden {
	display: none !important;
}
.shown {
	display: auto !important;
}
.IveGotJavascript {
	display: none;
}
.orangeText {
	margin: 0px 0px 20px 0px;
}
.orangeText li {
	color: #EB921E;
	font-weight: bold;
	text-align: left;
}

/* SITE SPECIFIC
----------------------------------------------------*/
.container {
	background: url('../images/headBg.gif') no-repeat;
	background-position:top center;
	min-height:100%;
  	position:relative;
    text-align:left;
    top: 0;
	margin:0 auto;
}

.mainContainer{
    text-align:left;
	margin:0 auto;
	width:920px;
	padding-bottom:43px;
}

.header{
    width:920px;	
}

.logo{
	height:92px;
	padding-top:15px;
	margin: 0px 6px;
}

.menu{
	height:20px;
	text-align:right;
	background: url('../images/menuBg.gif') no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#424a5b;
	padding:13px 45px 0px 0px;
}

.menu a{
	color:#424a5b;
}

.smallSearch{
	margin-bottom:5px;
}

.breadCrumb{
	margin-bottom:5px;
	color:#424A5B;
	font-size:10px;
	font-weight:bold;
}

.mainBody{
	background: url('../images/bodyBg.gif') repeat-x #c07d29;
	height: auto !important;
  	height: 457px;
  	min-height: 457px;
	margin-bottom:40px;
}

.mainContentArea{
	padding:0px 10px 10px 10px;	
}

.largeTab{
	color:#eb921e;
	font-size:14px;
	font-weight:bold;
	background: url('../images/largeTabBg.gif') repeat-x;
	line-height:19px;
	padding:5px;
	width:155px;
	float: left;
}

.largeTab2{
	color:#eb921e;
	font-size:14px;
	font-weight:bold;
	background: url('../images/largeTabBg.gif') repeat-x;
	/*line-height:19px;*/
	padding:5px;
	float: left;
	/*display:inline;	*/
}

.smallTab{
	color:#eb921e;
	font-size:11px;
	font-weight:bold;
	background: url('../images/smallTabBg.gif') repeat-x;
	line-height:20px;
	padding-left:5px;
	width:100px;
	text-align:center;
	float:right;
}

h2{
	background-color:#fff;
	color:#ed931b;
	padding:3px 3px 3px 5px;
	line-height:20px;
}

h3{
	font-size:11px;
	border-bottom:solid 1px #cccccc;
	color:#424A5B;
	text-align:left;
	margin:10px 0px 10px 0px;
	padding-bottom:2px;
}
h3 a {
	font-weight: normal;
}

h4{
	font-size:11px;
	line-height:20px;
	color:#424a5b;
}

.leftCol{
	width:200px;
	margin-right:10px;
	float:left;
}

.sideMenu div{
	background-image: url('../images/menuArrow.gif');
	background-repeat:no-repeat;
	margin-top:10px;
	padding:0px 0px 10px 15px;
	line-height:13px;
	border-bottom: solid 1px #cccccc;
}

.sideMenu div a{
	color:#14274f;
	font-size:11px;
	font-weight:bold;
}

.rightCol{
	width: 690px;
	float:left;
}

.content{
	padding:10px;
	background-color:#FFF;
	margin-bottom:10px;
}

.footer{
   position:absolute;
   bottom:0;
   width:100%;
   height:43px;   /* Height of the footer */
   background-color:#ffffff;
   background: url('../images/footerBg.gif') repeat-x;
}

.footerContentLeft{
	margin:0 auto;
	width:455px;
	text-align:left;
	float:left;
}

.footerContentRight{
	margin:0 auto;
	width:455px;
	text-align:right;
	float:left;
}

.footerContent{
	margin:0 auto;
	width:910px;
	margin-top:18px;
	color:#999999;
}

.footer a{
    color:#999999;
}

.pagination {
	margin: 4px 0px 0px 0px;
}
.pagination ul{
	float: right;
}
.pagination span{
	float: left;
}

/* HOME
----------------------------------------------------*/
.homeSearch{
	margin-left:233px;
	width:559px;
	height:271px;
	background: url('../images/homeSearch.jpg') no-repeat;
}

.homeHori{
	width:920px;
	height:72px;
	background: url('../images/homeSplit.gif') no-repeat;
}

.homeBoxFeature{
	width:880px;
	background-color:#FFF;
	padding:10px;
	margin-bottom:10px;
}

.homeBox{
	width:290px;
	float:left;
	margin-bottom:10px;
}

.homeBoxContent{
	background-color:#FFF;
	height: auto !important;
  	height: 200px;
  	min-height: 200px;
	padding:10px;
}

.hotHoliday{
	width:160px;
	margin-right:20px;
	font-weight:bold;
	float:left;
	text-align:center;
}

.hotHolidaySide{
	width:180px;
	float:none;
	margin-right:0px;
}

.hotHoliday img{
	margin-bottom:5px;
}
.hotHoliday a:hover {
	text-decoration: none;
}
.hotHoliday a:hover span {
	text-decoration: underline;
}

/* form Layouts
----------------------------------------------------*/
.form label{
	width:90px;
	float:left;
	color:#424A5B;
}

.formRow{
	margin-bottom:6px;
}
.form input{
	width:265px;
}

.form select{
	width:206px;
	padding:2px;
}

.form textarea{
	resize: none;
	width:265px;
	height:150px;
}

.formInput{
	float:left;
	width:200px;
}

.button{
	background-color:#EB921E;
	font-weight:bold;
	border: none;
}

.smallFormText {
	font-size: 10px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	margin-bottom: 3px;
	width:200px;
}

/* listing Layouts
----------------------------------------------------*/

.listingSubHead{
	margin-bottom:10px;
}
.listingSubHead h4 {
	float: left
}
.listingIcons{
	text-align: right;
	margin-bottom: 5px;
}
.listingIcons img{
	padding:2px;
}

.listingTextArea{
	width:360px;
	float:left;
	padding:0px 10px 10px 10px;
}

.listingImageArea{
	padding:0px 10px 60px 10px;
	width: 270px;
	float:left;
}

.listingSectionToggle {
	display: block;
	border-top:solid 1px #CCCCCC;
}

.listingSectionToggle span {
	background: url(../images/plus.gif) no-repeat top left;
	color: #EB921E;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	margin: 5px 0px 5px 5px; 
	line-height:11px;
}

.listingSectionToggle h3{
	padding-left: 10px;
}

.listingSectionContent{
	padding-bottom:10px;
}

.editListingTypeMenu{
	height:23px;
	width:100%;
	background: url('../images/listingTypeMenuBg.gif') repeat-x;
	margin-bottom:10px;
}

.listingType{
	float:left;
	width:179px;
	text-align:center;
	background: url('../images/editTabClosedBg.gif') no-repeat;
	height:23px;
	line-height:23px;
	margin-right:66px;
	font-weight:bold;
	color:#14274F;
}

.listingTypeOpen{
	background: url('../images/editTabOpenBg.gif') no-repeat;
	color:#EB921E;
}

.featuresList li{
	float:left;
	width:310px;
	height:20px;
}

.contactDetails{
	margin-bottom:6px;
}

.contactDetailsLeft{
	text-align:right;
	float:left;
	width:65px;
	margin-right:10px;
	font-weight:bold;
	color:#424A5B;
}

.contactDetailsRight{
	text-align:left;
	float:left;
	width:200px;
}

/* Search Results Layouts
----------------------------------------------------*/
.searchResultBox{
	background-color:#FFF;
	margin-top:10px;
}

.searchResultBox2{
	background-color:#FFF;
}

.searchPremHeading{
	background-color:#ed931b;
	color:#FFF;
}

.searchResultBoxLeft{
	width: 100%;
	float: left;
}
.searchResultHasImage {
	width: 530px;
}

.searchResultBoxRight{
	width:140px;
	float:left;
	padding:10px;
}

.searchResultsHeadLeft{
	float:left;
}

.searchResultsHeadRight{
	float:left;
}
.searchResultHeadSubtitle {
	color: #333;
}

.searchCategories li{
	float:left;
	width:310px;
	height:20px;
	font-weight:bold;
}
.subCategories {
	margin: 20px 0px 0px;
}
.subCategories ul {
	margin: 5px 0px 0px 0px;
}
.subCategories li {
	float: left;
	width: 33%;
}
	

/* News Layouts
----------------------------------------------------*/
.newsItem{
	border-bottom:solid 1px #cccccc;
	margin-bottom:10px;
	padding-bottom:10px;
}

.newsItemHead{
	width:500px;
	margin-right:20px;
	float:left;	
}

.newsItemIcons{
	width:150px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}

.newsItemTextArea{
	width:380px;
	margin-right:20px;
	float:left;
}

.newsItemImageArea{
	width: 270px;
	float:left;
}

.newsItemContent{
	padding-bottom:10px;
}

.newsItemContent a{
	color:#EB921E;
}

.newsBoxItem{
	margin-bottom:5px;
	border-bottom:solid 1px #CCCCCC;
	height: auto !important;
  	height: 45px;
  	min-height: 45px;
}

.weatherItem{
	height: auto !important;
  	height: 20px;
  	min-height: 20px;
}
#weatherBox {
	text-align: center;
	height: 86px;
}
#weatherBox div {
	display: none;
}
.newsBoxDate{
	font-size:10px;
	float:left;
}

.newsBoxTitle{
	font-weight:bold;
	margin-bottom:3px;
}

.newsBoxMore{
	float:right;
}

.newsBoxMore a{
	font-size:10px;
	color:#EB921E;
}

.redText {
	color: #FF0000;
	margin: 0px 0px 20px 140px;
}
.redText li {
	text-align: left;
}

.pagination {
	
}
.pagination ul li {
	float: left;
	margin: 0px 3px;
}
.ajax-loading {
	background-image: url('../images/ajax-loader-front.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#section-top {
	width: 380px;
	min-height: 250px;
}
div.tooltip {
	width: 200px;
}

div.tooltip .tip-top {
	background: url(../images/bubble.png) top left;
	height: 8px;
}

div.tooltip .tip-bottom {
	background: url(../images/bubble.png) bottom right;
	height: 8px;
}

div.tooltip .tip {
	background: url(../images/bubble.png) 0px -8px;
}

div.tooltip .tip .tip-title {
	font-weight: bold; color : white;
	padding: 0px 3px 0px 3px;
	color: white;
}

div.tooltip .tip .tip-text {
	color: #DDD;
	padding: 0px 3px 0px 3px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	padding: 8px 8px 4px;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

#map_canvas div {
	max-width: 270px;
}
#map_canvas div span {
	white-space: normal;
}