/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
margin:10px;
padding:0;
font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: normal;
color:#000000;
}

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 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
padding: 10px;
margin: 10px;
width: auto;
text-align: center;
word-wrap: normal;
border-right-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-style: solid;
border-left-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
background-color: #dbdbdb;
color: black;
font-size: 14px;
}

h4 {
margin-left: 15px;
margin-bottom: 15px;
margin-right: 10px;
margin-top: 15px;
padding: 3px;
border-right-style: solid;
border-left-style: solid;
border-bottom-style: solid;
border-top-style: solid;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
width: 90%;
color: black;
background-color: #dbdbdb;
font-size: 14px;
}

a:link, a:visited {
text-decoration: none;
color: #ff7a00;
}

a:hover, a:active {
color:#999999;
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 {
margin:0 auto;
padding:0;
width:900px;
border:1px solid #828282;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:5px;
width:890px;
height:90px;
color:#ffffff;
background-color:#000000;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
height:30px;
line-height:30px;
background-color:#454545;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
border-bottom-color: white;
border-top-color: white;
border-bottom-style: outset;
border-top-style: solid;
border-top-width: 2px;
border-bottom-width: 2px;
color: white;
text-decoration:none;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
margin-left: 5px;
margin-bottom: 0;
margin-right: 5px;
margin-top: 0;
padding: 5px;
float:left;
width: 150px;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size: 12px;
}

#columnOne, #columnThree {
font-size: 12px;
}

/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
border-top-style: none;
text-decoration: none;
margin-left: 0px;
margin-bottom: 0;
margin-right: 0px;
margin-top: 0;
padding:0;
width: 145px;
background-color:#454545;
}

#navVertical ul {
border-left-style: none;
border-bottom-style: none;
border-right-style: none;
border-top-style: none;
margin-left: 0px;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding:0;
list-style:none;
}

#navVertical ul li {
border-top-color: white;
border-top-width: 1px;
border-right-style: none;
border-left-style: none;
border-top-style: solid;
border-bottom-style: none;
margin-left: 0px;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding:0;
list-style:none;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
border-top-color: white;
border-top-width: 1px;
border-left-style: none;
border-bottom-style: none;
border-right-style: none;
border-top-style: solid;
text-decoration: none;
padding:5px 8px 5px 8px;
color:#eeeeee;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
border-top-color: white;
border-top-width: 1px;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
border-top-style: solid;
text-decoration: none;
color:#454545;
background-color:#eeeeee;
}

                                                              
/* << ----------------// Middle column //---------------->> */
#columnTwo {
margin-left: -5px;
margin-bottom: 0;
margin-right: 0;
margin-top: 0;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 5px;
padding-top: 5px;
float:left;
width: 550px;
background-color: #f2f2f2;
}

/* << ----------------// Right column //---------------->> */
#columnThree {
margin-right: 5px;
margin-left: 5px;
margin-bottom: 0;
margin-top: 0;
padding: 5px;
float:left;
width: 150px;
}

/* << ----------------// Footer //---------------->> */
#footer {
margin-top: 25px;
padding-left: 10px;
padding-right: 5px;
width:885px;
height:20px;
font-size:10px;
color:#cccccc;
background-color:#000000;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// 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 */
