/* =Typography */

body {
  font-family: Arial, sans-serif;
  font-size: 62.5%;
}

h1 {
  height: 37px;
  margin-bottom: 2em;
  overflow: hidden;
  text-indent: -5000px;
  width: 100%;
}

  .properties h1 {
    background: url(../images/h1-properties.gif) no-repeat;
  }
  
  .land h1 {
    background: url(../images/h1-land.gif) no-repeat;
  }
  
  .search h1 {
    background: url(../images/h1-search.gif) no-repeat;
  }
  
  .about h1 {
    background: url(../images/h1-about_mimco.gif) no-repeat;
  }
  
  .staff h1 {
    background: url(../images/h1-staff.gif) no-repeat;
  }
  
  .links h1 {
    background: url(../images/h1-helpful_links.gif) no-repeat;
  }
  
  .contact h1 {
    background: url(../images/h1-contact.gif) no-repeat;
  }

h2 {
  clear: both;
  color: #e00000;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1em;
}

  h2.replaced {
    height: 27px;
    overflow: hidden;
    text-indent: -5000px;
    width: 100%;
  }
  
  #h2-inquire_about_this_property {
    background: url(../images/h2-inquire_about_this_property.gif) no-repeat;
  }

  #h2-photo_gallery {
    background: url(../images/h2-photo_gallery.gif) no-repeat;
  }
  
  #h2-satellite_view {
    background: url(../images/h2-satellite_view.gif) no-repeat;
  }

h3 {
  clear: both;
  color: #777777;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1em;
}

h4 {
  clear: both;
  color: #999999;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
}

p {
  color: #000000;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

a {
  color: #e00000;
  font-weight: bold;
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: disc outside;
  margin-bottom: 1em;
}

  ul li {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  
ol {
  list-style: decimal outside;
  margin-bottom: 1em;
}

  ol li {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  
dl {
  margin-bottom: 1em;
  width: 100%;
}

  dl dt {
    display: inline;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 0.5em;
  }
  
  dl dd {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }
  
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
  
/* =Layout */

html {
  background: url(../images/bg-html.gif) #dddddd repeat-x top left;
}

body {
  background: url(../images/bg-body.gif) repeat-x bottom left;
}

#container {
  margin: 0 auto;
  width: 760px;
}

/* Layout: =Header */

#header {
  clear: both;
  height: 125px;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  z-index: 9969;
}

  #header .title {
    left: 0;
    position: absolute;
    top: 0;
  }
  
    #header .title p {
      margin: 0;
    }
    
      #header .title p a {
        background: url(../images/logo-mimco_large.png) no-repeat center;
        display: block;
        height: 93px;
        overflow: hidden;
        text-indent: -5000px;
        width: 344px;
      }
      
  #header .navigation {
    border-right: 1px solid #8c8c8c;
    bottom: 0;
    _bottom: -1px;
    left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
  }

    #header .navigation li {
      float: left;
      font-size: 1.1em;
      position: relative;
    }

      #header .navigation li a {
        display: block;
        height: 32px;
        overflow: hidden;
        text-indent: -5000px;
        width: 157px;
      }

      #header .navigation li.properties a { background: url(../images/nav-properties.gif) no-repeat; }
      #header .navigation li.land a { background: url(../images/nav-land.gif) no-repeat; }
      #header .navigation li.search a { background: url(../images/nav-search.gif) no-repeat; }

      #header .navigation li ul {
        border: 0;
        display: none;
        left: 0;
        position: absolute;
        top: 32px;
        z-index: 9969;
      }
      
        #header .navigation li ul li ul {
          left: 157px;
          top: 0;
        }

      #header .navigation li:hover > ul {
        display: block;
      }

        #header .navigation li ul li {
          border-left: 1px solid #c9c9c9;
          border-right: 1px solid #c9c9c9;
          float: none;
          font-size: 1em;
          height: 33px;
          line-height: 32px;
          text-align: center;
          width: 157px;
        }

          #header .navigation li ul li a {
            background: #ffffff !important;
            border-bottom: 1px solid #c9c9c9;
            color: #444444;
            height: 32px;
            overflow: visible;
            text-indent: 0;
          }

          #header .navigation li ul li a:hover,
          #header .navigation li ul li:hover > a {
            background: #bbbbbb !important;
            text-decoration: none;
          }

  #header .sub_navigation {
    position: absolute;
    right: 0;
    top: 12px;
    width: 84px;
  }
  
    #header .sub_navigation li {
      clear: both;
      display: inline;
      float: left;
      margin-bottom: 8px;
      width: 100%;
    }
      
      #header .sub_navigation li a {
        display: block;
        height: 11px;
        overflow: hidden;
        text-indent: -5000px;
        width: 84px;
      }
      
      #header .sub_navigation li.about a { background: url(../images/nav-about_mimco.png) no-repeat top left; }
      
      #header .sub_navigation li.staff a { background: url(../images/nav-staff.png) no-repeat top left; }
      
      #header .sub_navigation li.links a { background: url(../images/nav-helpful_links.png) no-repeat top left; }
      
      #header .sub_navigation li.contact a { background: url(../images/nav-contact.png) no-repeat top left; }
      
      #header .sub_navigation li a:hover {
        background-position: 0 -11px;
      }
      
  #header form.search {
    bottom: 0;
    _bottom: -4px;
    height: 20px;
    padding: 7px 0;
    position: absolute;
    right: 0;
  }
  
    #header form.search .input {
      display: inline;
      float: left;
    }
    
      #header form.search .input input {
        background: #ffffff;
        border: 1px solid #000000;
        font-size: 1.1em;
        padding: 3px;
        width: 172px;
      }
    
    #header form.search .actions {
      display: inline;
      float: left;
    }
    
      #header form.search .actions button {
        background: transparent;
        border: 0;
        cursor: pointer;
        padding: 0;
      }
      
        #header form.search .actions button span {
          background: url(../images/icon-search.png) no-repeat center;
          display: block;
          height: 20px;
          overflow: hidden;
          text-indent: -5000px;
          width: 20px;
        }
        
