/*******************************************************
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:Georgia, "Times New Roman", Times, serif;*/
font-family:arial,helvetica;
font-size:12px;
line-height:16px;
color:#000000;
background-color:#000;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4, h5 {
font-weight:bold;
margin:10px 0 10px 0;
color:#3eb7eb;
}

h1 {
font-size:26px;
}

h2 {
	font-size:23px;
	color: #ab0a0a;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

h5 {
	font-size: 12px;
    font-weight: bold;
    color: #ab0a0a;
}

a:link, a:visited, a:hover, a:active {
color:#3eb7eb;
text-decoration:underline;
}

/*a:hover, a:active {
color:#3eb7eb;
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 dashed #454545;*/
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:5px;
width:890px;
height:135px;
color:#000;
background-color:#000;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:900;
height:30px;
line-height:30px;
/*background-color:#454545;*/
background-color:#fff;
font-size:13px;
}

#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;*/
color:#000;
font-weight: bold;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#000;
text-decoration:none;
background-color:#cccccc;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:190px;
background-color:#cccccc;
}

#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;
}

/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
height:460px;
background-color:#454545;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:490px;
background-color:#000;
color:#fff;
}

#columnTwo_calc {
float:left;
margin:0;
padding:0px 5px 10px 5px;
width:670px;
height:520px;
background-color:#000;
color:#fff;
/*overflow: auto;*/
}
/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:180px;
background-color:#000;
}

/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
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 */







/************************************************************/

div.box {
    margin: 6px 7px;
    padding-bottom: 2px;
    background: #fff;
    text-align: center;
}

div.box h3 {
    font-size: 11px;
    background: #cdcdcd url(images/box_border.gif) bottom repeat-x;
    padding: 5px;
    text-align: center;
}

div.box ul {
    list-style-type: none;
    
    margin: 10px 0;
}

div.box ul li {
    margin: 4px 0;
}

div.box img {
    margin: 8px 3px;
}

div.box input {
    width: 116px;
    border: 1px solid #bcbcbc;
}

div.box input.submit {
    border: 0;
    width: 122px;
    padding: 2px;
    background: #000;
    color: #fff;
    font: bold 10px Tahoma, Verdana, arial, sans-serif;
}

div.border {
    border-top: 1px solid #ddd;
    height: 10px;
}
.p-head {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.p-head img {
    border: 1px solid #ddd !important;
    clear: both;
}

.p-head span {
    background: url(images/logo.gif) no-repeat;
    width: 170px;
    height: 110px;
    display: block;
    border: 1px solid #ddd;
    margin: 10px auto 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul.download {
    margin: 20px 20px;
}

ul.download li {
    padding: 10px 30px;
    height: 30px;
    background: url(../media/pdf.gif) 0 4px no-repeat;
}
/*
form {
	display:block;
	padding:5px;
	width: 300px;
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
}*/

form textarea {
/*    width: 160px;
    height: 100px;*/
    border: 1px solid #bcbcbc;
}

#table {
	position:relative;
	text-align:center;
	background-color:#ff0;
}

#table span {
	float:left;
}