/* Structure
-------------------------------------------------------------------*/
@import url(reset.css);

/* Standard styles
-------------------------------------------------------------------*/
* { margin: 0; outline: 0; padding:0; }
html, body{ height: 100%; width:100%; }
body { margin: 0; padding:0; background-color:#dadbd5; }

/* Fonts
-------------------------------------------------------------------*/
body { font-family: Verdana, sans-serif; }
p{ font-size:11px; color:#414545; font-weight:normal; line-height:14px; }
h1{ font-size:24px; color:#FFF; font-weight:normal; line-height:26px; }
h2{ font-size:16px; color:#414545; font-weight:normal; line-height:18px; }
h3{ font-size:9px; color:#414545; font-weight:normal; line-height:11px; }

/* Content Divs
-------------------------------------------------------------------*/
.content {  width:900px;  margin:0 auto; }
.header { float:left; width:900px; height:140px; margin-bottom:1px; }
.slideshow { float:left; width:900px; height:675px;}
.content-intro { float:left; width:900px; height:170px; background-color:#c7c5b0;  }
.content-intro-left { float:left; width:350px; margin-left:30px; margin-top:20px; }
.content-intro-left p{ color:#FFF; margin-top:15px; }
.content-intro-left p span { color:#414545; }
.content-intro a { color:#414545; text-decoration: underline; }
.content-intro-right { float:right; width:325px; margin-right:75px; margin-top:20px; }
.content-intro-right p { float:left; width:100%; font-size:12px; line-height:15px; font-style:italic; color:#77776a; }
.content-intro-right h3 { float:left; width:100%; text-align:right; font-size:15px; line-height:17px; font-weight:bold; color:#77776a; margin-top:5px; }
.content-description { float:left; width:900px;  background-color:#abaa95; margin-top:1px; padding-top:30px; padding-bottom:30px;  }
.content-description-left { float:left; width:500px; margin-left:30px; }
.content-description-right { float:left; width:250px; margin-left:30px; }
.content-description-right p{ float:left; width:100%; }
.footer { float:left; width:900px; height:20px; background-color:#77776a; }
#slider { float: left; width:900px; height:675px; z-index:0;}