/*** copyright Capitis Business Solutions - capitis.co.uk  ***/

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	line-height: 1.4em;
}

body {
	width:779px;
	margin:20px auto;
	background: url("bg.gif");
}

img{
	border:0;
 }

.hide {
	display:none;
}

/***  Header  ***/
#oDivHeader {
	width:777px;
	height:90px;
	float:left;
	background:#fff url("iib-anglia.jpg") no-repeat left;
	border-top: 4px solid #0066CC;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
}

#oDivHeader img {
	float:right;
}


/*** Top Navigation Menu ***/

#oUlMainNav{
	width:779px;
	height:25px;
	margin:0;
	padding:0;
	float:left;
	display:block;
	background:#0066CC;
	list-style:none;	
}

#oUlMainNav li{
	float:left;
}

#oUlMainNav a{
	width:129px;
	height:20px;
	display:block;
	padding-top:5px;
	border-left:1px solid #fff;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:small;
}

#oUlMainNav a:hover{
	background:#666;
}

#oUlMainNav li a#oLinkMainNavFirst{
	border-left:0;
}

#oUlMainNav li a#oLinkMainNavLast{
	border-right:1px solid #fff;
}

#oUlMainNav li ul { /* second-level lists */
	position: absolute;
	margin:0;
	padding:0;
	width: 129px;
	left: -999em; 
	list-style:none;	
	background:#0066CC;
}

#oUlMainNav li:hover ul, #oUlMainNav li li:hover ul, #oUlMainNav li.sfhover ul, #oUlMainNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#oUlMainNav li ul li a {
	border-left:0;
	font-size:x-small;
	width:119px;
	height:18px;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
}

/***  Content ***/

#oDivContent {
	width:770px;
	float:left;
	padding-left:7px;
	padding-top:5px;
	padding-bottom:20px;
	border-left:1px solid #0066CC;
	border-right:1px solid #0066CC;
	background:#fff;
}

/***  Main Content ***/
#oDivContent #oDivMainContent{
	width:555px; 
	float:none;
	margin-left: auto;
	margin-right: auto;
}

#oDivContent #oDivMainContent h1	{
	width:555px;
	float:left;
	margin-bottom:15px;
	padding-right:20px;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	font-size:115%;
	color: #0066CC;
	padding-top: 20px;
}

#oDivContent #oDivMainContent h2	{
	width:100%;
	float:left;
	margin: 10px 0 0 0;
	padding-right:20px;
	font-size:110%;
	color: #0066CC;
	letter-spacing: 0.1em;
	/* clear:both; */
}

#oDivContent #oDivMainContent p	{
	width:100%; 
	margin:10px 0 0 0;
	padding-right:20px;
}

#oDivContent #oDivMainContent a.normal	{
	color:#000;
    text-decoration: none;
}

/***  Footer  ***/
#oDivFooter {
	width:779px;
	height:20px;
	float:left;
	padding-top:4px;
	font-size:xx-small;
	color:#fff;
	background:#0066CC;	
}

	#oDivFooter a	{
		font-size:xx-small;
		color:#fff;
		text-decoration: none;
		padding-left: 50px;
	}
	
	#oDivFooter a:hover	{
		text-decoration: underline;
	}


/***  Credits  ***/
#oDivCredits {
	width:779px;
	float:left;
	padding-top:10px;
	text-align: right;
}

	#oDivCredits p a	{
	font-size:xx-small;
	color: #a8a8a8;
	text-decoration: none;
	padding-right: 25px;
	}
	
	#oDivCredits p a:hover	{
	text-decoration: underline;
	color: #FF9900;
	}

a.normal {
	text-decoration: none;
	color: #000000;
}

/***  Form Error Handling  ***/
.formerror {
	color: #FF0000;
	margin: 0.1em;
}

