@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #194c59;
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(../vat-consultancy-images/background.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
}
#mobile-header {
	display:none;
	}
.oneColFixCtrHdr #container {
	width: 829px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:none;
}
.oneColFixCtrHdr #footer {
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003845;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.blueBack {
	background: #cfe0e6;
	padding: 10px;
	overflow:auto;
}
.oneColFixCtrHdr #container #menu {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
}
ul#simple-menu {
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
}
ul#simple-menu li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}
ul#simple-menu li.left {
	margin:0;
}
ul#simple-menu li a {
	display:block;
	float:left;
	color:#fff;
	background:#4A6867;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}
ul#simple-menu li a.right {
	padding-right:19px;
}
ul#simple-menu li a:hover {
	background:#2E4560;
}
ul#simple-menu li a.current {
	color:#2E4560;
	background:#fff;
}
ul#simple-menu li a.current:hover {
	color:#2E4560;
	background:#fff;
}
.imgFltr {
	float:right;
	vertical-align:top;
	margin-left:10px;
	margin-bottom:15px;
}
a, a:link, a:hover, a:visited {
	color:#194c59;
	font-weight:bold;
}
#footer.blueBack {
	min-height:50px;
	padding:10px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
	color:#fff;
}
.mHeader {
	display:inline;
	margin:-1000px;
	line-height:0%;
}
.oneColFixCtrHdr #container #mainContent h3.newsTitle, h3.newsTitle a, h3.newsTitle a:link, h3.newsTitle a:hover, h3.newsTitle a:visited {
	background: #648C8B;
	color:#fff;
	display: block;
	margin: 3px 0;
	padding:4px 10px;
}
#lpocad {
	
	border:2px solid #648C8B;
	margin:5px;
	padding:8px;
	float:right;
	position:relative;
	z-index:99;

}
#infoBox {
	float:left;
	width:50%;
	margin-bottom:15px;
	font-size:0.8em;
	}

#newsfeed {
width:99%;
float:left;
clear:both;
}
.oneColFixCtrHdr #container #mainContent #footer .removeL {
	color: #194C59;
	text-decoration:none;
}
.clear {
	clear:both;
	float:none;}