﻿@charset "UTF-8";
/* CSS Document */

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #292d5d;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
	border-left: 1px solid #292d5d;
	border-right: 1px solid #292d5d;
	border-bottom: 1px solid #292d5d;
	padding: 0;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #container div */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */

/* ------------------------------------HEADER ---------------------------------------------*/

#header {
	height: 324px;
	text-indent: -9000px;
	position: relative;
}

.home #header {
	background: url(header.jpg) no-repeat;
}

.inside #header {
	background: url(header.jpg) no-repeat;
}

#transparentGIF
{
    position:absolute;
    top:55px;
    left:30px;
    z-index:1000;
    height:65px;
    width:360px;
}

#header h1 {
	margin: 0;
}

/* ---------------------------------- TOP NAV ---------------------------------------------*/

#nav {
	top: 190px;
	left: 151px;
	position: absolute;
	height: 56px;
	text-align: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 56px;
}

#nav ul li {
	float: left;
	height: 56px;
	position: relative;
}

#nav ul li a {
	height: 8px;
	padding: 23px 0.3em 23px 0.4em;
	top: 1px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 1.3em; changed to fix the menu font size and stop it wrapping*/
	font-size:10pt;
	letter-spacing: -1px;
	text-decoration: none;
	background: url(navbar.gif) left top no-repeat;
	color: #292d5f;
	display: block;
	white-space: nowrap;
}

#nav ul li a:hover {
	background: url(navhover.gif) left top repeat-x;
}

#nav ul li a.current {
	background: url(navhover.gif) left top repeat-x;
}

#nav ul li.home a {
	text-indent: -9000px;
	background: url(home.gif) center center no-repeat;
	position: relative;
	width: 27px;
}

#nav ul li.home a:hover {
	background: url(navhover-home.gif) center center no-repeat;
}

#nav ul li.home a.current {
	background: url(navhover-home.gif) center center no-repeat;
}

/* --------------------------- BANNER -------------------------------*/

#topbanner {
	width: 100%;
	height: 56px;
	text-indent: -9000px;
	top: 0px;
	position: relative;
}

.home #topbanner {
	background: url(banner.jpg) no-repeat;
}

.inside #topbanner {
	background: url(banner.jpg) no-repeat;
}

#topbanner a {
	display: block;
	width: 100%;
	height: 65px;
}

/* -------------------------- CONTENT -----------------------------------*/

#content {
	font-size: 1.1em;
	text-align: left;
	background: #fff;
	top: -1px;
	position: relative;
	margin: 0;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #content div */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */


/* --- left column (the image) ---- */

#contentleft {
	float: left;
	width: 150px;
	padding: 15px 25px 10px 35px;
	color: #3c3c66;
	background: #fff url(endcurve.gif) left top no-repeat;
}
/* --- right column (the image) ---- */

#contentright 
{
    float: right;
	width: 570px;
	position: relative;
	padding: 20px 15px 15px 0;
}
h1
{
    font-family:Calibri, Arial;
    font-size:15pt;
    color:#292d5d;
    letter-spacing:2px;
}
h3
{
    font-family:Calibri, Arial;
    font-size:12pt;
    color:#292d5d;
}
p
{
    font-family:Calibri, Arial;
    font-size:9pt;
    color:#292d5d;
}  
a
{
    color:Red;
    font-weight:bold;
    text-decoration:none;
} 
a:hover
{
    text-decoration:underline;
}
a:visited
{
    color:Red;
    font-weight:bold;
    text-decoration:none;
}
a:hover:visited
{
    text-decoration:underline;
}

.clearBoth
{
    clear: both;
}

img
{
    border:0;
}


/*----------------------------------------- FOOTER -------------------------------------*/

#footer {
	background: #fff url(footergrad.gif) left top repeat-x;
	position: relative;
	padding:  10px;
	top: -1px;
	/*font-size: 1.1em; changed to force the font size */
	font-size:7pt;
	color: #999999;
	margin: 0;
}
#footer p
{
    font-size:8pt;
}

#sitelinks
{
    display: none;
    visibility: hidden;
}




