body {
	margin: 0;
	background: #27316e url("images/body-bg.gif") repeat-x;
	cursor: default;
	font: normal 9pt/11pt Arial, Helvetica, sans-serif;
	color: #231f20;
}

a:link, 
a:visited {
	text-decoration: none; 
	color: #0038ec;
	cursor: pointer;
}

a:hover, 
a:active {
	text-decoration: underline;
	color: #0038ec;
	cursor: pointer;
}

img {
	border: none;
}

h1 {
	font: bold 13pt/13pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
	
	h1 span.normal {
		font-weight: normal;
	}

h2 {
	font: bold 11pt/13pt Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
}

h3 {
	font: bold 11pt/13pt Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
	line-height: 20px;
}

hr {
	height: 0px; 
	border: 0px; 
	border-top: 1px solid #0a0d26;
}

ul, ol {
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}

dl {
	padding: 0;
	margin: 0;
}

dt {
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 .25em 0;
}

dd {
	font-size: 90%;
	margin: 0 0 1em 0;
}

/* Self-Clearing Element Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.disabled {
	color: #999;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}


/* main container that holds all content */
div.container {
	width: 778px;
	margin: 0 auto 80px auto;
	padding: 10px 0 0 0;
    background-color: #ffffff;
	border-right: 1px solid #0a0d26;
	border-left: 1px solid #0a0d26;
	border-bottom: 1px solid #0a0d26;
	background: #ffffff url(images/top-photo.jpg) top right no-repeat;
}

body.popup div.container {
	width: 400px;
	background-image: none;
}

body.popup a.logo,
body.popup ul.nav,
body.popup ul.footer {
	display: none;
}






/* ------- LOGO ------- */

a.logo {
	margin: 0 0 10px 10px;

	/* LIR technique */
	display: block;
	width: 394px;
	padding: 121px 0 0 0;
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: 0 0;
	height: 0px !important;
	height /**/:121px;
	background-image: url("images/logo-top.gif");
}





/* ------- SIGNOUT LINK ------- */

a.signout {
	display: inline;
	float: right;
	margin: 100px 20px 0 0;
}




/* -------- NAV BAR -------- */


ul.nav {
	height: 34.5pt;
	margin: 0;
	padding: 7px 0 7px 20px;
	background-color: #cfd1e0 /* #eaca4b */;
	color: #463d3f;
}

ul.nav li {
	display: inline;
	float: left;
	height: 25pt;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	font: bold 10pt/12pt Arial, Helvetica, sans-serif;
}

ul.nav li a {
	display: block;
	color: #463d3f;
}

/* subnav */
ul.nav li ul {
	height: auto;
	margin: 0 0 0 .8em;
	padding: 0;
	background: auto;
}

ul.nav li ul li {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
}

ul.nav li ul li a {
	font-size: 80%;
	line-height: 1.2em;
	color: #bf3e3a;
}

/* highlight links for current section */
body.home ul.nav 			li.home a,
body.mountainvillage ul.nav li.mountainvillage,
body.townoftelluride ul.nav li.townoftelluride,
body.searchmlscondos ul.nav li.searchmlscondos a,
body.maps ul.nav 			li.maps a,
body.aboutus ul.nav 		li.aboutus a,
body.contactus ul.nav 		li.contactus a {
	color: #000;
}

ul.nav li.contactus,
ul.nav li.signout {
	margin-right: 0;
}

ul.nav li.signout a {
	font-size: 8pt;
	color: #bf3e3a;
}


/* -------- TABLES and FORMS -------- */

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

tr {
	margin: 0;
	padding: 0;
	border: none;
}

th, td {
	margin: 0;
	padding: 3px 6px;
	font: normal 9pt/11pt Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
}

th {
	font-size: 90%;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0 0 0 0;
	margin: 0;
}

legend {
	border: none;
	padding: 0;
	margin: 0;
}

/* ie hacks */
* html fieldset { position: relative; padding-top: 0; }

input, select, textarea {
	font: normal 100%/100% Arial, Helvetica, sans-serif;
}

input.submit {	
	padding: 2px 0;
	font: bold 90%/110% Arial, Helvetica, sans-serif;
	cursor: pointer;
}

textarea {
	display: block;
}

label, span.label {
	display: block;
	padding-right: 5px;
	width: 155px;
}

label.inline {
	display: inline;
}

.required {
	font-weight: bold;
	font-size: 95%;
	color: #bf3e3a;
	padding-left: 5px;
}

.errormsg {
	color: #bf3e3a;
	display: block;
	padding: 15px;
	border: 2px solid #d66666;
	font: normal 12pt/14pt Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}




/* -------- MAIN CONTENT DIV -------- */
div.maincontent {
	margin: 20px;
}

div.header {
	width: 100%;
	margin: 0 -20px 20px -20px;
	padding: 10px 20px;
	color: #463d3f;
	background-color: #e6e8f8;
}

div.header + * {
	clear: both;
}



/* -------- FOOTER -------- */
ul.footer {
	display: inline;
	clear: both;
	float: left;
	width: 758px;
	margin: 40px 0 0 0;
	padding: 5px 10px;
	font-size: 90%;
	border-top: 1px solid #c7c7c7;
}

ul.footer li {
	display: inline;
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
}

ul.footer li a:link,
ul.footer li a:visited,
ul.footer li a:active,
ul.footer li a:hover {
	color: #463d3f;
}





/* -------- ADMIN PAGES -------- */


body.admin form#filter fieldset {
	margin: 20px 0;
}

