@charset "utf-8";
/* CSS Document */


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

@import "mail.css";

ul.MenuBarHorizontal
{
	margin: 0;
	margin-left:40px;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	cursor: default;
	width: auto;
	font-family: Verdana;
	left: 0px;
	top: 0px;
	position: absolute;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10em;
	float: left;
	color: #FFFFFF;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 10em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px none #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0em;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;	
	background-color: #175837;
	padding: 0.2em;
	font-weight:bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #94CCFD;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #94CCFD;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url('../SpryAssets/SpryMenuBarDownHover.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url('../SpryAssets/SpryMenuBarRightHover.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url('../SpryAssets/SpryMenuBarDownHover.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url('../SpryAssets/SpryMenuBarRightHover.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

p {font-family:Tahoma;
font-size:13px;
color:#175837;
margin:0px;
padding:0px;}




h1 {
	position: static;
	font-size: 100%;
	font-weight: normal;
	display: inline;

}
h2 {
	position: static;
	font-size: 100%;
	font-weight: normal;
	display: inline;

}

h3 {
margin:0px;
padding:0px;
padding-bottom: 5px;
}
#divMain {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	border: 1px none #000000;
}
#divHeader {

}
#divHeaderRow1 {
	height: 160px;
	background-image:url(../images/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-top: 1px solid red;
	border-right: 1px solid red;
	border-left: 1px solid red;
}

#logo {
position:absolute;
left: 2px;
top:2px;
}


/*#divHeaderRow2 {
	height: 14px;
	background-color: #FFFFCC;
}*/
#divHeaderRow3 {
	height: 23px;
	background-color: #175837;
	position: relative;
	z-index: 3;
	border-right:1px solid red;
	border-left:1px solid red;
}
/*#divHeaderRow4 {
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}
#divHeaderRow5 {
	height: 4px;
	background-color: #999999;
	line-height: 1px;
	font-size: 1px;
}*/
#divTitle1 {
	font-family: Impact;
	font-size: 64px;
	position: absolute;
	left: 180px;
	top: -4px;
	width: 353px;
	height: 86px;
	font-weight: normal;
	color: #000000;
	z-index: 2;
}
#divTitle2 {
	font-family: Impact;
	font-size: 24px;
	position: absolute;
	left: 535px;
	top: 36px;
	width: 344px;
	height: 43px;
	font-weight: normal;
	color: #000000;
	z-index: 2;
}


#divContent {
	text-align: left;
	padding-top:20px;
	padding-left: 40px;
	padding-right:20px;
	padding-bottom: 20px;
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color:#175837;
	border-right: 1px solid red;
	border-left: 1px solid red;
}




#divLeftBlock {
	position: absolute;
	left: 2px;
	top: 15px;
	width: 510px;
}
#divRightBlock {
	position: absolute;
	left: 535px;
	top: 25px;
	width: 378px;
	height: 1171px;
}
.newsTitle {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.newsTitleBig {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.newsTitleCentre {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align:center;
}
#news01 {
	height: 106px;
	position: relative;
}

.newsItem {
	position: relative;
	margin-bottom: 15px;
	min-height: 1px;
	zoom: 1;
	
}
.newsItemSummary {
	font-family: Tahoma;
	font-size: 11px;
}
.newsItem p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.newsBox {
	border: 1px solid #000000;
	padding: 6px;
}
#aerialthumb {
	float: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
}
/*#rotatingBanner {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	height: 30px;
	width: 950px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	left: 5px;
	top: 21px;
	line-height: 1.2em;
}*/
.textAlignCentre {
	text-align: center;
	
}
#divBase {
	height: 30px;
	width: 1000px;
	font-family: Tahoma;
	color: #FFFFFF;
	background-color: #175837;
	position: relative;
}
#divNavBar {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	width: 1000px;
}
#divSig {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 1.2em;
	width: 1000px;
}
#divNavBar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
#divContent a:link, #divContent a:visited {
	color: #175837;
	text-decoration:none;
	font-weight:bold;
}

#divContent a:hover {
	color: #175837;
	text-decoration:underline;
	font-weight:bold;
}
#divLeftBlock a:link,#divLeftBlock a:visited {
	color: #175837;
	text-decoration:none;
	font-weight:bold;
}

#divLeftBlock a:hover {
	color: #175837;
	text-decoration:underline;
	font-weight:bold;
}
#divHeaderRow3 a:link, #divHeaderRow3 a:visited {
	color: white;
	text-decoration:none;
	font-weight:bold;
}

#divHeaderRow3 a:hover {
	color: white;
	text-decoration:none;
	font-weight:bold;
}

