/* sn_styles.css */

body {
	font: small Verdana, Trebuchet MS, Arial, Tahoma, sans-serif;
	background: url(snp_images/bodyfill2.gif) repeat-y;
	margin: 0;
	}

html, body {
	height: 100%;
	}

#container {
	width: 900px;
	position: relative;
	line-height: 1.4em;
	border-right: 1px solid #fff;
	}
	
#header {
	background: url("snp_images/FiberCable-146f.jpg") no-repeat;
	background-color: #ddd;
	width: auto;
	height: 110px;
	padding-top: 0pt;
	padding-left: 120pt;
	}
	
#headertext {
	display: block;
	font-size: 24pt;
	line-height: 22pt;
	color: #666;
	font-weight: bold;
	vertical-align: middle;
	padding: 5pt;

	z-index: 2000;
}

#headersubtext {
	font-size: 12pt;
	height: auto;
	color: #666;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	padding: 5pt;
	padding-top: 0;
	z-index: 2000;
}
#left {
	position: absolute;
	left: 0;
	top: 138px;
	padding: 10px 0 0 0;
	float: left;
	width: 180px;
	height: 400px;
	background: url(snp_images/menu_bg.jpg) no-repeat;
	}

#content {
	position: absolute;
	left: 180px;
	top: 140px;
	float: left;
	width: auto;
	}
	
.contentliner {
	padding: 20px;
	}

div#tabs {
	position: absolute;
	left: 0;
	top: 110px;
	width: 900px;
	height: 24px;
	border-right: 1px solid #fff;
	background: #193a74 url("snp_images/tabbar_fill.gif") repeat-y;
	text-align: left;
	}
#sidebar {
        visibility: hidden;
	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-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*/
	}

p { 
	margin: 0;
	padding: 0;
	}

div.text1, div.pagecontent_bulletlist, div.sn_caption {
/*	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: #fff;
	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: 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: #fff;
	text-decoration: underline;
	}
	
div.text2 a:hover {
	color: #1e90ff;
	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: #193a74; /*ultramarine*/
	text-decoration: underline;
	font-size: 1em;
	}

#footer {
	border-top: 1px solid #cfcfcf;
	width: 97%;
	margin: 20px 0 20px 0;
	font-size: .75em;
	color: #444;
	text-align: center;
	}
	
#footer a:link, #footer a:visited {
	color: #555;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #444;
	text-decoration: none;
	}
	
.pagecontent_crosslink {
	margin-left: 15pt;
}

.votedyes, .votedno, .votedyesILEC {
	font-weight: bold;
	padding: 5px;
}
.votedyes {
	background-color: #c9ffc1;
}

.votedno {
	background-color: #ffcccc;
}

.votedyesILEC {
	background-color: #ffff99;
	color: #009933;
}