/* RAGFL Power By Association main css file */


/* Overall Page Layout styles */
body {
	width:100%;
	font: 78%/1.5 Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	background: white;
}
#leftcolumn {
	position: relative;
    width: 100%;
	margin: 0;
	background-color:  #168946;
}
#centercolumn {
	margin-left: 0;
	margin-right: 0; 
}
#rightcolumn {
   display: none;
}

#banner {
	position:relative;
	background-color:  white;
	text-align: center;
}
#banner span{display: none}
#bustail {
	float: none;
	display: inline;
	visibility: visible;
	position: relative;
	top: 0;
	right: 0;
	width: 400px;
	height: 72px;
}
#ragflheader{
	display: inline;
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 72px; 
	border: 0;
}
#powerbyassociationheader
{
	display: inline;
	visibility: visible;
	position: relative;
	margin-left: 0;
	margin-right:0; 
	width: 150px;
	height: 72px; 
	border: 0;
	text-align: center;
}



	
/* drop down navigation based on SUCKERFISH CSS Dropdowns*/

#nav,  #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 12em; 
	/*filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;*/
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 12em; }
#nav li ul { /* second-level lists */
	display: none;
}
#nav li ul li { /* submenu items */
	display: none;
}
#nav li ul ul { /* third-and-above-level lists */
	display: none;
}
#nav li a {
	width: 12em;
	w\idth : 11em;
	display : block;
	color : #00875C;
	font-weight : bold;
	text-decoration : none;
	background-color : #fffddd;
	border : solid 1px;
	padding : 0 0.5em; }
 #nav a.daddy {
	/*background: ;*/
	background-color : #fffddd;
} 
	
#nav li a:hover {
	color : white;
	background-color : #00875C; }
#nav li:hover ul ul,  #nav li:hover ul ul ul,  #nav li.sfhover ul ul,  #nav li.sfhover ul ul ul {
	display: none;
	}
#nav li:hover ul,  #nav li li:hover ul,  #nav li li li:hover ul,  #nav li.sfhover ul,  #nav li li.sfhover ul,  #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto; }

/* General layout styles */


.rightimage, #ceonewsletter {
	float: none;
	display: block;
	margin: 5px;
	visibility: visible;
	position: relative;
}
.leftimage{
	float: none;
	display: block;
	margin: 3px;
	visibility: visible;
	position: relative;
}


/* Specific styles */

.quicklinks{
	display: none;
}
.subquicklinks{
	display: none;

}