body.admin table.projectphotos th,
body.admin table.projectphotos td {
	border: 1px solid #231f20;
}

body.admin form#uploadphotos {
	margin-bottom: 20px;
}





/* -------- HOME PAGE -------- */

body.home div.bigimage {
	float: left;
	margin-left: -20px;
	margin-top: -20px;
}

/* removed from home page */
body.home ul.intro {
	float: right;
	width: 280px;
	height: 150px;
	text-align: center;
	line-height: 25px;
	font-family: Georgia;
	margin: 0;
	padding: 0;
}
body.home ul.intro li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home div#weathercontainer {
	float: right;
	width: 280px;
	margin: 0 0 20px 0;
}

body.home div.featured {
	clear: right;
	float: right;
	width: 280px;
}

body.home div.featured h2 {
	font-size: 10pt;
	line-height: 20px;
	background-color: #cbccd4;
	height: 20px;
	padding-left: 5px;
}

body.home div.featured ul {
	margin: 0;
	padding: 0;
}

body.home div.featured ul li {
	display: inline;
	float: left;
	width: 280px;
	height: 109px;
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	background-repeat: no-repeat;
}

body.home div.featured ul li a {
	display: block;
	width: 280px;
	height: 17px;
	padding-top: 92px;
	overflow: hidden;
}

body.home div.featured ul li a span {
	padding: 1px 5px;
	line-height: 18px;
	background-color: #4b58b7;
	color: #fff;
}

body.home div.featured ul li a:hover span,
body.home div.featured ul li a:active span {
	text-decoration: none;
	background-color: #0038ec;
}





/* -------- PROJECTS: BROWSING and MAPS -------- */
body.projectsbrowse ol.browsing,
body.maps ol.browsing {
	margin: 0;
	padding: 0;
}

body.projectsbrowse ol.browsing li,
body.maps ol.browsing li {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: #f1f2f8 url("images/projects-browse-bg.gif") repeat-y;
}

body.projectsbrowse ol.browsing li img,
body.maps ol.browsing li img {
	display: inline;
	float: left;
	margin-right: 10px;
}

body.projectsbrowse ol.browsing div.details,
body.maps ol.browsing div.details {
	float: left;
	width: 320px;
}

body.projectsbrowse ol.browsing li h2,
body.maps ol.browsing li h2 {
	padding: 5px 0 5px 0;
}

body.projectsbrowse ol.browsing div.tcindex {
	float: right;
	width: 100px;
	height: 100px;
	text-align: center;
	background: #f1f2f8 url("images/projects-browse-bg.gif") repeat-y;
}

body.projectsbrowse ol.browsing div.tcindex div.title {
	padding: 10px 0 20px 0;
}

body.projectsbrowse ol.browsing div.tcindex div.title a {
	color: #000;
}

body.projectsbrowse ol.browsing div.tcindex div.rating {
	padding-bottom: 10px;
	font-size: 26pt;
	color: #7e7e7e;
	overflow: visible;
}




/* ------- PAGES NAV ------- */
div.pages {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 -20px 20px -20px;
	padding: 10px 20px;
	text-align: center;
	color: #463d3f;
	background-color: #e6e8f8;
	font-size: 8.5pt;
}

