.foo {}
/* /App_SiteStyles/CSS/basetags.css */
/* ------------------------------------------------------------------
   Base Tags- Styles to be used globally throughout a site
   ------------------------------------------------------------------  */

/* Fonts
--------------------------------------------------------------------------------- */


pre,code { /* Override defaults here */ }

/* Tags
------------------------------------------------------------------ */
html {
background: #007376 none no-repeat scroll 0 0;
color:#333333;
}
body {
background: transparent url(../images/bg_body.png) repeat-x top left;
color:#333333;
}
p { /* Override defaults here */ }

ul { /* Override defaults here */ }

ol{ /* Override defaults here */ }

li { /* Override defaults here */ }


dl { /* Set defaults here */ }

dt { /* Set defaults here */ }

dd { /* Set defaults here */ }

blockquote { /* Override defaults here */ }

td,th { /* Override defaults here */ }

h1, h2, h3, h4, h5, h6 { /*add properties that will be in all h tags here*/ }

h1 { /* Override defaults here */ }

h2 { /* Override defaults here */ }

h3 { /* Override defaults here */ }

h4 { /* Override defaults here */ }

h5 { /* Override defaults here */ }

h6 { /* Override defaults here */ }

small { /* Override defaults here */ }

/* Form Elements
------------------------------------------------------------------ */

/* Links
------------------------------------------------------------------ */

a,a:link,a:visited {color:#238BC6; background-color: inherit;}

a:hover {color:#333; }

/* Global  
------------------------------------------------------------------ */

.left {float:left;}
.right {float:right;}

.separator {background:#D3DCE3 url(../images/line_gray_horizontal.gif) repeat-x; color:inherit;}

.separator2 {background:#D3DCE3 url(../images/line_gray_horizontal.gif) repeat-x; color:inherit;}

.separator-dotted {background: url(../images/sep_dotted.gif) repeat-x; color:inherit;}

.divider {background:#FFF; color:inherit; width: 960px; }

/* End of /App_SiteStyles/CSS/basetags.css */

/* /App_SiteStyles/CSS/master.css */
/*
+-----------------------------------------------------------------------------------+
|                                                                                   |
|   BL Master.css - Styles for page layout, color and all around greater control   |
|                                                                                   |
+-----------------------------------------------------------------------------------+
*/


/* Layout Container
------------------------------------------------------------------ */
#wrapper {
margin:0 auto;
width:1000px;
}

#container {
background: #FFF url(../images/bg_container.jpg) no-repeat scroll 0 0;
border: 0 none;
width: 960px;
padding: 0 20px;
}

/* Header
------------------------------------------------------------------ */

.preheader {
background:none;
float: right;
height:auto;
margin:5px auto;
text-align:right;
width:100%;
}

.hdr-search {
background:none;
color:#000;
float: left;
margin-bottom: 25px;
width:240px;
}
.hdr-content #google_translate_element{height:25px; overflow:hidden; float:left; margin-left:10px; margin-top:-5px;}

.hdr-search input {
border:1px solid #DF954A;
color:#000;
background-color:#fff;
width:172px;
padding: 3px 0 3px 7px;
font-size: 9px;
float:left;
}


input.hdr-search-btn {
background: url(../images/btn-hdr-search.png) top no-repeat;
border: none;
height:20px;
margin:0;
width: 58px;
position: relative;
top: 0;
left: -4px;
}

.WeatherTeaser {
color:#333;
font-size:11px;
}

.header {
background: none ;
border:none;
height:123px;
left:0;
margin:0 auto;
top:0;
width:100%;
}

.header h1 {
left: 16px;
margin:0;
top: 2px;
}

.header .altLogo {bottom:4px; margin:0; right:10px;}

.hdr-content {
height:auto;
text-align:left;
width:420px;
top:5px;
margin-right:-30px;
}

.hdr-content p { 
	margin-bottom:5px; 
	width: 100%; 
	float: right; 
	color: #fff; 
	font-weight: normal; 
	letter-spacing: 0; 
	text-align: right;
	font-size: 18px;
}
 
.hdr-links {color:#999; background-color: inherit;}

.hdr-links a:link, .hdr-links a:visited {color:#ccc; background-color: inherit;}

.hdr-phone {
color: #000;
font-size: 20px;
}
.phones{width:280px; float:right; margin-right:30px;}
.hdr-phone small {
font-size:14px;
text-transform: none;
font-weight: normal;
}

.hdr-content .hdr-phone img {
	float: left;
	margin-right: 8px;
	padding-top: 2px;
}

.hdr-email {
color:#000;
font-size: 16px;
}


.header h1.hdr-tagline {
color:#000;
font-size: 18px;
position:static;
}


.addthis_wrapper {
	float: right;
	position: relative;
	top: 7px;
	left: 0;
}

#navigation-area .addthis_wrapper a {
	background: none;
	line-height: 0;
}

/* Slideshow
------------------------------------------------------------------ */

.slideshow {
float: left;
height:350px;
width:960px;
}


/* Content Blocks - for posistioning of content on the pages
------------------------------------------------------------------ */

.contentBlock {background: #fff; width: 960px; }

.contentBlock2 {
float: left;
padding: 10px 0 15px;
width: 960px;
border-bottom: 1px solid #3293BD;
}

#content-nosidebar {width:920px;}

#content-nosidebar h1 {
	color: #1A80A9;
	text-transform: uppercase;
	font: bold 18px "Arial Narrow", Arial, sans-serif;
	border-bottom: 1px dotted #1A80A9;
}

#content-nosidebar h1 a { color: #1A80A9; }

#leftContent-ip {
background:#fff;
float:left;
width:735px;
padding: 5px 0 15px 0;
}

#leftContent-ip h1 {
	color: #1A80A9;
	text-transform: uppercase;
	font: bold 18px "Arial Narrow", Arial, sans-serif;
}

/* Misc Static Content
------------------------------------------------------------------ */

.content-static h1{ color:#9C3907; background-color:inherit; font:bold italic 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;}

.content-static a{color:#9C3907; background-color:inherit; font-weight:bold;}

.content-static p{
font:normal 12px Arial, Helvetica, sans-serif;
color:#000;
background-color:inherit;
line-height:145%;
}

.content-static li{
background:url(../images/li_static.png) left top no-repeat;
list-style:none;
color:#194154;
font-weight:normal;
padding-left:25px;
line-height:200%;
vertical-align:50%;
}


/* Footer
------------------------------------------------------------------ */
#footer {
height:25px;
text-align:center;
}

#containerBtm {
margin:0 auto;
width:960px;
padding: 0 20px;

}

#btmNav_container ul {margin:15px 0;}

#btmNav_container li {
padding-right:15px;
}

#btmNav_container li a {color:#FFF; text-transform: uppercase; font-weight: bold; font-size:12px; }

#copyright {
color:#000;
font-size:10px;
}

