body {
	margin: 0;
	padding: 0;
	min-height: 768px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;
	word-wrap: break-word;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}


/* ################################## Global styles */

img {
	border: 0;
}

a:link {
	color:#333; ;
}

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;
	margin: 0 1.3em 0.3em 1.3em;
}

#content h1 {
	margin: 0 0.3em 0.3em 0.3em;
	padding: 0.2em 0.2em 0.2em 0;
	color: #845326;
	font-size: medium;
}

#content h2 {
	font-size: small;
	color: #845326;
}

#content h3 {
	font-size: 1em;
	font-style: italic;
	color: #845326;
}

.rcontent {
	float: right;
	width: 28%;

}

.contactleft {
	height:auto;
	float: left;
	width: 68%;
	margin-left: 12px;
	border-right:1px dotted #a0a0a0;
}
.subpagecontent {
	width: 96%;
	height:100%;
	text-align:left;
	vertical-align:top;
	color: #000000;
	font-size: small;
	margin: 0;
}

.subpagecontent h1 {
	margin: 0 0.1em 0.3em 0.1em;
	padding: 0.2em 0.1em 0.2em 0;
	color: #845326;
	font-size: medium;
}

.subpagecontent h2 {
	margin: 0 0.1em 0.3em 0.1em;
	padding: 0.2em 0.1em 0.2em 0;
	color: #845326;
	font-size: 1.2em;
}
.subpagecontent td{
	height:100%;
	text-align:left;
	vertical-align:top;
	font-size: small;
	
	}
	
.subpagecontent a {
	color: #333;
	text-decoration:underline;
}

.subpagecontent a:hover {
	color: #845326;
	text-decoration:underline;
}
.subpagecontent ul{
	margin: 10px;
	padding-left: 5px;
	list-style-type: none;
	text-decoration:none;
	
}

.subpagecontent ul li{
	font-size: small;
	padding: 3px 0 3px 0;
	text-decoration:none;
}
.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, two/three columns and nav, footer) */

#banner {
	width: 100%;
	margin: 0;
	background: #fff;
	padding:0;
	vertical-align: top;
	
}


#mainbrand {
	width: 187px;
}

#mainbrand img {
	max-height: 98px;
	margin: 0;
	padding: 0;
}

#alt-mainbrand {
	height: 49px;
}

#ancillary-brand {

}

#topbar { /* Core/utility navigation and search facility */
	
    width: 100%;
	margin: 0;
    padding: 0;
	background-color: #000000;
    color: #ffffff;
	font-weight:bold;
	
}

#topnav {
    width: 80%;
    padding-left: 5px;
	color: #ffffff;
	
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#topnav ul li {
	float: left;
	padding: 0.1em 0.5em 0.1em 0.5em;
	margin: 0;
	display: inline;
	white-space: nowrap;
}

#topnav a {
	color: #ffffff;
    text-decoration: none;
}

#topnav a:hover {
    color: #000000;
	background-color: #b3c3e7;
}

#topnav .selected {
	color: #ffffff;
	
}

#qsearch {
	padding: 10px 5px 0 0;
	text-align: right;
	width: 25%;
	float: right;
}

#qsearch label {
	top: -0.1em;
	color: #444;
}

#qsearch fieldset {
	border: 0 solid;
	margin: 0;
	padding: 0;
}

#qsearch form {
	display: inline;
	margin: 0;
	padding: 0;
}

#qs-qt {
	width: 9em;
	height: 1.2em;
	border: 1px solid #aaa;
	margin-left: 0.2em;
	margin-top: 0.1em;

}

#qssubmit {
	padding: 0;
	margin: 0;
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: x-small;
}

/* dummy rule for IE5 cause of voice-family hack */
.dummy {}



/* Properties that both columns have in common */

.side-column {
    max-width: 12.5em;
	vertical-align: top;
}

/* Properties that are unique for each column */

.left-col {
	vertical-align:top;
	text-align: left;
	color: #474c4c;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:0;
	width:18%;
	
}
.left-colFOI {
	vertical-align:top;
	text-align: left;
	color: #474c4c;
	border-right: 1px dotted #ccc;
	width:30%;
	
}

#right-col {
	width: 23%;
	padding: 1.65em 0 1em 0;
}

.left-nav {
	background-color: #f5f5f5;
	padding: 0.2em;
	width: 140px;
}

.left-navFOI {
	
	padding: 0.2em;
	width: 250px;
}

#right-nav {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 0 0.3em 0.3em 0.3em;
}

#left-content {
	margin: 0.5em 0 0 0;
}

.right-content {
	margin: 0.5em 0 0 0;
}

.left-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

.left-nav ul li {
	margin: 0;
	padding: 0.2em 0 0.2em 1px;
	color: #000;
	
}

.left-nav ul li ul li {
	margin-left: 8px; 
	padding-left: 8px;
}

.left-navselected {
	border-left: 5px solid #444;
	font-size: small;
		
	}
.left-navselectedFOI {
	color: #845326;
	font-size: small;
		
	}


.left-nav a {
    text-decoration: none;
	color: #444;
	background: url(pics/r-bul.gif)  no-repeat;
	background-position: 0% 14%;
	padding-left: 8px;
	font-size: small;
	
}

.left-navFOI a {
    text-decoration: none;
	color: #444;
	background: url(pics/r-bul.gif)  no-repeat;
	background-position: 0% 14%;
	padding-left: 8px;
	font-size: small;
	
}
.left-nav a:hover {
    text-decoration: underline;
	color: #845326;
}
.left-navFOI a:hover {
    text-decoration: underline;
	color: #845326;
}
#main {
	vertical-align: top;
    min-width: 200px;
    padding: 0px 13px 10px 13px;
}

#breadcrumb {
	font-size: 85%;
	color: #333;
	margin: 0 0.1em 0.3em 0.1em;
	width: auto;
	}

#breadcrumb a {
	color: #845326;
	text-decoration: none;
	
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	margin: 0 13px 0 13px;
	padding: 0.5em;
	font-size: 85%;
}

#footer-nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: 1px solid;
}



@media tty {
 i{content:"\";/*" "*/}} @import 'site-ie5.css'; /*";}
}/* */

/* Table Definition */

.colheadings {
	width:auto;
	text-align: left;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
}

.th {
	text-decoration: none;
	font-size: small;
	padding: 5px 5px 5px 5px;
	background-color: #f5f5f5;
	color: #845326;
	
}
.td {
	text-decoration: none;
	
		
}

.coloredrow {
	width:auto;
	text-align: left;
	font-weight: normal;
}

.coloredrow th {
	text-decoration: none;
	font-size: small;
	padding: 5px 5px 5px 5px;
	background-color: #f5f5f5;
	color: #845326;
	
}

.coloredrow td {
	text-decoration: none;
	font-size: small;
	padding: 5px 5px 5px 5px;
	
	
}
.darkrow {
	height: 30px;
	background-color: #f5f5f5;
	color: #845326;
	font-weight: bold;
	
}

.homeright {
	width:auto;
	text-align: left;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	color: #333; 
}

.homeright th {
	text-decoration: none;
	font-size: small;
	padding: 5px 5px 5px 5px;
	border-bottom: dotted 1px black;
	background-color: #ffffff;
	
}
.homeright td {
	text-decoration: none;
	border-bottom: dotted 1px black;
		
}

