/* CSS Document */

#home-intro {
	float: left;
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	/*height: 140px;*/
	padding: 20px;
	width: 358px;
	}


#home-section-middle {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	float: right;
	width: 400px;
	}

#home-section-ends {
	border-left: 1px solid #000000;
	float: right;
	width: 400px;
	}

	.home-section-img {
		float: left;
		padding: 20px;
		}/**/
		
	
	.home-section-header {
		color: #385256;
		float: left;
		font:bold 16px Georgia, "Times New Roman", Times, serif;
		margin-top: 20px;
		width: 250px;
		}
	
	.home-section-text {
		float: left;
		font:italic 12px/14px Georgia, "Times New Roman", Times, serif;
		width: 260px;
		}

		.home-section-text a {
			color:#385256;
			text-decoration:none;
			}
		
			.home-section-text a:hover {
				text-decoration:underline;
				}		
	
		.home-section-text ul {
			list-style: none;
			margin: 0px;
			padding: 0px 0px 0px 3px;
			}
	
#home-interactive-div {
	height:140px; 
	width:359px;
	}

#newsEvents {
	border:1px solid #000; 
	float:left;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom:15px;
	margin-top:10px;
	width:358px;  
	}
	
	#newsEvents ul { 
		font: 12px Georgia, "Times New Roman", Times, serif;
		list-style: none;
		margin: 0;
		padding: 0;
		}


#upcomingEventsTab {
	cursor: pointer;
	float:left;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	width:176px;
	}
	
#newsReleaseTab {
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	cursor: pointer;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	float:left;
	width:175px;
	background: url(../images/btnBk.gif) repeat-x;
	}	
	
#UpcomingEvents {
	clear:left;
	padding:5px;
	width:335px;
	}

#NewsReleases {
	clear:left;
	padding:5px;
	width:348px;
	}

