﻿/* 
	Title: Cascading Style-Sheet
	
	Created: 31/01/2007 by John Lilley (MS Technical Consultant
	Updated: 04/04/2007 by Chris Criddle

	Notes:
		Style Colours
		Site Colour: #4B0087;
		Navigator Colour: #4B0087;
		Navigator BG Colour: #4B0087;
		Font Colour: #737C83;
*/

body 
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 760px;
	background-color: #F7F7F7;
	text-align: center;
margin: 0px auto;
}

#main_layer
{
	position: relative;
float: left;
	overflow: visible;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px; 
	border: 1px #CCCCCC solid;
	width: 760px;
	height: 100%;
	background-color: #FFFFFF;
}

 /* Top Layer Styles */
 
#top_layer
{
	position: relative;
	overflow: visible;
float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 1000;
}

#header_layer
{
	position: relative;
	overflow: hidden;
float: left;
	margin: 3px 0px 3px 5px;
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 100%;
	background-color: #FFFFFF;
}

#header_layer_left
{
	position: relative;
	overflow: hidden;
	float: left;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 550px;
	height: 100px;
}

#header_layer_right
{
	position: relative;
	overflow: hidden;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 200px;
	height: 100px;
}

#logo_layer
{
	position: relative;
	overflow: hidden;
float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px; 
	border: 0px #000000 solid;
	width: 100%;
}

#section_header
{
	position: relative;
	overflow: hidden;
float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 760px;
	height: 125px;
}

#topsitenav_layer
{
	position: relative;
	overflow: hidden;
float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 1px #000000 solid;
	width: 100%;
	height: 30px;
	background-color: #999999;
}

#breadcrumb_layer
{
	position: relative;
	overflow: hidden;
float: left;
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 5px 3px 3px 3px; 
	border: 0px #000000 solid;
	/*height: 20px;*/
	background-color: #FFFFFF;
}

/* Center Layer Styles */

#content_layer
{
	position: relative;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 1px #000000 solid;
	width: 100%;
	background-color: #000000;
}

#section_image
{
	position: relative;
	float: left;
	overflow: hidden;
	border-left: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	border-bottom: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	width: 757px;
	/*height: 163px;*/
	background-color: #EEEEEE;
}

#homepage_float_left_content_layer
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 508px;
	height: 300px;
	background-color: #FFFFFF;
}

#homepage_left_content_layer
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 4px 2px 4px 0px;
	padding: 0px 0px 0px 0px; 
	border-left: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	border-bottom: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	width: 247px;
	height: 200px;
	background-color: #EEEEEE;
}

#hompage_content_layer
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 100%;
	/*height: 400px;*/
	background-color: #FFFFFF;
}

#homepage_center_content_layer
{
	position: relative;
	float: left;
	width: 247px;
	height: 200px;
	overflow: hidden;
	margin: 4px 2px;
	padding: 0px; 
	border-left: 3px #ffffff solid;
	border-bottom: 3px #ffffff solid;
	background: #000000;
}

#homepage_right_content_layer
{
	position: relative;
	overflow: hidden;
	margin: 4px 0px 4px 2px;
	padding: 0px 0px 0px 0px; 
	border-left: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	border-bottom: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	width: 249px;
	height: 200px;
	background-color: #EEEEEE;
}

#content_layer
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px
	padding: 0px 0px 0px 0px; 
	border: 0px #000000 solid;
	width: 100%;
	/*height: 400px;*/
	height: 100%;
	background-color: #FFFFFF;
}

#float_left_content_layer
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px; 
	border: 0px #000000 solid;
	width: 760px;
	/*height: 300px;*/
	background-color: #FFFFFF;
}

#left_content_layer
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 190px;
	height: auto;
	margin: 4px 2px 4px 0px;
	padding: 0px; 
	border-left: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	border-bottom: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	background-color: #EEEEEE;
}

