html { height: 100%; }
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; 
    font-size: 0.8125em;
    line-height: 1.5em;
    color: #666;
    background: #670A0A;
    overflow-y: scroll;
}

body * {
    margin: 0;
    padding: 0;
}

img {
    border: none; 
    vertical-align: top;
}
img.biophoto {
    float: right;
    padding: 0;
    margin: 0 0 10px 15px;
}
    
/*
------------------------------------------------------------------------------
LAYOUT
------------------------------------------------------------------------------*/

#bg {
    width: 760px;
    height: 100%;
    margin: 0 auto;
    background: url(/_images/html/pageBg.gif) center top repeat-y;
}

#container {
    width: 760px;
    margin: 0 auto;
    /*border: 1px solid black;*/
}

.content {
    width: 645px;
    margin: 0 auto;
    padding: 0 5px 16px 5px;
    text-align: left;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

div.hr2 { clear: both; }
    
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.left {
    float: left;
    display: inline;
    width: 200px;
    padding-top: 40px;
}

.right {
    margin-left: 245px;
}

#footer {
    clear: both;
    width: 720px;
    margin-right: 20px;
    margin-left: 20px;
    border-top: 1px solid #CCCCCC;
}

#footer .left {
    padding-top: 0px;
    padding-left: 5px;
    }
    
div#logo {
    position: relative; left: -250px;
    }


/*----------------------------------------------------------------------------
    FORMS STACKED
    --------------------------------------------------------------------------*/

form label {
    display: block;
    }

form input {
    display: block;
    }

form input.box {
    display: block;
    float: left;
    display: inline; /* ie hack */
    }

form .boxLabel {
    display: block;
    float: left;
    display: inline; /* ie hack */
    }

form textarea {
    display: block;
    }

form select {
    display: block;
    }

/*----------------------------------------------------------------------------
    FORMS FLOATED
    --------------------------------------------------------------------------*/
form {
    padding: 0px;
    }

form.float label {
    float: left;
    display: inline; /* ie hack */
    }
    
#fform {
    margin-left: -200px;
    }
    
form.float input {
    float: left;
    display: inline; /* ie hack */
    }

form.float textarea {
    float: left;
    display: inline; /* ie hack */
    }

form.float select {
    float: left;
    display: inline; /* ie hack */
    }

form br {
    clear: left;
    }

/*----------------------------------------------------------------------------
    FORMS INLINE
    --------------------------------------------------------------------------*/
form.inlineForm input{
	display: inline;
	margin-right: 10px;
}
form.inlineForm label{
	display: inline;
	margin-right: 10px;
}
/*---------------------------------------------------------------------------
    SIGN UP FORM SPECIFIC STYLES
    ---------------------------------------------------------------------------*/

form.signup label {
    font-size: 0.85em;
    font-weight: bold;
    width: 160px;
    padding-top: 6px;
    margin: 0 0 2px 0px;
    line-height: 13px;
    }
    
form.signup label span {
    font-weight: normal;
    }

form.signup input {
    width: 210px;
    padding: 0;
    margin: 6px -15px 2px 20px;
    } 
    
form.signup input.section {
    width: 50px;
    padding: 0;
    padding-left: 0px;
    float: left;
    display: inline; /* ie hack */
    margin-left: 5px;
    }

form.signup .sectionLabel {
    display: block;
    float: left;
    display: inline; /* ie hack */
    margin: 2px 0px 6px 20px;
    }
    
form.signup input.check {
    width: 10px;
    padding: 0;
    margin: 4px 0 2px 0;
    }
    
form.signup textarea {
    width: 210px;
    padding: 0;
    margin: 6px -15px 4px 20px;
    }

form.signup input.box {
    margin: 6px 3px 6px 0;
    margin: 4px 4px 0 0;
    width: 20px;
    }

form.signup input.radio {
    width: 13px;
    }

form.signup .boxLabel {
    padding: 0;
    font-size: .85em;
    }
    
form.signup .boxLabel {
    display: block;
    float: left;
    display: inline; /* ie hack */
    margin: 2px 20px 6px 20px;
    }
    
form.signup .boxLong {
    display: block;
    float: left;
    margin: 0 0 8px 24px;
    width: 350px;
    }
    
form.signup select {
    width: 210px;
    margin: 6px -15px 4px 20px;
    padding: 0;
    }

form.signup input#register {
    position: relative; left: 160px;
    width: 100px;
    }

form.signup input#submit {
    position: relative; left: 60px;
    width: 100px;
    }

form.signup input#reset {
    position: relative; left: 50px;
    width: 100px;
    }
    
form.signup strong {
    line-height: 14px;
    }
    
form.signup label.newsletter {
    position: relative; right: -180px; bottom: 2px;
    }

form.signup input.newsletter {
    width: 15px;
    position: relative; right: -160px;
    }