#copyright a {color:#000; font-weight: bold;}

.booktCaption { color: #FFF; font-weight: bold; }

.booktCaption a {
color:#FFF;
font-size:10px;
}


/* contentBox
------------------------------------------------------------------ */

.contentbox {
float:left;
height:auto;
overflow:hidden;
width:auto;
}

.contentbox h1 {
color: black;
background-color:inherit;
font:bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.contentbox_top {
background:url(../images/contentbox_top.gif) top left no-repeat;
}

.contentbox_mid {
background:url(../images/contentbox_mid.gif) bottom no-repeat;
font:12px arial,helvetica,clean,sans-serif;
}

.contentbox_btm {
background:url(../images/contentbox_btm.gif) top no-repeat;
}

.contentbox ul {}

.contentbox li {
background:url(../images/blt_blueSquare.gif) left no-repeat;
}

.contentbox ul a {color:#333; background-color:inherit;}

.contentbox ul a:hover {color:#238BC6;  background-color:inherit;}

/* Panels
------------------------------------------------------------------ */

.panel-base {border: 1px solid #B5B5B5;}
.panel-base-content {background: #fff;}

/* Home Page - About Block
------------------------------------------------------------------ */

.contentBlock_about {
background: #E5E0E2;
border: 1px solid #ccc;
float:left;
}
.contentBlock_about h1 {
background: #999;
color: black;
height:28px;
line-height:28px;
margin:0;
}
.contentBlock_about .content {
font-size:12px;
color:#333;
padding: 10px;
}

/* Home Page - Specials Block
------------------------------------------------------------------ */
.contentbox_specials {
background:#E5E0E2;
border: 1px solid #ccc;
float:left;
height:auto;
overflow:hidden;
color:inherit;
}
.contentbox_specials h1 {
background: #999;
color: black;
height:28px;
line-height:28px;
margin:0;
}
	
.contentbox_specials_content {
color:#333;
float: left;
font-size:12px;
padding: 10px;
background-color:inherit;
}
.contentbox_specials h2 {}
.contentbox_specials p {}
.contentbox_specials span {}

.special-widget { width: 412px; margin-left: 0px; }
.special-widget h1 { display: none; }

.special-widget .special-widget-content { 
	background:transparent url(../images/bg_special_text.png) no-repeat scroll left top;
	float:right;
	height:109px;
	margin:15px 0 0;
	padding:0 0 0 7px;
	width:243px;
}
.special-holder {
	height:125px;
	margin:25px 0 0 30px;
	width:412px;
}

.special-widget .special-widget-content h2, .special-widget .special-widget-content h2 a {
	margin: 10px;
	color: #FFF;
	text-transform: uppercase;
}

.special-widget .special-widget-content p, .special-widget .special-widget-content p a {
	color: #000;
	font-size: 11px;
	height: 35px;
	padding: 0 10px;
	margin-top: -5px;
}

.special-widget .special-holder a .special-widget-content h2,
.special-widget .special-holder a:link .special-widget-content h2,
.special-widget .special-holder a:visited .special-widget-content h2,
.special-widget .special-holder a:hover .special-widget-content h2,
.special-widget .special-holder a:focus .special-widget-content h2 {
	color: #FFF;
}

.special-widget .special-holder a .special-widget-content p,
.special-widget .special-holder a:link .special-widget-content p,
.special-widget .special-holder a:visited .special-widget-content p,
.special-widget .special-holder a:hover .special-widget-content p,
.special-widget .special-holder a:focus .special-widget-content p {
	color: #000;
}

.specials img { background: #FFF; border:1px solid #000000 !important; }

/*Inner page Special*/

.special-content dd { color: #006062; }

.special-content { margin-left:10px; width:570px; }

.specials-details #playerBlock img { padding: 0; }

/* Layout Classes
------------------------------------------------------------------ */

#leftContent-ip {background:#fff;}


/* ----------------------------------------------------------------------------------
Sidebar Styles - Overall layout and common styles used in the sidebar
------------------------------------------------------------------------------------- */

/* Home Page Sidebar
------------------------------------------------------------------ */

.hp-sidebar {
float:right;
margin:0 10px 0 0;
width: 245px;
}

.hp-sidebar-blocks {
background: #e5e5e5;
border: none;
float: left;
}

.hp-sidebar-blocks h1 {
background:#999;
border-bottom: 1px dotted #fff;
color: black;
font:bold 20px Arial, Helvetica, sans-serif;
}

/* Sidebar
------------------------------------------------------------------ */

.sidebar {float:right; width: 220px; padding: 30px 0 0; }

.sidebar h1 {
color: black;
background-color:inherit;
font-size:24px;
font-weight:normal;
}

.sidebar h3 {
background-color:inherit;
color:#000;
font-size:16px;
font-weight:normal;
}
.separator_sidebarLine {background:#fff; color:inherit;}



/* === Inner Page Sidebar === */

.sidebar-ip {
background: none;
width: 960px;
}

.ip-sidebar-blocks {
background: none;
border: none;
margin-top: 10px;
}

.ip-sidebar-blocks h1 {
color:black;
font:20px normal "Arial", Helvetica, sans-serif;
}



/* ----------------------------------------------------------------------------------
Home Page Only - Styles used in the home page
------------------------------------------------------------------------------------- */



/* Buttons (btn)
------------------------------------------------------------------ */

.button {
background: url(../images/btn_clear.jpg) top left no-repeat;
background-color:inherit;
border: none;
color: #000;
float:right;
font:normal 13px Verdana, Arial, Helvetica, sans-serif;
height:24px;
letter-spacing:1px;
margin:0;
padding-top:3px;
text-align:center;
width:153px;
}

.btn-continue {
background: url(../images/btn-continue.png) top left no-repeat;
border: none;
height:25px;
width:90px;
float:right;
}


/* ------- Search Button ------- */
a.btn-search input {
background: none;
border: none;
color: black;
font: bold 14px Arial, Helvetica, sans-serif;
height: 14px;
letter-spacing:1px;
line-height: 14px;
text-transform: none;
}

a.btn-search   {
background: url(../images/btn_search_end.png) top right no-repeat scroll;
float: left;
margin-right: 0;
padding-right: 5px; /* sliding doors padding */
}

a.btn-search span {
background: url(../images/btn_search_span.png) no-repeat;
padding:5px 0 5px 5px;
}

a.btn-search:hover span, a.btn-search:link:hover span, a.btn-search:visited:hover span{
padding:5px 0 5px 5px;
}



/* ------- Submit Button ------- */
a.btn-submit input {
background: none;
border: none;
color: #FFF;
font: normal 14px Arial, Helvetica, sans-serif;
height: 14px;
letter-spacing:1px;
line-height: 14px;
text-transform: none;
}

a.btn-submit   {
background: url(../images/btn_submit_end.png) top right no-repeat scroll;
float: left;
margin-right: 0;
padding-right: 5px; /* sliding doors padding */
}

a.btn-submit span {
background: none;
padding:0;
}


a.btn-submit:hover span, a.btn-submit:link:hover span, a.btn-submit:visited:hover span{
padding:0;
}


/* ------- Continue Button ------- */
a.btn-continue input {
background: none;
border: none;
color: #333;
font: bold 14px Arial, Helvetica, sans-serif;
height: 15px;
letter-spacing:1px;
line-height: 15px;
text-transform: none;
width: 90px;
}

a.btn-continue   {
background: url(../images/btn_cont_end.png) top right no-repeat scroll;
float: left;
margin-right: 0;
padding-right: 15px; /* sliding doors padding */
}

a.btn-continue span {
background: url(../images/btn_cont_span.png) no-repeat;
padding:5px 0 5px 5px;
}

a.btn-continue:hover span, a.btn-continue:link:hover span, a.btn-continue:visited:hover span{
padding:5px 0 5px 5px;
}

/* ------- All Details Button ------- */

a.btn-allDetails   {
/*background: url(../images/btn_allDetails_end.png) top right no-repeat scroll;*/
background: none;
border: none;
color: #333;
display: block;
float: left;
font: bold 12px Arial, Helvetica, sans-serif;
height: 22px;
letter-spacing:0;
margin: 0;
padding: 0 5px 0 0; /* sliding doors padding */
text-align:center;
text-transform: none;
width:153px;
}

a.btn-allDetails span {
background:#1F84AC none repeat scroll 0 0;
border:1px solid #FFFFFF;
color:#FFFFFF;
display: block;
line-height: 18px;
padding:2px 0 2px 5px;
}

a.btn-allDetails:hover {background-position: bottom right; color:#ccc; text-decoration:none;}

a.btn-allDetails:hover span {background-position: bottom;}



/* ------- Book Room Button ------- */

a.btn-bookRoom {
background: url(../images/btn_bookroom_end.png) top right no-repeat scroll;
border: none;
color: #333;
font: bold 14px Arial, Helvetica, sans-serif;
height: 35px;
letter-spacing:0;
line-height: 25px;
margin: 0;
padding: 0 5px 0 0; /* sliding doors padding */
text-transform: none;
}

a.btn-bookRoom span {
background: url(../images/btn_bookroom_span.png) no-repeat;
padding:4px 25px 6px 30px;
}


a.btn-bookRoom:hover span, a.btn-bookRoom:link:hover span, a.btn-bookRoom:visited:hover span{
padding:4px 25px 6px 30px;
} 


/* Property Finder Detail Page
------------------------------------------------------------------ */

.propertyfinderdetailpage h1 {
background: url(../images/sep_dotted.gif) bottom repeat-x;
color:#C5C5C5;
}

/* Contact Us Pages
------------------------------------------------------------------ */

.contact-info{width:300px; }
.contact-type{color:#333;}
.have-any-question{width:300px; float: left; margin: -130px 0 0 350px; }
.contact-img { margin:0 0 20px 0;}

.contact-form-block {border: 3px solid #D7D7D7;}


/* Spam Fighting
------------------------------------------------------------------ */
.spmb { visibility:hidden;}

/* Autcomplete
--------------------------------------------------------------------*/
.autocomplete_completionListElement { background-color: #f5f5f5; }

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
	background-color: #ffff99;
	color: black;
}
/* AutoComplete item */
.autocomplete_listItem {
	background-color : #f5f5f5;
	color : black;
}

/*     breadcrumbs 
------------------------------------*/

.breadcrumbs {
	width: 100%;
	float: left;
	margin: 15px 0;
}


/*  HOMEPAGE BLOCKS
-----------------------------------------*/

/*  HOMEPAGE : PROPERTY FINDER - SPECIALS
-----------------------------------------*/

#hp-middle-block {
	width: 470px;
	height: 356px;
}

#hp-middle-block h1 {
	margin: 9px 0 0 42px;
	color: #FFF;
	font: bold 18px "Arial Narrow", Helvetica, sans-serif;
}

#hp-middle-block #hp-pf-top {
	height: 37px;
	float: left;
	width: 100%;
	background: transparent url(../images/hp-pf-top.png) no-repeat top left;
}

#hp-middle-block #hp-pf-bottom {
	height: 319px;
	float: left;
	width: 100%;
	background: #D8F3E9 none no-repeat scroll 0 0;
}

#hp-middle-block #hp-special-top {
	height: 37px;
	float: left;
	width: 100%;
	background: transparent url(../images/hp-special-top.png) no-repeat top left;
}

#hp-middle-block #hp-special-bottom {
	height: 319px;
	float: left;
	width: 100%;
	background: #B6DCED none no-repeat scroll 0 0;
}

#hp-middle-block #hp-special-bottom #special-block {
	margin: 25px 0 0 40px;
	width: 400px;
	height: 125px;
}

#hp-middle-block #special-block img {
	float: left;
	width: 150px;
	height: 125px;
}

#hp-middle-block #special-block #special-block-text {
	background: transparent url(../images/bg_special_text.png) no-repeat top left;
	float: right;
	width:250px;
	height: 109px;
	margin: 15px 0 0;
}

#hp-middle-block #special-block #special-block-text h4 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	margin: 10px;
}

#hp-middle-block #special-block #special-block-text p { 
	color: #333;
	font-size: 12px;
	margin: 0 0 0 10px;
	font-weight: bold;
}

/*      HOMEPAGE : ADS
------------------------------*/


#hp-ad-block {
	float: left;
	padding: 15px 0 15px;
	width: 960px;
	border-bottom: 1px solid #3293BD;
}

