@charset "utf-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	background-color: #FFFFFF;
	margin-top: 1;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 17px;
}
#container {
	width: 1200px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(/images/template_images/backgrounds/containerBlue.jpg);
} 
#header {
	height: 120px;
	width: 1200px;
	background-color: #FFFFFF;
	background-position: left;
} 
#SubHeader {
	background-image: url(/images/template_images/backgrounds/subHeadBG.gif);
	background-repeat: repeat;
	width: 1200px;
}

#SubsubHeader {
	float: right; /* since this element is floated, a width must be given */
	width: 980px; 
	background-color: #FFFFFF;
	background-position: left;
}
.googlestyle {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
	font-family: "Century Gothic";
	margin: 0px;
}

.left {
	text-align: left;
	display: inline-block;
	color: #FFFFFF;
}
.right {
	text-align: right;
	color: #FFFFFF;
	vertical-align: middle;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #54AFE4;
	padding-left: 10px;
	background-repeat: repeat;
	padding-top: 10px;
}

a.sidelinks {
	text-decoration:none;
	color:#ffffff;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
}

a.sidelinks1 {
	text-decoration:none;
	color:#000000;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}

a.sidelinks:hover {
	text-decoration:none;
	color:#666666;
	background:#DCEBFC;
	list-style-image: none;
	list-style-type: none;
}

a.sidelinks1:hover {
	text-decoration:none;
	color:#666666;
	background:#DCEBFC;
	list-style-image: none;
	list-style-type: none;
}

a.whitelinks {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

a.whitelinks:hover {
text-decoration:underline;
color:#FFFFFF;
}

a.whitelinks:visited {
text-decoration:none;
color:#FFFFFF;
}

a.whitelinks:visited:hover {
text-decoration:underline;
color:#FFFFFF;
}
a.blacklinks {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.blacklinks:hover {
	text-decoration:underline;
	color:#990000;
}

a.blacklinks:visited {
text-decoration:none;
color:#000000;
}

a.blacklinks:visited:hover {
text-decoration:underline;
color:#000000;
}

a.bluelinks {
	font-weight: bold;
	color: #54AFE4;
	text-decoration: none;
}
a.bluelinks:hover {
	text-decoration:underline;
	color:#FF00FF;
}

a.bluelinks:visited {
text-decoration:none;
color:#54AFE4;
}

a.bluelinks:visited:hover {
text-decoration:underline;
color:#54AFE4;
}

#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* top and bottom padding create visual space within this div */
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #CCCC00;
}


#mainContent {
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 5px;
	padding-left: 8px;
	margin-right: 200px;
	margin-left: 220px;
	padding-right: 10px;
	padding-left: 10px;
}

#topAdverts {
	margin-right: 180px;
	margin-left: 220px;
	padding-right: 10px;
	padding-left: 10px;
}

#bottomadverts{
	margin-right: 180px;
	margin-left: 220px;
	padding-right: 10px;
	padding-left: 10px;
}


.list_text {
	font-size: 12px;
	list-style-type: square;
	line-height: 25px;
}
#footer {
	font-size: 10px;
	font-family: tahoma, Arial;
	color:#000000;
	background-image: url(/styles/default/images/footer.gif);
	background-repeat: repeat;
	padding-left: 20px;
	font-weight: bold;
} 

a.footer {
text-decoration:none;
color:#000000;
}

a.footer:hover {
text-decoration:none;
color:#0066CC;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer_text {
font-size: 10px;
font-family: tahoma, Arial;
color:#000000;
}

.red {
	color: #FF0000;
}
.formText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.smlgrey {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formHeadings {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/template_images/backgrounds/footerBG.gif);
}
.smlred {
	color: #FF0000;
	font-size: 10px;
}
.accomm_title {
	font-size: 11px;
	
	background-color: #54AFE4;
	font-weight: bold;
	line-height: 25px;
}
.adcontent_premium {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;
}


.ad_service {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	background-color: #CBBEDA;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
}

.ad_accommodation {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	background-color: #CCCCFF;
	margin: 0px;
	padding: 0px;
}

.accomm_ad_bg {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.accomm_name {
	font-size: 15px;
	font-weight: bolder;
	
	color: #FFFFFF;
	padding-left: 4px;
}

.accomm_ad_content {
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	padding: 4px;
}
.red_highlite {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #FFFFFF;
	background-color: #FF00FF;
	font-weight: bolder;
	text-align: center;
	float: right;
	width: 120px;
	line-height: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	text-decoration: none;
}
.blue {
	color: #0099ff;
}


#AdvertMoreContent {
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 10px;
	padding-left: 10px;
}
#search_box1 {
	font-size: 13px;
	background-color: #E9EDF3;
	width: auto;
	border: 1px double #666666;
	padding: 7px;
}
 
.walk {
	background-color: #CCCCFF;
}

.walk_name {
	font-size: 14px;
	font-weight: bold;
	color: #103157;
}
.walk_data {
	font-size: 11px;
	line-height: 16px;
}
.walk_data1 {
	font-size: 11px;
	font-family: "Century Gothic";
}

.accomm_title {
	font-size: 11px;
	background-color: #54AFE4;
	font-weight: bold;
	line-height: 25px;
}
.accomm_name {
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-left: 4px;
}

.accomm_ad_content {
	font-size: 11px;
	text-decoration: none;
	padding: 4px;
}


.adcontent {
	font-size: 10px;
	font-family: "Century Gothic";
	text-decoration: none;
	color: #000000;
}