﻿/* ------------------------------------------------------------------------------------------------------- */
/* global layouts */
/* ------------------------------------------------------------------------------------------------------- */

strong, b {
	font-weight: bold;
}

p {
	margin-top: 0px;
	margin-bottom: 10px; 
}

h1, h2, h3 {
	line-height: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 
{
	font-size: 16px;
	font-weight: bold;
}

img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}

/*
.imgFader { 
	position: relative; 
	filter: alpha(opacity=0); 
	-moz-opacity: 0.0
}
*/

.centred {
	margin-left: auto;
	margin-right: auto;
}

.thumbnail {
	vertical-align: middle;
	text-align: center;	
	text-decoration: none;
}

.thumbnaillink {
	width: 140px;
	height: 50px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	border-width: 0;
}

.thumbnailsmall {
	vertical-align: middle;
	text-align: center;	
	text-decoration: none;
	border-width: 1;
	border-color: White;
}

.highlight 
{
	font-weight: bold;
	color: Red;
	font-size: 90%;
}

/* unordered list styles */
ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: none; }
	
/* ------------------------------------------------------------------------------------------------------- */
/* section layouts */
/* ------------------------------------------------------------------------------------------------------- */

div.container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 1010px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

/* ------------------------------------------------------------------------------------------------------- */

div.masthead
{
	width: 1000px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	clear: left;
}

/* ------------------------------------------------------------------------------------------------------- */

div.navbar
{
	float:left;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align: middle;
	font-size: 70%;
	width: 180px;
}

div.navbar table a:link, div.navbar table a:visited, div.navbar table a:hover, div.navbar table a:active {
	text-decoration: none;
	display: block;
	padding: 4px;
}

/* ------------------------------------------------------------------------------------------------------- */

div.content, div.content3col
{
	float:left;
	margin-top: 0px;
	margin-left: 5px;
	vertical-align: top;
	padding:0px;
}

div.content
{
	width: 810px;
}

div.content3col
{
	width: 560px;
}

div.content h1, div.content3col h1 {
	padding-bottom: 20px;
}

div.content h2, div.content3col h2 {
	padding-bottom: 15px;
}

div.content h3, div.content3col h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 90%;
}

div.content p, div.content ul, div.content td, div.content3col p, div.content3col ul, div.content3col td {
	font-size: 80%;
	line-height: 150%;
}

div.content ul, div.content3col ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.content a:link, div.content a:visited, div.content a:hover, div.content3col a:link, div.content3col a:visited, div.content3col a:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 100%;
}

/* ------------------------------------------------------------------------------------------------------- */

div.rightbar
{
	float:right;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align: middle;
	font-size: 90%;
	width: 235px;
}
/* ------------------------------------------------------------------------------------------------------- */

div.footer
{
	width: 1000px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	height: 30px;
	/*background-image: url('../images/footer.png');*/
   clear: both;	
}

div.footer p {
	margin-top: 5px;
	padding: 0px;
	font-size: 80%;
}

div.footer a:link, div.footer a:visited, div.footer a:hover {
	text-decoration: underline;
	color: #000000;
}

/* ------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------- */

 p.examplessitemappath {
	vertical-align:top;
	font-size: 90%;
	font-weight: bold;
}

