body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}


/* ################################## Global styles */

img {
	border: 0;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #555;
}

ol li ol li {
	list-style-type: lower-alpha;
}

ol li ol li ol li {
	list-style-type: lower-roman;
}

/* ################################## Main content styles */

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#content h1 {
	margin: 0 0 1.5em 0;
	padding: 0.1em 0.2em 0.2em 0;
	border-bottom: 1px solid #aaa;
	color: #036;
	font-size: 150%;
}



#content h2 {
	
	font-size: 120%;
	color: #036;
	margin: 2em 0 .5em 0;
}

#content h3 {
	font-size: 110%;
	color: #000;
	font-weight: bold;
}

#content a:link {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

#content a:visited {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

#content a:hover {
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

.summary {
	font-weight: bold;
}

.pull {
	float: right;
	width: 50%;
	margin: 0.3em 0 0.3em 0.3em;
	padding: 0.3em;
	border: 1px dashed;
	background-color: #f5f5f5;
}

div.right-teaser {
	padding: 0.3em;
	border: 2px dotted #aaa;
	background-color: #fff;
	font-size: 85%;
}

table.simple {
	border: 1px solid #ccc;
}

table.simple th {
	background-color: #e5e5e5;
}

table.simple td {
	background-color: #f5f5f5;
}

span.code {
	font-family: courier, serif;
}

span.lfloat {
	clear: left;
	float: left;
	margin: 0.5em 0.5em 0.5em 0;
}

/* Owen hack - hide from IE */
head:first-child+body .lfloat {
	padding: 0.5em 0.25em 0.5em 0;
}

span.rfloat {
	clear: right;
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

/* ################################## Paragraph styles */

div.pl {
	margin-bottom: 1em;
}

div.pc {
	text-align: center;
	margin-bottom: 1em;
}

div.pj {
	text-align: justify;
	margin-bottom: 1em;
}

div.pr {
	clear: right;
	text-align: right;
	margin-bottom: 1em;
}

/* #### Layout - top to bottom (banner, top bar,nav, footer) */

#banner {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #369;
}

#ban{
	background: #fff url(banpic.jpg) no-repeat center right;
	padding: 0 0 0 23px;
}

#bpic{
	padding: 15px 0;
}

#nav{
	float: left;
    width: 15%;
	margin: 0;
    padding: 1.5em 0 0 3em;
    background-color:  #036;
}



#topbar { /* Core/utility navigation and search facility */
    clear: both;
	width: 100%;
	min-height: 3em;
	margin: 0;
    padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #99ADC2;
    background-color:  #036;
    color: #fff;
	font-size: 80%;
}

#topnav {
	margin: 0;
	padding: 0 0 0 0;
    width: 100%;
	color: #fff;
	float: left;
	text-align: right;
	background-color:  #036;
	
}

#topnav ul {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2em;
	list-style-type: none;
}

#topnav li {
	float: right;
	width: 9em;
	height: 3em;
	line-height: 2em;
	margin: 0 0.5em 0 0;
	padding: 0;
	text-align: center;
	background: #fff url(bg-rb.gif) no-repeat bottom right;
}

#topnav li span {
	background: url(lb.gif) no-repeat bottom left;
	display: block;
	width: 100%;
	height: 3em;
}

#topnav li a {
	display: block;
	float: left;
	width: 100%;
	height: 2em;
	line-height: 3em;
	color: #036;
    text-decoration: none;
}

#topnav li a:hover {
    text-decoration: underline;
}

#topnav li.selected {
	color: red;
	background-color: #fff;
	line-height: 3em;
}

#topnav li.no-but {
	width: 5em;
	float: left !important;
	font-size: 90%;
	text-align: right !important;
	background: none;
	margin: 0 0 0 3em;
}
* html #topnav li.no-but {
	margin: 0 0 0 2em;
}
#home-but a {
	background: url(homeicon.gif) 1px .5em no-repeat !important;
	padding: 0 0 0 20px;
	height: 3em;
}
#sitemap-but a {
	background: url(sitemapicon.gif) 1px .5em no-repeat !important;
	padding: 0 0 0 20px;
	height: 4em;
}
#home-but li{
	background: none;
}
#topnav li.no-but img {
}
#topnav li.no-but a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
#topnav li.no-but a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#topnav li.no-but a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

html > body #qsearch {	
	padding: 0 3px 0 0;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
}

* html #qsearch form {
	padding: 0 3px 0 0;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
}


#qsearch form {
	margin: 0;
	padding: 0 0 0 0;
}

#qsearch label {
	position: absolute;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#qsearch fieldset {
	border: 0 solid;
	margin: 0;
	padding: 0;
}


#qs-qt {
	width: 10.5em;
	height: 1.2em;
	border: 1px solid #aaa;
	margin: 0 10px 0 0.2em;
	position: relative;
	top: -1px;
}


#qssubmit {
	min-width: 96px;
	min-height: 23px;
	color: #036;
	padding: 0 0 0 30px;
	background: #369 url(search.gif) left center no-repeat;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	border: none;
}


