@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color:#003366;
	font-weight:bold;
}

#holdall {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images_2010/core_gfx/blue/main_bg.gif);
	background-repeat:repeat-y;
}

#header {
	height:80px;
	background-image:url(../images_2010/core_gfx/blue/main_header.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#date {
	width:100px;
	text-align:center;
	float:right;
	font-size:10px;
	_margin-right:35px;
	padding-top:2px;
	font-weight:bold;
}

#flash_clock {
	float:right;
	width:42px;
	margin-top:-5px;
	margin-right:25px;
	display:block;
	_display:none;
}

#favourites_bar {
	float:right;
	width:660px;
}

#location_left {
	height:50px;
	width:220px;
	float:left;
	background-image:url(../images_2010/core_gfx/blue/menu_top.gif);
	background-position:left;
}

#top_features_content {
	border-bottom: 1px solid #92aad2;
	padding: 2px;
}

#location_left_2 {
	height:50px;
	width:220px;
	float:left;
	background-image:url(../images_2010/core_gfx/blue/menu_top_mini_finder.gif);
	background-position:left;
}

#colour_changer {
	padding:12px 10px 0px 40px;
}	

#mini_finder {
	padding:18px 10px 0px 60px;
}	

#colour_changer a:hover{
	background-color:#FFCC00;
}	

#location_right {
	height:50px;
	width:630px;
	float:left;
	background-image:url(../images_2010/core_gfx/blue/finder_bar.gif);
	background-position:left;
}

#location_right_2 {
	height:50px;
	width:630px;
	float:left;
	background-image:url(../images_2010/core_gfx/blue/title_bar.gif);
	background-position:left;
}

#content_2 {
	float:left;
	width:185px;
	background-image:url(../images_2010/core_gfx/blue/menu_frame_bg_2.gif);
	background-repeat:repeat-y;
}

#content_2_top {
	background-image:url(../images_2010/core_gfx/blue/menu_frame_top_2.gif);
	width:185px;
	height:13px;
	}

#content_2_base {
	background-image:url(../images_2010/core_gfx/blue/menu_frame_base_2.gif);
	width:185px;
	height:16px;
	}

#content_4 {
	float:left;
	width:600px;
	background-image:url(../images_2010/core_gfx/blue/content_frame_bg.gif);
	background-repeat:repeat-y;
}

#content_4_top {
	background-image:url(../images_2010/core_gfx/blue/content_frame_top.gif);
	width:600px;
	height:13px;
}
	
#featured_img {
	background-image:url(../images_2010/core_gfx/blue/featured.gif);
	width:204px;
	height:39px;
}

#haveyouseen_img {
	background-image:url(../images_2010/core_gfx/blue/have_you_seen.gif);
	width:204px;
	height:39px;
}

#content_4_base {
	background-image:url(../images_2010/core_gfx/blue/content_frame_base.gif);
	width:600px;
	height:16px;
}

.featured_box {
	border: 1px solid #006600; 
	width:279px;
	float:left; 
	margin:2px;
	overflow:hidden;
}
.featured_box2 {
	border: 1px solid #006600; 
	overflow:hidden;
	margin-bottom:4px;
}

.featured_box_title {
	background-color:#A9C6E2; 
	padding-left: 2px;
	}

.featured_box_info {
	padding: 2px;
	color:#333333;
}

.featured_box_highlight {
	clear:both;
	background-color:#ccccff;
	text-align:center;
	font-style:italic;
	color:#990000;
}

#footer {
	height:70px;
	background-image:url(../images_2010/core_gfx/blue/main_footer.gif);
	background-position:left;
	background-repeat:no-repeat;
}

input.go {
	background-color: #FFFFCC;
	border: 1px solid #999999;
	font-weight: bold;
	font-size: 10px;
}

input.x {
	background-color: #FFFFcc;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}


