@charset "UTF-8";

/*HomePage Structure*/
div#main_column, div#side_column  {
	float:left;
}
div#side_column {
	width: 220px;	/*min-height:300px; */
	background-color:white;
	padding:10px;
}
#main_column { 
	width:720px; /*min-height: 242px;*/
	background-color: white;
	background-image: url(images/home_images/bgtile_HomeContent.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#row_slideshow {
	height: 200px;
	background-image: url(images/home_images/MissionStatement.gif);
	background-repeat: no-repeat;
	background-position: 480px 10px;
}
#row_slideshow img { padding:10px;}



/*Get Informed*/

#row_getinformed a, #row_getinvolved a { color: #596464; text-decoration: none;}
#row_getinformed a:hover, #row_getinvolved a:hover  { color: #ff0033;}
#row_getinformed h2, #row_getinvolved h2 {
	color:#cf0025;
	letter-spacing: -.01em;
	padding-top:8px;
	padding-bottom:14px;
	padding-left: 10px;
}


#row_getinformed{
	height: 220px;/*min-height: 220px;*/
	padding-bottom:20px;
	background-image: url(images/home_images/bg_YLinksShadow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#row_getinformed div { 
	float:left;
	/*opacity: .4; -moz-opacity: .4; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);*/
}
#row_getinformed div ul{ padding-left:10px;}
#row_getinformed div#Announcements {
	width: 450px; 
	padding:10px 10px 10px 10px;
}
#row_getinformed div#YLinks {
	width: 220px;
	padding:10px 20px 10px 10px;
	background-image: url(images/icons/ico-pdf.gif);
	background-repeat: no-repeat;
	background-position: 210px 20px;	
}
#row_getinformed div#YLinks h2 {
	color:#cf0025;
	letter-spacing: -.01em;
	padding-top:8px;
	padding-bottom:14px;
	padding-left: 0px;
	/*margin-left: 10px;*/	
	/*padding-right: 10px;*/
	/*border:solid 0px #000000;*/
	/*margin:auto;*/	
}



/*Get Involved*/
#row_getinvolved {
	height: 210px;/*min-height: 210px;*/ /*height:auto;*/
	background-color: #b9dedd;
	border-top: solid 2px #cf0025;
	padding-left:10px; padding-bottom:20px;
}
#row_getinvolved div.infobox {
	width:160px; min-height:100px;
	background-color: #b9dedd;
	padding:10px;
	float:left;
}
#row_getinvolved div.infobox  p{
	font-size: 12px; line-height: 1.5em;
}

#row_slideshow .rot{padding:0 11px 0 13px}
#row_slideshow .Rotator{width:270px;height:200px;position:relative}
#row_slideshow .RotatorControl{width:262px;height:30px;position:absolute;bottom:0;left:0;background:url(Rotator/HomePage/Control.png) 0 0 no-repeat;padding:10px 0 0 8px}
#row_slideshow .RotatorControl a{float:left;width:24px;height:20px;line-height:200px;overflow:hidden}
#row_slideshow .RotatorPrev{background:url(images/Rotator/HomePage/hrPrev.gif) 0 0 no-repeat;}
#row_slideshow .RotatorStart{background:url(images/Rotator/HomePage/hrPlay.gif) 0 0 no-repeat;display:none}
#row_slideshow .RotatorStop{background:url(images/Rotator/HomePage/hrStop.gif) 0 0 no-repeat;}
#row_slideshow .RotatorNext{background:url(images/Rotator/HomePage/hrNext.gif) 0 0 no-repeat;}
#row_slideshow .RotatorControl .ViewGallery{width:80px;height:13px;background:url(images/Rotator/HomePage/hrViewGallery.gif) 0 0 no-repeat;position:absolute;right:20px;top:15px}


