﻿/* Global Attributes */

html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans, Verdana, Tahoma;
	background-color: #8FB572;
	background-image: url('images/bodybg.png');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #676767;
}

/* Structural Elements */

#backgrounder {
		background: url('images/contbg.png') repeat-y;
		width: 816px;
			margin: 0 auto 0 auto;

		}
		
#footershadow {
	height: 8px;
	width: 816px;
	background: url('images/footerbg.png') no-repeat;
		margin: 0 auto 10px auto;

	}

#container {
	margin: 0 auto 0 auto;
	width: 800px;
	padding-bottom: 0px;
	height: auto;
	min-height: 100%;
}

#stickerbit {
	height: 25px;
	background-color: #b1c18d;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}

.lefthalf {
	width: 70%;
	float: left;
	line-height: auto;
	text-align: left;
	padding-left: 10px;
	}
	
.righthalf {
	width: 27%;
	float: left;
	line-height: auto;
	text-align: right;
	padding-right: 10px;
	}

#header {
	height: 215px;
	width: 800px;
	background-image: url('images/header.jpg');
}


#content {
	overflow: hidden;
	text-align: justify;
	float: left;
	padding: 10px;
	width: 510px;
	margin-right: 5px;
}

#contentshadow {
	width: 100%;
	height: 5px;
	background-image: url('images/contentshadow.png');
	background-repeat: repeat-x;
}

#footer {
	clear: both;
	background-color: #fff;
	color: #565554;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	margin: auto;
	height: 25px;
	text-align: center;
}

#buttonholder {
	float:left;
	margin-bottom:15px;
	overflow:hidden;
	margin-left: 15px;
	padding-left:5px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	padding-right:5px;
	padding-top:10px;
	text-align:left;
	width:222px;
}

.notice {
	font-family: "Trebuchet MS";
	background: #eee;
	color: #808080;
	padding: 12px 8px;	
	margin: 0 0 3px 0;
}

#spacer {
	margin-top: 5px;
}

#endbox {
	width: 1024px;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
	color: #666;
	font-size: 10px;
}


/* Menu */

#menu {
	background-color: #71563c;
	background-image: url('images/menuidle.png');
	background-repeat: repeat-x;
	height: 40px;
	overflow: hidden;
	width:100%;
}

/* Miscellaneous Styling */

.rightbox {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 3px 0;
}

img {
	border: none;
	margin-bottom: 5px;
}
	
img.contentr {
	float: right;
}

img.contentl {
	float: left;
}

h1 {
	font-size: 22px;
	font-family: Arial, Verdana, Tahoma;
	color: #839c49;
	margin: 0 0 10px 0;
}

h1.img {
	margin-bottom: -8px;
	border: none;
}


h2.img {
	margin-bottom: -8px;
	border: none;
}

h2 {
	font-size: 18px;
	font-family: Arial, Verdana, Tahoma;
	color: #333;
	margin-bottom:5px;
	margin-top:10px;
	font-weight: bold;
	color: #72573d;
}

p {
line-height: 18px;
margin-bottom: 10px;
}

a {
	color: #49769c;
	text-decoration: none;
}

a:hover {
	color: #578abe;
	text-decoration: none;
}

a.endbox {
	color: #666;
	text-decoration: none;
}

a:hover.endbox {
	color: #444;
	text-decoration: underline;
}


ul {
	list-style-type: none;	
	list-style-image: none;
}

li {
	margin-left: 10px;
}

.bcontainment {
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	background-image: url('images/bt.png');
	background-repeat: repeat-x;
	color: #636363;
	margin-bottom: 20px;

}

.btl {
	background-image: url('images/btl.png');
	width: 17px;
	height: 27px;
	float: left;
}

.btop {
	background-image: url('images/bt.png');
	height: 21px;
	float: left;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 5px;
	}
	
.btr {
	background-image: url('images/btr.png');
	width: 10px;
	height: 27px;
	float: right;
}

.bcontbody {
	background-color: #d8dfe4;
	border-left: #668daa solid 1px;
	border-right: #668daa solid 1px;
	clear: both;
	padding: 8px;
	}
	
	.bbotwrap {
	background: url('images/bb.png') repeat-x top left;
		}
	
.bbl {
	background: url('images/bbl.png') top right no-repeat;
	width: 11px;
	height: 11px;
	float: left;
}

.bbot {
	height: 11px;
	width: auto;
	font-size: 1px;
	}
	
.bbr {
	background-image: url('images/bbr.png');
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	float: right;
	margin-top: -11px;
}

.containment {
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	background-image: url('images/t.png');
background-repeat: repeat-x;
	color: #636363;
	margin-bottom: 20px;
}

.tl {
	background-image: url('images/tl.png');
	width: 17px;
	height: 27px;
	float: left;
}

.top {
	background-image: url('images/t.png');
	height: 21px;
	float: left;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 5px;
	}
	
.tr {
	background-image: url('images/tr.png');
	width: 10px;
	height: 27px;
	float: right;
}

.contbody {
	background-color: #e1e4d8;
	border-left: #8ea45a solid 1px;
	border-right: #8ea45a solid 1px;
	clear: both;
	padding: 8px;
	}
	
	.botwrap {
	background: url('images/b.png') repeat-x top left;
		}
	
.bl {
	background: url('images/bl.png') top right no-repeat;
	width: 11px;
	height: 11px;
	float: left;
}

