@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #051E3F;
	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: #000000;
}

.error{
 color:#FFFFFF;
 border: 2px solid #CC0000;
 padding-left: 5px;
 width:auto;
 height:65px;
}

.phishing{
background-image:url(../images/phishing.gif);
width:100px;
height:25px;
color:#212121;
}


p{
margin:auto;
padding:inherit;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 3px solid #0E2E59;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container p{
	margin: 0;
	padding:0; 
}



.oneColFixCtrHdr #header {
	background-image:url(../images/top-bar.jpg);
	height:167px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

}

.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:75%;
}
.header-text{
 z-index:10px;
 position:absolute;
}

#top-menu{
	float:right;
}
#top-menu-left{
	float:left;
	
}
.clear{
	clear:both
}


.float-left{
	float:left;
}
.float-right{
	float-right;
}

.float-left-main{
	float:left;
	width:360px;
    
	
}
.float-right-main{
	float:right;
	width:360px;
	padding-left:10px;
	border-left: 1px solid #297DD2;

}
.white{
	color:#FFFFFF;
}

.blue{
	color:#3399FF;
}

.oneColFixCtrHdr #mainContent {

	background: #040E21;
	background-image:url(../images/main-colour.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top:45px;
	color:#FF811C;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#051E3F;
}
.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 */
}
a.submenulink:link, a.submenulink:visited, a.submenulink:active {
     text-decoration: none;
	 color:#FFFFFF;
}
a.submenulink:hover,{
	text-decoration:underline;
	color:#FFFFFF;
}

/* Fisheye Menu Styles */

#fisheye_background{
	padding: 0;
	height: 122px;
	width:780px;
	background-image:url(../images/background.png);
}
.float-left-fisheye{
	float:left;
}

#fisheye_menu {
	list-style: none;
	margin:0px;
	padding:0px;
	z-index:20;

}
#fisheye_menu li {
	position: relative;
	float: left;
	margin:0px;
	padding-top:20px;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 150px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #333;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
#sideAdvert {
background-color:#FFFFFF;
border:1px solid #212121;
color:#FFFFFF;
margin-bottom:50px;
margin-left:780px;
position:absolute;
text-align:right;
width:176px;
z-index:1;
}