div.pages div.previous {
	float: left;
	font-size: 110%;
}

div.pages div.next {
	float: right;
	font-size: 110%;
}

form#perpageform {
	float: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 8.5pt;
}
	
	form#perpageform * {
		vertical-align: middle;
	}
 
form#perpageform fieldset,
form#perpageform legend {
	display: inline;
	margin: 0;
	padding: 0;
}




/* -------- PROJECTS: DETAIL -------- */

.tc {
	color: #f00;
}

body.projectsdetails div.details {
	float: right;
	width: 278px;
	overflow: visible;
}


body.projectsdetails div.location {
	line-height: 18px;
	margin-bottom: 10px;
}


body.projectsdetails div.ratings {
	margin: 10px 0;
	background-color: #f3f3fa;
}

body.projectsdetails ul.ratings {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	line-height: 8px;
}

body.projectsdetails ul.ratings li {
	clear: both;
	float: left;
	width: 278px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

body.projectsdetails ul.ratings li div.title {
	float: left;
	width: 85px;
	padding: 0 12px 0 0;
	text-align: right;
}

body.projectsdetails ul.ratings li div.chart {
	display: inline;
	float: left;
	width: 100px; 
	height: 3px;
	padding: 3px 0;
	overflow: hidden;
	border-right: 1px solid #b7b7b7; 
	border-left: 1px solid #b7b7b7; 
	text-align: left;
}

body.projectsdetails ul.ratings li div.chart div.bar {
	width: 0px; 
	height: 3px;
	overflow: hidden;
	background-color: #7e7e7e;
}

body.projectsdetails ul.ratings li div.numbers {
	float: left;
	width: 60px;
	text-align: right;
	color: #828282;
	font-size: 7.5pt;
}

body.projectsdetails ul.ratings li div.numbers strong {
	font-size: 8pt;
	font-weight: normal;
	color: #231f20;
}

body.projectsdetails ul.ratings li.overall div.title,
body.projectsdetails ul.ratings li.overall div.numbers strong {
	color: #000;
}

body.projectsdetails ul.ratings li.overall div.title a {
	color: #000;
}

body.projectsdetails ul.ratings li.overall div.chart div.bar {
	background-color: #000;
}

body.projectsdetails p.desclong {
}


body.projectsdetails a.contact {
	display: block;
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	background-color: #b22228;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
	line-height: 15px;
}


body.projectsdetails div.data {
	clear: both;
	margin: 0 10px 20px 0;
}

body.projectsdetails div.data table {
	width: 100%;
	border-top: 1px solid #e8e8e8;
}

body.projectsdetails div.data table td {
	padding: 3px 5px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 8pt;
}

body.projectsdetails div.data table th {
	padding: 3px 5px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 8pt;
	font-weight: normal;
	color: #828282;
	text-align: right;
}



body.projectsdetails div.images {
	display: inline;
	float: left;
	width: 450px;
	margin: 0 10px 20px 0;
}

body.projectsdetails div.images img#bigimg {
	margin-right: 10px;
}

body.projectsdetails div.images div.thumbnails a {
	display: inline;
	float: left;
	margin: 10px 10px 0 0;
}

body.projectsdetails div.mapwrapper {
	display: inline;
	float: left;
	width: 450px;
	margin: 0 10px 20px 0;
}

body.projectsdetails a#showmap {
	display: block;
	float: left;
	background-color: #f3f3fa;
	padding: 10px;
	font-weight: bold;
}

/*
body.projectsdetails a#hidemap {
	font-weight: normal;
	font-size: 85%;
	font-style: oblique;
	display: none;
}
*/

body.projectsdetails div#map {
	width: 440px;
	height: 335px;
}







/* -------- ABOUT US -------- */

body.aboutus ol {
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
}

body.aboutus ol li {
	list-style-type: upper-alpha;
	line-height: 20px;
}

body.aboutus div.content {
	width: 656px;
	border: 1px solid #ddd;
	margin: 20px;
	padding: 20px;
	font-size: 11pt;
	line-height: 13pt;
	background: #f9f6f1;
}

body.aboutus div.ernie {
	display: inline;
	float: right;
}

body.aboutus img.erniesig {
	margin: 5px 0 15px -10px;
}







/* -------- CONTACT US -------- */
body.contactus table {
}

body.contactus table tr td {
	padding-bottom: 10px;
}