.bot {
	height: 11px;
	width: auto;
	font-size: 1px;
	}
	
.br {
	background-image: url('images/br.png');
	width: 11px;
	height: 11px;
	background-repeat: no-repeat;
	float: right;
	margin-top: -11px;
}

#content img {
	padding-left: 5px;
	padding-bottom: 5px;
	}
	
/*

.MainMenu_MenuContainer{ background:transparent; width:100%; font-weight: normal;}

.MainMenu_MenuBar {
font-weight: normal;
height: 40px;
}

.MainMenu_SearchBar {
	background-position: top;
	text-align: right;
}

.MainMenu_MenuItem{
	border:0 solid #000000;
	color:#333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 15px 5px 10px;
}

.MainMenu_MenuItemSel {
	border:0 solid #000000;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #a0af7f;
	font-weight:bold;
	padding:5px 15px 5px 10px;
}


.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
*/

/*---------Root Menu Separator---------------*/
/* .MainMenu_MenuBreak{ display: inherit; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
.ModuleTitle_MenuItemSel {background-color: transparent;}*/

/*---------Root Menu style---------------*/
/* .rootmenuitem TD{
	font-family:Trebuchet MS;
	font-weight: bold;
	padding: 10px 14px 10px 14px;
	height: 40px;
	font-size: 15px;
	color: #ffffff;
	padding: 0 15px;
}
.rootmenuitemselected TD{
	font-family:Trebuchet MS;
	font-weight: bold;
	padding: 10px 14px 10px 14px;
	font-size: 15px;
	height: 40px;
	color: #fff;
	background-image: url('images/menu_hover.png');
	background-repeat: repeat-x;
	background-color: #a0af7f;
	padding: 0 15px;
}

.MainMenu_RootMenuItemActive TD{
	font-family:Trebuchet MS;
	font-weight: bold;
	border: 0;	
	height: 40px;
	padding: 0 15px;
	}

.rootmenuitembreadcrumb TD{
	font-weight: bold;
	font-family:Trebuchet MS;
	border: 0;
	font-size: 15px;
	height: 40px;
	padding: 0 15px;
	color: #fff;
	background-image: url('images/menu_current.png');
	background-repeat: repeat-x;
	background-color: #8b6d50;
}

*/

/*---------Sub Menu style---------------*/

/*
.submenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	background: #fff;
	font-size:12px;
	font-weight:bold;
	border:0;
	padding:0px;
	margin-top: 0;
	margin-left: 0px;
	border-left: 1px solid #839c49;
	border-right:  1px solid #839c49;
	border-bottom: 1px solid #839c49;
}

.submenu TD {
	border-bottom: 0px solid #839c49;
	font-weight: normal;
}

.submenuitembreadcrumb{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:normal;
	padding:5px 15px 5px 10px;
	border:0px #000000 solid;
	border-width:0px 0px;
	color:#acba8e;
}

.submenuitemselected{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight: normal;
	padding:5px 15px 5px 10px;
	border:0px #000000 solid;
	background: #acba8e;
}

.submenuitemactive {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	padding:5px 15px 5px 10px;
	border:0px #000000 solid;
	border-width:0px 0px;
	color:#feaf30;
}

*/

/* Solpart Menu */

.MainMenu_MenuContainer { background-color: transparent; }

.MainMenu_MenuBar
{
	cursor: pointer;
	height: 40px;
	background-color: transparent;
}

.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 0px;
}

.MainMenu_MenuIcon { display: none; }

.MainMenu_MenuItem
{
	cursor: pointer;
	color: #333;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	padding:5px 15px 5px 10px;
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: #a0af7f;
	padding:5px 15px 5px 10px;
}

.MainMenu_SubMenu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	font-style: normal;
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-left: 1px solid #839c49;
	border-right:  1px solid #839c49;
	border-bottom: 1px solid #839c49;
}

.MainMenu_SubMenuSel { 
	
}

.MainMenu_SubMenuActive { }

.MainMenu_SubMenuCrumb { }

.MainMenu_RootMenu TD
{
	padding: 10px 14px 10px 14px;
}

.MainMenu_RootMenu
{
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}

.MainMenu_RootMenuSel { 
	background-image: url('images/menu_hover.png');
	background-repeat: repeat-x;
	background-color: #a0af7f;
}

.MainMenu_RootMenuActive { }

.MainMenu_RootMenuCrumb { }

.MainMenu_MenuArrow { display: none; }

.MainMenu_RootMenuArrow { display: none; }



.greenhead { 
	color: #fff;
	font-weight: bold;
	}
	
a.SkinObject:link {
	color:#49769c;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

a.SkinObject:hover {
	color:#406b8b;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.Head {
	font-family: Arial, Verdana, Tahoma;
	color: #839c49;
	font-weight: bold;
	font-size: 22px;
	}
	
.Normal {
	font-family: "Lucida Sans", Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #676767;
	}
	
.Coloured .Normal{
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	}
	
.SkinObject {
	color:#565554;
	font-family:Verdana, Tahoma,Arial,Helvetica;
	font-size:10px;
	font-weight: normal;
	text-decoration:none;
}

#toppaneclass {
	width: 760px;
	margin-left: 20px;
}

.MainMenu_RootMenuActive {
color:#FFFFFF;
font-family:"Trebuchet MS",Verdana,Arial;
font-size:16px;
font-weight:bold;
}
