
#centre_layer {
	position: relative;
  	top: 0px;
  	right: 0;
  	margin: 0 auto;
  	width: 950px;
  	text-align: left;

  	padding: 0;

  	background: transparent;
	
	height: 100%;
}

#banner_layer {
	position: absolute;
	
	top: 0px;
	left: 0;
	width: 950px;
	height: 301px;
	
	background-image: url(/images/layout/topbanner-bg.jpg);
	background-repeat: no-repeat;
	
	z-index: 50;
		
}


#topnav {
	position: absolute;
	
	top: 219px;
	right: 20px;
	
	z-index: 100;	
}

#content_container {
	position: absolute;
	top: 301px;
	left: 0px;
	width: 950px;

	background-image: url(/images/layout/content-bg.jpg);
	background-repeat: repeat-y;

	padding-left: 15px;
	z-index: 50;
}

#inner_container {
	position: relative;
	z-index: 50;
}

#navigation {
	float: left;
	top: 10px;
	width: 200px;
}


#content {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	width: 650px;
	
	padding-left: 25px;
	padding-right: 40px;	
	z-index: 100;
}

#images {
	float: left;
	top: 5px;
	width: 170px;
	
	text-align: right;

	background: #939e76;
}

#footer {
	position: relative;
	
	width: 925px;
	height: 116px;
		
	clear: both;
	margin: 0;
	background: url(/images/layout/footer-bg.jpg);
	background-repeat: no-repeat;
	
	text-align: center;
}

#footer_content {
	padding-top: 90px;
}

body.layout {
	margin: 0px;
	
	min-width: 950px;

	background: #ccd9fb;
	
	background-image: url(/images/layout/page-bg.jpg);
	background-repeat: repeat-x;
}


a.topnav {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	text-decoration: none;
}

a.toplevel  {
	font-weight: bold;
	display: block;

	color: #00456a;
	
	background: #fedf9c;
	
	text-decoration: none;
	padding: 2px;
	padding-left: 10px;
	border-left: 1px solid white;
	border-right: 2px solid white;
	border-top: 2px solid white;
}

a.toplevel:hover {
	color: #00456a;
	background: #ffc420;
}

a.toplevel:active {
	color: #00456a;
	background: #ffc420;
}

a.toplevel:visited {
	color: #00456a;
}

.glossymenu {
	margin: 2px 0;
	padding: 0;
	width: 198px; /*width of menu*/
	
}

.glossymenu a.menuitem {
	display: block;
	line-height: 20px;

	background: #ffc420;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	
	font-weight: bold;
	color: #00456a;
	
	/*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 2px 0;
	padding-left: 10px;
	text-decoration: none;
	
	
}

.glossymenu a.menuitem:visited {
	color: #00456a;	
}

.glossymenu a.menuitem:hover {	
	color: #00456a;
	background: #fedf9c;
}

.glossymenu a.menuitem:active {
	color: #00456a;
	background: #fedf9c;
}

.glossymenu a.menuitem .statusicon {
	display: none;
}

.glossymenu div.submenu { /*DIV that contains each sub menu*/
	border-top: none;
}

.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	border-bottom: 1px solid white;
}

.glossymenu div.submenu ul li a {
	font-weight: bold;
	display: block;

	color: #00456a;
	
	background: #fedf9c;
	
	text-decoration: none;
	padding: 2px;
	padding-left: 10px;
	
}

.glossymenu div.submenu ul li a:hover {
	color: #00456a;
	background: #ffc420;
}


.required, .required_auto_form {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin: 0px;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
	background: white;
}

.form_text {
	width: 200px;
}

.form_textarea {
	width: 200px;
	height: 100px;
}

.form_submit {
	
}

input,textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.copyright {
	text-align:center; 
	font-size:10px; 
	font-weight:normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	margin: 0px; 
	text-decoration:none;
	
	margin-right: 5px;
}

a.copyright:link {
	color:#000000;
}

a.copyright:visited {
	color:#000000;
}

a.copyright:hover {
	color:#ffc420;
}

a.copyright:active {
	color:#ffc420;
}

h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e719e;
	margin: 0px;
	margin-bottom: 2px;
	text-decoration: none;
	line-height: 18px;
}

h2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e719e;
	margin: 0px;
	margin-bottom: 2px;
	text-decoration: none;
	line-height: 18px;
}

p,td,div {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	text-decoration: none;
	line-height: 16px;
}

img {
	border: none;
	text-decoration: none;	
}

a {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00456a;
	margin: 0px;
	text-decoration: none;
}

a:link {
	color: #00456a;
}

a:visited {
	color: #00456a;
}

a:hover {
	color: #ffc420;
}

a:active {
	color: #ffc420;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #3e719e;
	padding: 15px;
	background-color: white;
	visibility: hidden;
	z-index: 200;
	font-size: 11px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	line-height: 16px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid : DXImageTransform.Microsoft.Shadow ( color = #666666, direction = 135 );
}

.return {
	text-align: left;
	font-size: 11px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00456a;
	margin: 0px;
	text-decoration: none;
	line-height: 16px;
}

.submit {
	border: 1px solid #3e719e;
	color: #3e719e;
	background: white;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
}

.submit:HOVER {
	background: #fedf9c;
}
