*Org Portal*/

.mainnav .topMenu {
	margin: 0 0 0 234px; /*this is to undo the margin for the main sn360 site, see style.css */ 
	}
	
	h6.poweredLogo {
		margin: 1px 0 0;
		font-style: italic;
		float: left;
		font-size: 10px;
		width: 105px;
		line-height: 1.15;
		}
		
		
.orgPortal .orgBox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	background: #ffffff url('../images/bg_aauBasketball.jpg') center right no-repeat;
	/*background: url('../images/bg_aauHeader.jpg') top left no-repeat;*/
	}
		
		
.orgLogo {
	float: left;
	margin-right: 15px;
	}
	
#orgLanding {
	margin-bottom: 20px;
	}
	




/*these icons are used throughout the site.  should probably move to style.css later */
a.smsLight, a.smsDark {
	display: block;
	width: 64px;
	height: 47px;
	overflow: hidden;
	float: left;
	}
	
	a.smsDark img {
		position: relative;
		top: -47px;
		}
		
a.twitterLight, a.twitterDark {
	display: block;
	width: 37px;
	height: 47px;
	overflow: hidden;
	float: left;
	}
	
	a.twitterDark img {
		position: relative;
		top: -47px;
		}
		
a.emailLight, a.emailDark {
	display: block;
	width: 47px;
	height: 47px;
	overflow: hidden;
	float: left;
	}
	
	a.emailDark img {
		position: relative;
		top: -47px;
		}
		
/*org portal specfic */


/*news section */
.orgPortal_col {
	background: #E5E5E5 url('/images/bg_dropshadow_right.jpg') top left repeat-y;
	padding-top: 5px;
	}
	
	.orgNews {
		margin: 0 0 25px 10px;
		width: 280px;
		}
		
	.rssLink {
		float: left;
		}
		
	.orgNewsHeading {
		padding: 2px 0 5px 25px;
		border-bottom: 1px solid #B3B3B3;
		margin-bottom: 5px;
		}
		
	#body .newsList {
		margin: 0;
		}
		
		#body .newsList li {
			list-style-type: none;
			margin-bottom: 10px;
			}
			
		.newsList h4 {
			margin: 0;
			}
			
		.newsList li h4 a {
			margin: 0;
			color: #B55A00;
			font-size: 0.8em;
			text-decoration: none;
			}
			
			.newsList li h4 a:hover {
				color: #0077C0;
				text-decoration: underline;
				}
			
		.newsList li h5 {
			margin: 0;
			color: #0077C0;
			font-size: 0.9em;
			line-height: 0.8em;
			}
			
		.newsList p {
			font-family: Trebuchet MS;
			letter-spacing: -0.1em;
			font-style: italic;
			margin: 0;
			font-size: 0.9em;
			}
			
/* not news section.  in fact, this starts the directory section */			

.orgPortal .directorySearch {
	/*width: 380px;*/
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 40px;
	}
	
	.orgPortal .directorySearch form div {
		float: left;
		width: 260px;
		clear: none;
		}
		
		#city_field {
			clear: both;
			
			}
		
		.orgPortal #keywords_field input, .orgPortal #city_field input {
			width: 250px;
			float: left;
			clear: none;
			}
			
	.orgPortal #gender_field, .orgPortal #age_field, .orgPortal #type_field {
		float: left;
		width: 95px;
		clear: none;
		}
	
		.orgPortal #gender_field select, .orgPortal #age_field select, .orgPortal #type_field select {
			width: 90px;
			}
			
	.orgPortal #update_field {
		float: right;
		margin: 0;
		clear: right;
		width: 130px;
		}
		
		.orgPortal #update_field a {
			padding: 5px 0 0;
			float: left;
			}
			
	.orgPortal #submit_field {
		width: 95px;
		float: right;
		}
		
.orgPortal .alertBox {
	width: 200px;
	float: right;
	}
	
	#body .orgPortal .alertBox ul {
		padding: 0;
		font-weight: bold;
		font-style: italic;
		margin: 0 0 15px;
		color:#00457C;
		}
		
		#body .orgPortal .alertBox ul li {
			list-style: none;
			padding: 0;
			}
	.orgPortal .smsLight {
		margin-right: 25px;
		}
		
	.orgPortal .emailLight {
		float: right;
		}
		
	.orgPortal .signUpLink {
		padding: 20px 0 0;
		display: block;
		float: left;
		}
		
.orgPortal .directory {
	margin-top:10px;
	}
		
/* styling for tabs */
#body ul.directoryNav {
	background: url('/images/bg_navlinks_left.png') top left no-repeat;
	left: 0;
	float: left;
	margin: 0;
	margin-top: -27px; /* -5 pixels from measurements - weird */
	margin-left: 1px;
	height: 30px;
	position: relative;
	z-index: 10;
	}
	
	#body ul.blueNav {
		background: url('/images/bg_navlinks_left_hover.png') top left no-repeat;
		}
	
	#body ul.directoryNav li {
		background: url(../images/bg_navlinks.png) no-repeat top right;
		_background: url(../images/bg_navlinks.gif) no-repeat top right;
		float: left;
		height: 30px;
		left: 0;
		margin-left: -20px;
		list-style: none;
		font-weight: bold;
		text-decoration: none;
		}
		
		#body ul.directoryNav li:hover,
		#body ul.directoryNav li.active {
			background: url(../images/bg_navlinks_hover.png) no-repeat top right;
			}
		
		#body ul.directoryNav li a {
			float: left;
			margin: 4px 6px 0 0;
			height: 25px;
			color: #505B66;
			padding: 5px 14px 0 20px;
			line-height: normal;
			text-decoration: none;
			}
			
			#body ul.directoryNav li a:hover,
			#body ul.directoryNav li.active a {
				_background: url(../images/bg_navlinks_hover.gif) no-repeat top right;
				_color: #F2F2F2;
				}
		
			#body ul.directoryNav li:hover a ,
			#body ul.directoryNav li.active a{
				background: none;
				color: #F2F2F2;
				}
				
	/* */
	#body ul.directoryNav li.nav-1 {
		z-index: 10;
		position: relative;
		margin-left: 10px;
		}
		
		#body ul.directoryNav li.nav-1 a {
			padding: 5px 14px 0 0;
			}
		
	#body ul.directoryNav li.nav-2 {
		z-index: 9;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-3 {
		z-index: 8;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-4 {
		z-index: 7;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-5 {
		z-index: 6;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-6 {
		z-index: 5;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-7 {
		z-index: 4;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-8 {
		z-index: 3;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-9 {
		z-index: 2;
		position: relative;
		}
		
	#body ul.directoryNav li.nav-10 {
		z-index: 1;
		position: relative;
		}
		
		
.orgPortal #league_directory_table {
	margin-left: 2px;
	}
	
#headerPhone {
	float: left;
	margin: -10px 0 0;
	}
	
/*follow all btn */
#follow_all {
	float: right;
	margin-top: -29px;
	text-align: right;
	width: 245px;
	position:relative;
	z-index:100;
	}
	
	#follow_all p {
		float: left;
		margin: 0 5px -22px 0;
		padding: 4px 85px 0 0;
		text-indent: 22px;
		}
		
		#follow_all .genericGrey {
			float: right;
			}
	
	
/*new stuff for webcasts right col*/
.webcasts_col h4 {
	line-height: 1.4em;
	margin: 0 0 1em 0;
	}
		

	
	
	
	


