/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
 
}
html, body {
 height: 100%;
 margin: 0 0 1px 0;
}
 
 
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #335D83;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0; 
  padding: 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* force a browser to have vertical scrollbar */
html, body {
 height: 100%;
 margin: 0 0 1px 0;
}
/* Commonly used to style page titles. */
h1 {
  color: #335D83;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-transform:uppercase;
  padding-bottom: 5px;
}

.sub h1 {
	
	font-size: 14px;
	color:#333;
}
/* Commonly used to style section titles. */
h2 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: -8px;
  padding-bottom: 0;
}

h2.first {
	margin-top: 15px;
}

h3{
	color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
 
}



h3.rentalSidebarTitle {
	text-align: center;
	margin-top:20px;
}

h3.collapse {
	padding-top: 10px;
	background-color: #335D83;
	padding: 8px;
	color:#fff;
	margin-bottom: 10px;
}

h4 {
	padding-top: 12px;
	color:#335D83;
}

h5{
	font-size: 14px;
  font-weight: bold;
  line-height: 14px;
	color:#335D83;
}

p.print {
	text-align:center;
	margin-top: 2px;
}
/* Sets the style for unvisited links. */
a,  a:link, a:visited {
  color: #cb2a10;
  font-weight: bold;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
  color: #335D83;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #335D83;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #335D83;
}

a img{
	border: none;
}

a.more:link, a.more:visited {
	text-decoration: underline;
}

a.linkWhite:link, a.linkWhite:visited {
	color:#fff;
	font-weight:normal;
}
a.linkWhite:hover {color:#cb2a10;}
	

div.properties a, div.properties a:link, div.properties a:visited {
	color: #335D83;
	text-decoration: underline;
}

div.properties a:hover {
	color:#cb2a10;
	text-decoration: none;
}
a.propName, a.propName:link, a.propName:visited {
	font-size: 14px;
	
}

.textBold {
	font-weight: bold;
}


.imgLeft {
	float: left;
	padding-right: 5px;
}

.imgRight {
	float: right;
	padding-left: 5px;
}

p.more {
	text-align: right;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  
  margin: 25px auto 0 auto; 
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1024px;
}

/* Sets full width columns if necessary | need to redo the bg image for the container */
#outerWrapper #contentWrapper {
 /* background-image: url("../images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
  */
}
#outerWrapper #contentWrapper #rightColumn1 {
 
  float: right;
  padding: 0;
  width: 224px;
}
/* Contains the main page content. For mutliple column layout the margins are set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 224px 0 0;
 
}
#outerWrapper #contentWrapper #content #header {
  width: 800px;
 
}

#outerWrapper #contentWrapper #content #topNavigation {
  width: 800px;
  height:25px;
  margin: 10px 0;

}


div#searchContainer {
	float:right; width:220px; margin:0; padding: 0;
}


#outerWrapper #contentWrapper #content #mainContent {
  
  border: 1px solid #000;
  background-color:#fff;
}

img#luxuryAccommodations {
	padding: 12px 0;
	
	
}

#outerWrapper #contentWrapper #content #mainContent #contentLeft {
 
  float: left;
  padding: 10px 10px 10px 5px; 
  width: 188px;

}

#outerWrapper #contentWrapper #content #mainContent #contentLeft #navLeft {
	margin: 25px 0 0 0;
	padding: 0px;
	list-style: none;
	
}

#outerWrapper #contentWrapper #content #mainContent #contentLeft #navLeft li{
	margin: 0px;
	padding: 0px;
}

div.leftColumn {
	margin: 30px 0;
	padding-left: 5px;
	
}

img#astaLogo {
	padding-top: 30px;
}
p#astaText {font-size: 10px;}

#outerWrapper #contentWrapper #content #mainContent #contentRight {
  float: right;
  padding: 10px 10px 10px 10px; 
  width: 220px;
  text-align:center;
}

p.featured {
	margin-top: 3px;
	color:#335D83;
	font-size:14px;
	font-weight: bold;
	line-height: 16px;
}

p.featured a, p.featured a:link, p.featured a:visited {
	font-size: 12px;
}

#outerWrapper #contentWrapper #content #mainContent #contentInner {
  margin: 0 240px 0 205px; 
  padding: 10px 10px 10px 10px; 
}

/* Sub Page Content (switch from a 3 column inner content area to a two column inner content area  */
#outerWrapper #contentWrapper #content #mainContent #contentInner.sub {
  margin: 0 0 0 205px; 
  padding: 10px 10px 10px 10px; /* changed this right padding from 20px to 10px so slidshwow content doesn't drop down in IE 7   */
}

/* Full Width Content (switch from a 2 column inner content area to a 1 column inner content area  */
#outerWrapper #contentWrapper #content #mainContent #contentInner.fullWidth {
  margin: 0 0 0 0; 
  padding: 10px 10px 10px 10px; /* changed this right padding from 20px to 10px so slidshwow content doesn't drop down in IE 7   */
}

div#propSlideshow {
	padding: 10px 0 20px 0;
}

#outerWrapper #contentWrapper #content #footer {
   background-image:url("../images/footerLine.jpg");
   background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #cb2a10;
	font-size: 11px;
	clear: both;
 
 
}
ul#navFooter{
	margin: 0;
	padding: 25px 0 0 0;
	
}

ul#navFooter li{
	display: inline;
}

p.footer {
	margin: 0 0 10px 0;
	color: #333;
}

div#lowerContact {
	margin: 10px auto; background-color:#335d83; text-align:center; color:#fff; letter-spacing: 1px;
}

div.properties {
	min-height: 160px;
	padding: 5px 8px;
	border-top: 1px groove #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div.propertyLast {
	border-bottom: 1px solid #000;
}

ul#siteMap{
	margin-top: 15px;
	list-style-type: none;
		
}

ul#siteMap li {
	padding-bottom: 10px;
}

/*Property Stats */
table#prop_detail {
	width: 185px;
	color: #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
table#prop_detail th{
	background: #335d83;
	color:#fff;	
}
table#prop_detail td{
	background-color:#fffce3;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;	
}

div#flipkey {
	text-align: center; padding-top: 20px;
}

/*Property Rates for Static Pages */
table#prop_rates {
	width: 350px;
	color: #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
table#prop_rates th{
	background: #335d83;
	color:#fff;	
	padding: 4px;
}
table#prop_rates td{
	background-color:#fffce3;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 4px;	
}

