/* 
    Document   : style
    Created on : Aug 10, 2010, 12:58:33 PM
    Author     : PC-ASSIST/MAC-ASSIST
    Description:
*/
/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* GENERAL DEFINITIONS */

root { 
    display: block;
}
body {
    background: #ded1bb url(../images/ranch_bg_for_web.jpg) no-repeat;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.wrapper {
    padding: 0px;
    margin: 0px;
    background: transparent url(../images/bg-header.gif) repeat-x;
}
.page {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#wholeheader {
    width: 980px;
    margin-left: auto;
    margin-right: auto;

}
p {
    color: #824b31;
    font-family: Trebuchet, helvetica, sans-serif;
    font-size: 100%;
    padding-bottom: 10px;
    line-height: normal;
}
strong {
  font-weight: bolder;
}
br {
  margin: 0px;
  padding: 0px;
}
h1 {
    font-family: Trebuchet, helvetica, sans-serif;
    padding: 20px 0px 20px;
    font-size: 220%;
    font-weight: bold;
    color: #efab32;
    text-align: center;

}

h2 {
    font-family: Trebuchet, helvetica, sans-serif;
    font-size: 175%;
    font-weight: bold;
    color: #efab32;
}
h3 {
    color: #824b31;
    font-family: Trebuchet, helvetica, sans-serif;
    font-size: 135%;
    text-align: center;
    margin-bottom: 10px;
}
h4 {
	font-style: italic;
  color: #efab32;
}
li {
    color: #824b31;
    font-family: Trebuchet, helvetica, sans-serif;
    font-size: 100%;
    list-style: disc outside;
    line-height: normal;
    padding-bottom: 8px;
    margin-left: 25px;
}

  a {
    color:#392f2c;
    text-decoration: underline;
}
a:hover {
    background:#824b31;
    color:#ded1bb;
}

/* HEADER DEFINITIONS
 */

.header1 {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px;
}
#logo {
    float: left;
    margin: 12px 0px 0px 0px;
    padding: 0px;
    height: 100px;
    width: 326px;
    text-indent: -5000px;
    background: url(../images/wordless_logo_small.png) no-repeat center center;
}
#header{
    float: left;
}
#companytitle {
  font-size: 18px;
  float: left;
  text-align: center;
  width: 100%;
  padding: 4px 0px;
  font-weight: bold;
  /* color: #824b31; */
  color: #f5f5db;
  margin-top: 5px;
}

#headersubtitle {
  padding-top: 4px;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 3px;
  float: left;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #f5f5db;
}

h2#headerRanch{
    padding: 0px;
    float: left;
    margin: 12px 0px 0px 0px;
    height: 100px;
    width: 326px;
    text-indent: -5000px;
    background: url(../images/the_ranch1.png) no-repeat center center;
}

h2#headerHacienda {
    float: left;
    padding: 0px;
    margin: 12px 0px 0px 0px;
    height: 100px;
    width: 326px;
    text-indent: -5000px;
    background: url(../images/hacienda_valdez1.png) no-repeat center center;
}

ul#jsddm {
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding:6px 0px 0px 20px;
 /*   background-color: #824b31; */
    height: 35px;
}
#jsddm li {
    float: left;
    list-style: none;
    margin: 0 0px;
    padding: 0;
}
#jsddm li a {
    display: block;
    float: none; /* see hack notes WDiaN 445*/
    margin-right: 20px;
    height: 29px;
    text-align: center;
    color: #824b31;
    text-decoration:none;
    font-variant: small-caps;
    font-size: 1.5em;
    font-weight:bold;
    white-space: nowrap;
}
#jsddm li a:hover {
    color:#f5f5db;
}
#menu2
{
    padding: 0;
    color:#392f2c;
    font-family: Trebuchet, helvetica, sans-serif;
    font-size: 100%;
    white-space:nowrap;
    list-style:none;
    margin-bottom: 5px;
}
#menu2 li {
    float:left;
    margin: 0;
    padding: 0px 0px;
    color:#f5f5db;
    text-decoration:none;
    font-weight:bold;
    font-size: 14px;
        list-style:none;
}

#menu2 li a {
    display: block;
    float: left;
    width: 320px;
    color: #f5f5db;
    line-height: 18px;
    text-decoration: none;
    padding: 2px 0px 4px 0px;
    margin: 0px;
    text-align: center;
}
#menu2 li a:hover {
    background:#824b31;
    color:#fff;
}
/*
FOOTER
*/

.footer {
    background-color: #f5f5db;
    width: 970px;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
    border-top: solid 2px #824b31;
    border-left: solid 5px #824b31;
    border-bottom: solid 5px #824b31;
    border-right: solid 5px #824b31;
}

.copyright {
    color: #824b31;
    text-align: center;
    font-size: small;
    padding: 0px;
}
/* SIDEBAR */
.sidebar {
  width: 240px;
  position: absolute;
  left: 730px;
  top: 0%;
  background-color: #824b31;
}

.sidebar a {
  color: #efab32;
  text-decoration: none;
  padding-left: 17px;
}
.sidebar h2 {
  margin-top: 15px;
  text-align: center;
}
#sidebar-img  {
 margin-left: 22px !important;
 margin-bottom: 15px !important;
}



/*  USED BY MANY PAGES*/
.clear {
  clear:both;
}
#main-content{
  position: relative;
  width: 970px;
  background-color: #f5f5db;
  border-left: solid 5px #824b31;
  border-right: solid 5px #824b31;

}
#right-col{
  padding: 15px;
  position: relative;
  left: 0%;
  top: 0%;
  width: 66%;
}
#right-col ol li{
  
  list-style-position: outside;
  list-style-type: decimal;

}
#right-col ol li ul {
  margin-top: 5px;
}
#right-col ol li ul li {
  margin-left: 20px;
  list-style-position: inside;
  list-style-type:disc;
  padding-bottom: 5px;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 15px 0 0 15px !important;
  margin: 15px 0 0 10px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

  .img-group h3{
    padding-top: 20px;
}

  .img-group p {
  text-align: center;
}

.callout-box {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
.callout-box p{
text-indent: 40px;
}
#left .callout-box h3 {
  line-height: 50px;
background: url(../images/the_ranch_small.png) no-repeat left;
}
#right .callout-box h3 {
  line-height: 50px;
background: url(../images/hacienda_valdez_small.png) no-repeat left bottom;
text-indent: 65px;
}
.center-image {

}
.center-image img {
  
}

.box {
}
.box h2 {
    margin: 15px 0px 10px;
    text-align: center;
}
.box ul {

}
.box li {
  color: #824b31;
}

/* CONTACT US */
#the-ranch {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 40px;
    text-indent: -5000px;
    background: url(../images/the_ranch_small.png) no-repeat 20%;
}

#hacienda-valdez {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 40px;
    text-indent: -5000px;
    background: url(../images/hacienda_valdez_small.png) no-repeat 20%;
}
#mesa-vista {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 40px;
    text-indent: -5000px;
    background: url(../images/mesa_vista_small.png) no-repeat 20%;
    text-align: center;
}
#harmony-house {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 40px;
    text-indent: -5000px;
    background: url(../images/harmony_house_small.png) no-repeat 20%;
}

#left, #right{
  float: left;
    width: 50%;
}