/* Layout: =Page */

#page {
  display: inline;
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

  #banner {
    display: inline;
    float: left;
    height: 431px;
    position: relative;
    width: 100%;
  }

  #content {
    background: #f6f6f6;
    display: inline;
    float: left;
		min-height: 400px;
		_height: 400px;
    padding: 16px;
    position: relative;
    width: 728px;
  }
  
  .home#index #content {
    display: none;
  }
  
/* Layout: =Footer */

#footer {
  background: url(../images/bg-footer.gif) no-repeat top center;
  clear: both;
  height: 65px;
  padding-top: 110px;
  position: relative;
  width: 100%;
}

  #footer .title {
    left: 94px;
    position: absolute;
    top: 0;
  }

    #footer .title p {
      margin: 0;
    }
  
      #footer .title p a {
        background: url(../images/logo-mimco_small.png) no-repeat center;
        display: block;
        height: 110px;
        overflow: hidden;
        text-indent: -5000px;
        width: 236px;
      }
      
  #footer .disclaimer {
    text-align: center;
  }
  
    #footer .disclaimer p {
      color: #777777;
      font-size: 1.1em;
      line-height: 29px;
      margin: 0;
    }
    
  #footer .copyright,
  #footer .developer {
    display: inline;
    float: left;
    width: 50%;
  }
  
    #footer .copyright p,
    #footer .developer p {
      color: #777777;
      font-size: 1.1em;
      line-height: 24px;
      margin-bottom: 12px;
    }
    
      #footer .copyright p a,
      #footer .developer p a {
        color: #444444;
      }
    
    #footer .copyright p {
      background: url(../images/misc-bullet.gif) no-repeat right center;
      display: inline;
      float: right;
      margin-right: 10px;
      padding-right: 12px;
    }
  
    #footer .developer p {
      background: url(../images/logo-impulse_development.png) no-repeat right;
      display: inline;
      float: left;
      padding-right: 24px;
    }
      
  #footer .vcard {
    border-left: 1px solid #555555;
    padding-left: 20px;
    position: absolute;
  }
  
    #footer .vcard h3 {
      height: 12px;
      margin-bottom: 0.5em;
      overflow: hidden;
      text-indent: -5000px;
      width: 100%;
    }
  
    #footer .vcard p {
      color: #c2c2c2;
      line-height: 1.2em;
      margin: 0;
    }
    
    #footer .vcard p .street-address {
      display: block;
    }
    
  #vcard-el_paso {
    left: 353px;
    top: 16px;
  }
  
    #vcard-el_paso h3 {
      background: url(../images/txt-el_paso.png) no-repeat;
    }
  
  #vcard-san_antonio {
    left: 518px;
    top: 16px;
  }
  
    #vcard-san_antonio h3 {
      background: url(../images/txt-san_antonio.png) no-repeat;
    }
  
  #vcard-las_cruces {
    left: 518px;
    padding-top: 8px;
    top: 52px;
  }
  
    #vcard-las_cruces h3 {
      background: url(../images/txt-las_cruces.png) no-repeat;
    }
    
