/***************************************************
 * Reset Browser's Internal Stylesheets, which normalizes the display between a variety of browsers.
 ***************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin: 0;
  padding: 0;
}

fieldset,img { 
  border: 0;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  display:block;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym { 
  border: 0;
}

div {
  vertical-align: top;
}

/***************************************************
 * Layout constructed to support a grid consisting of
 * 14 columns with a width of 62px
 * 7px gutters
 *
 * font size is 12px
 * line-height is 18px;
 ***************************************************/

body {
  padding: 0 1.3em;
  font-size:75%;                /* 12px */
  font-family: "Helvetica Neue", arial, helvetica, sans-serif; 
}
 
html>body {
   font-size: 12px;
}

p.small {
  font-size: 0.8333em;          /* 10px */ 
  line-height: 1.8em;           /* 18px */
  margin: 0 0 1.8em 0;          /* 18px */
}

p, ol, ul, dl, blockquote {
  font-size: 1.16666666667em;   /* 14px */
  line-height: 1.28571428571em; /* 18px */
  margin: 0 0 1.28571428571em 0;/* 18px */
  /* width: 33em; */
}

blockquote {
  width: 31em;
  padding-left: 2.0em;
}

/* usage notes: The padding is reduced because the assumption is 
   you are going to use typographically correct quotation marks, 
   which will increase the line-height 
 */
p.pull-quote {
  padding: 1.28571428571em 0;   /* 36px */
  margin: 0em;
  text-align: center;
}

h6 {
  font-size: 1em;               /* 12px */
  line-height: 1.5em;           /* 18px */
  margin: 1.5em 0 0 0;          /* 18px */
  font-weight: bolder;
}

h5, th {
  font-size: 1.16666666667em;   /* 14px */
  line-height: 1.28571428571em; /* 18px */
  margin: 1.2857142857em 0 0 0; /* 18px */
  font-weight: bold;
}

h4 {
  font-size: 1.3333em;          /* 16px */
  line-height: 1.125em;         /* 18px */
  margin: 1.125em 0 0 0;        /* 18px */
  padding: 0.5625em 0 0.5625em 0; /* 18px */
  font-weight: bold;    
}

h3 {
  font-size: 1.5em;             /* 18px */
  line-height: 1.0em;           /* 18px */
  margin: 1.5em 0 0 0;          /* 24px */
  padding: 0 0 0.5em 0;         /* 9px */
}

h2 {
  font-size: 1.75em;            /* 21px */
  line-height: 0.85714285714em; /* 18px */
  padding: 0.85714285714em 0;   /* 36 pixels */
}

h1 {
  font-size: 2em;               /* 24px */
  line-height: 1.5em;           /* 36px */
  margin: 0 0 1.0em 0;          /* 36px */
  padding: 0 0 0.5em 0;         /* 12px */
}

h1.title {
  font-size: 3em;               /* 36px */
  line-height: 1.0em;           /* 36px */
  padding: 0;
}

/***************************************************
 * Forms
 ***************************************************/
input, textarea, select {
  font-size: 1.0em;
  line-height: 1.5em;
  padding: 0.5em 0.5em;
  margin: 0 0 0.5em 0;  
  border: 0.1em solid #d6d3cb;
  color: #000;
  background: #fff;
}

select {
  padding: 0;
  margin: 0 0 1.35em 0;  
}

textarea {
  padding: 0 !important;
}

input:hover, textarea:hover {
  border: 0.1em solid #999;
}

input:focus {
  border: 0.1em solid #b0cdeb;
  background-color: #c8f1ff;
}

textarea:focus {
  border: 0.1em solid #d6d3cb;
  background-color: #fff;
}

tfoot input {
  margin-top: 1.5em;
  padding: 0.425em;
}

tfoot input:hover, tfoot input:focus {
  border: 0.1em solid #ccc;
  background-color: #efefef;
}

/***************************************************
 * Lists
 ***************************************************/ 
ol li {
  list-style: decimal;
}
 
dt {
  margin-top: 1.28571428571em;
  font-weight: bolder;
}

dd {
  /* width: 29em; */
}

/***************************************************
 * Tables
 ***************************************************/
table.tabular_data {
  margin: 0 0 1.5em 0;
  font-size: 1.0em;
  line-height: 1.5em;
}

th, td {
  margin: 0;
}

.tabular_data th {
  padding: 0.64285714285em 0.32142857142em;
  background-color: #eaf3dd;
  border-right: 0.1em solid #fff;
  border-left: 0.1em solid #fff;
  color: #617171;
  text-align: left;
}

.tabular_data td {
  padding: 0.75em;
}

