/* sn_styles.css */

body {
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size : 12px;
	background-image: url("images/bodyfill.gif") repeat-x;
	margin: 0;
	}

html, body {
	height: 100%;
	}
	
.homebody {
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size : 1em;
	background-color:#ffffff;
	background-image: url(images/bodyfill.gif);
	background-repeat: repeat-x;
	margin: 0;
	}
	
div#homepagetop {
	position:relative;
	top:0px;
	left:0px;
	height: 150px;
	margin: 0px;
	min-width:800px;
}

div#headerinfo {
	width: 625px;
	height: 90px;
	text-align: center;
	float: left;
	}

.homecontent {
	position: absolute;
	left: 50px;
	top: 180px;
	width: 700px;
	}

.homecontent p {
	font-size: 1.2em;
	line-height: 120%;
	color: #808080;
	}

/*div#pagebody {
	position: absolute;
	left: 165px;
	top: 215px;
	width: 485px;
	height:300px;
	background-color: white;
	padding:0px 0px 15px 0px;
	z-index:1;
	}*/

#content {
	position: absolute;
	left: 220px;
	top: 180px;
	width: 600px;
	min-height: 500px;
	}
	
.contentliner {
	padding: 20px;
	}

div#sectionarea {
	position: absolute;
	top: 95px;
	left: 325px;
	padding: 15px 0px 0px 0px;
	height: 35px;
	white-space: nowrap;
	width: 800px;
	font-size: 12px;
}
	
#sidebar {
	position: absolute;
	left: 700px;
	top: 194px;
	padding: 0;
	width: 200px;
	height: 400px;
	background: url(images/sidebar_fill.jpg) no-repeat;
	}

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

h2 {
	font-family: Georgia, Garamond, Baskerville, serif;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
	color: #444;
	}

h3 {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, sans-serif;
	font-size: 1em;
	margin: 5px 0 5px 0;
	color: #193a74; /*ultramarine*/
	}

/* ===== LOCAL MENU STYLES ===== */
 

#menuarea {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 200px;
	padding-left: 15px;
	font-size: 10pt;
	}

#menuarea ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size:10pt;
	}
	
#menuarea ul li {
	list-style: none;
	list-style-position: outside;
	font-size:10pt;
	margin-bottom:20px;
	}

/* menu links */

#menuarea li a:link, #menuarea li a:visited   {	
	color: #990000;
	text-decoration: underline;
	font-size: 1em;
}

#menuarea li a:hover   {
	color: #ff3333;
	text-decoration: none;
	font-size: 1em;
}

#menuarea li.sn_menuitemselected {	
	font-size: 1em;
	}

#menuarea li.sn_menuitemselected a:link, #menuarea li.sn_menuitemselected a:visited  {
	color: #000;
	text-decoration: underline;
	font-size: 1em;
	}

#menuarea li.CM_menuitemselected a:hover {
	color: #000;
	text-decoration: none;
	font-size: 1em;
	}
	
#menuarea ul li.sn_menuitemselected a.sn_menulinkselected:link, #menuarea ul li.sn_menuitemselected a.sn_menulinkselected:visited {
	color: #000;
	line-height: 100%;
	text-decoration: none;
	}
	
#menuarea ul li.sn_menuitemselected a.sn_menulinkselected:hover {
	color: #000;
	text-decoration: none;
	}
/* ======= END LOCAL MENU STYLES ======= */

div#menuarea div#search {
	width: 150px;
	padding: 0 0 0 10px;
	margin: 3px 0 10px 0;
	clear: both;
	}
	
div#menuarea div#search form input.field {
	float: left;
	height: 14px;
	border: 1px solid #777;
	padding-left: 3px;
	color: #555;
	font-size: 8pt;
	}

div#menuarea div#search form input.submit {
	font-size: 7pt;
	font-weight: bold;
	width: 25px;
	height: 17px;
	margin-left: 3px;
	}



p { 
	margin: 0;
	padding: 0;
	}

div.text1, div.pagecontent_bulletlist, div.sn_caption, div.text2 {
	font-size: .9em;
	line-height: 130%;
	border: 0;
}

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

div.text2 {
    background-color: #eee;
    padding: 15px;
}

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

div.text2 h2 {
	font-family: Trebuchet, Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
	padding: 0 0 0 10px;
	color: #444;
	}
	
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: #444; /* light sky blue */
	}
	
div.text2 a:link, #sidebar a:visited {
	color: #990000;
	text-decoration: underline;
	}
	
div.text2 a:hover {
	color: #000;
	text-decoration: none;
	}

a.sn_pagecontent_link {
	font-size: 9pt;
	}

.sn_imageleft {
	float: left;
	margin-right: 10px;
	}
	
.sn_imageright {
	float: right;
	margin-left: 5px;
	}
	
.sn_imagecenter {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
	
.pagetext a:link, .pagecontent_text a:link,
.sn_pagecontent_link a:link, .sn_pagecontent_link a:visited {
	color: #990000;
	text-decoration: underline;
	font-size: 1em;
	}
	
.footer {
	width: 100%;
	height: 20px;
	margin-top: 30px;
	font-size: 8pt;
	color: #696969;

	}

.footer a:link {
	color: #990000;
	text-decoration: none;
	font-size: 8pt;
	}

.footer a:visited {
	color: #990000;
	text-decoration: none;
	font-size: 8pt;
	}

.footer a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 8pt;
	} 

#utility {
	float: right;
	margin: 5px 50px 0 0;
	padding: 3px 15px 0 0;
	width: 160px;
	height: 25px;
	background: url("images/minimenubox.jpg") no-repeat;
	font-size: .85em;
	text-align: right;
	color: #fff;
	}

#utility a:link {
	color: white;
	text-decoration: none;
	}

#utility a:visited {
	color: white;
	text-decoration: none;
	}

#utility a:hover {
	color: #031746; /* dark blue */
	text-decoration: underline;
	}
