/*******************************************************
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: 14px;
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:#c88c00;
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: none;
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:0;
list-style-type:disc;
font-size:10px;
font-weight:bold;
color:#FFFFFF;

}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
font-size:12px;
font-weight:bold;
}


/* << -------------// Outer container that holds all the columns //------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:800px;
border:0px solid #A4A4A4;
background: #000000;
}

#mainContainer a {
font-size: 14px;
text-decoration: none;
color: #FFFFFF;
}

#mainContainer a:visited {
font-size:14px;
color:#FFFF00;
text-decoration:none;
}

#mainContainer a:hover {
font-size: 14px;
text-decoration: underline;
color: #DF4500;
}


/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px;
width:800px;
height:178px;

}

#menu {
height: 30px;
line-height: 20px;
background: #;
width:180px;
}
#menu ul {
list-style-type: none;
padding-left: 1px;
}
#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;
}

/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:800x;
height:70px;
font-size:9px;
text-align:center; 
color:#A0A0A0;
background-color:#000000;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
font-size: 12px;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#DDDDDD;
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 */