#organizations-list{
	
	
}
#organization-listing{
	background: #FFF;
	padding: 2em;
	margin-bottom: 2em;
	
	
}
#organization-listing-narrow{
	background: #FFF;
	padding-left: 1em;
	margin: 0 0 2em 5px;
	width: 300px;
	float:left;
	
	background: #F0F0F0;
	
}
#contest-listing{
	background: #FFF;
	padding: 2em;
	margin-bottom: 2em;
	
	
}

#clear {
	clear: both;
}
#hal_box {
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
}

#rss-feed h4 a{
	color: black;
	font-size: 14px;
	padding-left: 18px;
	background:url(/images/rss.png) no-repeat top left;
}

#rss-feed li {
	list-style-type:circle; 
	margin-left: -5px;
}

#category-list {
	background-color: white;
	padding: 1em;
	margin-bottom: 2em;
	
}

#category-items {
	font-size: 14px;
	padding: 1em;
}

#category-items li {
	list-style-type:none; 
}

/* --== Flash Messages ==-- */

#flash {
	margin: 10px 0;
	height: 36px;
	line-height: 36px;
	font-size: 11pt;
	padding-left: 156px;
}

.flash_error {
	/*
	border: 1px solid #F1C1AD;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	*/
	border: 0;
	text-align: left;
	background: #FAE3DA url('/images/elements/flash_fail.gif') 2px 2px no-repeat;
}

.flash_error .message {}

.flash_notice {
	/*
	border: 1px solid #D5F0A6;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	*/
	border: 0;
	text-align: left;
	background: #ECF8DA url('/images/elements/flash_success.gif') 2px 2px no-repeat;
}

.flash_notice .message {}

.flash_warning {
	/*
	border: 1px solid #FFE666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	*/
	border: 0;
	text-align: left;
	background: #FFF9C7 url('/images/elements/flash_warning.gif') 2px 2px no-repeat;
}

.flash_warning .message {}

.flash_info {
	/*
	border: 1px solid #C9E9F1;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	*/
	border: 0;
	text-align: left;
	background: #EBF7FA url('/images/elements/flash_info.gif') 2px 2px no-repeat;
}

.flash_info .message {}

.pagination {
	padding-left: 2em;
	padding-bottom: 2em;
}






 ul.topnav {  
     list-style: none;  
     padding: 0 20px;  
     margin: 0;  
     float: left;  
     
 }  
 ul.topnav li {  
     float: left;  
     margin: 0;  
     padding: 0 15px 0 0;  
     position: relative; /*--Declare X and Y axis base for sub navigation--*/  
 }  
 ul.topnav li a{  
     padding: 0px 5px;  
     /*color: #fff;  */
     display: block;  
     text-decoration: none;  
     float: left;  
 }  
 ul.topnav li a:hover{  
     background: url(topnav_hover.gif) no-repeat center top;  
 }  
 ul.topnav li span { /*--Drop down trigger styles--*/  
     width: 30px;  
     height: 35px;  
	 padding-top: 2px;
     float: left;  
     background: url(http://evadot.com/wp-content/themes/arras-theme/images/EvaBotTINY-1.png) no-repeat center top;  
 }  
 ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
 ul.topnav li ul.subnav {  
     list-style: none;  
     position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
     left: 0; top: 35px;  
     background: #333;  
     margin: 0; padding: 0;  
     display: none;  
     float: left;  
     width: 170px;  
     border: 8px solid #111;  
 }  
 ul.topnav li ul.subnav li{  
     margin: 0; padding:0;  
     
     clear: both;  
     width: 170px;  
 }  
 html ul.topnav li ul.subnav li a {  
     float: left;  
     width: 145px;  
     background: #f0f0f0 url(dropdown_linkbg.gif) no-repeat 10px center;  
     padding-left: 20px;  
	 padding-top: 5px;
	 padding-bottom: 5px;
 }  
 html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
     background: #f0f0f0 url(dropdown_linkbg.gif) no-repeat 10px center;  
 }