/* CSS Document */

body {
	margin:30px 0px 50px 0px; 
	padding:0px;
	text-align:center;
	background-color:#ECEBE8;
	font-family:Trebuchet MS, verdana, ariel;
	font-size:80%;
	color:#666666;
	}
	
h1{
	font-size:110%;
	color:#FF6600;/*CHANGES THE HEADER COLOURS*/
	border-bottom-style:dashed;
	border-bottom:1px #cccccc;
	padding-bottom:5px;
}

.centre{
	text-align:center;
	}
	
#content {
	width:756px;
	margin:0px auto;
	text-align:left;
	}
	
#centre_contain{
	width:716px;
	float:left;
	background-image:url(../images/centre_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:20px;
	padding-top:2px;
}

#headimg{
	width:100%;
	float:left;
	background-image:url(../images/head_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:25px;
}

#footimg{
	background-image:url(../images/foot_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:100%;
	float:left;
	height:25px;
	}
	
#logo{
	float:left;
	width:177px;
	height:125px;
	background-image:url(../images/logo1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border: 1px solid #cccccc;
	}
	
#page_image{
	float:left;
	margin-left:15px;
	width:500px;
	height:125px;
	border: 1px solid #cccccc;
}

#top_area{
	width:100%;
	float:left;
}

#nav_area{
	width:100%;
	float:right;
	margin-top:10px;
	margin-bottom:2px;
	/*background-color:#FFCCCC;*/
	padding-top:1px;
	padding-bottom:1px;
	text-align:right;
	/*background-color:#FF9900;*/
	
	}
	
#page_name{
float:left;

}
/*THIS IS THE BOX FOR THE SUB NAVIGATION CURRENTLY ONLY ON SERVICES*/
#subnav{
	float:right;
	margin-top:24px;
	margin-bottom:2px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:right;
	padding-right:30px;
	}
/*TOP HORIZONTAL LINKS*/
#navcontainer{ 
	padding:1px 30px;
}

#navlist ul{
	margin: 0px;
	white-space: nowrap;
	padding: 0px;
}

#navlist li{
	display: inline;
	list-style-type: none;
}

#navlist a{
	padding: 3px 6px 3px 6px;
	border: 1px solid #ffffff;
}

#navlist a:link, #navlist a:visited{
	color: #666666;
	text-decoration: none;
}

#navlist a:hover{
	border: 1px solid #cccccc;
	color: #FF6600;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	color: #666666;
}

#mid_area{
	float:left;
	width:100%;
	}
	
#mid_left{
	float:left;
	width:177px;

}

#mid_right{
	float:left;
	margin-left:15px;
	width:500px;
	padding-bottom:100px;
	/*border: 1px solid #cccccc;*/
}
/*PAGE NAME GOES IN HERE*/
#left_box1{
	margin-top:3px;
	float:left;
	width:157px;
	padding-left:20px;
	text-align:center;
	padding-bottom:0px;
}

#footer{
	margin-top:20px;
	width:100%;
	text-align:center;
	font-size:90%;
	float:left;
}

/* subnav links */

a:link, a:visited {
	color:#9AA04B;
	text-decoration:none;

}
a:hover{
	color:#FF6600;
	text-decoration:underline;
}


/*THESES CONTROL THE SUB NAV LINK STYLE*/
#subnavcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 13px;
	text-align:left;
}

#subnavcontainer li { 
	
	width: 140px;
}

#subnavcontainer a
{
	display: block;
	padding: 2px 2px 2px 20px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color:#666666;
}

#subnavcontainer a:link, #subnavlist a:visited
{
	color: #666666;
	text-decoration: none;
}

#subnavcontainer a:hover
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #FF6600;
}



