/* sn_styles.css */




/*===== SCREEN STYLES ============================================*/
@media screen {

body {
	/*font: small Trebuchet MS, Arial, Tahoma, Verdana sans-serif;*/
	font: small Georgia, Times New Roman, serif;
	background: #ebdcec url("images/bhca_bgfill.jpg") repeat-y;
	background-position: center top; 
	margin: 0;
	}

html, body {
	height: 100%;
	}

#container {
	width: 950px;
	position: relative;
	margin: 0 auto 0 auto;
	line-height: 1.4em;
	
	padding: 0 0 5px 0;

	}
	
#header {
	background: #fff;
	width: 950px;
	height: 200px;
	background: url("images/bhca_header_bg.jpg") no-repeat;
	}
	
#left {
	padding: 0;
	float: left;
	width: 150px;
	min-height: 150px;
	margin: -25px 0 0 0;
	}

#content {
	float: left;
	width: 485px;
	border: 1px solid #999;
	background: url("images/bhca-logo-watermark.jpg") no-repeat;
	background-position: center 25px;
	margin: -25px 0 5px 0;
	}
	
#contentliner {
	padding: 15px;
	}

/* TAB STYLES */
div#tabs {
	position: absolute;
	left: 150px;
	top: 137px;
	width: 100%;
	height: 24px;
	text-align: left;
	line-height: 1.4em;
	z-index: 100;
	
	}

div#tabs ul li {
	
	padding: 0 8px 0 8px;
	} 


#sidebar {
	float: left;
	padding: 0;
	width: 265px;
	margin: -25px 0 0 25px;
	}

h1 {
	font-family: Palatino, Book Antiqua, Georgia, Garamond, Baskerville, serif;
	font-size: 1.4em;
	margin: 5px 0 5px 0;
	color: #630084; /* purple */
	z-index: 1;
	}

h2 {
	font-family: Palatino, Book Antiqua, Georgia, Garamond, Baskerville, serif;
	font-size: 1.2em;
	margin: 20px 0 5px 0;
	color: #444; /* charcoal */
	z-index: 1;
	}

h3 {
	font-family: Palatino, Book Antiqua, Georgia, Garamond, Baskerville, serif;
	font-size: 1em;
	margin: 20px 0 5px 0;
	color: #630084; /*purple*/
	}

/* LEFT MENU styles */

#left ul {
	list-style: none;
	width: 150px;
	padding: 0;
	margin: 0;
	}
	
#left ul li {
	margin: 10px 0 5px 5px;
	width: 145px;
	font-size: .9em;
	}
	
#left a:link, #left a:visited {
	color: #630084;
	text-decoration: none;
	}

li.sn_menuitemselected a:link, li.sn_menuitemselected a:visited {
	color: #871187;
	font-weight: bold;
	line-height: 100%;
	text-decoration: underline;
	}
	
li.sn_menuitemselected a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

p { 
	margin: 0;
	padding: 0;
	}

div.text1, div.pagecontent_bulletlist {
	font-size: .9em;
	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: 0;
	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: white;
	}
	
div.text2 h3 {
	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif;
	font-size: .9em;
	font-weight: normal;
	line-height: 110%;
	padding: 0 0 0 10px;
	color: #000; /* light sky blue */
	}
	
div.text2 a:link, #sidebar a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
div.text2 a:hover {
	color: #1e90ff;
	text-decoration: none;
	}

a.sn_pagecontent_link {
	font-size: 1em;
	color: #193a74
	}

div.sn_imageleft {
	float: left;
	margin-right: 10px;
	min-width: 10px;
	}
	
div.sn_imageright {
	float: right;
	margin-left: 5px;
	min-width: 10px;
	}
	
div.sn_imagecenter {
	text-align: center;
	width: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}

div.sn_caption {
	font-size: .9em;
	line-height: 120%;
	padding: 5px 0 5px 0;
	}
	
.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;
	}

#footer {
	border-top: 1px solid #cfcfcf;
	width: 95%;
	margin: 20px 0 20px 10px;
	padding: 10px 0 0 0;
	font-size: .75em;
	color: #444;
	}
	
#footer a:link, #footer a:visited {
	color: #555;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #444;
	text-decoration: none;
	}
	
}

/*===== 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 ============================================*/