#center_content_layer
{
	position: relative;
	float: left;
	width: 560px;
	height: auto;
	margin: 4px 0px 4px 2px;
	padding: 0px; 
	border-left: 3px #ffffff solid;/* change cc on 4/4/07 from #C3C3C3 */
	border-bottom: 3px #ffffff solid; /* change cc on 4/4/07 from #C3C3C3 */
}

/* Bottom Layer Styles */

#bottom_layer
{
	position: relative;
	overflow: visible;
	float: left;
	margin: 0;
	padding: 0; 
	border: 0px #000000 solid;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
}

#pepperio_image
{
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0; 
	border: 0px #000000 solid;
	width: 90px;
	height: 45px;
	background-color: #FFFFFF;
}

#footer_layer
{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 5px; 
	border: 0px #000000 solid;
	width: 750px;
	/*height: 20px;*/
	background-color: #cc0000;/* modified by cc on 4/4/07 from #4b0087 */
	vertical-align: center;
  	font-family: verdana, arial, sans-serif ;
  	font-size: 10px;
	color: #FFFFFF;
}

#footer_bottom_layer
{
	position: relative;
	overflow: hidden;
	padding: 5px; 
	border: 0px #000000 solid;
	width: 750px; /*changed by cc on 4/4/07 from 760px*/
	text-align: right;/*changed by cc on 4/4/07 from right*/
	/*height: 20px;*/
	background-color: #FFFFFF;
}

#title_header
{
	float: left;
	width: 220px;
}
#title_icon
{
	width: 19px; 
	height: 19px; 
	background-color: #4B0087;
}

/* Header Styles */

h1, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	color: #000000;
	text-align: left;
}

h1
{
	padding: 10px 10px 10px 10px;
	font-size: 25px;
	font-weight: normal;
	color: #4B0087;
	border-bottom: 1px #4B0087 solid;
}

h2
{
	font: normal 12px/16px Verdana, sans-serif;
	color: #00607A;
	font-weight: normal;
	/*text-transform: uppercase;*/
	padding: 0;
	margin: 5px 0px 5px 0px; 
	text-align: left;
}

h3
{
	padding: 5px 5px 5px 5px;
	font: bold 8pt Verdana, sans-serif;
	font-weight: bold;
	color: #4B0087;
	/*text-transform: uppercase;*/
	border: 0px #CCCFD2 solid;
	width: 100%;
	/*height: 29px;*/
	background-color: #E7E7E7;
	line-height: 19px;
}

/* Paragraph Styles */

p
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 5px 5px 5px;
	/*color: #000000; changed 040507 by cc from #737C83 */
	color: #666666;
	text-align: left;
	text-decoration: none;
	line-height: 17px;
}

p.right
{
	text-align: right;
}

p.no_padding
{
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

input
{
	font-family: verdana, arial, sans-serif ;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	color: #4B0087;
	text-align: left;
}

/* Image Styles */

img
{
	float: left;
	border: 0px #FFFFFF solid;
}

p img
{
	padding: 5px 5px 5px 5px;
}

img.left
{
	float: left;
}	

img.right
{
	float: right;
}




p.in_this_section
{
	list-style: none;
	position: relative;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border-left: 1px #ffffff solid;/* change cc on 4/4/07 from #4b0087 */
	border-bottom: 1px #ffffff solid;/* change cc on 4/4/07 from #4b0087 */
	color: #000000;
	text-align: left;
}

ul#nav, ul#nav li, ul#nav ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul#nav li.root 
{
	float: left;
	text-align:center;
	position: relative;
	font-family: "trebuchet ms", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	z-index: 1001;	
	cursor: hand;
	
}

#search
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px; 
	color: #737C83;
	text-align: center;
}

/* Link Styles */

/*a:link, a:hover, a:visited, a:active
{
	font-family: verdana, arial, sans-serif ;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

a:link, a:visited, a:active
{
	color: #4B0087;
}
*/

a
{
	font-family: verdana, arial, sans-serif ;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #4B0087;
}

a:hover
{
	color: #cc0000; /* changed cc 05/04/07 from FF0000 */
}

.top_navigator
{	
	width: 100%;
	height: 30px;
	padding: 8px 12px 10px 12px;
	cursor: hand;
}

