@charset "utf-8";
body  {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-color: #d2ceb9;
	background-image: url(/images/Trees.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 13px;
}
a, a:visited {
	font-weight: bold;
	color: #030;
	 outline: none;
}

a:hover {
	font-weight: bold;
	color: #000;
}

a:active, a:focus 
{
  outline: none;
}
#tabs  {
	padding: 0px;
	height: 41px;
	width: 400px;
	margin: 15px 3px 0 0;
}

.twoColFixLtHdr #container {
	width: 812px; /* 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: auto;
	margin-bottom: 0;
	margin-left: auto;

} 
.twoColFixLtHdr_sp #container_sp {
	width: 964px; /* 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: auto;
	margin-bottom: 0;
	margin-left: auto;

} 
.twoColFixLtHdr #header {
	background-image: url(/images/aspen-meadows-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
} 
.twoColFixLtHdr_sp #header {
	background-image: url(/images/aspen-meadows-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
} 
#container #header h1 span {
	display: none;
}
#container_sp #header h1 span {
	display: none;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 600px;
	height: 45px;
}
.twoColFixLtHdr_sp #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 600px;
	height: 45px;
}
.twoColFixLtHdr  #sidebar1 {
	float: left;/*    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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further 	*/
    width: 170px;
	padding: 0px !Important;
	margin: 0px !Important;
}
.twoColFixLtHdr_sp  #sidebar1 {
	float: left;/*    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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further 	*/
    width: 170px;
	padding: 0px !Important;
	margin: 0px !Important;
}


#sidebar1 ul {
	color: #030;
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight:bold;
	width: 150px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#sidebar1 ul li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}

#sidebar1 ul li a {
	padding: 6px;
	color: #030;
	display: block;
	text-decoration:none;
}
  
#sidebar1 ul li a:hover {
    padding: 6px;
	color: #fff;
	background-color: #495448;
	text-decoration: underline;
}

#register {
	margin: 0px;
	padding: 0px;
}
#register a {
	background-image: url(/images/btn_register.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 169px;
	display: block;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
s {
	color: #e01010;
}


#register a:hover {
	background-image: url(/images/btn_register_over.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 169px;
    display: block;
    text-indent: -9999px;  
}

.twoColFixLtHdr #homeContent {
	margin: 0 80px;
	padding: 0 20px;
	text-align: center;
} 

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.twoColFixLtHdr #mainContent_contact {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 200px; /* this padding matches the left alignment of the elements in the divs that appear above it. *//*	background:#DDDDDD;  */
} 
.twoColFixLtHdr #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 */
	font-style: italic;
	font-size: 12px;
}
.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;
}




/* ---------- 4:nav ---------- */
div#topmenu {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	padding: 0;
	margin-top: 5px;
	width: 812px;
	font-weight:bold;
	color: #030;
	margin-bottom: 0px;
}
div#topmenu_sp {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	padding: 0;
	margin-top: 5px;
	width: 964px;
	font-weight:bold;
	color: #030;
	margin-bottom: 0px;
}

div#topmenu ul {
margin: 0;
padding: 0;
width: 812px;
height: 20px;
}
div#topmenu_sp ul {
margin: 0;
padding: 0;
width: 964px;
height: 20px;
}

#topmenu ul li {
	margin: 0px;
height: 20px;
float: left;
display: inline;
list-style: none;
}
#topmenu_sp ul li {
	margin: 0px;
height: 20px;
float: left;
display: inline;
list-style: none;
}

#topmenu ul li a {
display: block;
height: 20px;
 text-indent: -9999px;  
  outline: none;
}
#topmenu_sp ul li a {
	display: block;
	height: 20px;
	text-indent: -9999px;  
	outline: none;
}
#topmenu ul li a:active, #topmenu ul li a:focus 
{
  outline: none;
}
#topmenu_sp ul li a:active, #topmenu ul li a:focus 
{
  outline: none;
}

/* ==== 4-1:topmenu items ==== */
#topmenu ul li#Amenities a {
background: url(/Images/menu_amenities.gif) top left no-repeat;
width: 116px;
}
#topmenu_sp ul li#Amenities a {
background: url(/Images/menu_amenities.gif) top left no-repeat;
width: 116px;
}
#topmenu ul li#Amenities a:hover {
	background: url(/Images/menu_amenities_over.gif) bottom left no-repeat;

	width: 116px;
}
#topmenu_sp ul li#Amenities a:hover {
	background: url(/Images/menu_amenities_over.gif) bottom left no-repeat;
	width: 116px;
}

#topmenu ul li#Amenities-selected a {
background: url(/Images/menu_amenities_over.gif) bottom left no-repeat;
	width: 116px;
}
#topmenu_sp ul li#Amenities-selected a {
background: url(/Images/menu_amenities_over.gif) bottom left no-repeat;
	width: 116px;
}


#topmenu ul li#Lifestyle a {
background: url(/Images/menu_lifestyle.gif) top left no-repeat;
width: 116px;
}
#topmenu_sp ul li#Lifestyle a {
background: url(/Images/menu_lifestyle.gif) top left no-repeat;
width: 116px;
}

