/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
background-image: url(images/page_background.png);
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: #BDBDBD;
line-height:18px;

}

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:#ffffff;
text-decoration:none;

}

h2 {
font-size:20px;
font-weight:bold;
color:#339900;
text-decoration:none;
}

h3 {
font-size:12px;
color:#87aade;
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:#BDBDBD;
font-weight:bold;
}
a:hover {
text-decoration: underline;
color:#BDBDBD;
font-weight:bold;
text-decoration:none;
}

a:link, a:visited {
color:#BDBDBD;
font-weight:bold;
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;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 800px;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 4px; /*offset of tabs relative to browser left edge*/
font: bold 10px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #339900; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #808080; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width:800px;
border:0px solid #A4A4A4;
background-image: url(images/back3.png);

}

/* << ----------------// Header //---------------->> */
#header {
float:left;
font-size:12px;
font-weight: bold;
margin:0;
padding:0px;
width:800px;
height:87px;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
font-size:11px;
font-weight: bold;
text-decoration:none;
text-align:left; 
margin0px;
padding: 0px 0px 0px 0px;
width:220px;

}


#menu {
height: 30px;
line-height: 20px;
background: #;
width:140px;
}
#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: 600;
font-size: 12px;
color: #d09c10;
}
#menu ul li a:hover {
color: #d8d8d8;
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:10px;
text-align:left; 
font-weight: bold;
margin:0;
padding: 0px 0px 0px 0px;
width: 550px;
}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
font-size:11.5px;
text-align:left; 
color: #5F04B4;
font-weight: normal;
margin:0;
padding: 0px 0ppx 0px;
width: 10px;

}


/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:0px 0px 0px 0px;
width:800x;
height:0px;
font-size:9px;
text-align:left; 
color:#ffffff;
background-image: url(images/backg.png);
clear:both;
}

#footer a:link, #footer a:visited {
color:#ffffff;
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 */