form.signup table input {
    width: 20px;
    padding: 0;
    margin: 6px 0px 2px 5px;
    }

form.signup table {
    padding-left: 18px;
    font-size: 0.85em;
    }

form.signup table .divider {
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
    }

form.signup table select {
    margin: 6px 0px 2px 5px;
    }

form.signup table input#emailblankdate {
    width: 60px;
    }
    
form.signup table .radioLabel {
    padding: 0;
    font-size: 0.99em;
    padding-left: 5px;
    }
    
form.signup table .checkboxLabel {
    padding: 0;
    font-size: 0.99em;
    padding-left: 5px;
    }
span.required { color: red; }

table.form { font-size: 8.5pt; }
table.form td, table.form th { padding: 5px 0; }
table.form th { width: 140px; padding-right: 10px; }
table.form input[type=text] { width: 210px; }

/* --------------------------------------------------------------------------
     TYPOGRAPHY
     --------------------------------------------------------------------------*/

p { font-size: 0.85em; margin: 10px 0 15px 0; }
div.product_list p, div.product_list ul { padding-left: 15px; }

h1 {
    font-size: 1.0em;
    line-height: 1.5em;
    margin: 0 0 18px 0;
    padding: 0;
    color: #5E784D;
}

h2 {
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 0 0 5px 0;
    padding: 0;
    color: #2C4235;
}

h4 {
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 0 0 5px 0;
    padding: 0;
    color: #2C4235;
}

.right h1, .right h2 {
    width: 390px;
}

.left h1, .left h2 {
    width: 180px;
    line-height: 14px;
}
.left p, .left li {
    line-height: 15px;
}

h3 {
    font-size: .85em;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul li {
    padding-left: 10px;
    margin-left: 10px;
    font-size: .85em;
    background: url(/_images/html/bullet.gif) 0 8px no-repeat;
}

a {
    color: #670A0A;
    text-decoration: none;
    background: url(/_images/html/linkUnderline2.gif) left bottom repeat-x;
}

a:hover {
    color: #fff;
    background: #F1AF0A;
}

/* DEVELOPMENT */

p.devSpec {
    margin: -8px 0 26px 0;
    color: #aaa;
    font-size: .77em;
    font-weight: bold;
}

/* PRODUCTION */

p.prodSpec {
    color: #aaa;
    font-size: .77em;
    font-weight: bold;
}

/* --------------------------------------------------------------------------
     ROLLUPS
     --------------------------------------------------------------------------*/
h3 a {
    color: #670A0A;
    text-decoration: none;
    background: none;
    padding-left: 13px;
    background: url(/_images/html/arrow_up.gif) no-repeat 0px 4px;
}

h3 a:hover {
    color: #333333;
    text-decoration: none;
    background: none;
    padding-left: 13px;
    background: url(/_images/html/arrow_up.gif) no-repeat 0px 4px;
}

/* DOTTED LINES */
div.hr {
    clear: both;
    margin: 0 0 7px 0;
    padding: 0;
    height: 10px;
    background: url(/_images/html/linkUnderline2.gif) repeat-x bottom;
}
/* --------------------------------------------------------------------------
     SUBNAV
     --------------------------------------------------------------------------*/

ul.subNav li {
    background: none;
    padding: 4px;
}

ul.subNav li a {
    font-size: 0.95em;
    color: #5E784D;
    font-weight: bold;
    padding: 3px 1px;
    background: none;
}

ul.subNav li a:hover {
    color: #373737;
    background: none;
    background: url(/_images/html/linkUnderline1.gif) left bottom repeat-x;
}

ul.subNav li.active a {
    color: #373737;
    background: none;
    background: url(/_images/html/linkUnderline1.gif) left bottom repeat-x;
}

/*ul.subNav li ul.subSubNav li {
    padding: 2px 2px 2px 12px;
}

ul.subNav li ul.subSubNav li a {
    padding: 2px 1px;
    color: #CD2525;
    background: url(/_images/html/linkUnderline.gif) left bottom repeat-x;
}

ul.subNav li ul.subSubNav li a:hover {
    color: #fff;
    background: #CD2525;
}

ul.subNav li ul.subSubNav li.active {
    background: url(/_images/html/bullet.gif) 6px 10px no-repeat;
}

ul.subNav li ul.subSubNav li.active a {
    color: #666;
    background: none;
}
*/


/* --------------------------------------------------------------------------
     FOOTER
     --------------------------------------------------------------------------*/

#footer p {
    color: #888;
    padding: 6px;
    margin: 0;
    font-size: .75em;
    text-align: left;
}

#footer .right p {
    text-align: right;
}

#footer a {
    color: #888;
    text-decoration: none;
    background: none;
}

#footer a:hover {
    color: #fff;
    background: #555;
}