/*
 * General Template
 * http://casasandvillas.com/
 * Copy Rights for Cochran
 *
 * Optimized by Mijo! Brands.
 *   2010-03-22
 */

body {
  background: #7891ab;
  color: #333333;
  font-family: "Trebuchet MS", Arial, sans-serif;
  /*font-size: 100%;*/
  font-size: 12px;
  margin: 0;
  padding: 0;
  
  /* IExplorer < 6 */
  text-align: center;
}

/* Close padding and margin for all */
* {
  margin: 0;
  padding: 0;
}

/* Site Wrapper */
#cochran_wrap {
  margin: 0px auto;
  text-align: left;
  width: 970px;
}

/* Slide Show Sended to bottom */
#slideshow {
  background: #555555;
  height: 260px;
  position: absolute;
  top: 16px;
  width: 970px;
}

#webconent {
  background: #f7f7f7;
  margin-top: 275px;
  padding: 10px 0px 0px 10px;
}

#webcontent_left {
  background: #999999;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  display: block;
  float: left;
  margin-left: 4px;
  padding: 0px 15px 0px 18px;
  width: 222px;
}

#webcontent_right {
  border-left: 1px dashed #333333;
  font-size: 14px;
  line-height: 20px;
  margin-left: 260px;
  padding: 0px 22px;
  position: relative;
  text-align: justify;
}

#clear-both {
  clear: both;
  width: 100%;
}

#footer {
  clear: both;
  width: 100%;
}

/* Main Menu */
#webcontent_left #main_menu ul {
  background: #4f4f4f;
  font-family: Arial;
  list-style: none;
  padding: 1px 0px;
  position: relative;
}

#webcontent_left #main_menu ul li {
  border: 1px solid #6f6f6f;
  font-family: Arial;
  list-style: none;
  margin: 2px;
}

#webcontent_left #main_menu ul li a {
  color: #efefef;
  display: block;
  font-weight: bold;
  padding: 2px 0px 2px 20px;
  position: relative;
  text-decoration: none;
  width: 194px;
}

#webcontent_left #main_menu ul li a:hover {
  background: #efefef;
  color: #4f4f4f;
}

/* Sub-main Menu */
#webcontent_left #main_menu ul li ul, #webcontent_left #main_menu ul li ul li ul {
  background: #8f8f8f;
  border: 1px solid #ff0000;
  float: left;
  left: 200px;
  list-style: none;
  margin-top: -18px;
  padding: 3px 0px;
  position: absolute;
  visibility: hidden;
  z-index: 100;
}

#webcontent_left #main_menu ul li ul li ul {
  left: 110px;
}

#webcontent_left #main_menu ul li:hover ul li ul {
  visibility: hidden;
}

#webcontent_left #main_menu ul li ul li:hover ul {
  visibility: visible;
}

#webcontent_left #main_menu ul li:hover ul {
  visibility: visible;
}

#webcontent_left #main_menu ul li ul li {
  border: none;
  padding: 0px 2px;
  width: 122px;
}

#webcontent_left #main_menu ul li ul li a {
  color: #ffffff;
  padding: 2px 4px;
  width: 115px;
}

#webcontent_left #main_menu ul li ul li a:hover {
  color: #ffffff;
  background: #6f6f6f;
}

/* Left Side */
#webcontent_left ul {
  list-style: none;
}

#webcontent_left #newsletterform ul {
  background: #f7f7f7;
}

#webcontent_left #newsletterform ul li {
  padding: 2px;
  text-align: center;
  width: 100%;
}

#webcontent_left #newsletterform ul .newsletter-title {
  font-weight: bold;
  text-align: center;
}

#webcontent_left #newsletterform ul .newsletter-left {
  float: left;
  width: 40px;
}

#webcontent_left #newsletterform ul .newsletter-title img {
  float: left;
}

/* Content Styles */
#webcontent_right h1 {
  background: #333333;
  color: #ff9900;
  font-family: Verdana, Arial, san-serif;
  font-size: 21px;
  font-weight: normal;
  left: -1px;
  letter-spacing: 7px;
  line-height: normal;
  margin-bottom: 20px;
  padding: 2px 24px 4px 24px;
  position: absolute;
  text-align: center;
  width: 652px;
}

#webcontent_right h2 {
  background: #8696C8;
  border: 1px solid #4d4d4d;
  color: #111111;
  font-weight: normal;
  letter-spacing: 5px;
  padding: 2px;
  text-align: center;
}

#webcontent_right h3 {
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding: 2px;
  text-align: center;
}

#webcontent_right p {
  padding-bottom: 20px;
}

#webcontent_right #img_floatright {
  float: right;
  margin: 35px 0px 20px 20px;
}

p.strong {
  font-weight: bold;
  padding: 15px 0px;
  text-align: center;
}

p#quote {
  text-align: center;
}

p#quote span {
  display: block;
  float: right;
}

p#quote-borde {
  border: 1px solid #333333;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

p#quote-borde-2 {
  border: 1px solid #333333;
  margin-bottom: 20px;
  padding: 4px;
  text-align: justify;
}

p#quote-borde-2 span {
  font-size: 16px;
  font-weight: bold;
}

p#quote-borde-2 img {
  float: left;
  margin: 0px 10px 10px 0px;
}

p#quote-borde-2 a {
  float: right;
  color: #cc0000;
  text-decoration: none;
}

/* Article at home */
#article-home {
  clear: both;
  font-size: 14px;
  padding: 20px 30px;
  text-align: justify;
}

#article-home hr {
  border: 1px solid #858585;
}

#article-home p {
  padding: 10px 0px;
}

#article-titlepage {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

#article-titlepage p {
  display: block;
  float: left;
  padding-top: 100px;
  width: 470px;
}
/* YouTube */
#youtube {
	background-color:#FFF;
}
/* Footer */
#footer #footer_picture {
  background: #555555;
  height: 130px;
  padding: 14px 0px 26px 0px;
  text-align: center;
}

#footer #footer_copy {
  background: #888888;
  font-size: 11px;
  padding: 1px 6px;
}

#footer #footer_links {
  background: #ffffff;
  font-size: 11px;
  padding: 1px 0px 30px 0px;
  text-align: center;
}