﻿@charset "UTF-8";
/* CSS Document */

/*--------------- Home Page Styling --------------------------------------------------*/
	.asa-titlebar-c {
			height:80px;
		}
			.asa-titlebar-c .asa-sectiontitle-c {
			  	width: 260px;
			  	float: left;
			  	margin-left:auto;
				margin-right:auto;
			}
			.asa-titlebar-c .ms_formfieldlabelcontainer {
				font-size: 13px;
			}
			.asa-titlebar-c .asa-sectiondesc-c {
				width:728px;
				float:left;
				/*margin-bottom:20px; */
			}
				/*Override .ms-rtestate-field p line-height of 1.6em for section blurb*/
				.asa-sectiondesc-c.asa-sectiondesc-pal p {
					line-height:1.2em;
				}


				
	  /* Homepage Slideshow Styling*/
	  #asa-HomeSlideShowContainer{
		  position:relative;
		  top:0;
		  left:0;
		  display:block;
		  margin-left:auto;
		  margin-right:auto;
		  width: 998px;
		  margin-bottom:10px;
	  }
	  #StaticContentZone {
		float: left;
		position:relative;
		display: block;
		margin-left: 0px;
		margin-right:10px;
		width: 290px;
		}
		
	  #SlideShowArea {
		float: left;
		position:relative;
		display: block;
		margin-left: 0px;
		width: 697px;

}
	  /*Secondary Navigation Styling for Home Page. Only real difference from the Comm page secondary nav is the four item button width (below) */
	  .secondarynav{ /* Copied from asa-secnav.css */
		  	clear: both;
      		height: 41px;
    		margin-left: auto;
    		margin-right: auto;
    		width: 100%;
	  }
		  ul.secondaryNavList li.fourItemMenuButton{
				  width:247px;
				  margin-right: 3px; /* This should already be defined on "ul.secondaryNavList li"-- added here because it is important 
				  						and it may need to change for different numbers of buttons, so far 3px works for 4 and 6 buttons... */
		  }
	  		  
	  /*Homepage Lower Areas Styling*/
	  
	  .asa-threewebpartzone-2{
		  /*height: 269px;*/
		  min-height:200px;
		  margin-top: 20px;
		  overflow:hidden;
	  }
	  
		  .asa-smallbox3{
			  position:relative;
			  width:275px;
			  float:left;
			  padding:12px 22px;
		  }
		  
		  .asa-smallbox3.asa-centersmallbox3{
				margin-left:18px;
				margin-right:18px;
		  }
	  
/*--------------- end HomePage-Specific Styling -------------------------------------*/

