/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body { margin:10px; padding:0; font-size:13px; line-height:18px; color:#535143; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #f1eedf; }

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

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 { color: #3d83c0; font-weight:normal; margin:10px 0 0; }

h1 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 { color: #3d83c0; font-size:18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: lighter; font-style: normal; word-spacing: normal; letter-spacing: normal; }

h5 { color: #3d83c0; font-size:14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: lighter; font-style: normal; word-spacing: normal; letter-spacing: normal; }
a:link, a:visited { color:#535143; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }

a:hover, a:active { color:#3d83c0; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration:none; }

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-image: url('(EmptyReference!)'); margin:0 auto; padding:0; width:900px; height: 100%; visibility: visible; border:solid 0 #454545; }

/* << ----------------// Header Nav //---------------->> */
#header { margin:0; padding:0; width:900px; height:28px; background-color:transparent; background-image: url(nav-backgrnd.jpg); background-repeat: repeat-x; }

/* << ----------------// Header sub page //---------------->> */
#header2 { background-color: transparent; background-image: url('(EmptyReference!)'); width: 900px; height: 104px; margin: 0; padding: 3px 0 0; }

/* << ----------------// Header home (top) //---------------->> */
#header3 { width: 900px; height: 206px; visibility: visible; clear: both; margin: 0; padding: 3px 0 0; border-width: 0; outline-style: none; outline-width: 0; }

/* << ----------------// Header home (bottom) //---------------->> */
#header4 { background-color: transparent; background-image: url('(EmptyReference!)'); width: 100%; height: 178px; overflow: hidden; margin: 0; padding: 0; }



/* << ----------------// Left column //---------------->> */
#columnOne { padding:18px 15px 0; width:386px; height: 300px; visibility: visible; float: left; clear: left; margin-right: 0; margin-bottom: 0; margin-left: 0; border-right: 4px solid #f1eedf; }

#columnOneSubPage { padding:25px 15px 0; width:100px; height: 400px; overflow: hidden; float: left; }

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

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



/* << ----------------// Middle column //---------------->> */
#columnTwo { margin:0; padding:18px 15px 0; width:206px; height: 300px; overflow: hidden; visibility: visible; float: left; border-right: 4px solid #f1eedf; }

#columnTwoSubPage { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding:18px 15px 0; width:440px; height: 100%; overflow: hidden; float: left; }

/* << ----------------// Right column //---------------->> */
#columnThree { float:right; margin:0; padding:15px 15px 0; width:210px; background-color:white; height: 300px; overflow: hidden; visibility: visible; }

#columnThreeSubPage { float:right; padding:28px 20px 0 10px; width:220px; height: 100%; overflow: hidden; }


/* << ----------------// Footer //---------------->> */
#footer { margin:0; padding:5px 5px 5px 10px; width:900px; height:15px; font-size:10px; color:#535143; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color:#f1eedf; clear:both; border: solid 0 #d6cab2; }

#footer a:link, #footer a:visited { color:#535143; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration:underline; }

#footer a:hover, #footer a:active { color:#3d83c0; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; }



/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after { background-image: url('(EmptyReference!)'); content: " "; display: block; clear: both; visibility: visible; }

.clearfix { display: inline-table; }

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