#hp-ad-block #rounded-block {
	float: left;
	width: 310px;
	margin-right: 10px;
}

#hp-ad-block #rounded-block h1 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	position: relative;
	top: 15px;
	font-weight: normal;
}

#hp-ad-block #rounded-block h1 a { color: #FFF; text-decoration: none; }

#hp-ad-block #rounded-block img {
	position: relative;
	top: 27px;
}


#hp-ad-block #rounded-block #rounded-block-text {
	position: relative;
	float: right;
	width: 175px;
	top: 40px;
	right: 10px;
}

#hp-ad-block #rounded-block-text  h3 {
	font-size: 12px;
	color: #2A9F6C;
	text-transform: uppercase;
}

#hp-ad-block #rounded-block-text  p {
	font-size: 12px;
	margin: 0;
}

#hp-ad-block #rounded-block-text  a {
	font-size: 10px;
	text-transform: uppercase;
	color: #2A9F6C;
	text-decoration: underline;
}

#hp-ad-block .no-margin { margin: 0; }

#hp-ad-block #rounded-block .tour {
	height: 150px;
	background: transparent url(../images/bg_hp_tour.png) no-repeat top left;
}

#hp-ad-block #rounded-block .discount {
	height: 150px;
	background: transparent url(../images/bg_hp_discount.png) no-repeat top left;
}

