/* sn_styles.css */




/*===== SCREEN STYLES ============================================*/
@media screen {

body {
	/*font: small Trebuchet MS, Arial, Tahoma, Verdana sans-serif;*/
	font: small Verdana, Arial, sans-serif;
	background: url("images/wa_bgfill2.gif");
	margin:0;	
	background-position: center top;
	}

html, body {
	height: 100%;
	}
#pagecontainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	
	
	}
	
#header {
	background: #000;
/*	background: #233688;*/
	width: 750px;
	height: 121px;
	}

#content {
	width: 750px;
	background: #fff url("images/content_bottom.gif") repeat-x;
	background-position: bottom center;
	z-index: 1;
	}

#contentblue {
	width: 750px;
	background: #aadae6 url("images/content_bottom.gif") repeat-x;
	background-position: bottom center;
	z-index: 1;
	}
	
.contentliner {
	padding: 20px 30px 20px 35px;
	}

/* TAB STYLES */
div#tabs {
	width: 750px;
	height: 25px;
	background: #550066;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

/*div#leafcontainer {
	width: 100%;
	height: 250px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	}

img#leaf {
	margin-right: 702px;
	}*/





/*#sidebar {
	position: absolute;
	left: 700px;
	top: 194px;
	padding: 0;
	width: 200px;
	height: 400px;
	border-right: 1px solid #fff;
	background: url(snp_images/sidebar_fill.jpg) no-repeat;
	}*/

/*div.sectiontext {
	height: 0px;
	margin: 0px;
	padding: 0px;
	}*/

h1 {
	font-size: 1.4em;
	margin: 5px 0 5px 0;
	color: #550066;
	/*color: #262879; *//* ultramarine */
	z-index: 1;
	}

h2 {
	font-size: 1.2em;
	margin: 20px 0 5px 0;
	color: #193a74;
	z-index: 1;
	}

h3 {
	font-size: 1em;
	margin: 20px 0 5px 0;
	color: #193a74; /*ultramarine*/
	}

p { 
	margin: 0;
	padding: 0;
	}

div.text1, div.pagecontent_bulletlist {
	font-size: 1em;
	line-height: 130%;
}

div.pagecontent_bulletlist ul li {
	margin-bottom: 5px;
	list-style-image: url(snp_images/bullet.gif)
}

div.text2 {
	/*position: absolute;
	left: 520px;
	top: 0px;*/
	padding: 10px;
	background: #e2Ee1fe url("images/text2_fill.html") no-repeat;
	/*width: 200px;
	height: 420px;*/
	}

div.text2 p {
	font-family: Verdana, Arial, sans-serif;
	padding: 0 5px 0 10px;
	color: #444;
	line-height: 120%;
}

div.text2 h2 {
	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	padding: 0 0 0 10px;
	color: #262879;
	}
	
div.text2 h3 {
	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 110%;
	padding: 0 0 0 10px;
	color: #87cefa; /* light sky blue */
	}
	
div.text2 a:link, #sidebar a:visited {
	color: #262879;
	text-decoration: underline;
	}
	
div.text2 a:hover {
	color: #193a74;
	text-decoration: none;
	}

a.sn_pagecontent_link {
	font-size: 1em;
	color: #193a74;
	}

div.sn_imageleft {
	float: left;
	margin-right: 10px;
	}
	
div.sn_imageright {
	float: right;
	margin-left: 5px;
	}
	
div.sn_imagecenter {
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}

div.sn_caption {
	font-size: .9em;
	width: auto;
	line-height: 120%;
	padding: 5px 0 5px 0;
	}
	
div.pagecontent_email_link {
	margin-bottom: 5px;
	}
	
	
.pagetext a:link, .pagecontent_text a:link,
.sn_pagecontent_link a:link, .sn_pagecontent_link a:visited {
	color: #193a74; /*ultramarine*/
	text-decoration: underline;
	font-size: 1em;
	}

.pagetext a:hover, .pagecontent_text a:hover,
.sn_pagecontent_link a:hover {
	color: #193a74; /*ultramarine*/
	text-decoration: none;
	font-size: 1em;
	}

#footer {
	/*border-top: 1px solid #fff;*/
	width: 97%;
	margin: 20px 0 20px 0;
	padding: 10px;
	font-size: .75em;
	color: #fff;
	}
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
}

/*===== PRINT STYLES ============================================*/

@media print {
	@page {
		size: 8.5in 11in;
		margin: 0.25in;
		}
	body {
		font-family: Georgia, Times;	
		white-space: normal;
		font-size: 12pt;
		width: 7.5in;
	}
	p {
		width: 7.5in;
		white-space: normal;		
	}
	
div#tabs { 
	display: none;
	}
div#tabs ul li {
	display: none;
	}
div#left ul, div#left ul li {
	display: none;
	}
}


/*===== END PRINT STYLES ============================================*/
