/* 
CSS for cfpdata.co.uk
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	margin-top:40px;
	margin-left:40px;
	left: 0px;
	top: 0px;
}
/*STRAPLINE IN HEADER*/
#strapline {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-top: 60px;
	margin-left: 470px;
	left: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}
#menu .MenuSelected{
	text-decoration:underline;
}
#menu a.MenuSelected:hover{
	text-decoration:underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}
#leftpanel a{
	text-decoration: underline;
	color: #00019E;
}
#leftpanel a:hover{
	text-decoration: none;
	color: #00019E;
	background-color: #EDEDED;
}

/*CONTENT*/
#content{
	width: 800px;
}
#contenttext{
	float: right;
	width: 580px;
	line-height: 0.9em;
	font-size: 1.2em;
	color: #3C3C3C;
}
#contenttext a{
	text-decoration: underline;
	color: #00019E;
}
#contenttext a:hover{
	text-decoration: none;
	color: #00019E;
	background-color: #EDEDED;
}
#contenttext li{
	list-style-image: url(../images/furniture/bullet.gif);
}

/* Bottom link to developer */
#ctw{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D1D1D1;
	padding-bottom: 20px;
}
#ctw a{
	color: #D1D1D1;
}
#ctw a:hover{
	color: Gray;
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 32px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 25px;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
a.MenuSelectedFooter{
	text-decoration:underline;
}
a.MenuSelectedFooter:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(../images/table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url(../images/table_content.jpg);
	background-repeat:repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9CBAEF;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4B4B;
}
.news_more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B4B4B;
}

.subtitle_gray {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 26px; 
	color: #00019E; 
}
.title_panel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ContactTableFieldName {
	text-align: right;
	background-color: #D2E2F9;
	padding: 5px 10px 5px 10px;
	border: 2px solid White;
}
.HideMe {
	display: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4B4B4B;
	text-align: left;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: Red;
	font-weight: bold;
	line-height: 1.2em;
}