/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
background: #333333;
margin:15px;
padding:0px 0px;
font-family: "Verdana", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 12px;
text-align:left; 
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;

}

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-family: "Elementary Heavy SF", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
color:#8b0000;
text-decoration:none;
}

h2 {
font-size:18px;
font-weight:bold;
color:#DF4500;
text-decoration:none;
}

h3 {
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

h4 {
font-size:10px;
font-weight:normal;
color:#ffffff;
text-decoration:none;
}


h5 {
font-size:10px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

a {
font-size: 10px;
text-decoration: underline;
color: #6e6e6e;
}

a:hover {
font-size: 10px;
text-decoration: underline;
color: #6e6e6e
}

a:link, a:visited {
font-size:10px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

ul {
margin:5px 0 5px 10px;
padding:20px;
list-style-type:disc;
font-size:12px;
font-weight:bold;
color:#000000;
}

ul li {
margin:0 0 4px 0;
padding:0;
font-size:12px;
font-weight:bold;
}


ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ol li {
margin:0 0 4px 0;
padding:0;
font-size:14px;
font-weight:normal;
}

hr {
color: orange;
}


/* << --------------// Outer container that holds all the columns /-------------->> */
#mainContainer {
margin:0 auto;
padding:20px;
width:800px;
border:0px solid #A4A4A4;
background: #FFCC99; /*#DEB887;*/   /*main body background changed to TAN d2b48c*/
color: black;
}

#mainContainer a {
font-size: 14px;
text-decoration: none;
color: #000000;
}

#mainContainer a:visited {
font-size:14px;
color:#444444;
text-decoration:none;
}


#mainContainer a:hover {
font-size: 14px;
text-decoration: underline;
color: #DF4500
}

#mainContainer p {
padding:20px;
font-size: 14px;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px;
width:800px;
height:178px;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
background: #585858;
font-size:14px;
font-weight: normal;
text-decoration:none;
text-align:left; 
margin:0;
padding: 0px 0px 0px 0px;
width:180px;
}


#menu {
height: 30px;
line-height: 20px;
background: #;
width:180px;
}
#menu ul {
list-style-type: none;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 10px;
color: #666666;
}

#menu ul li a:hover {
color: #4d4d9f;
text-decoration: none;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:px;
}

#columnOne h2, #columnThree h2 {
font-size:px;
}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
background: #000000;
font-size:14px;
font-weight: normal;
text-decoration:none;
text-align:left; 
margin:0;
padding: 0px 0px 0px 0px;
width: 450px;

}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
background: #585858;
font-size:11.5px;
text-align:left; 
color: #5F04B4;
font-weight: normal;
margin:0;
padding: 0px 0px 0px 0px;
width: 170px;

}


/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:800x;
height:70px;
font-size:9px;
text-align:center; 
color:#000000;
background-color: #FFCC99;
clear:both;
}

#footer a:link, #footer a:visited {
color:#444444;
font-size:12px;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#888888;
font-size:12px;
text-decoration:underline;
}
#lightbox{
	background-color:#ffffff;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
font-size:11px;
font-weight:bold;
color:#2d2d2d;
text-decoration:none;
	}	
#lightboxCaption{float: left; }
#keyboardMsg{ float: none; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }


.glossymenu{
list-style-type: none;
margin: 0px 0;
padding-left: 0px;
width: 150px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}



.glossymenu li a{
background: white url(images/glossyback.png) repeat-x bottom left;
font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.png);
}



/* << ----------------// 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 */