* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-family: "helvetica neue", helvetica, verdana, arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;}
body { 
background: url("img/furley_bg_dark.png"); 
  }
    
.fixedDiv {display: none;  }  
    
h1, h2 { 
    text-align: center;
    font-weight: normal;
    color: #47c9c9;
    }
li{ list-style-type: none; }
    
h1, 
h2, 
h3,
h4, 
h5, 
h6,
.menu li
    {    
  font-family: "helvetica neue", helvetica, verdana, arial, sans-serif;  
  font-weight: lighter; 
    }

#header p{
  letter-spacing: 1px;
}

a { 
    color: #47c9c9;
    text-decoration: none;
    }
a:hover { color: #146292; text-decoration: underline;}
    
#wrap{ 
    width: 100%; }

#header{
    width: 100%;
    background: url("img/header.jpg") repeat-x 0 0;
    height: 500px;
    }
#header a{
    padding-top: 10px;
    float: left;
    }
#header h1{ 
    width: 570px;
    font-size: 5em;
    float: left;
    text-shadow: #666 1px 1px 2px;
    }
#header p{
    width: 100%;
    padding-top: 465px;
    text-align: center;
    font-size: 16pt;
    color: #276e6e;
    }
#header h2{ 
    width: 570px;
    font-size: 1.7em;
    float: left;
    display: inline;
    margin-top: -10px;
    text-shadow: #666 1px 1px 1px;
    }
#headerinner{
    width: 940px;
    margin: 0 auto;
    background: url("img/prod.jpg") no-repeat center 215px; 
    height: 500px;
    }
.ribbon{
    width: 178px;
    height: 174px;
    background: url("img/ribbon.jpg") no-repeat 0 0;
    float: right;
    }
.ribbon h3{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: white;
    font-weight: normal;
    font-size: 16pt;
    text-shadow: #000 1px 1px 1px;
    }
.ribbon p{
    width: 125px;
    color: white !important;
    padding: 0px !important;
    font-size: 11pt !important;
    text-shadow: #000 1px 1px 1px;
    }
.menu{ 
    width: 100%;
    background: url("img/menu.jpg") repeat-x 0 0;
    text-align: center;
    height: 33px;
    padding-top: 7px;
  }
.inactive{
    width: 594px;
    background: url("img/menuinactive.jpg") repeat-x 0 0;
    text-align: center;
    height: 33px;
    padding-top: 7px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    margin: 0 auto;
    }

.menu li{
    display: inline;
    
    }
.menu a{
    font-size: 16pt;
    color: white;
    text-shadow: #666 1px 1px 1px;
    padding: 0px 20px 0px;
    letter-spacing: 1px;
    }
.menu a:hover{
    text-shadow: none;
    color: #47c9c9;
    text-decoration: none;
    }    
    
    
.content{
    background: url("img/contentbg.jpg") repeat-y center 0;
    width: 940px;
    margin: 0 auto;
     text-align: justify;
    }
.content h1{
    padding-top: 20px;
    font-size: 30pt;
    }
.content p{ 
    padding: 10px 0;}
.sidebar{
    width: 165px;
    float: left;
    text-align: right;
    font-size: 11pt;
    margin-top: 20px;
    color: #666;
    }
.sidebar a { color: #276e6e; }

.sidebar li { 
    padding: 4px 0;
    }
    
.sidebarright{
    width: 165px;
    float: right;
    font-size: 11pt;
    margin-top: 20px;
    color: #666;
    }
.sidebarright li { 
    padding: 4px 0;
    }
    
.sidebarright h2 { 
    color: #000;
    text-align: left;
    font-size: 25pt;
    }
.sidebarright span { 
    font-size: 14pt;
    }
.content-inner{
    width: 570px;
    margin-left: 185px;
    min-height: 420px;
    }
    
.content-inner .breaker {
    margin-top: 20px;
    float: left;}
    
.content-inner img { float: right; max-width: 265px; margin: 10px 0 10px 10px;}
.content-inner img.bottom { float: right; max-width: 190px; margin: 0 0 20px 0;}

.content-inner li {
    padding: 0 0 10px 10px;
    }    
.menu1 { display: none;}
    
#footer{
    background: url("img/footer.jpg") no-repeat center 0;
    width: 940px;
    height: 60px;
    margin: 0 auto;
    color: #666;
    }
input{
    width: 290px;
    height: 20px;
    padding: 5px;
    background: url("img/inputbar.png")  0 0;
    margin-top: 10px;
    color: #666;
    font-size: 10pt;
    outline: none;
    float: right;
    }
textarea{
    width: 290px;
    height: 140px;
    background: url("img/textareabar.png")  0 0;
    resize: none;
    padding: 5px;
    margin-top: 10px;
    color: #666;
    font-size: 10pt;
    outline: none;
    float: right;
    }
    
input.send {
    background-position: right top;
    width: 300px;
    height: 30px;
    }
input.send:hover{
    color: #47c9c9;
    cursor: pointer;
    }    
    
#colleft {
    width: 285px;
    float: left;
    margin-left: 185px;
    margin-top: 20px;
    font-size: 10pt;
    line-height: 20px;}
#colright {
    width: 285px;
    float: left;
    text-align: right;
    margin-top: 20px;
    font-size: 10pt;
    line-height: 20px;}

/******************** css hack **********************************/
*form { width: 300px; float: right;}
    