/* CSS Document */

/* ---------- Layout ---------- */

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background: #FFFFFF;
} 
 
#Pagewidth{ 
	width:825px; 
	text-align:left;  
	margin-left: auto; 
	margin-right: auto;  
} 

#Header{
	position:relative; 
	width:825px; 
	height:260px; 
	width:100%;
	background: #FFFFFF url; 
	float:left; 
} 
 
#Navigation{
	position:relative;
	width:825px;
	height:25px;
	background: #FFFFFF;
	float:left;
	text-align:left;  
}

#Content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	float: left;
	position: relative;
	width: 810px;
	height: 260px;
	padding: 0px 5px 0px 8px;
	overflow: auto;
	border-left: solid;
	border-left-width: 1px;
	border-left-color:#e5e5e5;
	border-right: solid;
	border-right-color:#e5e5e5;
	border-right-width: 1px;
	border-bottom: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
}

#Samples{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #616161;
	float: left;
	position: relative;
	width: 825px;
	height: 260px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	border-left: solid;
	border-left-width: 1px;
	border-left-color:#e5e5e5;
	border-right: solid;
	border-right-color:#e5e5e5;
	border-right-width: 1px;
	border-bottom: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
}
 
#Footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	float: left;
	position: relative;
	width: 825px;
	height: 28px;
	background: #FFFFFF;
	padding: 10px 0px 0px 240px;
	clear:both;
} 

/* ---------- Inside Content Area Divs ---------- */

#TwoColumn-Left{
	width: 600px;
	height: auto;
	padding: 0px 5px 0px 5px;
	position: relative;
	float: left;
	background-color:#EFEFEF;
}

#TwoColumn-Right{
	width: 190px;
	height: auto;
	padding: 0px 5px 0px 0px;
	position: relative;
	float: right; 
}

#Content-FullWidth{
	width: 500px;
	height: auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left; 
}

#Webmaster{
	width: 500px;
	height: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	top: 300px;
}


/* ---------- Float containers fix: http://www.csscreator.com/attributes/containedfloat.php ---------- */ 

 .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 */  


/* ---------- Hide Certain Columns When Printing ---------- */ 

@media print{ 
#Navigation{display:none;} 
#twocols, #Content{width:100%; float:none;}
}


/* ---------- MENU ---------- */


#navlist
{
margin: 0;
padding: 0px 0px 0px 0px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
font-weight: bold;
margin: 0px 20px 0px 20px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
margin: 0px 20px 0px 20px;
border-bottom: 2px solid #bfbfbf;
padding-bottom: 1px;
color: #000000;
}

#navlist a:hover 
{ 
color: #000000;
margin: 3px 20px 0px 20px;
} 