/* Banner Slideshow */

#banner .caption {
  background: url(../images/misc-banner_overlay.png) no-repeat;
  height: 431px;
  overflow: hidden;
  text-indent: -5000px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9959;
}

/* Images */

#content .image img {
  border: 1px solid #cccccc;
  padding: 2px;
}

#content .image p {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  margin-top: 0.5em;
}

  #content .image p a,
  #content .image p span {
    color: #e00000;
    display: block;
    font-weight: normal;
  }

/* Variants */

#content .center {
  text-align: center;
}

#content .floatRight {
  display: inline;
  float: right;
  margin: 0 0 16px 16px;
}

#content .floatLeft {
  display: inline;
  float: left;
  margin: 0 16px 16px 0;
}

/* Tables */

#content table {
  clear: both;
  margin-bottom: 1.5em;
  width: 100%;
}

#content table th,
#content table td {
  border: 1px solid #cccccc;
  font-size: 1.1em;
  padding: 6px;
  text-align: center;
  vertical-align: top;
}

#content table th {
  background: #eeeeee;
  font-weight: bold;
}

#content table .odd td {
	background: #ffffff;
}

#content table tr.even td {
	background: #fafafa;
}

/* Vcards */

#content .vcard {
  display: inline;
  float: left;
  margin-bottom: 1em;
  text-align: center;
  width: 33.3%;
}

  #content .vcard p {
    margin: 0;
  }
  
  #content .vcard p .street-address {
    display: block;
  }
  
/* Horizontal Rules */

.hr {
  background: #eeeeee;
  clear: both;
  height: 1px;
  margin: 1em 0;
}

  .hr hr {
    display: none;
  }
  
/* Galleries */

#content .gallery {
  clear: both;
  width: 100%;
}

  #content .gallery .row {
    clear: both;
    display: inline;
    float: left;
    margin-bottom: 1em;
    width: 100%;
  }
  
  #content .gallery .image {
    display: inline;
    float: left;
    text-align: center;
    width: 25%;
  }
  
/* Forms */

#content form {
	position: relative;
}

#content fieldset {
  display: inline;
  float: left;
  width: 100%;
}

#content fieldset legend {
  display: inline;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  margin-right: 1em;
  text-decoration: underline;
}

#content form h3 {
  color: #e00000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4em;
  font-weight: normal;
  font-style: italic;
  margin-top: 1em;
  text-align: center;
}

#content form h4 {
  color: #333333;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1.5em;
  text-align: center;
}

#content form .input,
#content form .options {
  display: inline;
  float: left;
  margin-bottom: 1em;
  width: 407px;
}

  #content form .input label,
 	#content form .options .label {
    color: #000000;
    display: inline;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 26px;
    padding-right: 16px;
    text-align: right;
    width: 109px;
  }
  
  #content form .input input,
  #content form .input textarea {
    border: 1px solid #cccccc;
    color: #000000;
    font-size: 1.1em;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    width: 268px;
    _width: 262px;
  }
  
  #content form .input textarea {
    height: 75px;
  }

	#content form .input select {
		padding: 4px;
	}
	
	#content form .options .option {
		margin-bottom: 0.5em;
		padding-left: 125px;
	}
	
		#content form .options .option input {
			margin-right: 0.25em;
		}
		
		#content form .options .option label {
			font-size: 1.1em;
		}
		
	#content form .pullRight {
		display: inline;
		float: right;
		width: 321px;
	}
  
