/*    Layout 
=================== */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bg.gif);
	z-index: 0;
}
body, td, div {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
div {
position: relative;
}
#pagewidth{
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	z-index:1;
} 
.homecols {
	background: #FFF url(images/bg_line.gif) repeat-y 428px 0px;
}
img {
 border: none;
} 
hr {
	height:1px;
	border: none;
	border-bottom:1px dashed #999;
	width: 100%;
}
#header{
 /*height:123px; */
 width:100%;
 background: #fff;
 z-index:2;
} 
#header img {
vertical-align:top;
}
#subheader{
 width:100%;
 background: #3a3535 url(images/bg_menu.gif) repeat-x left top;
 z-index:3;
} 
#leftcol{
 width:525px; 
 float:left; 
 z-index:2;
  }
#leftcol_home{
 width:428px; 
 float:left; 
 z-index:2;
  }
#rightcol{
 float: right; 
 display:inline; 
 width:225px; 
 padding-top: 1em;
 z-index:2;
 }
 #rightcol_home{
 float: right; 
 display:inline; 
 width:322px; 
 z-index:2;
 }
#footer{
	width: 750px;
	clear:both;
	background: #fff;
	border-top: 1px solid #999;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1px;
	z-index:2;
 } 
/*     LInks
================= */
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}

/*     Text
================= */
p {
	margin: 0 0 1em;
	line-height:1.3em;
}
h1 {
	font-size: 1.5em;
	margin-top: 0.7em;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: .6em;
}
h3 {
	margin-top: 1em;
	margin-bottom: 0;
	font-size:1em;
}
p,
h1,
h2,
h3,
table {
	margin-left: 15px;
	margin-right:15px;
}
h1,
h2,
h3 {
	color: #666;
}
h1 em,
h2 em,
h3 em {
	color:#900;
	font-style: normal;
}
#featured img {
	float: left;
	margin:0 1em 1em 0;
}
/*     Menu 
================= */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	z-index:10;
}

#nav a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFFFFF;
	padding: 10px 15px;
}
#nav a:hover {
         color:#f00;
		 text-decoration: none;
}

#nav li { /* all list items */
	float: right;
	 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	  background: #600;		
	/*  opacity:.90;
	filter: alpha(opacity=90); */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
        width: 170px;
        border-bottom: 1px dashed #900;
      

}
#nav li ul li.last {
	padding-bottom:5px;
	border-bottom:none;
	background: url(images/submenu-round.gif) no-repeat left bottom;		
}
#nav li ul li a {
        font-weight: normal;
		background: #600;
		opacity:1.0;
	/*	filter: alpha(opacity=100);      */
		padding: 10px 5px 10px 12px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* ############################## Float containers fix ############################## */
/* ####### Thanks to: http://www.csscreator.com/attributes/containedfloat.php ####### */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/*    printer styles
===========================*/ 
 @media print{ 
/*hide the left column when printing*/ 
#subheader {display:none;} 
#pagewidth, #leftcol, #rightcol,#leftcol_home,#rightcol_home {width:100%; float:none;}
body, .homecols {background: #fff;}