.tabular_data tr.odd td, tr.even td { 
  border-right: 0.1em solid #d8e6f0;
  border-left: 0.1em solid #d8e6f0;
}

.tabular_data tbody tr.odd {
  background-color: #fff;
}

.tabular_data tbody tr.even {
  background-color: #f3fafc;
}

/***************************************************
 * Graphic Design
 ***************************************************/
span.amp { 
 font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
 font-style: italic; 
 line-height:0.9em;
}

h5.pull_copy {
  border: 0.1em solid transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding:0.5625em 0;
  margin-bottom:1.2857142857em;
}

/***************************************************
 * Layout Columns
 ***************************************************/
#wrap {
  margin: 0 auto;
  position: relative;

}
 
.divider {
  margin-bottom: 3.0em;
}

.use1column,  .use2columns, .use3columns,  .use4columns,  .use5columns,  .use6columns,  .use7columns,
.use8columns, .use9columns, .use10columns, .use11columns, .use12columns, .use13columns, .use14columns {
  overflow: hidden;
  float: left;
  margin-left: 3px;
  margin-right: 4px;
}

.use1column {
  width: 62px;
}

.use2columns {
  width: 131px;
}

.use3columns {
  width: 200px;
}

.use4columns {
  width: 269px;
}

.use5columns {
  width: 338px;
}

.use6columns {
  width: 407px;
}

.use7columns {
  width: 476px;
}

.use8columns {
  width: 545px;
}

.use9columns {
  width: 614px;
}

.use10columns {
  width: 683px;
}

.use11columns {
  width: 752px;
}

.use12columns {
  width: 821px;
}

.use13columns {
  width: 890px;
}

.use14columns {
  width: 960px;
}

/* use this class when nesting columns */
.inner_left {
  margin-left: 0;
}

.inner_right {
  margin-right: 0;
}

/***************************************************
 * Add your custom CSS below this line.
 ***************************************************/
* {
  outline-color:invert;
  outline-style:none;
  outline-width:medium;
}

body {
  background-color: #666666;
  color: #5f5f5f;
}

#wrap {
  margin: 0 auto;
  position: relative;
  padding:0;
  width: 960px;
  min-width:960px; 
  _width:960px; /*IE hax0ring */
}

/* More IE Haxoring used to allow interior divs to float yet the containg div to properly render a background color around them. */
#page {height: 1%;}
#parentElement> #page {height: auto;}

#page {
  display:block;
  clear:both;
  background-color:#fff !important;
  padding: 0 0 3.0em 2.0em;
}

.flash_notice, .flash_error, .flash_warning {
  border: 1px solid #ebdfb0;
  background-color: #fff4c8;
  color: #000;
  font-size: 1.4em;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.5em;
}

.flash_error {
  border: 1px solid #ebb0b0;
  background-color: #ffc8c8;  
}

.flash_notice {
  border: 1px solid #b0ebb0;
  background-color: #c8ffcb;
}

.flash_notice a, .flash_error a, .flash_warning a {
  color: #01a163;
  border: none !important;
}

a, a:link, a:visited, a:hover, a:active {
  border: none;
  color: #ffa00b;
  font-weight: bolder;
  text-decoration: underline;
}

a:hover, a:active {
  background-color: #fff;
}

.stationary a:hover, .stationary a:active {
  background-color: #fee900;
}

td {
  vertical-align: top;
  padding:0;
}

#nav {
  padding:0.5em 2.0em 3.4em 2.0em;
  height:2.0em;
  border: none;
  margin:0 auto;
  border-top: 3.0em solid #5dd818;
  background-color: #fff;
  position: relative;
  font-size: 1.0em;  
}

#nav a:link, #nav a:visited {
  display:block;
  white-space: nowrap;
  float:left;
  color: #3431fe;
  font-weight: bolder;
  margin:  0 0 0 0.3em;
  padding: 0.5em 0.5em 0 0.2em;
  text-decoration: none;
}
#nav a:hover, #nav a:active {
  margin:  0 0 0 0.3em;
  padding: 0.5em 0.5em 0 0.2em;
  background-color: #3431fe;
  color: #fff;
}

.stationary {
  background-color: #fff;
  font-size:1.0em;
  padding: 1.5em 1.0em;
}

#side_bar {
  width:340px;
  float:left;
}

#side_bar h2 {
  padding:0;
}

#side_bar h2 a {
  background: transparent url(../images/logo.png) no-repeat scroll 0%;
  color: #FFFFFF;
  display: block;
  height: 85px;
  text-decoration: none;
  text-indent: -9999px;
  width: 282px;
}