#topmenu ul li#Lifestyle a:hover {
	background: url(/Images/menu_lifestyle_over.gif) bottom left no-repeat;
}
#topmenu_sp ul li#Lifestyle a:hover {
	background: url(/Images/menu_lifestyle_over.gif) bottom left no-repeat;
}

#topmenu ul li#Lifestyle-selected a {
background: url(/Images/menu_lifestyle_over.gif) bottom left no-repeat;
	width: 116px;
}
#topmenu_sp ul li#Lifestyle-selected a {
background: url(/Images/menu_lifestyle_over.gif) bottom left no-repeat;
	width: 116px;
}


#topmenu ul li#Location a {
background: url(/Images/menu_location.gif) top left no-repeat;
width: 116px;
}
#topmenu_sp ul li#Location a {
background: url(/Images/menu_location.gif) top left no-repeat;
width: 116px;
}

#topmenu ul li#Location a:hover {
	background: url(/Images/menu_location_over.gif) bottom left no-repeat;
}
#topmenu_sp ul li#Location a:hover {
	background: url(/Images/menu_location_over.gif) bottom left no-repeat;
}

#topmenu ul li#Location-selected a {
background: url(/Images/menu_location_over.gif) bottom left no-repeat;
	width: 116px;
}
#topmenu_sp ul li#Location-selected a {
background: url(/Images/menu_location_over.gif) bottom left no-repeat;
	width: 116px;
}


#topmenu ul li#Features a {
background: url(/Images/menu_features.gif) top left no-repeat;
width: 116px;
}
#topmenu_sp ul li#Features a {
background: url(/Images/menu_features.gif) top left no-repeat;
width: 116px;
}

#topmenu ul li#Features a:hover {
	background: url(/Images/menu_features_over.gif) bottom left no-repeat;
}
#topmenu_sp ul li#Features a:hover {
	background: url(/Images/menu_features_over.gif) bottom left no-repeat;
}

#topmenu ul li#Features-selected a {
background: url(/Images/menu_features_over.gif) bottom left no-repeat;
	width: 116px;
}
#topmenu_sp ul li#Features-selected a {
background: url(/Images/menu_features_over.gif) bottom left no-repeat;
	width: 116px;
}

#topmenu ul li#SitePlan a {
background: url(/Images/menu_siteplan.gif) top left no-repeat;
width: 116px;
}
#topmenu_sp ul li#SitePlan a {
background: url(/Images/menu_siteplan.gif) top left no-repeat;
width: 116px;
}

#topmenu ul li#SitePlan a:hover {
	background: url(/Images/menu_siteplan_over.gif) bottom left no-repeat;
}
#topmenu_sp ul li#SitePlan a:hover {
	background: url(/Images/menu_siteplan_over.gif) bottom left no-repeat;
}

#topmenu ul li#SitePlan-selected a {
background: url(/Images/menu_siteplan_over.gif) bottom left no-repeat;
	width: 116px;
}
#topmenu_sp ul li#SitePlan-selected a {
background: url(/Images/menu_siteplan_over.gif) bottom left no-repeat;
	width: 116px;
}

#topmenu ul li#Developer a {
background: url(/Images/menu_developer.gif) top left no-repeat;
width: 116px;
}
#topmenu_sp ul li#Developer a {
background: url(/Images/menu_developer.gif) top left no-repeat;
width: 116px;
}

#topmenu ul li#Developer a:hover {
	background: url(/Images/menu_developer_over.gif) bottom left no-repeat;
}
#topmenu_sp ul li#Developer a:hover {
	background: url(/Images/menu_developer_over.gif) bottom left no-repeat;
}

#topmenu ul li#Developer-selected a {
background: url(/Images/menu_developer_over.gif) bottom left no-repeat;
	width: 116px;
}
#topmenu_sp ul li#Developer-selected a {
background: url(/Images/menu_developer_over.gif) bottom left no-repeat;
	width: 116px;
}

#topmenu ul li#Contact a {
background: url(/Images/menu_contact.gif) top left no-repeat;
width: 116px;
}
#topmenu_sp ul li#Contact a {
background: url(/Images/menu_contact.gif) top left no-repeat;
width: 116px;
}

#topmenu ul li#Contact a:hover {
	background: url(/Images/menu_contact_over.gif) bottom left no-repeat;
}
#topmenu_sp ul li#Contact a:hover {
	background: url(/Images/menu_contact_over.gif) bottom left no-repeat;
}

#topmenu ul li#Contact-selected a {
background: url(/Images/menu_contact_over.gif) bottom left no-repeat;
		width: 116px;
}
#topmenu_sp ul li#Contact-selected a {
background: url(/Images/menu_contact_over.gif) bottom left no-repeat;
		width: 116px;
}

/* ==== tabs ==== */

/* ---------- 4:nav ---------- */


div#topmenu #tabs ul {
margin: 0;
padding: 0;
width: 500px;
height: 20px;

}

div#topmenu_sp #tabs ul {
margin: 0;
padding: 0;
width: 500px;
height: 20px;

}

#framebanner  {
	margin: 0 auto;
}

#framebanner img {

	border: 7px solid #192718;
}
#banner  {
	margin: 15px auto 0 auto;
}
#banner img {
	border: 7px solid #192718;
}

.hiddenPic {display:none;}