a.top_navigator, a.top_navigator:hover, a.top_navigator:visited, a.top_navigator:active
{
	position: relative;
	width: 100%;
	
	font-family: arial, verdana, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.top_navigator:hover
{
	position: relative;
	background-color: #999999;

	font-family: arial, verdana, sans-serif ;
	font-size: 12px;
	font-weight: bold;

	text-decoration: none;
	text-align: center;
	color: #4B0087;
}

a.navigator_top_selected
{
	position: relative;
	background-color: #999999;
	font-family: arial, verdana, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

a.in_this_section, a.in_this_section:hover
{
	font-family: verdana, arial, sans-serif ;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: left;
	text-decoration: none;
}

a.in_this_section
{
	color: #000000;
}

a.in_this_section:hover
{
	color: #cc0000; /* changed by cc 05/04/07 from F29200 */
}


a.navigator_left_selected
{
	font-family: verdana, arial, sans-serif ;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: left;
	text-decoration: none;
	color: #cc0000;
}

.nav2
{
	float:left;
	width:100%;
	border:none;
	background-color: #cc0000;/* modified by cc on 4/4/07 from #4b0087 */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.nav2 ul 
{
	position: relative;
	float: left;
	list-style-type: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.nav2 ul
{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: auto;
	list-style-image: url('./assets/Picture/plus_icon-15084.gif');
}

.nav2 ul li
{
	position: relative;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	float: left;
	list-style-type: none;
	z-index:1000;
	/*margin-top: 1px;*/
	background-color: #cc0000;/* modified by cc on 4/4/07 from #4b0087 */
	padding: 1px;
}

.nav2 ul li ul 
{
	display:none;
	/*border:none;*/
}

.nav2 ul li ul 
{
	margin-left:-30px;
	padding:0 30px 30px 30px;	
}

.nav2 a 
{
	float:left;
	display:block;
	height:2.5em;
	line-height:2.5em;
	padding:0 16px 0 16px; 

	font-family: arial, verdana, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}
.nav2 ul li:hover 
{
	width:auto;
}

.nav2 table 
{
	position:absolute;
	z-index:999; 
	top:0; 
	left:0; 
	border-collapse:collapse; 
	font-family:"trebuchet ms",arial,sans-serif;
}


.nav2 ul li:hover a,
.nav2 a:hover 
{
	background: #e4e4e4;
	color: #cc0000;
	text-decoration:none;
}


/*Color main cells hovering mode*/


.nav2 ul li:hover ul 
{
	display:block;
	position:absolute; 
	z-index:998;
	top:3.0em;
	margin-top:0.1em;
	left:0;
}

.nav2 ul li:hover ul li ul 
{
	display: none;
}

.nav2 ul li:hover ul li a 
{
	display:block;
	width:10em;
	height:auto;
	line-height:1.3em;
	margin-left:-1px;
	padding:4px 16px 4px 16px;
	border-left:solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color:rgb(237,237,237);
	font-weight:normal; color:rgb(50,50,50);
}

/*Color subcells normal mode*/

.nav2 ul li:hover ul li a:hover
{
	background:  #e4e4e4;
	text-decoration:none;
}

/*Color subcells hovering mode*/

/* Unordered List Styles */

ul
{
	position: relative;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 23px;
	border-left: 0px #000000 solid;
	/*color: #000000; changed 040507 by cc from #737C83 */
	color: #666666; /* changed 040507 by cc from #737C83 */
	text-align: left;
	list-style-image: url('./assets/picture/plus_icon-15084.gif');
	/*background-color: #FFFFFF;*/
	z-index:1000;
}

li
{
	position: relative;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: none;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 0px #000000 solid;
	/*color: #000000; changed 040507 by cc from #737C83 */
	color: #666666; /* changed 040507 by cc from #737C83 */
	text-align: left;
	/*line-height: 17px;*/
	/*list-style-image: url("/assets/picture/plus_icon-15084.gif");*/
	vertical-align: top;
	background-color: #999999/
}



