/* standard colors
dark blue: #06253C
mid blue: #003267
light blue: #479FEF
dark gray: #3A403F
*/

/*###############  layout */

#wrapper { width: 960px;}

#logos, #tag { padding: 15px 0px; }

#printheader, .printcontact { display: none;}

#logoblockwrap { border: 1px solid #000; height: 78px; }

#banner-top div.col1 { left:1%;}

#contentbodywrap {
	border: 1px solid #fff;
	/*hack for ie6 min-height support*/
	min-height:550px;
    height:auto !important;
    height:550px;
    padding: 20px;
}

#footer {
    background: #003267;
	width: 900px; /*adjusted for padding*/
	height: 20px;
	margin: 10px auto;
	text-align: left;
    padding: 5px 30px 5px 30px;
    border: 1px solid #666;

}

table {
    background: #eee;
    padding:4px;
}

#banner-top div.col1{padding-bottom:0px;}



/*###############  effects */

#contentwrap, #contentbodywrap, .alpha40, .details, .description { /* white 40% transparency*/
/* Fallback for web browsers that doesn't support RGBa */
background-color: rgb(255, 255, 255) transparent;
/* RGBa with 0.4 opacity */
background-color: rgba(255, 255, 255, 0.4);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF, endColorstr=#66FFFFFF)";
}

.alpha80  { /* white 80% transparency*/
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(255, 255, 255) transparent;
/* RGBa with 0.4 opacity */
background: rgba(255, 255, 255, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}

#logoblockwrap, #gallery, #featuredwrapper { /* black 75% transparency*/
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.7 opacity */
background: rgba(0, 0, 0, 0.75);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000)";
}

/*###############  featured on home */

#featuredwrapper {
    padding: 40px 20px 40px 20px;    
}

body#home div#banner {
    display: none;
}

.textholder {
	font: 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px 0 4px;
	-moz-border-radius: 4px 4px 0 0;
}
#carousel {
	clear:right;
	margin: 40px auto 0 auto;
}
	
#carousel + div { /*targets thumb divs*/

}

/*###############  typography */



body {
	color: #333;
	line-height: 16px;
	font-size: .9em;
	
}

a:link { color:#003267 }
a:visited  { color:#003267 }
a:hover {  color: #479FEF}

h1 { 
    text-transform:uppercase;
    font-size: 160%;
    color: #06253C;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
h2 { 
    text-transform:uppercase;
    font-size: 100%;
    color: #003267;
    font-weight: bold;
}
h3 { 
    text-transform:uppercase;
    font-size: 100%;
    color: #3A403F;
    font-weight: bold;
}
div#logoblock h4 {
    font-family: 'Tangerine', serif;
    text-transform: none;
    color: #bbb;
    font-size: 260%;
}

#footer p {
    font-size: 75%;
    color: #DDD;
    font-weight: normal;
}


/*###############  list view*/

ul.listColumns {
    margin: 0 auto;
    padding: 0;
    padding-left: 0px;
    /* height: 520px;*/
    width: 870px;
    overflow: hidden;
    margin-top: 15px;
}
ul.listColumns li {
    list-style: none;
    text-align: left;
    float: left;
    height: 130px;
    width: 830px;
    padding: 10px;
    margin: 10px;
    border: 1px solid #fff;
}

div.listItem {

}
div.listItem div.image {
    float:left;
    width: 160px;
    padding-top: 0px;
}

div.listItem div.details {
    float:left;
    width: 650px;
    padding: 10px;
	font-size: 90%;
	height: 108px;
}

div.details H2 a {
    text-decoration: none;
    text-transform:uppercase;
    font-size: 160%;
    color: #3A403F;
    border-bottom: 1px dashed #3A403F;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

div.details H3 {
    color: #003267;
    font-size: 120%;
    margin-bottom: 5px;
}


div.image span.cta {
    display: block;
    width: 142px;
    background: #06253C;
    text-align: center;
    padding: 4px;
    margin: 4px 0px;
    text-transform:uppercase;
    font-size: 70%;
    color: #FFF;
    font-weight: bold;
}

div.listItem div.details span.download {
    display: block;
}

div.details div.buttons {
    float: right;
}

div.buttons {
	margin-top: -5px;
}

div.buttons h2, div.status h2  {
	float: left;
	display: inline;
	margin-right: 5px;
	border: 1px solid #fff;
	padding: 3px 15px;
	font-size: 65%;
	background-color: #479FEF;
	color: #fff;
	margin-bottom: 0px;
}

span.area {
	font-size: 70%;
	color: #06253C;
}

/*###############  detail view */

div.status h2 { /*also above*/
}

div.sbp-button {
    float: right;
    display: inline;
    margin-left: 4px;
}

div.sbp-button img {
	margin-right: 0px;
	margin-top: 0px;
}

div#detailview div.buttons {
    float: right;
}

table.specs {
    width: 200px;
    float: right;
    background: #eee;
    margin-left:10px;
    margin-bottom: 0px;
}

div.description {
    width: 820px;
    padding: 15px;
    margin-top: 10px;
    margin-left: 16px;
}

div.price {
    margin-top: 10px;
}

div.details.wrap {
    padding-top: 8px;
}

div.status {
    z-index: 100;
    width: 200px;
    height: 40px;
    position: absolute;
    float:left;
    margin-top: 0px;
}
div#sold.status {
    background: url('images/Banner_sold.png') no-repeat;
}

#detailview H1 {
 display:inline-block;
}

div.isfeatured {
    background: url('images/Tag_featured.png') no-repeat;
    width: 120px;
    height: 28px;
    display:inline-block; 
    margin-left: 15px;
}
div.isfavorite {
    background: url('images/Tag_favorite.png') no-repeat;
    width: 120px;
    height: 28px;
    display:inline-block; 
    margin-left: 15px;
    visibility: hidden;
}

.notfav {
    background: url('images/Button_notfav.jpg') no-repeat;
}

#map {
    width: 880px;
    height:300px;
    border: 1px solid #ccc;
}

#insetmenu {
	float: right;
	height: auto;
	display: inline;
	width: auto;
}
#insetmenu ul {
	right: 0px;
	left: 0px;
	float: right;
}

#insetmenu ul li {
	left: 0px;
	float:right;
	padding: 1px 5px;
}

#topnav li.selected, #topnav li.ancestor, #insetmenu li.selected {
	background-color: #333;
}


div.buttons H2, div.status H2 {

}
div.buttons.Available H2, div.status.Available H2{
	background-color: #009900;
}

div.buttons.Under.Agreement H2, div.status.Under.Agreement H2 {
	 background-color: #d5b120;
}

div.buttons.SOLD H2, div.status.SOLD H2 {
	background-color: #990000;
}




