/* sn_styles.css */




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

body {
	/*font-family: Georgia, Times, Century Schoolbook, Times New Roman, serif;*/
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-size: .9em;
	margin: 0;
	background: url("images/bodyfill.gif");
	}


html, body {
	height: 100%;
	}

#container {
	width: 900px;
	min-height: 600px;
	border: 1px solid #000;
	background: white;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	width: 900px;
	height: 125px;
	padding: 0;
	}
	
#contentliner {
	width: 600px;
	min-height: 400px;
	float: left;
	padding: 20px;
	
	}


div#tabs {
	width: 900px;
	height: 22px;
	z-index: 100;
	background: #c1242a;
	}
	
#sidebar {
	float: left;
	clear: right;
	width: 225px;
	min-height: 400px;
	background: #cfcfcf url("images/sidebarfill.gif");
	}

	
/* TAB STYLES */


h1 {
	font-family: Georgia, Garamond, Baskerville, serif;
	font-size: 1.4em;
	margin: 5px 0 15px 0;
	/* color: #193a74; ultramarine */
	color: #415d8f; /* gray-blue dark */
	z-index: 1;
	}

h2 {
	font-family: Georgia, Garamond, Baskerville, serif;
	font-size: 1.2em;
	margin: 20px 0 5px 0;
	color: #555;
	z-index: 1;
	}

h3 {
	font-family: Georgia, Garamond, Baskerville, serif;
	font-size: 1em;
	margin: 20px 0 5px 0;
	color: #193a74; /*ultramarine*/
	}

/* LEFT MENU styles */

#left ul {
	list-style: none;
	width: 200px;
	padding: 0;
	margin: 0;
	}
	
#left ul li {
	margin: 10px 0 5px 10px;
	width: 180px;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#left a:link, #left a:visited {
	color: #415d8f;
	text-decoration: none;
	}

#left a:hover {
	color: #177fbc;
	text-decoration: underline;
	}

#left ul li.sn_menuitemselected {
	background: url("images/selected2.gif") no-repeat;
	padding: 0 0 0 18px;
	}
	
#left ul li.sn_menuitemselected a.sn_menulinkselected:link, #left ul li.sn_menuitemselected a.sn_menulinkselected:visited {
	color: #177fbc;
	font-weight: bold;
	line-height: 100%;
	text-decoration: underline;
	}
	
#left ul li.sn_menuitemselected a.sn_menulinkselected: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("images/bullet.gif");
}

div.text2 {
	width: 85%;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #91b4c6;
	font-size: .9em;
	}
/*div.text2 {
	position: absolute;
	left: 520px;
	top: 0px;
	padding: 0;
	width: 200px;
	height: 420px;
	}*/

div.text2 p {
	padding: 0 5px 0 10px;
	line-height: 120%;
	color: #145E85;
}

div.text2 h2 {
	font-size: 1em;
	color: #444;
	}
	
div.text2 h3 {
	font-size: 1em;
	font-weight: normal;
	line-height: 110%;
	padding: 0 0 0 10px;
	}
	
div.text2 a:link, #sidebar a:visited {
	text-decoration: underline;
	}
	
div.text2 a:hover 
{	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-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	text-align: center;
	width: auto;
	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: 860px;
	margin: 20px 0 0 0;
	padding: 20px;
	font-size: .75em;
	color: #444;
	}
	
	
#footer a:link, #footer a:visited {
	color: #555;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #444;
	text-decoration: none;
	}

#frontfooter a:link, #footer a:visited {
	color: #555;
	text-decoration: underline;
	}
	
#frontfooter a:hover {
	color: #444;
	text-decoration: none;
	}
	
}




/* ============== Dropdown menu styles ================= */
/* appearance definition - defines the appearnce of dropdown elements */

/* outer containers  (UL) */
.sectionlist {
	height: 22px;
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: inline;
}



/*section items and links  (item = LI, link = A) */
.sectionitem {
	font-family: Georgia, Times, Century Schoolbook, Times New Roman, serif;
	margin: 0 5px 0 5px;
	padding: 5px 0 0 0;
	width: auto;
	height: 16px;
	white-space: nowrap;
	color: #2c63a4;
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	}

.sectionitem_over {
	font-family: Georgia, Times, Century Schoolbook, Times New Roman, serif;
	margin: 0 5px 0 5px;
	padding: 5px 0 0 0;
	width: auto;
	height: 16px;
	white-space: nowrap;
	color: white;
	font-size: .9em;
	text-align: left;
	/*text-transform: uppercase;*/
	text-decoration: underline;
	font-weight: bold;
	}


#sectionitem_selected {
	/*border: solid white 1px;*/
	margin: 0 5px 0 5px;
	padding: 5px 0 0 0;
	width: auto;
	height: 16px;
	background: #870811;

}

.sectionlink {
	white-space: nowrap;
	width: auto;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0 10px 0 10px;
	border: 0;

}

a.sectionlink:link, 
a.sectionlink:visited 
{
	color: #fff;
}

.sectionlink a:hover {
	color: #000; /* black */	
	}

/* appearance of selected sections */
a#sectionlink_selected:link,
a#sectionlink_selected:visited
 	{
	color: #fff;
	}
	

/* page items and links */

.pagelist {
	background: white;
	border: 0;
	width: auto; 
	text-align: left;
	padding: 0px;
/*	margin: -3px 0 0 0;*/
	margin: 0;
	border: 1px solid #999;
}

.pageitem {
	font-family: Georgia, Times, Century Schoolbook, Times New Roman, serif;
	background: white;
	color: #415d8f;
	width: auto;
	text-align: left;
	/*border: solid #869cbf;
	border-width: 1px 1px 0 1px;*/
	padding: 5px;
	/*margin: -2px 0 0 0;*/
	margin: 0;
	border-top: 1px solid #999;
	border-left: 3px solid #C1242A;
	border-right: 3px solid #C1242A;
	text-transform: none;
	}

#pageitem_selected {
	/*border: solid gray 1px;*/
	}

a.pagelink { 
	display: block;
	background: white;
	color: #444;
	width: auto;
	padding: 0;
	/*padding: 5px 0 5px 0;*/
	margin: 0;
	font-size: .9em;
	border: 0;
	text-decoration: none;
	}

#pagelink_selected {
	color: #000;
	font-weight: bold;
}

a.pagelink:link,
a.pagelink:active,
a.pagelink:visited
{ 
	color: #444;
}	
		
a.pagelink:hover {
	color: #999;
}
	

	




/*===== 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 ============================================*/