/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
background: #6F7C91;
margin:15px;
padding:10px 10px;
font-family: "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 16px;
text-align:left; 
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #6e6e6e;
line-height:18px;
text-decoration:none;

}

p {
margin:4px 0 6px 0;
}

strong {
font-weight: normal;
}

em {
font-style:italic;
}

h1, h2, h3, h4 h5{
font-weight:normal;
margin: 0px 0 0 0;
}

h1 {
font-size:11px;
color:#6e6e6e;
text-decoration:none;

}

h2 {
font-size:16px;
font-weight:normal;
color:#4d4d9f;
text-decoration:none;
}

h3 {
font-size:10px;
color:#6e6e6e;
font-weight:bold;
}

}

h4 {
font-size:12px;
color:#4d4d9f;
font-weight:bold;



}
h5 {
font-size:10px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}



a {
text-decoration: underline;
color: #6e6e6e;
}
a:hover {
text-decoration: underline;
color: #6e6e6e;
}

a:link, a:visited {
color:#6e6e6e;
font-weight:normal;
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 {
margin:0 auto;
padding:0;
width:800px;
border:0px solid #A4A4A4;
background: #ffffff;

}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px;
width:800px;
height:120px;

}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
font-size:11px;
font-weight: normal;
text-align:left; 
margin:0;
padding: 10px 5px 5px 25px;
width:170px;

}


#menu {
height: 30px;
line-height: 20px;
background: #ffffff;
width:800px;
}
#menu ul {
list-style-type: none;
padding-left: 5px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 400;
font-size: 12px;
color: #6F7C91;
}
#menu ul li a:hover {
color: #2e2e2e;
text-decoration: none;
}



#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:11px;
}

#columnOne h2, #columnThree h2 {
font-size:14px;
}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
font-size:11px;
text-align:justify; 
font-weight: normal;
margin:0;
padding: 10px 5px 5px 10px;
width: 550px;

}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
font-size:11px;
text-align:left; 
font-weight: normal;
margin:0;
padding: 5px 5px 5px 5px;
width: 15px;

}


/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:800x;
height:20px;
font-size:9px;
text-align:center; 
color:#525252;
background-color:#ffffff;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
float:left;
font-size:12px;
font-weight: normal;

	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	



/* << ----------------// 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 */