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

/* << ----------------// General Styles //---------------->> */
body {
margin:0;
margin-bottom:0;
padding:0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
line-height:150%;
color:#000000;
background-color: #081532;
background-image:url(bg.gif);
background-repeat:repeat-x;
}

p {
margin:10px 0 6px 0;
text-align:justify;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1 {
font-size:24px;
margin:0 0 5px 0;
font-weight:bold;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2 {
font-size:14px;
margin:0 0 20px 0;
font-weight:bold;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#cc0000;
text-decoration:underline;
}

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:630px;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:80px 40px 0 40px;
width:490px;
height:150px;
color:#ffffff;
background-color: #FFF;
border-left: 30px solid #ededed;
border-right: 30px solid #ededed;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:630px;
height:30px;
line-height:30px;
background-color:#081532;
}

#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 {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 40px 40px 40px;
width:490px;
height:auto;
background-color: #FFF;
border-left: 30px solid #ededed;
border-right: 30px solid #ededed;
}

/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:10px 40px 20px 40px;
width:490px;
height:20px;
font-size:11px;
color: #999;
background-color: #FFF;
border-left: 30px solid #ededed;
border-right: 30px solid #ededed;
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 */

body {
  margin-top:0 !important;
  padding-top:0 !important;
  min-width:800px !important;
}