/* page layout */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#514E23; 
} 
 
#pagewidth{ 
 min-width:970px; 
 background:url(http://www.mentalhealthamerica.net/images/conference/centennial/page_bg.gif);   
} 
 
#header{
 position:relative; 
 height:165px; 
 background-color:#000; 
 width:100%;
 text-align:left;
} 

#menu {
	background-color: #A4C2C2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 35px;
	width: 100%;
	text-align:left;
	z-index: -1;
}

/*  Top nav */
#topmenu {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0px;
	width:100%;
	background: url(http://www.mentalhealthamerica.net/action/menu_bg_0.gif) repeat-x #006699; 
	}


#leftcol{
	width:38%;
	float:left;
	position:relative; 
 }
/*** IE Reads this ***/ 
 #leftcol_bg{ 
	background-image: url(http://www.mentalhealthamerica.net/images/conference/centennial/bell_form.jpg);
	background-repeat: no-repeat;
	height:264px;
	width:385px;
	margin-top:10px;
	position:relative;
	left:-30px;
 }
/*** IE Ignores this ***/
html>/**/body #leftcol_bg{ 
	background-image: url(http://www.mentalhealthamerica.net/images/conference/centennial/bell_form.jpg);
	background-repeat: no-repeat;
	height:264px;
	width:385px;
	margin-top:10px;
	margin-left:6px;
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:62%; 
 text-align:left;
 }
 
 #maincol_inner_wrapper{
 	width: 550px;
	padding:10px;
 }
 
#footer{
 height:150px; 
  background-color:#514E23; 
 clear:both;
 padding-top: 10px;
 } 


 
 /* *** Float containers fix:
 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 */  

/* styles*/

#header img{
padding-top:15px;
padding-left:15px;
}

/*** IE Reads this ***/
#menu p {
	color: #FFFFFF;
	letter-spacing:0.1em;
	font-family: arial;
	padding-left: 15px;
	position:relative;
	top:4px; 
	white-space: nowrap;
	}
	
/*** IE Ignores this ***/
html>/**/body #menu p {
	color: #FFFFFF;
	letter-spacing:.1em;
	font-family: arial;
	padding-left: 15px;
	position:relative; 
	top:-10px;
	white-space: nowrap;
	}
	
	
#menu a {
	color: #000;
	text-decoration:none;
	letter-spacing:.1em;
	font-size: .80em;
        font-weight: bold;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	}
	
#menu a:hover {
	color: #993300;
	text-decoration:underline;
	}
	

#topmenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	display:inline;
	}

#topmenu ul li {
	display: inline;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left; 
   }
#topmenu ul li a {
	background: url(http://www.mentalhealthamerica.net/action/menu_bg_0.gif) repeat-x #006699; 
	height: 26px;
	padding: 0px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
	font-size:    105%;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: 150%;
	line-height: 26px;
	border-top: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #CCCCCC;
	}

html>#topmenu ul li a  {
	font-size: x-small;   
	} 
#topmenu ul li a:hover {
	color: #000000;
	background: #fff;
	border: 1px solid #0587CC;
	}
/
/*hide from IE5-Mac \*/
#topmenu ul li {
   float: left;
   }
/*end hide*/
	
	

#footer a, a:visited{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#footer p{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 260px; 
	text-align:center;
}

#footer a:hover{
	color: #A4C2C2;
}
	
.bodyText {
	line-height:2.1em;
	color:#333333;
	font-family: arial;
	font-size: 0.75em;
	}
	
a:visited{ 
color: #993300;
	font-size: 1.2em;
}	
		
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
#maincol_inner_wrapper{width: 80%; padding:0px;}
#menu{display:none;} 
#topmenu{display:none;} 
#footer p{padding-left: 0px; }
#header img{padding-top:0px; padding-left:0px;}
}

