@charset "utf-8";
/* Navigation Header CSS Document */

#header {
	width:100%;
	height:5.4em;
	background-color:#008080;
	border-bottom:0.06em solid #000;
	top:0;
	margin-bottom:0.63em;
	color:#fff;
}

#header_logo {
	width:80px;
	margin-right:10px;
}

#header .main_frame_container{
	text-align:left;
}

/* Navigation classes */
#navigation {
	padding-top:14px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float:left;
}
#navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float:left;
	text-decoration:none;
	margin-right:14px;
	font-size:0.9em;
	padding-bottom:3px;
	border-bottom: 2px groove #009aa0;
}

#navigation li a {
	padding-bottom:3px;
	border-bottom: 2px groove #009aa0;
}

#navigation li:hover {
	border-color: #7eff00;
	cursor:pointer;
}

#navigation li a:hover {
	padding-bottom:3px;
	border-color:#7eff00;
}

#navigation a {
	color:#fff;
	text-decoration:none;
}

#lower_nav {
	width:575px;
	float:right;
	clear:both;
}

.site_search_container  {
	height:18px;
	overflow:hidden;
}

.search {
	height:20px;
	float:right;
	width:593px;
}

#site_search {
	width:300px;
	height:18px;
	margin-right:7px;
	float:left;
	background-color:#FFF;
	padding:1px;
}

#site_search .form_input_box {
	border:1px solid #fff;
	font-size:11px;
	height:14px;
	line-height:13px;
	width:200px;
	float:left;
	margin-left:4px;
}

#search_button_outer {
	background-color:#009966;
	width:64px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	margin-top:0px;
	margin-right:0px;
	float:left;
	color:#fff;
	font-weight:800;
	cursor:pointer;
	text-align:left;
	background-image:url(../images/search_button.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.search_button {
	background-color:#009966;
	width:69px;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:5px;
	font-size:0.85em;
	color:#fff;
	font-weight:800;
	cursor:pointer;
	text-align:left;
	float:right;
	border:2px solid #009966;
	padding:0;
	margin:0;
	background-image:url(../images/search_button.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#form_search {
	width:200px;
	height:20px;
	float:left;
	background-color:#FFF;
	padding:1px;
}

#form_search .form_input_box {
	border:1px solid #fff;
	font-size:11px;
	height:13px;
	line-height:13px;
	width:96px;
	float:left;
	margin-left:4px;
}

.form_button {
	background-color:#009966;
	width:82px;
	padding:1px;
	padding-left:6px;
	font-size:11px;
	margin-top:1px;
	margin-right:1px;
	float:right;
	color:#fff;
	font-weight:800;
	cursor:pointer;
	background-image:url(../images/form_button.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#tax_advisers_button {
	background-image:url(../images/tax_agents_button.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:11px;
	font-weight:800;
	padding-left:21px;
	line-height:20px;
	height:20px;
	width:133px;
	float:left;
	letter-spacing:-0.2px
}

/* IMAGE classes */

.hmrc_logo {
	background-image:url(../images/hmrc_logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:39px;
	width: 149px;
	border:0;
	margin-top:7px;
	margin-right:55px;
	/*margin-left:20px;*/
	float:left;
}