#content form .inline {
  margin-right: 1em;
  width: auto;
}

  #content form .inline label {
    margin-right: 0.5em;
  }
  
#content form .actions {
  border-top: 1px solid #cccccc;
  display: inline;
  float: left;
  margin-top: 0.5em;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

	#content form .actions button {
		background: #f5f5f5; 
		border: 1px solid #c8c8c8;
		color: #666666;	
		cursor: pointer; 
		font-weight: bold;
		overflow: visible;
		padding: 6px;
		width: auto;
	}

	#content form .actions button:hover {
	  background: #deebd0;
	  border: 1px solid #8dc05a;
	  color: #4c7f18;
	}

		#content form .actions button span {
		  background: url(../images/icn-comment.gif) no-repeat left;
		  padding-left: 20px;
		  width: auto;
		}
		
		#content form .actions button span.noIcon {
			background: transparent;
			padding-left: 0;
		}
		
/* Flashes */

.flash {
  margin: 0 0 1em 0;
  text-align: center;
  width: 100%;
}

  .flash .success {
    background: #e1f0e1;
    border: 1px solid #86b886;
    color: #444444;
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px;
  }

/* Extra */

#content .extra {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 16px;
  top: 16px;
}

  #content .extra li {
    display: inline;
    float: left;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 24px;
    margin-left: 1em;
  }
  
    #content .extra li a {
      font-weight: normal;
    }
    
  #content .extra p {
    color: #e00000;
    display: inline;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 24px;
  }
  
/* Breadcrumb Navigation */

#content .navigation {
  border-bottom: 1px solid #d1d1d1;
  height: 30px;
  list-style: none;
  margin: -2em 0 1em 0;
  width: 100%;
}

  #content .navigation li {
    color: #666666;
    display: inline;
    float: left;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 30px;
    margin-left: 1em;
  }
  
    #content .navigation li a {
      color: #666666;
      cursor: pointer;
      font-weight: normal;
      margin-right: 0.5em;
    }
  
/* Detail */

#content .detail {
  display: inline;
  float: left;
  width: 405px;
}

  #content .detail h2,
  #content .detail h3,
  #content .detail h3 {
    margin-bottom: 0.2em;
  }
  
/* Sidebar */

#content .sidebar {
  display: inline;
  float: right;
  width: 306px;
}

  #content .sidebar .section {
    display: inline;
    float: left;
    margin-bottom: 1em;
    width: 100%;
  }
  
  #content .sidebar .image {
    margin-bottom: 1em;
  }
  
  #content .sidebar .gallery .image {
    width: 33.3%;
  }

/* Callout */

#content .callout {
  background: url(../images/txt-call_us_today.png) no-repeat;
  height: 65px;
  margin: 2em 0;
  overflow: hidden;
  text-indent: -5000px;
  width: 404px;
}

/* Error Explanation */

.errorExplanation { 
  background: #f7eded; 
  border: 1px solid #b00000; 
  margin: 0 0 1em 0;
  padding: 20px;
}

	.errorExplanation h2 { 
	  display: none;
	}

	.errorExplanation p {
	  color: #b00000; 
	  font-size: 12px; 
	  font-weight: bold; 
	  text-align: center; 
	}

	.errorExplanation ul {
	  list-style: none;
	  padding: 0;
	  width: 100%;
	}

	  .errorExplanation ul li { 
	    color: #b00000; 
	    font-size: 12px; 
	    line-height: 15px; 
	    list-style: none; 
	    margin-bottom: 0; 
	    text-align: center; 
	  }
	  
  .fieldWithErrors input,
  .fieldWithErrors textarea {
    background: #f7eded;
    border: 1px solid #b00000;
  }

/* Misc */

#map div span {
  display: none;
}

.company-directory .name, .company-directory .department, .company-directory .telephone {
	width: 23%;
}