#content_container #left, #content_container #right {
  height: 80px;
  background: transparent url(../images/header_background.png) repeat-x top left;
}

#properties_nav {
  text-align: right;
}

#properties_nav li {
  display: inline;
}

#controls {
    
}

#controls ul {
  line-height: 100%;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

#controls li {
  display:block;
  float:left;
  margin:0pt;
  padding:0pt;
  border: 1px solid #d6d3cb;
}

#controls li a:link, #controls li a:visited, #controls li a:hover, #controls li a:active {
  color: #555555;
  display: block;
  font-weight: bold;
  padding: 0.5em 1.5em;
  text-decoration: none;
}

#controls li a:hover, #controls li a:active {
  background-color: #ffe;
}

.content {
  padding-top: 3.8em;
  margin-right: 40px;
  background: transparent url(../images/header_background.png) repeat-x 0 0;
}

.content p {
  width: 33em;
  font-size: 1em;               /* 12px */
  line-height: 1.5em;           /* 18px */
  margin: 0 0 1.5em 0;          /* 18px */
}

.content h2 {
  padding:0;
  margin: 0 0 0.85714285714em 0;   /* 36 pixels */
  color: #3431fe;
  font-weight: bolder;
  text-transform: uppercase;
}
.content h2 span {
  /* background: transparent url(../images/header_background.png) repeat-x 0 -44px; */
}

.green_bar {
  border: 1px solid #fff;
  border-right: 1px solid #41418b;
  padding: 0 1.0em 0 0;
  margin: 0 0 15px 0;
}

.image_grid {
  width: 340px;
  margin: 0 0 0 1.7em;
  padding: 0 0 10px 7px;
}

.image_grid li{
  display: inline;
}

.property_search {
  margin-top: 6px;
  text-align: right;
}

.property_search li{
  display: inline;
}

.property_search input {
  border: 1px solid #efefef;
}

.property_details {
  padding-left: 2.0em;
  font-size: 0.8333em;          /* 10px */ 
  line-height: 1.8em;           /* 18px */
}

.property_details dt {
  font-size: 1.16666666667em;   /* 14px */
  line-height: 1.28571428571em; /* 18px */
  color: #3431fe;
  font-weight: bolder;
  background-color: #dedede;
}

.thumbnails .property {
  height: 125px;
  width: 400px;
  padding-right: 1em;
  margin-bottom: 2.0em;
  border: 1px solid #ccc;
  float: left;
}

.property h1 {
  border-bottom: 2px solid #BFBFBF;
  font-size: 2em;      /* 24px */
  line-height: 1.5em;  /* 36px */
  margin: 0;           /* 36px */
  padding: 0;
}

.property h6 {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.property .featured_image {
  padding: 10px;
  margin : 1.0em 0;
  border: 1px solid #d6d3cb;
  display: block;
  text-align: center;
}

.property .featured_image {
  width: 450px;
  height: auto;
}

.property .additional_images {
  padding: 1.5em 0;
}

.property_image_widget {
  margin: 5px;
  float: left;
}


.property_image_widget dd.image, .property_image_widget dd.selected_image {
  text-align: left;
  float: left;
  background-color:#eef;
  border: 1px solid #d6d3cb;
  padding: 5px;
}

.property_image_widget dd.selected_image {
  background-color:#bbb;
}

.property_image_widget dd a {
  border: 1px solid #777;
  display: block;
}

.property_image_widget dd a:link,
.property_image_widget dd a:visited,
.property_image_widget dd a:hover,
.property_image_widget dd a:active {
  background-color: transparent;
}

.property_image_widget dd a img {
  padding: 0;
}

#featured_properties .property {
  display: block;
  background-color: #fff;
  border: 1px solid #cfcfcf;
}

#featured_properties .property .image_container {
  float: left;
  margin-right: 0.25em;
}

#featured_properties .property .text_container {
  float: left;
  width: 200px;
}

#featured_properties .property .text_container p{
  /* width: 15em; */
  font-size: 0.8333em;          /* 10px */ 
  line-height: 1.8em;           /* 18px */
}

#featured_properties .property .text_container h5{
  margin: 0.5em 0 0.25em 0;
  /*width: 10em;*/
}

#footer {
  border: none;
  border-top: 1.5em solid #ffa00b;
  margin: 0;
  background-color: #666666;
  color: #fff;
  text-align: right;
}

#footer .address {
  width: auto;
  font-weight: bolder;
}

.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #ffa00b;
  text-decoration: none;
  color: #000;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #ffa00b;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #ffa00b;
  font-weight: bold;
  background-color: #ffa00b;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
} 
