/* CSS Document */


body{
	margin: 0px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}

a{
	color: #777;
	text-decoration: none;
}

a:hover{
	color: #08797d;
	text-decoration: none;
}

a:active{
	color: #003333;
	text-decoration: none;
}

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #08797d;
}

#wrapper{
	width: 560px;
	margin: 30px 20px 30px 20px;
}

#col_1{
	width: 230px;
	float: left;
}

#col_2{
	width: 330px;
	float: left;
}

#logo{
	width: 230px;
}

#terms{
	width: 210px;
	padding: 45px 15px 45px 5px;
	text-align: right;
}

#oops{
	width: 330px;
	
}

#search_box{
	width: 330px;
	height: 74px;
	margin-bottom: 0px;
	_margin-bottom: -6px;
	background: url(../404/images/tile_searchbar.jpg) repeat-x;
}

#search_text{
	width: 225px;
	padding: 10px 0px 10px 0px;
	margin-left: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#search_text a{
	color: #08797d;
	text-decoration: underline;
}

#search_text a:hover{
	color: #08797d;
	text-decoration: none;
}

.green_colour{
	color: #08797d;
}

.grey_colour{
	color: #777;
}

#search_field{
	margin-top: 0px;
	*margin-top: -20px; /*IE7 Hack is with the star*/
	_margin-top: -20px; /*IE6 Hack is with the underscore*/
	margin-left: 32px;
	*margin-left: 16px; /*IE7 Hack is with the star*/
	_margin-left: 10px; /*IE6 Hack is with the underscore*/
	width: 215px;
	padding-right: 10px;
	float: left;
}

#search_btn{
	width: 21px;
	height: 21px;
	margin-top: 0px;
	*margin-top: -18px; /*IE7 Hack is with the star*/
	_margin-top: -20px; /*IE6 Hack is with the underscore*/
	margin-left: -20px;
	*margin-left: 0px; /*IE7 Hack is with the star*/
	_margin-left: -5px; /*IE6 Hack is with the underscore*/
	display: block;
	overflow: hidden;
	text-decoration: none;
	float: left;
}

/*#search_btn a:hover { 
	background-position: 0 -21px;
}

#search_btn a:active{
	background-position: 0 -42px;
}*/


#nav{
	padding: 15px 35px 25px 35px;
	background: #f0f1f0;
	border-top: 1px thin #109094;
	border-bottom: 1px solid #acafac;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

#nav li{
	list-style: none;
	line-height: 25px;
	text-indent: -40px;
}

#explore_text{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#explore_text a{
	color: #08797d;
	text-decoration: underline;
}

#explore_text a:hover{
	color: #08797d;
	text-decoration: none;
}
