/* 
	Title: Cascading Style-Sheet
	Author: Amy Copcutt
	Created Date: 20/01/2010

	Comments:
		- MS Templates
		- Site Width: Liquid
		- Site Colour - Blue:
*/

html
{
background: #4F4F4F;
}

body
{
	font-family: arial;
	font-size: 80%;
	color: #000000;	
	position: relative;

	width: 1024px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

body.mystyle
{
height: auto;
	background: #FFFFFF;
margin: 0px;
}

/*************** Layer Styles ***************/

#layer_site
{
	position: relative;
float: left;
	width: 100%;
	height: 100%;
	min-height: 500px;
margin: 0px;
}

#print-logo 
{display:none;
}

#print-logo-bottom 
{display:none;
}

#layer_site_header_container
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 177px;
	background: #003A83 url(../../Picture/bg_header-15126.jpg) no-repeat;
}
		
#layer_site_header
{
	position: relative;
	float: left;
	width: 1024px;
	height: 177px;
}

#layer_site_header_logo
{
	position: relative;
	float: left;
	width: 252px;
	height: 177px;
}


#layer_site_header_text
{
	position: relative;
	float: right;
	width: 495px;
	height: 117px;
	padding: 72px 0px 0px 0px;
}

#layer_site_header_image
{
	position: relative;
	overflow: hidden;
	float: right;
	width: 245px;
	height: 177px;
	margin: 0px 0px 0px 0px;
}

#layer_site_breadcrumb
{
	position: relative;
overflow: hidden;
	float: left;
	width: 100%;
	height: 34px;
	background: url(../../csspreview/main/bg_black_fade.gif) repeat-x;
	margin: 0px;
}

#layer_site_breadcrumb_left
{
	position: relative;
	float: left;
	width: 214px;
	height: 34px;
	background: #000000 url(../../csspreview/main/bg_grey_fade.gif) repeat-x;
	padding: 4px 39px 0px 0px;
	font-size: 12px;
         font-weight: bold;
	/*line-height: 24px;*/
	text-align: right;
}
		
#layer_site_breadcrumb_right
{
	margin: 0px 0px 0px 260px;
	height: 34px;
}

/*************** Layer Navigator Styles ***************/

#layer_site_navigator
{
	position: relative;
overflow: hidden;
	float: left;
	width: 253px;
	height: auto;
margin: 0px;
padding: 0px;
	margin-bottom: 10px;
}

#layer_site_navigator ul
{
	position: relative;
overflow: hidden;
	float: left;
	width: 253px;
height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#layer_site_navigator ul li div
{
	display: none;
}

#layer_site_navigator ul li div
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

#layer_site_navigator ul li 
{
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	width: auto;
	padding: 5px 0px;
	margin: 0px;
	clear: both;
}

#layer_site_navigator ul li a
{
	position: relative;
	float: right;
	width: 213px;
	padding: 7px 40px 7px 0px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#layer_site_navigator ul li div a
{
	font-size: 100%;
	text-transform: none;
}

#layer_site_navigator ul li .show
{
 	display: block;
}

#layer_site_navigator ul li a:hover,
.selected
{
	background: #005FB9;
}

#layer_site_content_container
{
	position: relative;
	float: left;
	padding: 40px 0px 0px 0px;
	width: 100%;
	height: 410px;
background: #FFFFFF url(../../csspreview/main/bg_black.gif) repeat-y;
}

#layer_site_content
{
positon: relative;
overflow: auto;
float: left;
width: 682px;
	margin: 0px 0px 10px 49px;
	padding: 11px 40px 0px 0px;
	height: 380px;
/*background: #CCC;*/
}

#layer_site_footer_container
{
	position: relative;
	overflow: hidden;
	width: 1024px;
	height: 69px;
margin: 0px auto;
	clear: both;
	background: url(../../csspreview/main/bg_footer_white.gif) repeat-x;
	border-bottom: 14px solid #000000;
}
		
#layer_site_footer
{
	position: relative;
	float: left;
	width: 950px;
	height: 69px;
}

#layer_site_footer_left
{
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0px;
	width: 253px;
	height: 69px;
	background: url(../../csspreview/main/bg_footer_black.gif) repeat-x;
	text-align: center;
}

#layer_site_footer_right
{
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 48px;
	width: 600px;
	height: 69px;
}

/*************** Font Styles ***************/

h1 { font-size: 100%; font-weight: bold; margin: 0px; padding: 0px; }
h2 { font-size: 100%; font-weight: bold; margin: 0px; padding: 0px; }
h3 { font-size: 16px; font-weight: bold; color:#2C93E0; font-style: italic; margin: 0px; padding: 0px: }
h4 { font-size: 100%; color:#999999; font-weight: normal;margin: 0px; padding: 0px: }
h5 { font-size: 100%; color:#999999; font-weight: bold;margin: 0px; padding: 0px: }
h6 { font-size: 100%; font-weight: normal; text-align: justify; margin: 0px; padding: 0px: }

normal, p { margin: 0px; padding: 0px; line-height: 1.3; }

#layer_site_footer p
{
	color: #FFFFFF;
	font-size: 70%;
}

#layer_site_footer a,
#layer_site_footer a:hover
{
	color: #FFFFFF;
}

/*************** Link Styles ***************/

a
{
	color: #337DB4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*************** Image Styles ***************/

img
{
	border: 0px solid #000000;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

/* Normal Plain Table */

	table.plain			{ width: 99%; padding: 0px; margin: 0px; border-collapse:collapse; border: 0px solid #000000; }

	table.plain th, 
	table.plain td			{padding: 5px 5px; width: 33%;}

	table.plain, 
	table.plain th, 
	table.plain td			{} 

	table.plain th			{ font-weight: bold;}
	table.plain th[scope=col] 	{ text-align: left;}
	table.plain th[scope=row] 	{ text-align: left;}
	table.plain th p			{ }

	table.plain tr			{vertical-align: middle;}
	
	table.plain td,
	table.plain td p		{text-align: center;}

	table.plain td p,
	table.plain th p		{font-size: 100%;}
	table.plain td a		{text-decoration: none;}


/* Normal listing Table */
	table.listing			{ width: 99%; padding: 0px; margin: 0px; border-collapse:collapse; border: 0px solid #000000; }

	table.listing th, 
	table.listing td			{}

	table.listing, 
	table.listing th, 
	table.listing td			{ border: 0px solid #000000; } 

	table.listing th			{ font-weight: bold;}
	table.listing th[scope=col] 	{ text-align: left;}
	table.listing th[scope=row] 	{ text-align: left;}
	table.listing th p		{ }

	table.listing tr			{vertical-align: top;}
	
	table.listing td,
	table.listing td p		{text-align: left;}

	table.listing td p,
	table.listing th p		{font-size: 100%;}
	table.listing td a		{text-decoration: none;}

/* Normal Data Left Table */
	table.data		{ width: 95%; padding: 0px; margin: 0px; border-collapse:collapse; border: 0px solid #000000; }

	table.data th, 
	table.data td			{}

	table.data, 
	table.data th, 
	table.data td			{ border: 0px solid #000000; } 

	table.data th			{ font-weight: bold;}
	table.data th[scope=col] 	{ text-align: left;}
	table.data th[scope=row] 	{ text-align: left;}
	table.data th p		{ }

	table.data tr		{vertical-align: top;}
	
	table.data td,
	table.data td p		{text-align: left;}

	table.data td p,
	table.data th p		{font-size: 100%;}
	table.data td a		{text-decoration: none;}










































































