/* Template11 Custom.css version 1.05*/ 



/*-------General Styles--------*/

/*the default color and size for text on this site.*/
body { 
	color: #000; 
	font-size: 80%;
}

/*
Margin - Controls the spacing to allow for side columns
min-height - use to set a minimum height for the content section of the page.  
_height - is a hack. It allows us to set a height (that only IE will see) which works like minimum height in standards complaint browsers.

#content { 
	_height: 420px;
	margin:0 183px 0 182px;
	min-height: 420px; 
}
*/
/*Controls the font size in the footer. Inherits from the body*/
#footer { font-size: .7em; }

/*Controls the headline color*/
h1, h2, h3, h4 { color: #5d5946; }

/*Controls heading font size for h1*/
h1 { font-size: 1.45em;	}

/*Controls heading font size for h2*/
h2 { font-size: 1.40em; }

/*Controls heading font size for h3*/
h3 { font-size: 1.38em; }

/*Controls heading font size for h4, h5, and h6*/
h4, h5, h6 { font-size: 1.35em; }

/*Controls the font size in the header. Inherits from the body*/
#header { font-size: .8em; }

/*Sets the height for the momentum band on the home page*/
#home #momentum { height: 120px; }

/*The color that will expand to the right of the momentum band */
#momentum { 
	background:  #fedb34; 
	margin-left: 182px;
}

/*Sets the height for the momentum band on every page except for the home page.*/
#momentum { height: 73px; }

/*Controls the width of the page
#pageConstraints {
	min-width: 758px;
	
	
	width:expression(document.body.clientWidth < 759? "758px" : "100%" );
}
*/
/*
border-top = Size and Color of the bar above the whole navigation
margin-top = space above the navigation.
*/
#sideNav { 
	border-top: 2px solid #bfe9f5;
	margin-top: 0; 
	background: #ffdab9;
} 

/*Height here needs to be the same size as the height of your sitename image for vertical alignment to work in Firefox.*/
/*#siteNamePositioner { height: 50px; }*/

/*This number tells the browser what size to allow to the left for your site name image*/
#siteSpecific { margin-left: 128px; }

#columnRight {
	margin: .3em;
	padding: .5em;
	width: 168px;
}
	
#columnRight strong { 
	color: #494d4c;
	display: block;
	font-size: 1.15em;
	padding: .6em 0;
}


/*-------End General Styles--------*/

	
/*-------left Nav Styles--------*/



