@charset "utf-8";
/* CSS Document */

#container{
	width:900px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}
#header{
	width:900px;
}
#logo{
	float:left;
}
.mainNav{
	float:right;
	margin-top:0px;
	padding-left:0px;
	width:auto;
	height:16px;
	display:inline;
	margin-top:42px;
}
.mainNav li{
	margin-top:0px;
	list-style-type:none;
	float:left;
	display:block;
	margin-left:20px;
	
}
.mainNav li a{	
	color:#666666;
	text-decoration:none;
}
.mainNav li a:hover{
	text-decoration:underline;	
}

.mainNav ul{
	background:#FFFFFF; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;
	left:-9999px;/* Hide off-screen when not needed (this is more accessible than display:none;) */
	margin-left:0px;
	width:auto;
	color:#666666;
	padding-top:5px;
	background-color:#FFFFFF;	
	margin-left:0px;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	
}
.mainNav ul li{
	/*padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	line-height:25px;		
margin-right:10px;

}
.mainNav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	color:#666666;
	padding-left:0px;
	padding-right:0px;	

	
}
.mainNav li:hover ul{ /* Display the dropdown on hover */
	left:auto; /* Bring back on-screen when needed */
	margin-top:0px;
	margin-left:0px;
	!left:auto;
	!margin-left:-120px;
	!margin-top:15px;

}

.mainNav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	width:100%;
	height:auto;

	/*Background Color Here*/
}
.mainNav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	text-decoration:underline;
}
#middleImage{
	float:left;
	width:900px;
	margin-top:20px;
}
#homeText{
	float:left;
	width:605px;
	font-size:24px;
	color:#666;
	margin-top:20px;
	margin-left:20px;
	
}
#newsFeed{
	float:right;
	width:255px;
	height:350px;
	margin-top:20px;
	text-align:center;
	font-size:23px;
	color:#666;
}

.rss-box {
	text-align:left;
	height:200px;
width:255px;
overflow:auto;
margin-top:5px;
}

.rss-title, rss-title a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;

}

.rss-items {
padding:0px;
list-style:none;
margin-left:5px;
}

.rss-item  {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px; 
  color:#000000;
  margin-bottom:10px;
}


.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	color: #333;
	font-weight:bold;
	font-size: 12px; 
	}

.rss-item a:hover { 
	text-decoration : underline;
	color:#333;
	}
	
.rss-date {
	font-size: 10px;
	font-weight : normal;
	color: #666;
	}
	..rss-item{
	font-size:9px;
	}
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
   
#pageTitle{
	float:left;
	clear:both;
	margin:25px;
	font-size:24px;
}
#pageText{
	float:left;
	width:600px;
	clear:both;
	margin-left:60px;
	font-size:12px;
	
}
#pageBody{
	float:left;
	clear:both;
	margin-left:50px;
	margin-right:100px;
	margin-bottom:20px;
	
}
.partnersWrap{
	float:left;
	margin-top:40px;
	width:750px;
	height:auto;
}
.partnersLogo{
	float:left;
	height:100px;
	width:200px;
}
.partnersText{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	width:545px;
	font-size:12px;
}
.partnersText a{
	text-decoration:none;
	color:#333333;
	font-size:14px;
}
.partnersText a:hover{
	text-decoration:underline;
}
.pastPort{
	text-align:center;
	float:left;
	margin:20px;
	width:750px;
}
#photosContainer{
	float:left;
	width:150px;
	margin-top:20px;
}
.thumbContainer{
	margin:auto;
	width:100px;
	height:67px;
	background-color:#006600;
	margin:5px;
	float:left;
	clear:left;
}
#photoContainer{
	width:600px;
	margin-top:20px;
	height:auto;
	float:right;
}