/* Pinnacle CSS 2008 */

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(pc_images/localmenufill2.gif) repeat-y;
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background: #ADBDE0;
	}

div#globalmenu {
	position: absolute;
	left: 0;
	top: 150px;
	width: 100%;
	height: 25px;
	background-color: #0066cc;
	text-align: center;
	z-index: 10;
}


div#content {
	position: absolute;
	left: 200px;
	top: 175px;
	width: 750px;
	padding: 15px;
	background: #fff url(pc_images/contentfill.jpg) no-repeat;
}

#contentwrapper {
	width: 500px;
	padding: 15px;
	}

div#localmenu {
	position: absolute;
	left: 0;
	top: 175px;
	width: 200px;
	padding: 0;
	font-size: .9em;
	line-height: 130%;
	text-align: left;
}

div#thissection {
	position: absolute;
	left: 25px;
	top: 120px;
	width: 350px;
	margin: 0;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066cc;
	text-align: left;
}

#sidebar {
	float: right;
	clear: right;
	width: 175px;
	margin-left: 10px;
	height: 400px;
	background: url(pc_images/sidebarfill.jpg) no-repeat;
	padding: 10px;
	}

div#localmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#localmenu li {
	list-style: none;
	margin: 0px;
	width: 200px;
	padding: 10px 5px 10px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C06630;
	white-space: normal;
}
div#localmenu li.sn_menuitemselected {
	background-image: url(pc_images/localmenufill_ov.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	white-space: normal;
}

div#localmenu ul li a {
	text-decoration: none;
	color: #000099;
	padding: 0 15px 0 0;
	white-space: normal;
}

div#localmenu ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/*div#maincontent {
	position: relative;
	float: left;
	width: 380px;
	padding: 10px 20px 10px 10px;
	text-align: left;
}*/

div#tagline {
	font-size: 7pt;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	clear: both;
	width: 700px;
	margin-bottom: 20px;
}

div#frt-tagline {
	font-size: 7pt;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
	clear: both;
	width: 762px;
	margin-bottom: 20px;
	}
/* TAB STYLES */


h1 {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #000000;
	}

h2 {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	margin: 5px 0 5px 0;
	color: #000000;
	}

h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 5px 0 5px 0;
	color: #000;
	}

p { 
	margin: 0;
	}

div.pagecontent_text {
	font size: .9em;
	line-height: 120%;
	}

div.text1, div.pagecontent_bulletlist {
	line-height: 130%;
}

div.pagecontent_bulletlist ul li {
	margin-bottom: 5px;
	list-style-image: url(pc_images/bullet1.gif);
	font-size: .9em;
}

div.text2 {
	font-size: 1em;
	/*font-weight: bold;*/
	background: #edf4ff;
	padding: 10px;
	margin: 5px 0 10px 0;
	}

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

div.text2 a:link {
	text-decoration: none;
	}
	
div.text2 a:hover {
	text-decoration: underline;
	}

div.pagecontent_textimage {
	margin: 0;
	clear: left;
	}

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;
	}

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;
	}

.sn_document .sn_label {
	color: #777;
	font-size: 8pt;
	}
