/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body { font-size:16px; line-height:18px; color:#333d3f; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1     /* headline */ { color: #698388; font-size:24px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; float: left; }

h2    /* subhead */ { color: #698388; font-size:18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
h3 {
font-size:20px;
}
h4 {
font-size:11px;
}
a:link, a:visited {
color:#999;
text-decoration:none;
}

a:hover, a:active {
color:#000;
text-decoration:underline;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer { background-color: white; background-position: center 0; margin:0 auto; padding:0; width:890px; height: auto;; }

/* << ----------------// Header //---------------->> */
#header { margin:0; padding:0; width:890px; height:90px; color:#ffffff; background-color:#262626; border-width: 0; }


/* << ----------------// Header2 //---------------->> */
#header2 { margin:0; padding:0; width:890px; height:45px; color:#ffffff; background-color:#bd4715; overflow: visible; clear: both; }


/* << ----------------// Home page (column two) //---------------->> */
#columnTwo { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin:0; padding:0; width:890px; background-color:white; background-position: 0 bottom; height: 550px; overflow: visible; }


/* << ----------------// Sub Page (Left column) //---------------->> */
#columnOne { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width:525px; background-color:#fff; height: 550px; overflow: auto; visibility: visible; float: left; padding-top: 25px; padding-right: 35px; padding-left: 30px; }

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}


/* << ----------------// Sub pages (Right Column) //---------------->> */
#columnThree { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin:0; width:265px; background-color:white; height: 550px; overflow: hidden; visibility: visible; float: right; padding-top: 25px; padding-right: 20px; }



/* << ----------------// Footer //---------------->> */
#footer { margin:0; width:890px; height:60px; font-size:10px; color:#999; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color:#ffffff; text-decoration: none; text-align: center; visibility: visible; clear: both; padding-top: 20px; }

#footer a:link, #footer a:visited { color:#999999; text-decoration:none; text-align: center; }

#footer a:hover, #footer a:active { color:#000; text-decoration:underline; text-align: center; }

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