#hp-ad-block #rounded-block .discount img {
	position: relative;
	top: 7px;
}

#hp-ad-block #rounded-block .discount h1 {
	position: static;
	top: 0;
	padding: 5px 40px 0;
	font-size: 16px;
}

#hp-ad-block #rounded-block .list {
	height: 150px;
	background: transparent url(../images/bg_hp_list.png) no-repeat top left;
}

#hp-ad-block #rounded-block .list #rounded-block-text {
	position: relative;
	float: right;
	width: 140px;
	top: 40px;
	right: 10px;
}

#hp-ad-block .list #rounded-block-text  h3 {
	font-size: 12px;
	color: #2C85B0;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0;
} 

#hp-ad-block .list #rounded-block-text  a {
	font-size: 10px;
	text-transform: uppercase;
	color: #2C85B0;
	text-decoration: underline;
}


/*      HOMEPAGE : ABOUT
------------------------------*/


#hp-bottom-block {
	float: left;
	width: 310px;
	padding: 20px 5px;
}

#hp-bottom-block h1 {
	color:#2D86B0;
	font-size: 18px;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, sans-serif;
}

#hp-bottom-block p {
	color: #242510;
	font-size: 12px;
	line-height: 175%;
}

#hp-bottom-block span {
	margin-top: 5px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #006062;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#hp-bottom-block ul {
	margin-left: 0;
}

#hp-bottom-block li {
	margin-left: 0;
	list-style-image: url(../images/img_hp_list.gif);
	list-style-position: inside;
	font-size: 12px;
	color:#2C85B0;
}
	
#hp-bottom-block img {
	margin: 0 0 0 15px;
	border: 0 none;
}

#hp-bottom-block ul li a { margin-left: 5px; }


.weather-bar {width:295px; float:right; font-size:11px; position: relative; top: 10px; right: 400px; }

.weather-inline h1 {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	margin-left:30px;
	margin-top:3px;
	width:auto;
}

.weather-inline img{float:left; margin-left:10px; width:auto;}

