@charset "utf-8";
/* CSS Document 
web-engineer.co.uk
*/
a.skipto:link, a.skipto:visited { 
	color:#1C4095;
	font-size:small;
	height:15px;
	overflow:visible;
} 
a.skipto:focus, 
a.skipto:hover, 
a.skipto:active {
	color:#ffffff; 
}
body{
	margin:0;
	/*font-size:62.5%; sets 1em to 10px*/
	font-family:Arial, Helvetica, sans-serif;
	background:url(background.png) repeat-x #A5A6A8;
	color:black;
}
#style_switcher a{
	color:#FFFFFF;
}
p,li{
	font-size:0.8em;
	margin:0;
	margin-bottom:0.4em;
}
#wrapper{
	min-width:770px;
	max-width:1000px;
	padding:0;
	margin:0;
	text-align:left;
	width:90%;	
}
#page{
	padding:0;
	margin:0;
	background:url(top_repeat.png) repeat-x #ffffff;
}
#logo{
	padding-top:11px;
	padding-left:15px;
	float:left;
}
#strapline{
	float:right;
	padding-top:41px;
}
#style_switcher{
	padding-top:31px;
}
img{
	border:0;
}
#top_nav{
	position:absolute;
	top:143px;
	height:33px;
	margin:0 0 0 118px;
	padding: 6px 0 0 10px;
	background-image:url(top_nav.png);
	width:651px;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#top_nav a{
	color:#FFFFFF;
	text-decoration:none;
}
#top_nav a:hover{
	color:#E6F8FF;
	text-decoration:underline;
}
div.menu_down{
	background:url(nav_down.gif) no-repeat;
	padding-left:10px;
	padding-right:10px;
	/*display:inline;*/
	float:left;
	color:#6495C9;
	font-size:0.9em;
}
div.menu_up{
	background:url(nav_active.gif) no-repeat;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
		float:left;
	/*display:inline;*/
	font-size:0.9em;
}

#search_btn{
	position:absolute;
	top:3px;
	left:562px;
}
#query{
	position:absolute;
	top:7px;
	left:457px;
	width:105px;
	border:none;
	border-width:0;
	border-style:none;
}
#top_left{
	background:url(top_left.png) no-repeat #226EB6;
	width:563px;
	height:201px;
	margin:0;
	padding:0;
	float:left;
}
#top_right{
	background:url(top_right.png) no-repeat #226EB6;
	height:201px;
	width:207px;
	float:right;
}
#foot_left{
	background:url(foot_left.png) no-repeat #226EB6;
	width:563px;
	height:43px;
	float:left;
}
#foot_left a{
	color:#FFFFFF;
	text-decoration:none;
}
#foot_left a:hover{
	color:#E6F8FF;
	text-decoration:underline;
}
#foot_repeat{
	background:url(foot_repeat.png) repeat-x #226EB6;
	height:43px;
	width:auto;
}
#foot_right{
	background:url(foot_right.png) no-repeat #226EB6;
	height:43px;
	width:207px;
	float:right;
}

#left_col{
	background-color:#E6F8FF;
	width:260px;
}
#right_col{
	background-color:#FFFFFF
}
#right_col_content{
	padding-left:16px;
	padding-top:16px;
	padding-right:16px;
	/*width:350px;*/
}

#left_col_content{
	padding-left:16px;
	padding-top:16px;
	padding-right:8px;
}

h1{
	font-size:1.2em;
}
h2{
	font-size:0.9em;
}
h3{
	font-size:0.9em;
	color:#1C3F94;
}
.news_item{
	margin:0 0 3px 0;
}
.news_item, .news_item a{
	color:#1C3F94;
}
.news_item p{
	margin:0 0 0 0;
}
.news_item_out{
	margin:0 0 3px 0;
	color:#666666;
}
.news_item_out p{
	margin:0 0 0 0;
}
.feature_item h4{
	margin:5px 0 0 0;
	font-size:1em;
}
.feature_item p{
	margin:0 0 5px 0;
}
.category_item{

}
.category_item_out{
	color:#999999;
}