/* sn_styles.css */




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

body {
	font-family: verdana, arial, Trebuchet MS, sans-serif;
	font-size: small;
	margin: 0;
	background: #ffffff url("images/page-bg.gif") repeat-y 0px 0px;
	}

html, body {
	height: 100%;
	}

	
#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 77px;
	width: 100%;
	background-image: url("images/cla_logo.gif");
	background-position: 20px 16px;
	background-repeat: no-repeat;
	/*background-color: #ffffff;*/
	border-bottom: 5px solid #ffffff;
	z-index: 5;
	}

div#sectiontitle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 650px;
	height: 36px;
	z-index: 4;
	background-image: url("images/sectiontitlebar.gif");
	background-repeat: no-repeat;
	border-bottom: 1px solid #747474;
	padding: 0px 0px 10px 10px;
	}

#left {
	position: absolute;
	top: 80px;
	left: 23px;
	height: auto;
	width: 146px;
	padding-left: 0px;
	padding-top: 4px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #f7e8d0;
	/*border-top: 4px solid #ffffff;*/
	}

div#leftmenu {
	border-top: 34px solid #f3dbb5;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:0px;
	width: 146px;
	background-color: #ffffff;
	font-size: 9pt;
}

#content {
	position: absolute;
	top: 80px;
	left: 184px;
	width: 650px;
	padding-top: 55px;
	z-index: 1;
	}

.contentliner {
	padding: 20px;
	}

#content a {
	color: #880000;
	font-size: .9em;
	}

div#idbar {
	position: absolute;
	left: 184px;
	top: 58px;
	height: 13px;
	background-color: #941212;
	width: 650px;
}

/* TAB STYLES */

div#homelink {
	position: absolute;
	left: 184px;
	top: 10px;
	}

div#tabs {
	position: absolute;
	left: 236px;
	top: 10px;
	width: 650px;
	height: 28px;
	z-index: 1000;
	}
	
/*div.sectiontext {
	height: 0px;
	margin: 0px;
	padding: 0px;
	}*/

h1 {
	font-size: 1.1em;
	color: #941212;
	font-weight: bold;
	margin-bottom: 6px;
	}

h2 {
	font-size: 1em;
	color: #941212;
	font-weight: bold;
	z-index: 1;
	}

h3 {
	font-family: Verdana, Arial, Tahoma, Trebuchet MS, sans-serif;;
	font-size: .9em;
	font-weight: bold;
	color: #4c4c4c; /*charcoal*/
	}

/* LEFT MENU styles */

#left ul {
	list-style: none;
	width: 146px;
	padding: 0;
	margin: 0;
	}
	
#left ul li {
	margin: 0;
	font-size: .85em;	
	width: 146px;
	padding: 7px 0 7px 0;
	text-align: right;
	border-bottom: 3px solid #c7c7c7;
	font-size: 8.5pt;
	background: url("images/menuicon.gif") repeat-y top;	
	}


#left ul li a, #left ul li a.sn_menulink:link {
	width: 146px;
	padding-top: 12px;
	padding-right: 12px;
	margin-right: 12px;
	color: #4c4c4c;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 0px 0px;
	}

#left ul li a.sn_menulink:visited {
	padding-top: 12px;
	padding-right: 12px;
	color: #747474;
	text-decoration: none;
	text-align: right;
	margin: 0px 10px 0px 0px;
	}

#left ul li a.sn_menulink: hover {
	padding-top: 12px;
	padding-right: 12px;
	color: #941212;
	text-decoration: underline;
	text-align: right;

	}

#left ul li.sn_menuitemselected {
	margin: 0;
	font-size: .85em;	
	width: 146px;
	padding: 7px 0 7px 0;
	text-align: right;
	border-bottom: 3px solid #c7c7c7;
	font-size: 8.5pt;
	background: url("images/menuicon_selected.gif") repeat-y top;
	}

	
a.sn_menulinkselected:link, a.sn_menulinkselected:visited {
	width: 146px;
	margin-top: 12px;
	padding-right: 12px;
	text-align: right;
	font-size: 8.5pt;	
	color: #4c4c4c;
	text-decoration: none;

	}

a.sn_menulinkselected:hover {
	width: 146px;
	color: #880000;
	text-decoration: underline;
	margin-top: 12px;
	padding-right: 12px;
	text-align: right;
	font-size: 8.5pt;
	
	}

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 {
	color: #4c4c4c;
	line-height: 120%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	background: #f8efe2;
	padding: 10px;
	}

div.text2 p {
	color: #444;
	font-size: .9em;
	line-height: 120%;
}

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;
	}
	
.pagetext a:link, .pagecontent_text a:link,
.sn_pagecontent_link a:link, .sn_pagecontent_link a:visited {
	color: #880000; /* maroon */
	text-decoration: underline;
	font-size: 1em;
	}

div.sn_document span.sn_label {
	display: none;
	}

#footer {
	width: 100%;
	font-size: 75%;
	color: #747474;
	background: url("images/hr.gif") repeat-x;
	padding-top: 10px;
	margin: 20px 0 20px 0;
	}
	
#footer a:link, #footer a:visited {
	font-size: 1em;
	color: #747474;
	text-decoration: underline;
	}
	
#footer a:hover {
	font-size: 1em;
	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;
	}
}

div.pagecontent_textimage {
	clear: both;
	}

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