/* 
	Title: Cascading Style-Sheet
	Author: John Lilley
	Created Date: 26/03/2007
	Updated Date: 26/03/2007
	Updated By:John Lilley

	Comments:
		- Main Style Sheet
		
		- Site Width: 775px;
		- Site Colour Blue: #99CCFF;
*/

body
{
	position: relative;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

/*************** Layer Styles ***************/

#layer_site
{
	position: relative;
	overflow: visiable;
	width: 100%;
	border: 0px solid #000000;
}

#layer_header
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 16px;
	background: #99CCFF url(/assets/css/ad_main/header_img.gif) no-repeat;
}

#layer_top
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 66px;
	border: 0px solid #000000;
}

#layer_logo
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 188px;
	height: 66px;
	/*background: url(/assets/Picture/logo.gif) no-repeat;*/	
}

#layer_top_right
{
	position: relative;
	overflow: hidden;
	height: 66px;
	border: 0px solid #000000;
	background: url(/assets/css/ad_main/header_bg.gif) repeat-x;
}

#layer_top_img
{
	position: relative;
	overflow: hidden;
	
	width: 575px;
	height: 47px;
	background: url(/assets/css/ad_main/img_header.jpg) no-repeat;
	border: 0px solid #000000;
}

#layer_navigator
{
	position: relative;
	overflow: hidden;
	/*width: 413px;*/
	height: 18px;
	border: 0px solid #000000;
}

#layer_middle
{
	position: relative;
	overflow: hidden;
	width: 100%;
	/*height: 100%;*/
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border: 0px solid #000000;
	background: #FFFFFF;
	/*white-space: nowrap;*/

}

#layer_middle_left
{
	position: relative;
	overflow: visiable;
	float: left;
	width: 188px;
	/*height: 381px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background: #FFFFFF;
}

#layer_middle_center
{
	position: relative;
	overflow: visiable;
	float: left;
	width: 500px;
	/*height: 381px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background: #FFFFFF;
}


#layer_middle_right
{
	position: relative;
	overflow: visiable;
	float: right;
	width: 104px;
	/*height: 381px;*/
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

#layer_footer
{
	position: relative;
	overflow: hidden;
	width: 100%
	height: 32px;
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 0px 188px;
	border-top: 1px solid #CCC;
	background: #FFFFFF;
}

/*************** Font Styles ***************/

p
{
	font-weight: normal;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
	margin: 5px 6px 5px 6px;
	line-height: 15px;
	color: #000000;
}

p.footer
{
	font-size: 9px;
}

.right
{
	font-weight: normal;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px 0px 6px;
	line-height: 15px;
	color: #000000;
text-align: right;
}


h1
{
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
	vertical-align: bottom;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #3385D6;
	vertical-align: bottom;
	margin: 10px 6px 10px 6px;
	padding: 0px 0px 0px 0px;

}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	vertical-align: bottom;
	margin: 5px 6px 5px 6px;
	padding: 0px 0px 0px 0px;

}

h4
{
	font-size: 10px;
	font-weight: bold;
	color: #330099;
	vertical-align: bottom;
	margin: 5px 6px 10px 6px;
	padding: 0px 0px 0px 0px;

}

/*************** Link Styles ***************/

a
{
	color: #FF7423;
	font-weight: bold;
	text-decoration:none;
}

a:hover
{
	color: #224577;
	font-weight: bold;
	text-decoration: none;
}

.right
{
	color: #FF7423;
	font-weight: none;
	text-decoration:none;
	float: right;
}

.right:hover
{
	color: #224577;
	font-weight: none;
	text-decoration:none;
	float: right;
}

a.navigator_top
{
	position: relative;
	height: 18px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 3px 15px 0px 15px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	line-height: 12px;
	border-right: 1px solid #FF6600;
}
 
a.navigator_top:hover
{
	position: relative;
	height: 18px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 3px 15px 0px 15px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	line-height: 12px;
	background: #FF6600;
	border-right: 1px solid #FF6600;
}

a.navigator_top_selected
{
	position: relative;
	height: 18px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 3px 15px 0px 15px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	line-height: 12px;
	background: #FF6600;
	border-right: 1px solid #FF6600;
	background: #0066CC;
}

a.navigator_left
{
	position: relative;
	/*height: 18px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	text-decoration: none;
	/*text-align: center;*/
	color: #FF7423;
	/*line-height: 12px;*/
}
 
a.navigator_left:hover
{
	position: relative;
	/*height: 18px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	text-decoration: none;
	/*text-align: center;*/
	color: #224577;
	/*line-height: 12px;*/
}

a.navigator_left_selected
{
	position: relative;
	/*height: 18px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	text-decoration: none;
	/*text-align: center;*/
	color: #224577;
	/*line-height: 12px;*/
}

a.navigator_sub_left
{
	position: relative;
	/*height: 18px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	/*text-align: center;*/
	color: #999999;
	/*line-height: 12px;*/
}
 
a.navigator_sub_left:hover
{
	position: relative;
	/*height: 18px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	/*text-align: center;*/
	color: #224577;
	/*line-height: 12px;*/
}

a.navigator_sub_left_selected
{
	position: relative;
	/*height: 18px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	/*text-align: center;*/
	color: #224577;
	/*line-height: 12px;*/
}


/*************** List Styles ***************/

ul
{
	margin: 5px 0px 15px 23px;
	padding: 0px 0px 0px 0px;
}

li
{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

ul.navigator_top
{
	position: relative;
	overflow: hidden;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

li.navigator_top
{
	display: inline;
	position: relative;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.navigator_left
{
	position: relative;
	/*overflow: hidden;*/
	/*height: 15px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: url("/assets/Picture/a-nav-orng-arrow.gif");
}

li.navigator_left
{
	/*display: inline;*/
	position: relative;
	/*height: 15px;*/
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	/*line-height: 10px;*/
	list-style-image: url("/assets/Picture/a-nav-orng-arrow.gif");
}

ul.navigator_sub_left
{
	position: relative;
	/*overflow: hidden;*/
	/*height: 15px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style: disc inside;
	/*border-top: 1px solid #000000;*/
}

li.navigator_sub_left
{
	/*display: inline;*/
	position: relative;
	/*height: 15px;*/
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	list-style: disc inside;
	/*line-height: 10px;*/
}

/*************** Image Styles ***************/

img
{
	border: 0px solid #000000;
}

img.left
{
	float: left;
}

img.right
{
	float: right;
}

img.border
{
	border: 1px solid #FF7423;
}

/*************** Tables Styles ***************/

table.grid
{
	border: 1px solid #CCCCCC;
}

.nav_column_left
{
	width: 32px;
	background: url("/assets/Picture/a-nav-orng-arrow.gif") no-repeat;
}

.nav_column_left_selected
{
	width: 32px;
	background: url("/assets/Picture/a-nav-bluebullet.gif ") no-repeat;
}

.nav_column_left2
{
	width: 15px;
	background: url("/assets/Picture/a-nav-orng-arrow-sm.gif") no-repeat;
}







