/* Start Body */
body {
	background-color: #e8f7fc;
	font-family: Arial;
}

A:link      {text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#003366;}
A:visited {text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#336699;}
A:active  {text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#003366;}
A:hover   {text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#83a912;}
/* End Body */

/* Start structure */
	div.content {
		position: absolute;
		width: 1000px;
		background-color: #ffffff;
		margin-top: -10px;
		border: solid #dce9ef;
		border-width: 1px;
	}
	
	div.content2 {					/* colour for fake part of the menu */
		float: left;
		background-color: #dee9b8;	
	}

	span.content3 {					/* colour for fake part of the menu */
		float: left;
		height: auto !important;
		background-color: white;
		min-height: 400px;
		width: 800px;
	}

	div.body { 						/* /includes/non_ie.css is included is it is a non ie user */
		vertical-align: text-top;
		margin-left: 185px;
		background-color: white;
		margin-bottom: -17px;
	}

	div.banner {
		width: 100%;
		height: 120px;
		margin: 0 0 10px 0;
		padding-bottom: 10px;
		background-image: url(/images/dropshadow.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
		
	}
	
	div.content_container {
		float: left;
		width: 64%;
		background-color: white;
		
		margin-left: 0px;
	}
	
	div.CRcontainer {
		float: left;
		width: 237px;
		background-color: white;
		margin-left: 45px;
		padding-right: 5px;
	}

	p.slogan {
		text-align: right;
		margin-top: -70px;
		margin-right: 25px;
		color: #07466e;
		font-weight: bold;
		font-size: 150%;
	}
	
	div.topmenu {
		float: none;
		text-align: right;
		margin-top: -90px;
	}
	
	div.sidemenu {
		float: left;
		width: 185px;
		display: inline;
		min-height: 350px;
		height: auto;
		background-color: #dee9b8;
		color: #00486e;
		position: relative;
	}
	
	div.treemenu_container {
		padding-bottom: 10px; /*ie requires this or the list item in the menu will be cut off */
		height: auto;
	}
	
	div.bottommenu {
		float: left;
		width: 100%;
		background-color: #cfd9e3;
		text-align: right;
		font-size: 70%;
		color: #155076; 
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	div.location {
		float: left;
		width: 60%;
		height: 25px;
		background: #136188 url(/images/Lcorner.gif) no-repeat top left;
		color: white;
		padding: 3px 0px 3px 0px;
	}
	
	div.search {
		float: left;
		height: 25px;
		background: #136188 url(/images/Rcorner.gif) no-repeat top right;
		width: 39.9%;
		color: white;
		font-weight: bold;
		font-size: 80%;
		text-align: right;
		padding: 3px 0px 3px 0px;
	}


/* End structure */

/* Start Misc */
	
	input.search {
		height: 16px;
	}
	
	input.search_button {
		color: white;
		font-weight: bold;
		background-color: #006694;
		margin-right: 10px;
		height: 23px;
	}
	
	form.login {
		text-align: right;
		margin-right: 50%;
	}
	
	a.edit_module {
		font-size: 60%;
		margin-left: 10px;
	}
	
	p.content_footer {
		border-top: solid #d5dee3;
		margin-top: -10px;
		margin-right: 20px;
	}
	
	div.form_indent {
		float: left;
		width: 300px;
		text-align: right;
	}
	
	div.user_form_small {
		float: left;
		width: 200px;
		text-align: right;
	}
	
	p.failed_login {
		color: red;
		margin-left: 20%;
	}
	
	ul.rootmenu {
		list-style-type: none;
		margin-bottom: -10px;
		
  	}
  	
	a.location_link { 
		text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 13px; color:white; 
		}
	
	p.location {
		margin-top: -15px;
		margin-left: 10px;
		font-size: 80%;
	}
/* End Misc */

/* Start menu formating */
	/* Start side menu formating */
	
		div.treemenu_container {
			padding-bottom: 10px; /*ie requires this or the list item in the menu will be cut off */
			margin-left: -15px;
		}
	
		a.side_menu:link    {text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#003366}
		a.side_menu:visited {text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#003366}
		a.side_menu:active  {text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#003366}
		a.side_menu:hover   {text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#003366}
		
		p.menu_title {
			margin-left: 15px;
			font-weight: bold;
			margin-top: 15px;
		}
		
		ul.rootmenu {				/* if you change this /include/non_ie.css needs editing as well */
			margin-left: 15px;
		}
		
		li.rm_item {
			margin-left: -25px;
		}
		
		li.sub_menu {
			margin-left: -45px;
		}
		
		ul.sub_menu {				/* if you change this /include/non_ie.css needs editing as well */
			list-style-type: none;
			margin-top: -20px;
			margin-left: 25px;
		}
		
		p.rm_item {
			margin-left: 10px;
		}
	/* End side menu formating */
	
	ul.admin_menu {
		margin-left: 50px;
	}
/* End menu formating */

/* Start text formating */
	p.page_heading {
		font-weight: bold;
		color: #9caa5d;
		margin-left: 20px;
		margin-top: 15px;
		font-family:Arial, Helvetica, sans-serif;
		color:#83a912;
	}
	
	p.sub_heading {
		text-align: left;
		padding-left: 40px;
		text-decoration: underline;
	}
	
	p.textindent1 {
		margin-left: 25px;
	}
	
	div.search_content {
		margin-left: 22px;
		margin-right: 30%;
		font-size: 80%;
	}
/* End text formating */

/* Start generic padding */
	div.indent1 {
		margin-left: 20px;
		margin-right: 25px;
	}
	
	div.indent1_1 {
		margin-left: 50px;
		
	}

	div.indent2 {
		margin-left: 100px;
		margin-right: 50px;
	}
	
	div.indent3 {
		margin-left: 150px;
		margin-right: 50px;
	}
	
	div.float400 {
		float: left;
		width: 400px;
	}
	
	div.float30 {
		float: left;
		width: 30px;
	}
	
	div.float50 {
		float: left;
		width: 50px;
	}

	div.float100 {
		float: left;
		width: 100px;
	}

	div.float520 {
		float: left;
		width: 520px;
	}
/* End generic padding */

/* Start user list formating */
	li.userlist {
		float: left;
		display: table-cell;
		list-style-type: none;
		margin-right: 15px;
	}
/* End user list formating */

/* Start site map formating */
	li.sitemap {
		list-style-type: none;
		font-size: 16px;
	}
	
	ul.sitemap {
		margin-bottom: -10px;
		
	}
		
	a.sitemap:link { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:black; }
	a.sitemap:visited { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:black; }
	a.sitemap:active  { font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:black; }
	a.sitemap:hover   { text-decoration: underline; font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:#83a912; }
/* End site map formating */

/* Start homepage formating */
	div.body_home {
		vertical-align: text-top;
		padding-left: 40px;
		background-color: white;
		margin-bottom: -17px;
		min-height: 400px;
		color: #6f6f6f;
	}
	
  	p.home_heading {
  		font-family: Myriad, Arial, Helvetica;
		color:#83a912;	
  		font-weight: bold;
  		font-size: 14pt
  	}
  	
  	p.home_slogan {
  		color: #136188;
  		font-size: 12pt;
  		font-weight: bold;
  		text-align: center;
  	}
  	
  	p.home_text {
  		font-size: 10pt;
  	}
  	
  	div.home_float {
  		float: left;
  		width: 260px;
  	}
  	
  	div.border {
  		border-style: solid;
  		border-color: #c0c0c0 #c0c0c0 #c0c0c0 white;
  		margin-top: -18px;
  		border-width: 1px;
  		margin-right: 50px;
  	}
  	p.home_news {
  		background: #d1dae3 url(/images/Lcorner.gif) no-repeat top left;
  		margin-top: -2px;
  		color: #5c6a77;
  		font-weight: bold;
  		font-size: 14pt;
  		padding-top: 2px;
  		padding-bottom: 2px;
  		margin-right: 50px;
  	}
/* End homepage formating */

input.contact_input {
	width: 300px;
	margin-bottom: 3px;
}

input.contact_input_small {
	width: 144px;
	margin-bottom: 3px;
}

p.contact_text {
	font-size: 75%;
	margin-bottom: -5px;
}

div.contact_buttons {
	text-align: right;
	margin-right: 50px;
}

.standardStyle {
	text-decoration: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: justify;
}

img { border: 0 none; }
/* start side boxs */
	p.sideTitle {
		font-size: 75%;
		font-weight: bold;
		margin-left: 10px;
		margin-top: -18px;
	}

	p.sideContent {
		padding-left: 10px;
		padding-right: 5px;
		margin-top: 2px;
		margin-bottom: -5px;
	}

	div.sideTitle {
		background: #deeab9 url(/images/sidebox/right.jpg) no-repeat top right;
		height: 20px;
		margin-top: -2px;
	}

	.t {background: url(/images/sidebox/dot.gif) 0 0 repeat-x; margin-bottom: 5px; }
	.b {background: url(/images/sidebox/dot.gif) 0 100% repeat-x}
	.l {background: url(/images/sidebox/dot.gif) 0 0 repeat-y}
	.r {background: url(/images/sidebox/dot.gif) 100% 0 repeat-y}
	.bl {background: url(/images/sidebox/bl.gif) 0 100% no-repeat}
	.br {background: url(/images/sidebox/br.gif) 100% 100% no-repeat}
	.tl {background: url(/images/sidebox/tl.gif) 0 0 no-repeat}
	.tr {background: url(/images/sidebox/tr.gif) 100% 0 no-repeat; padding:10px; min-height: 40px} 
	/* Start Solid */
		.roundcont {
			width: 237px;
			background-color: #deeab9;
			color: #26678b;
		}
		.roundcont p {
			margin: 0 10px;
		}
		.roundtop { 
			background: url(/images/sidebox/solid/tr.jpg) no-repeat top right; 
		}
		.roundbottom {
			background: url(/images/sidebox/solid/br.jpg) no-repeat bottom right;
			margin-bottom: -3px;
		}
		img.corner {
		   width: 15px;
		   height: 15px;
		   border: none;
		   display: block !important;
		}

		.broundcont {
			width: 237px;
			background-color: #196289;
			color: white;
			margin-top: 10px;
		}
		.broundcont p {
			margin: 0 10px;
		}
		.broundtop { 
			background: url(/images/sidebox/solid/btr.jpg) no-repeat top right; 
		}
		.broundbottom {
			background: url(/images/sidebox/solid/bbr.jpg) no-repeat bottom right;
			margin-bottom: -3px;
		}
		img.bcorner {
		   width: 15px;
		   height: 15px;
		   border: none;
		   display: block !important;
		}
	/* End Solid */
/* End side boxs */