/* ==== Global ====*/

/*body {
	font-family: arial;
	color: rgb(66,40,23);
    line-height: 1.1; 
	margin: 0;
	padding: 0;
	background: url(/App_Themes/SNF/images/main-back.jpg) top left repeat;
	}*/
	
h1, h2, h3, h4, h5 {
	font-family: times, serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
h1 {
	font-weight: normal;
	}

h2 {
	border-bottom: 1px dashed rgb(196,192,184);
	padding: 0 0 10px 0;
	margin: 5px 0 10px 0;
	}
	
h3 {
	color: rgb(130,167,196);
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed rgb(74,64,53);
	}
	
h4 {}

.clear {
	clear: both;
	}
	
a {
	color: rgb(34,13,0);
	}
	
a:hover {
	color: rgb(34,13,0);
	}
	
a:visited {
	color: rgb(130,167,196);
	}

/* Top Navigation - Containers only
   full layout css for the dropdowns
   are contained in the menu.css file */
	
#top-nav {
    max-width: 985px;
    margin: 0 auto 0 auto;
    min-height: 61px;
    background: url(/App_Themes/SNF/images/nav-back.jpg) top left repeat-x;
    padding: 1px 0 0 0;
}
	
#nav-holder {
	width: 985px;
	}
	
/* Main white, centered div */
	
#main {
	background: white;
	width: 921px;
	min-height: 300px;
	margin: 0 auto 0 auto;
	padding: 1px 15px 150px 15px;
	}
	
#login {
	float: right;
	margin: 12px 0;
	}
	
/* This is the master container surrounding 
   both the homepage slideshow and the interior
   pages header image */
	
#banner-holder {
	background: url(/App_Themes/SNF/images/slider-back.jpg) top left no-repeat;
	width: 900px;
	height: 350px;
	position: relative;
	}
	
#logo {
	position: absolute;
	top:10px;
	left:20px;
	z-index: 9;
	}

/* The footer is using a few tricks to overlap 
   the mountains and the main div.  Also, the
   height must remain fixed or content could 
   spill over.  */

#footer {
    height: 286px;
    max-width: 985px;
    background: url(/App_Themes/SNF/images/footer-back.png) top center no-repeat;
    margin: -200px auto 0 auto;
    padding: 150px 0 0 0;
    color: white;
}
	
#footer a {
	color: white;
	}
	
#footer a:hover {
	color: rgb(248,193,0); 
	}
	
#footer-content {
	width: 985px;
	margin: 0 auto;
	padding-left: 50px;
	}
	
.fblock {
	width: 315px;
	height: 240px;
	padding: 0 23px 0 0;
	float: left;
	margin: 0 23px 0 0;
	}
	
.fblock#one, .fblock#two {
	background: url(/App_Themes/SNF/images/sidebar.jpg) top right no-repeat;
	}
	
.fblock#three {
	width: 200px;
	}
	
ul.footer-nav, ul.footer-nav li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 90%;
	font-weight: bold;
	width: 140px;
	float: left;
	}
	
#cinfo {
	font-size: 18px;
	}
	
#page-bottom {
	width: 100%;
	margin: -30px auto 30px auto;
	font-size: 80%;
	}
	
/* ==== Home Page Specific divs ====*/

/* Three middle blocks */
	
.mblock {
	float: left;
	margin: 0 15px 0 15px;
	}
	
.mblock.txt {
	width: 250px;
	}
	
.mblock#vid {
	margin-right: 30px;
	}
	
/* Separator line...can be reused */
	
.break {
	width: 902px;
	height: 6px;
	background: url(/App_Themes/SNF/images/sep.png) top left no-repeat;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
	}
	
/* Main bottom callout - above the footer, 
   but in the main div */
	
#main-bottom {
	width: 890px;
	margin: 0 auto;
	}
	
h2#blurb {
	padding: 15px 0 15px 20px;
	font-size: 1.875em;
	color: white;
	margin: 0 0 0 0;
	background-color: rgb(82,114,146);
	border-bottom: 4px solid rgb(253,243,225);
	}
	
#about-facility {
	background-color: rgb(253,243,225);
	border-top: 1px dashed rgb(196,192,184);
	margin-top: -1px;
	padding: 20px 20px 20px 20px;
	}
	
#about-facility-left {
	width: 100%;
	float: left;
	margin-left: 20px;
	}
	
#about-facility-right {
	width: 250px;
	float: right;
	margin-right: 20px;
	}
	
/* ==== Interior Pages ==== */
	
#left-column {
	width: 575px;
	float: left;
	margin: -30px 0 0 0;
	padding: 0 0 0 0;
	}
	
#right-column {
	width: 240px;
	float: right;
	margin: 0 0 0 0;
	padding: 15px 20px 20px 20px;
	background-color: rgb(253,243,225);
	}