.header .weather-inline p {
	color:#FFFFFF;
	float:right;
	font-size:12px;
	margin-left:10px;
	margin-top:3px;
	width:auto;
}
	
	
.content-static .guestblock { float: left; width: 100%; border-top: 1px solid #CCCCCC; padding: 10px 0; margin: 0 0 20px; }
.content-static .guestblock h1 a { color: #2D86B0; }
.content-static .guestblock h3 { color: green; font-size: 12px; }
.content-static .guestblock span { display: block; width: 100%; float: left; margin: 10px 0 0; font-size: 10px; text-align:center; }
.content-static .guestblock span a { color: #2D86B0; }
.content-static ul.servicelist li { background: none; }
.content-static ul.servicelist li a { color: #2D86B0; }

.content-static ul.location { margin-left: 0; border-right: 1px solid #ccc; }
.content-static ul.location li { font-size: 10px; background: none; padding-left:0; padding-right: 15px; }

/* Map Direcctions
--------------------------------------------------------------------*/

.map_image{width:650px; float:left;}
.map_links{float:left; width:250px;}
.map_links ul li{list-style:none; margin-left:-10px;}
.map_links ul li .marker{background:url(../Images/bg_marker.png) top left no-repeat; width:20px; height:30px; color:#fff; text-align:center; float:left; margin-right:3px; font-weight:bold; padding-top:3px;}
.map_links ul li a{font-size:12px; float:left; color:#2388B0; padding-top:3px;}
/* End of /App_SiteStyles/CSS/master.css */

/* /App_SiteStyles/CSS/compositecontrols.css */
/* Home Page Quick Search 
------------------------------------------------------------------ */

.contentbox_qs {
background: transparent url(../images/bg_quicksearch.png) no-repeat top left;
float:right;
height:320px;
width:290px;
color:inherit;
position: relative;
margin: -335px 35px 0 0;
z-index:3;
}
.contentbox_qs h1 {
color: #007376;
background-color:inherit;
font:bold 18px "Arial Narrow", Helvetica, sans-serif;
text-align:left;
text-transform:uppercase;
margin: 15px 20px;
}
.contentbox_qs_top {
background:none;
height:0;
width:auto;
}
.contentbox_qs_mid {background:none;}
.contentbox_qs_btm {
background:none;
height:0;
width:auto;
}

.contentbox_qs .property-search-button { 
background: transparent url(../images/bg_submit.png) no-repeat scroll 0 0;
border: 0 none;
color:#FFF;
padding: 2px;
float: left;
font: bold 14px "Arial Narrow", Arial, sans-serif;
text-transform: uppercase;
width: 79px;
height: 26px;
cursor: pointer;
letter-spacing: 3px;
}

.property-search-button-block .property-search-reset {
	float: right;
}

/* Property Search
------------------------------------------------------------------ */
.property-search-block { padding: 0 20px 10px; }

.property-search-field {margin-bottom:15px;}

.property-search-field input {border:1px solid #000;}
.property-search-field select {border:1px solid #000;}

.property-search-prompt {color:#000; font-size: 11px; font-weight: bold; }

.property-search-input { color:#666; font-size: smaller;}



/* Property Search (Revise)
------------------------------------------------------------------ */
.property-search-revise-block {}

.property-search-revise-block .property-search-button {}

/* Revise Search Block
------------------------------------------------------------------ */

.reviseSearchBlock {background:#2AA06E none no-repeat scroll 0 0; border:none;}

#content-nosidebar { min-height: 1100px; }

#content-nosidebar .reviseSearchBlock h1 {
background:none;
border:none;
color:#FFF;
font:bold 20px "Arial Narrow", Arial, sans-serif;
height:25px;
line-height:25px;
margin:0 auto;
padding:10px 0;/*validate*/
text-transform: uppercase;
}


.sidebar-ip .reviseSearchBlock h1 {
background:none;
border:none;
color:#FFF;
font:bold 20px "Arial Narrow", Arial, sans-serif;
height:25px;
line-height:25px;
margin:0 auto;
padding:10px 0;/*validate*/
text-transform: uppercase;
}

.reviseSearchBlock .property-search-button {
	background: transparent url(../images/bg_revisebutton.png) no-repeat top left;
	width: 87px;
	height: 25px;
	border: 0 none;
	padding: 0;
	text-transform: uppercase;
	color: #FFF;
}


.reviseSearchBlock .ajax__calendar_container {
background:#fff;
border:1px solid #999;
color: inherit;
}

.reviseSearchBlock  .property-search-button-block a { color: #FFF; float: left; }

/* All property list
------------------------------------------------------------------ */

.grid-search-result table tr th.first-th {
	background: #B6DCED none repeat scroll 0 0;
}

.grid-search-result table tr th.mid-th {
	background: #B6DCED none repeat scroll 0 0;
}

.grid-search-result table tr th.last-th {
	background: #B6DCED none repeat scroll 0 0;
}

.grid-search-result table tr td {
	border-bottom: 1px solid #D8F3E9;
}

/* Property Finders (PF)
------------------------------------------------------------------ */

.pf-block {
background:none;
border:none;
float: left;
height: auto;
margin: 15px 0 0;
overflow: hidden;
padding-bottom: 0;
text-align:center;
width: 100%;
}
.pf-block h1 {
background: url(../images/underline_fp.gif) bottom no-repeat;
color:#C5C5C5;
font: normal 26px Arial, Helvetica, sans-serif;
margin:0 0 15px 0;
text-transform: lowercase;
}

.pf-block .pf-featured .pf-image a img {
	width: 148px;
	height: 123px;
	border: 3px solid #FFFFFF;
}


.pf-image {
background: none;
border: none;
height:auto;
overflow:hidden;
width:auto;
}
.pf-featured {
background: none;
border: 0 none;
float:left;
margin:0 8px 5px 35px;
width: auto;
}
.pf-outer {
display: inline;
float:left;
height: 15px;
position:relative;
text-align: center;
vertical-align: top;
width: 175px;
margin: 0;
}
.pf-inner {
display: inline;
left:0;
position:relative;
top:0;
vertical-align: top;
width:100%;
}
.pf-inner span {
line-height:0;
margin:0;
padding:0;
position:relative;
top:0;
}
.pf-featured a, .pf-featured a:link, .pf-featured a:visited {
color: #333;
background-color: inherit;
font:bold 12px Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

/* Property Finders Page
------------------------------------------------------------------ */

.pfpage-image {
background: #fff;
border:1px solid #8ACCE4;
}

.pfpage-content {
margin: 0 0 0 170px;
}

/* Featured Properties (FP)
------------------------------------------------------------------ */

.fp-block {
float: left;
height: auto;
margin:0 auto;
overflow: hidden;
padding: 10px;
text-align:center;
width:auto;
}
.fp-block h1 {
background: url(../images/underline_fp.gif) bottom no-repeat;
color:#868686;
font: normal 26px "Arial", Helvetica, sans-serif;
margin:0 0 15px 0;
text-transform: lowercase;
}
.fp-image {
background: none;
border: none;
height:auto;
overflow:hidden;
width:auto;
}
.fp-featured {
background:#C5C5C5;
border:1px solid #C5C5C5;
float:left;
margin:0 5px;
width: 150px;
}
.fp-outer {
display:table;
float:left;
height: 50px;
position:relative;
text-align: center;
vertical-align: middle;
width:100%;
}
.fp-inner {
display:table-cell;
height: auto !important;
height: 70px;
position:relative;
top:50%;
left:0;
vertical-align:middle;
width:100%;
}
.fp-inner span {
margin:0;
padding:0;
position:relative;
top:-50%;
}
.fp-inner a, .fp-inner a:link, .fp-inner a:visited {
background-color: inherit;
color:#333;
}
.fp-inner h4 {}
.fp-inner h6 {}

/* Property Finders (PF) - Search Summary Pages
------------------------------------------------------------------ */

.pf-block-ip {
width:345px;
height: 169px;
margin:10px 10px 0 0;
background: transparent url(../images/bg_pfblock.png) no-repeat top left;
}
#leftContent-ip .pf-block-ip h1 {
background:none;
color:#FFFFFF;
text-align:center;
margin: 15px 0 20px;
text-transform: uppercase;
}
.pf-block-ip .pf-featured {
background: none;
border: 0 none;
margin:0 9px !important;
width:97px;
}
.pf-block-ip .pf-outer {
display:table;
float:left;
height: 32px;
margin:0;
position:relative;
text-align: center;
vertical-align: top;
width: 97px;
}
.pf-block-ip .pf-inner {
display:table-cell;
left:0;
position:relative;
top:0;
vertical-align:top;
width:100%;
line-height: 0;
}
.pf-block-ip .pf-image {
border: none;
margin-bottom: auto;
width: auto;
}

.pf-block-ip .pf-featured .pf-image a img {
	width: 97px;
	height: 72px;
}

.pf-block-ip .pf-featured a, .pf-block-ip .pf-featured a:link, .pf-block-ip .pf-featured a:visited {
color:#333;
background-color: inherit;
font:bold 10px Arial, Helvetica, sans-serif;
text-transform: capitalize;
}
/* Featured Properties (FP) - Search Summary Pages
------------------------------------------------------------------ */

.fp-block-ip {
width:345px;
height: 193px;
margin:10px 10px 0 0;
background: transparent url(../images/bg_fpblock.png) no-repeat top left;
}
#leftContent-ip .fp-block-ip h1 {
background:none;
color:#FFFFFF;
text-align:center;
margin: 15px 0 15px;
text-transform: uppercase;
}
.fp-block-ip .fp-featured {
background: none;
border: 0 none;
margin:0 1px 0 3px !important;
height:140px;
width: 110px;
line-height: 0;
}
.fp-block-ip .fp-outer {
background:none;
display:table;
float:left;
height: 50px;
position:relative;
text-align: center;
vertical-align: top;
width: 110px;
}
.fp-block-ip .fp-inner {
display:table-cell;
left:0;
line-height:0;
position:relative;
top:0;
vertical-align:top;
width:100%;
}
.fp-block-ip .fp-image {
border: none;
margin-bottom: auto;
width: auto;
}
.fp-block-ip a {
color: #333;
font:bold 10px "Arial", Helvetica, sans-serif;
}
.fp-block-ip h4 {
font-size: 11px;
margin-bottom:3px;
}
.fp-block-ip h6 {font-size: 10px;}

/* Pagination
------------------------------------------------------------------ */
.pagination {color:#333; background-color: inherit;}

.pagination a:visited {padding:0 2px;}
.pagination a:hover {color:#0091E8; background-color: inherit;}
.pagination a:active {color:#666; background-color: inherit;}
.pagination li.currentpage {color:#666; background-color: inherit;}
.pagination li.prevNext {color:#0091E8; background-color: inherit;}

/* Rooms Search Results
------------------------------------------------------------------ */

.rooms {width:700px;}
.roomsResultsBlock {
border-bottom:3px solid #B5B5B5;
font-size:11px;
}

.rooms ul {color:#666;}

.rooms li {list-style-image: url(../images/blt-arrow-right.png);}

#leftContent-ip .rooms h1 {
background: #999;
color:#333;
font-size:18px;
}

.rooms h2 a:link {color:#256D9A; background-color:inherit;}

.roomsResultsBlock .thumbnail-block {
float:left;
width:175px;
}

.rooms .thumbnail {
background: #EAEAEA url(../images/bg-room-thumbnail.png) bottom center repeat-x;
border:1px solid #B5B5B5;
margin:0 10px 0 0;
padding:3px;
text-align:center;
}
.rooms .imgpropthumb {width: 150px;}

.roomsResults-info {
float:left;
width:500px;
}
.roomsResults-info h5 {
background:#666;
color:#333;
}


/* Gallery Property Search Results
------------------------------------------------------------------ */

.sidebar-gallery {background:none; color:inherit;}

.sidebar-gallery .MapStyle {border:2px solid #C9E3F1;}

.gallery-block {border: 0 none;}
.gallery-block-inner { background: #B6DCED none no-repeat scroll 0 0; color:inherit;}

.gallery-thumbnail {
background: #fff;
color:inherit;
border:1px solid #1F84AC;
}

.gallery-room { color: #000; }

.top-amenities { color: #000; border-top: 1px solid #4293B9; }

.gallery-shortdesc {
border-bottom:1px solid #4293B9;
color:#000;
}

.gallery-compare {background:#ECE8DE;}

a:link.btn-Details, a:visited.btn-Details {color:#FFF; background:#1F84AC; border: 1px solid #FFF; }
a:link.btn-quote, a:visited.btn-quote{color:#FFF; background:#DF954A; border: 1px solid #FFF; }

a.btn-Details{background:#1F84AC; border: 1px solid #FFF;}
a.btn-quote{background:#DF954A; border: 1px solid #FFF;}

.gallery-info h2 { font-family: "Arial Narrow", Arial, sans-serif; }

.gallery-block .gallery-info a { color: #007376; }




/* Property Search Results (ps)
------------------------------------------------------------------ */

.psResults {
padding:0;
width: 360px;
}
.psResults h1 {
color:#C5C5C5;
font-size:24px;
}
.psResults-info {
white-space: normal;
width:175px;
}
.psResults h2 a {
color:#0091E8;
font-size:16px;
line-height:110%;
margin: 5px 0;
width: auto;
}
.psResults h2 a:hover {text-decoration:none;}

.psResults h3 {
font-size:11px;
font-weight:normal;
}
.psResults h6 {
color:#000;
font:normal 11px Arial, Helvetica, sans-serif;
margin-bottom:15px;
text-decoration:underline;
}
.psResults small a {
font:bold 9px Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
}
a.expand {
color:#C5C5C5;
font:bold 10px Verdana, Arial, Helvetica, sans-serif;
text-decoration:underline;
margin-left:5px;
}
.psResultsBlock {
border:1px solid #B5B5B5;
margin-bottom:15px;
padding:2px;
}
.psResults_1 {
background:#fff url(../images/psResults_bg.jpg) top repeat-x;
padding:5px;
}
.psResults_2 {
background: #fff;
padding:5px;
}
.psResults .thumbnail {
background: #fff;
border:1px solid #B5B5B5;
margin:0 10px 0 0;
padding:3px;
position: relative;
}
.imgpropthumb {
width: 150px;
}
.thumbnail .rownumber {
background:url(../images/bg_mappaging.gif) no-repeat;
color: #fff;
}
.psResultsBlock ul {margin-left:0;}
.psResultsBlock li {
background:url(../ccimages/blt_blackDot.gif) left no-repeat;
font-size:11px;
line-height:150%;
list-style-type: none;
margin-left:0;
padding-left: 10px;
}
.psResults #calendar {
background: #EBEDD5;
border: 1px solid #111;
margin-right:15px;
}
/* Compare Block
------------------------------------------------------------------ */
.compareBlock {border:1px solid #2D86B0;}

.compareTitle {font-size:11px; font-weight:bold;}

.compareBlock .thumbnail {
background:#fff;
border:1px solid #2D86B0;
}

/* Point of Interest Pages (poi)
------------------------------------------------------------------ */

.poi-results {
padding:0;
width: 360px;
}

.poi-results h1 {
	text-transform: uppercase;
	color: #1A80A9;
	font: bold 18px Arial, Helvetica, sans-serif;
}

.poi-results h2 {
color:#0091E8;
margin-bottom:0;
width: 170px;
}

.poi-results h2 a {
	color: #2085AD;
	font: bold 16px Arial, Helvetica, sans-serif;
}

.poi-results-info {
white-space: normal;
width:175px;
}
.poi-results h2 a:hover {text-decoration:none;}
.poi-category {
font-size:10px;
font-weight: bold;
}
.poi-shortdesc {font-size:11px;}

.poi-results-block {
border: 0 none;
margin-bottom:15px;
padding:2px;
}
.poi-results-block-inner {
background:#D8F3E9 none no-repeat scroll 0 0;;
padding:5px;
}
.poi-results .thumbnail {
background: #fff;
border:1px solid #8ACCE4;
margin:0 10px 5px 0;
padding:3px;
position: relative;
}
.poi-results .imgpropthumb {width: 150px;}
.poi-results .thumbnail .rownumber {
background:url(../images/bg_mappaging.gif) no-repeat;
color: #fff;
}
/* DIV Ajax Tabs
------------------------------------------------------------------ */

.tab-cap {background:url(../images/tabs_bg.gif) top left no-repeat;}

.tab-bar  /*. ajax__tab_header A container element that wraps all of the tabs at the top of the TabContainer. */ {
background:url(../images/tabs_bg.gif) top right repeat-x;
width: 96%;
}
.tab-bar .ajax__tab_panel {}
.tab-bar .ajax__tab_outer {background:none;} /* An outer element of a tab, often used to set the left-side background image of the tab.*/
.tab-bar .ajax__tab_inner {background:none;} /* An inner element of a tab, often used to set the right-side image of the tab */
.tab-bar .ajax__tab_tab /* An element of the tab that contains the text content. Child CSS classes:none. */ {
background:url(../images/tabs_bg.gif) repeat-x;
background-color:inherit;
border-left: 1px solid #fff;
color:#FFF;
font: 12px Verdana, Arial, Helvetica, sans-serif;
padding: 10px 13px 23px;
}
.tab-bar .ajax__tab_body {} /* A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none.*/
.tab-bar .ajax__tab_hover {} /* This is applied to a tab when the mouse is hovering over ajax__tab_outer */
.tab-bar .ajax__tab_hover .ajax__tab_tab {
background:#fff url(../images/tab_Active.gif) repeat-x top center;
color: #FFF;
}
.tab-bar .ajax__tab_active .ajax__tab_tab {
background:#fff url(../images/tab_Active.gif) repeat-x top center;
color: #FFF;
font-weight: bold;
}
/* Actual content under tabs
------------------------------------------------------------------ */

.tabsContent {
border:none;
font-size:13px;
}
.tabsContent h1 {
background: url(../images/sep_dotted.gif) bottom repeat-x;
color:#006699;
font-size:20px;
}

/* Fisheye
------------------------------------------------------------------ */


/* Player
------------------------------------------------------------------ */

#playerBlock {float:left;}

#player {
background: #1B81A9 none no-repeat scroll 0 0;
border:0 none;
}

#playerBottom {
background: #1B81A9 none no-repeat scroll 0 0;
}

#playerScreen {border:1px solid #fff; line-height: 0;}
#playerCaption {font:11px Arial, Helvetica, sans-serif;}


/* Detail General Tab Upper
------------------------------------------------------------------ */

.general-upper {height:auto;}

.general-info {float:left; margin:0 0 0 25px;}

.general-lower {height:auto; overflow:hidden;}

.general-lower-cols {float:left; width:330px; margin:0 20px 0 0;}

/* Have a Question Block
------------------------------------------------------------------ */

#questions-block {border:1px solid #B6DCED;}
#questions-block-inner {
background: #B6DCED none no-repeat scroll 0 0;
padding:10px;
}
#questions-block-inner h1 {
background:#1F84AC;
border: 0 none;
color: #FFF;
font-size:14px;
}
#questions-block-inner p {
color: #000;
font-size: 11px;
}

#have-question dt {
	color:#000;
}

#questions-block-inner .btn-submit {
	background: #DF954A none no-repeat scroll 0 0;
	color: #FFF;
	text-transform: uppercase;
	border: 2px solid #FFF;
	width: auto;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 12px;
}

/* ----------------------------------------------------------------------------------
Sidebar Controls
------------------------------------------------------------------------------------- */

/* Weather
------------------------------------------------------------------ */

#currentWeather {
color:#333;
text-align:center;
display: none;
}
#currentWeather p {
font-size:11px;
font-weight:bold;
}
#currentWeather small {color:#ccc;}
.currIcon {
float:left;
margin-left:25px;
}
.currTemp {}
.currTemp h2 {font:bold 20px Verdana, Geneva, sans-serif;}
.weatherforecast {color:#333; display: none; }
.weatherforecast h3 {color:#000;}

.wf_day {}
.wf_type {
background:#fff;
border:1px solid #4398B7;
color:#666;

}
.wf_type img {
float:left;
padding:2px;
}
.wf_temp {
float: right;
margin:8px 5px 0 0 !important;
margin:8px 0 0 0;
text-align:left;
}
.weatherDivider {color:#3E859F; background-color:inherit;}
#typicalWeather {color:#333;}
#typicalWeather h1 {
font-size:16px;
font-weight:bold;
}
#typicalWeather h2 {font-size:14px;}
#typicalWeather h3 {color:#000;}
#typicalWeather h4 {font-size:12px; }

/* Weather - Compact
------------------------------------------------------------------ */

.weather-compact {
background:#333 url(/images/bg-weather-2.png) top repeat-x;
border:1px solid #13739D;
}

.weather-compact-hdr {
color: #28655E;
font:bold 14px Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

.weather-compact-hdr span {font-size:18px;}

.weather-compact-current {color:#333;}

.curr-hi-low { color:#216289; float:left;}
.curr-hi-low .hi { font-weight:bold;}

.weather-compact-current p {
font-size:10px;
font-weight:bold;
margin:0;
}

.weather-compact-current small {color:#ccc;}

.weather-compact-currIcon {}

.weather-compact-currIcon p { color:#216289; }

.weather-compact-currTemp {color:#216289;}

.weather-compact-currTemp h2 {font:bold 20px Verdana, Geneva, sans-serif;}

.weather-compact-currTemp p {line-height:100%;}

.weather-compact-forcast {width:227px;}

.weather-compact-days { 
border-right:#B3C4CC 1px solid;
font:normal 11px Verdana, Geneva, sans-serif;
height:92px;
width:37px;
}

.weather-compact-forcast .dayslast {border-right:none;}

.weather-compact-days .day {margin: 0 auto 10px auto;}
.weather-compact-days .forcast-icon {height: 30px; margin: 0 auto 5px auto;}
.weather-compact-days .hi { font-weight:bold}
.weather-compact-days .low {}


/* Flight
------------------------------------------------------------------ */

#flight {}
#flight p {color:#39829D;}
.flight_name {
background:#fff;
border:1px solid #333;
}
.flight_time {}
.flight_price {}
.flight_price a, .flight_price a:link, .flight_price a:visited {color:#333; background-color: inherit;}
a.moreFlights, a:link.moreFlights, a:visited.moreFlights {color:#000; background-color: inherit;}

/* Like this Property
------------------------------------------------------------------ */

#propertyInfo {text-align: left; background:#C9E6F1 none no-repeat scroll 0 0; padding-top: 10px; }
#propertyInfo h1 {text-align: center; color: #1B81A9; font: bold 22px Arial, Helvetica, sans-serif; }
#propertyInfo h3 { margin: 10px 0 10px 10px; }
#propertyInfo ul {color: #333; margin-left: 5px; margin-top:10px; }
#propertyInfo ul a {color: #2085AD;}
#propertyInfo li { list-style-image: url(../images/img_hp_list.gif); list-style-position: inside; background: none; }
#propertyInfo ul.nobullets li {color: #2085AD; padding-left: 10px; }

.btn-book {
background: url(../images/btn_book.gif) top left no-repeat;
color: #fff;
}
a .btn-book, a:link .btn-book, a:visited .btn-book {color:#FFF; background-color: inherit;}
a:hover .btn-book {color: #FFF; background-color: inherit;}
.btn-book-header {font:bold 25px Arial, Helvetica, sans-serif;}
.btn-book span {font:bold 11px Arial, Helvetica, sans-serif;}


/* Similar Properties
------------------------------------------------------------------ */

#similar-sidebar { background: #D8F3E9 none no-repeat scroll 0 0; padding-top: 10px; }

#similar {}

.sidebar-ip .sidebar #similar-sidebar h1 { color: #007276; font: bold 22px Arial, Helvetica, sans-serif; text-align: center; }

#similar .fp-featured {
background: none;
border: 0 none;
}

#similar .fp-image {
background: #FFF none no-repeat scroll 0 0;
border: 1px solid #2085AD;
padding: 1px;
line-height: 0;
}

#similar .fp-featured a, #similar .fp-featured a:link, #similar .fp-featured a:visited {color:#1F85AC; background-color: inherit;}

#similar .fp-featured a h6 { color: #000; }


/* Rates and Availability
------------------------------------------------------------------ */
.rate-grid {border: 1px solid #ccc;}
.rate-grid table {}
.rate-grid th {
color:inherit;
background-color:#F2F2F2;
border-right: 5px solid #fff;
}
.rate-grid td {border-right: 5px solid #fff;}

.rate-grid-seasonCol {background:#F2F2F2; color:inherit;}
.rate-grid-season {}
.rate-grid-seasonrange {}
th.rate-grid-bound-header {
color:inherit;
background:#F2F2F2;
border-bottom: 1px solid #ccc;
}
.rate-grid-bound-item {color:#093; background-color:inherit;}

/* Booking Pages
------------------------------------------------------------------ */

.form-base {}

.form-base .input-text {}

.new-existing-block {border: 3px solid #D7D7D7;}

.booking-details-block {border:3px solid #D7D7D7;}

.booking-details-block h3 {
background:#CCC;
color:#333;
}

room-booking-details-block h2 { color: #2D86B0; }

.booking-details-block dl {border-bottom:none;}

.booking-details-block dt {}

.booking-details-block dd {}

.booking-questions {background: #B6DCED;}
.booking-questions p { color: #2D86B0; }
.booking-questions h4 { color: #2D86B0; }

.booking-details-block#book-confirm {}

.booking-alert {color:#FF0000;}

/* === Booking Confirmation Page === */

.booking-result-block { border:1px solid #B5B5B5;}

#booking-result-block-2 { border:none; }

.booking-result-block-inner {background:#fff url(../images/psResults_bg.jpg) top repeat-x;}

.booking-result-block .thumbnail {
background: #fff;
border:1px solid #2AA06E;
}

.booking-result-block .imgpropthumb {width: 150px;}

.booking-result-block ul, .booking-result-block li {}

/* === Reserve Block === */

#reserve-block {border:2px solid #2AA06E; width: 490px;}

#reserve-block h3 {
background:#D8F3E9 none repeat scroll 0 0;
color:#2AA06E;
}

#reserve-block .separator { background: #D8F3E9 none repeat scroll 0 0; }

#reserve-block dl {}

#reserve-block dt {}

#reserve-block dd {}

/* === Booking Details Block === */

#room-booking-details-block{border:2px solid #2D86B0;}

#room-booking-details-block h3 {
background:#2D86B0;
color:#FFF;		
}

#room-booking-details-block dl {}

#room-booking-details-block dt {}

#room-booking-details-block dd {}

.rate-sub-total { background:#E5E5E5;}

.rate-total { background:#A7A7A7;}

.POIMapStyle {}


/* === rate block === */
.nrate-block {}
.nrate-block a { color: #FFF; text-decoration: underline; }
.nrate-content {background:url("../images/bg_rate.png") bottom left no-repeat;}
.nrate-top {background:url("../images/bg_rate.png") top left no-repeat; margin-bottom:-20px; }

#leftContent-ip .nrate-content h1 {
background:none;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}

.nrate-content h1 span {}
.nrate-content h2 {color:#fff;}
.nrate-content h2 span {color:#4C7DA6;}
.nrate-content h6 {color:#000;}
.nrate-block p {} 

.nrate-block span {color:#fff;}
span.nrate-desire-dates, .nrate-desire-dates span { color:#000; }
.nrate-desire-btn {color:#000;}
span.nrate-desire-btn {color:#000;}
/* End of /App_SiteStyles/CSS/compositecontrols.css */

/* /App_SiteStyles/CSS/menu.css */
/*
------------------------------------------------------------------ 
------------------------------------------------------------------ 
 HOME PAGE MENU
------------------------------------------------------------------ 
------------------------------------------------------------------ 
*/

/* Navigation Area */
#navigation-area {
background: transparent url(../images/bg_navigation.gif) repeat-x top left;
font:bold 13px "Arial Narrow", Arial, sans-serif;
height: 39px;
letter-spacing:1px;
margin:0; 
width:100%; 
}

/* Main menu style class - background can be set in outside div set */
#navigation-area .site-menu{}

/* positioning */
.site-menu .AspNet-Menu-Horizontal {}

/* Tier 1 borders */ 
#navigation-area ul {border:none;}

/* Tier 1 */
#navigation-area ul.AspNet-Menu
{float: left; margin:0 auto; width: auto;}

/* Tier 1 items */
#navigation-area li {text-transform: none; margin-right: 3px;}

/* Tier 2 - drop down box location */
#navigation-area ul.AspNet-Menu ul {
background:#999; 
border:none; 
left: 0; 
list-style:none; 
margin:0; 
padding:0; 
top: 28px; 
width:200px;
}

/* Tier 2 list items */
#navigation-area ul.AspNet-Menu ul li {
background: #999; 
border-bottom: solid 1px #fff; 
text-transform: capitalize;
width: 200px; 
}

/* Tier 3+ */
#navigation-area ul.AspNet-Menu ul ul {}

/* all items */
#navigation-area li { height: 35px;}

/* Tier 1 mouse over */
#navigation-area li:hover, #navigation-area li.AspNet-Menu-Hover {
background: #fff; 
text-decoration: none;
}

/* suppress underlined links tier 1 */
#navigation-area a:hover li {text-decoration: none;}

/* Tier 2 mouse over */
#navigation-area li:hover ul li, #navigation-area li.AspNet-Menu-Hover ul li {
background:none;
color:#656565;
}

/* all anchors and spans (nodes with no link) */
#navigation-area a, #navigation-area a:visited, #navigation-area span {
background: transparent url(../images/bg_navigation_item.gif) repeat-x top left; 
color:#FFF; 
/*padding:4px 20px 0;*/
padding: 0 15px;
height: 35px;
text-transform: uppercase;
font-family: "Arial Narrow", Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 37px;
letter-spacing: 0;
}

/* leaves */
#navigation-area li.AspNet-Menu-Leaf a, #navigation-area li.AspNet-Menu-Leaf span
{background: transparent url(../images/bg_navigation_item.gif) repeat-x top left; line-height: 37px; }

/* hovered text */
#navigation-area li:hover a, #navigation-area li:hover span, #navigation-area li.AspNet-Menu-Hover a, #navigation-area li.AspNet-Menu-Hover span, #navigation-area li:hover li:hover a, #navigation-area li:hover li:hover span, #navigation-area li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, #navigation-area li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, #navigation-area li:hover li:hover li:hover a, #navigation-area li:hover li:hover li:hover span, #navigation-area li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, #navigation-area li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span 
{color: #fff; background: #2AA06E;}

/* the tier above this one is hovered */
#navigation-area li:hover li a, #navigation-area li:hover li span, #navigation-area li.AspNet-Menu-Hover li a, #navigation-area li.AspNet-Menu-Hover li span, #navigation-area li:hover li:hover li a, #navigation-area li:hover li:hover li span, #navigation-area li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, #navigation-area li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{color: #FFF; background:transparent url(../images/bg_navigation_item.gif) repeat-x top left;  height: 35px;}
/* End of /App_SiteStyles/CSS/menu.css */