* html #qssubmit {
	width: 96px;
	height: 23px;
}

/* Wrappers for two/three column or portal layout */


#wrapper {
	background: #fff url(wrapper-bg-new.jpg) bottom right no-repeat;
	width: 100%;
	float: left;
}

/* Properties that both columns have in common */

.side-column {
    max-width: 12.5em;
	vertical-align: top;
}

/* Properties that are unique for each column */

#right {
	width: 72.9%;
	float: right;	
}

.no-main-nav #right {
	width: 96.9%;
	padding-left: 3%;
}

#left {
	width: 25%;
	float: left;
	background-color: #fff;
	border: 0;

}

body.no-main-nav #left {
	width: 0;
	display: none;
}

#box {
	border: 3px solid #69c;
	padding: 1em;
	margin: 0 150px 0 0;
	background: #fff;
}

#left ul li a {
    text-decoration: none;
	color: #036;
	background: url(rarrow.gif) 1px .3em no-repeat;
	padding: 0 0 0.3em 8px;
	display: block;	
}

#left ul li a:hover {
    text-decoration: underline;
}

#left ul {
	margin: 0 0 0 .8em;
	padding: 0;
	list-style-type: none;
}

#left ul li {
	margin: 0.3em 0 0 0;
	padding: 0.2em 0 0.2em 0.2em;
	color: #036;
	border-left: 2px solid #036;
	border-bottom: 1px solid #ccc;
}

#left ul li a {
    text-decoration: none;
	color: #036;
	background: url(rarrow.gif) 1px .3em no-repeat;
	padding: 0 0 0.3em 11px;
	display: block;	
}

#left ul li ul {
	margin: 0 0 0 .5em;
}

#left ul li ul li {
	border: none;
	font-size: 90%;
}

#left ul li ul li a { //second level side navigation links
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	background: url(rarrow.gif) 1px .3em no-repeat;
	padding-left: 1em;
}

.active {	
	margin: 0.3em 0 0 0;
	border-bottom: 1px solid #ccc;
	width: 95%;
}

ul ul li.active {	//second level side navigation current page
	margin: 0.5em 0 0 0;
	padding: 0.3em 0 0 0;
}

ul ul ul li.active {	//third level side navigation current page
	margin: 0 0 0 0;
}

.active span{
	background: url(3arrow.gif) 1px .3em no-repeat;
	display: block;
	padding: 0 0 0.3em 23px;
}


div#left-extras {
	text-align: center;
	padding: .8em;
}

div#left-extras a {
	display: block;
}

div#left-extras a#chartermark {
	margin: 33px;
}


div.left-nav-links {
    margin: 10px 0;
}
	
.lcontent {
    margin: 0.5em 0 0.5em 0;
    padding: 0em 1em 1em 0em;
}
.rcontent {
    margin: 0.5em 0 0.5em 0;
    padding: 0em 1em 1em 0em;
}

.rcontent img {
	border: 1px solid #000;
}

#main {
    min-width: 200px;
    padding: 0px 13px 10px 13px;
}

#breadcrumb {
	font-size: 85%;
	color: #555;
	margin: 0.4em 0 0.35em 0;
}

#breadcrumb a {
	color: #0000ff;
	text-decoration: none;
}


#footer {
	text-align: center;
	padding: 0;
	font-size: 85%;
	clear: both;
	margin: 0;
}

#footer ul{
	background: url(footer-bg.gif) top left no-repeat;
	padding: 1em 0 0 0;
	margin: 0;
}

#footer-nav{
	background: url(footer-right-bg-new.jpg) top right no-repeat;
	min-height: 35px;
	margin: 0;
	padding: 0;
}

* html #footer-nav{
	height: 35px;
}

#footer-nav ul li {
	list-style: disc;
	display: inline;
	padding-right: 0.5em;
	margin-right: 0.5em;
}

#footer a:link{
	color: #000;
	text-decoration: none;
}

#footer a:visited{
	color: #000;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	text-decoration: underline;
}

@media tty {
 i{content:"\";/*" "*/}} @import 'site-ie5.css'; /*";}
}/* */


/* Start of Survey css */ 

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;

	top: 25%;
    left: 50%;
    
    margin-left: -250px;
    width: 510px;
	height:100px;
	font-size: 90%;

    
    
    color: #333;

}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
  	position: absolute;
	top: 200px;
}

#survey {
	background:url("survey_box.png") no-repeat scroll 0 100%;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
}
#survey a:link, #survey a:visited {
	text-decoration:underline;
	color:#000;
}

#survey h1 {
	font-size:120%;
	margin:12px 20px 8px;
}

#survey ul li {
	margin: 0px 0px 0px 40px;
	background:url("extranav-bullet.png") no-repeat 0px 5px scroll;
	padding-left:10px;
	list-style: none outside none;
}

#survey .close {
	float:right;
}

#survey .ieclose {
	display: none;
}
