/* CSS DISPLAY SCREEN CHESTER FESTIVAL 2007 */

/* ---------- 1.0 MISC ---------- */

*   {
	padding:0;
	margin:0;
	border:0;
	}
	
body {
	color:#535353;
	font: 0.7em "Verdana", Arial, Tahoma, Helvetica, Sans-Serif;
	background:url(images/body.png);
	padding:10px 0 10px 0;
	text-align:center;
	}

.end {
	clear:both;
	list-style:none;
	font-size:1em;
	text-indent:-2000em;
	line-height:0;
	display:block;
	}

#container {
	width:750px;
	margin:0 auto;
	position:relative;
	border:1px solid #000;
	z-index:5;
	text-align:left;
	padding:25px;
	background:#fff;
	}

.skipContent {
	position:absolute;
	top:-100px;
	z-index:100;
	text-decoration:none;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
	}

/* ---------- 2.0 LOGO ---------- */
#logo{
	float:right;
	width:247px;
	}

#logo h1 {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
	display:block;
	width:247px;
	height:48px;
	background:url(images/logo_cms.png);
	}

#logo h1 a {
	width:247px;
	height:48px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	}

/* ---------- 3.0 Top Links ---------- */

#topLinks li {
	display:inline;
	}

#topLinks li a {
	padding:0 5px 0 3px;
	color:#535353;
	text-decoration:none;
	}

#topLinks li a.selected {
	color:#FF6309;
	}

#topLinks li a:hover{
	text-decoration:underline;
	}
	
/* ---------- 4.0 HEADER ---------- */

#header {
	clear:both;
	width:750px;
	height:386px;
	margin-bottom:5px;
	position:relative;
	}

#aboutUs #header {
	background:url(images/header_orange.jpg) no-repeat;
	}

#header ul.top {
	margin-left:50px;
	}

#header ul.bottom {
	position:absolute;
	bottom:16px;
	left:23px;
	background:#ccc;
	height:50px;
	width:300px;
	}
	
#header li {
	display:inline;
	float:left;
	}

#header ul.top li a {
	width:197px;
	height:32px;
	float:left;
	text-align:center;
	padding-top:8px;
	color:#002251;
	text-decoration:none;
	font-size:1.1em;
	display:block;
	}

#header ul.bottom li a {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
	display:block;
	width:243px;
	height:35px;
	margin-right:13px;
	color:#ccc;
	margin-top: 10px;
	}

/*
#header ul.bottom li.link1 a {
	background:url(images/edge.png) 0 0 no-repeat;
	}
*/

#header ul.bottom li.link1 {
	display:none;
	}

#header ul.bottom li.link2 a {
	background:url(images/trigold.png) 0 0 no-repeat;
	}

#header ul.bottom li.link3 a {
	background-image: url(images/aiponline.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#header ul.bottom li.link4 a {
	background-image: url(images/debtsolutionshere.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:288px;
	height:35px;
	
	}	
	
/*
#header ul.bottom li.link1 a:hover {
	background:url(images/edge.png) 0 -45px no-repeat;
	}
*/

#header ul.bottom li.link2 a:hover {
	background:url(images/trigold.png) 0 -45px no-repeat;
	}

#header ul.bottom li.link3 a:hover {
	background-image: url(images/aiponline.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
#header ul.bottom li.link4 a:hover {
	background-image: url(images/debtsolutionshere.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:288px;
	height:35px;
	
	}		


#header ul.top li a.selected {
	color:#fff;
	}

#header h2 {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.0em;
	text-indent: -2000em;
	display:block;
	position:absolute;
	toip:-500px;
	}

#header p {
	font-weight: normal;
	font-size: 1.3em;
	display:block;
	width:250px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	position:absolute;
	top:152px;
	left:40px;
	}

/* ---------- 5.0 CONTENT ---------- */

#content1 {
	width:750px;
	background:url(images/content_repeat.png) repeat-y;
	}

#content2 {
	width:750px;
	background:url(images/content_top.png) no-repeat;
	}

	/* ---------- 5.1 COLLEFT ---------- */
	
	#colLeft {
		width:257px;
		float:left;
		padding-right:25px;
		}

			
		/* ---------- 5.1.1 MENU ---------- */
		#menu {
			background:url(images/dash.png) 0 100% repeat-x;
			padding:15px 10px 15px 17px;
			}
		
		#menu h3 {
			font-weight: normal;
			font-size: 1.0em;
			line-height: 2.0em;
			color:#FF6309;
			/*text-indent: -2000em;*/
			/*display:block;*/
			/*position:absolute;*/
			}
			
		#menu li {
			margin-bottom:5px;
			list-style:none;
			}
		
		#menu li a {
			color:#01265A;
			text-decoration:none;
			}
		
		#menu li a.selected, #menu li a:hover {
			text-decoration:none;
			color:#FF6309;
			}


	/* ---------- 5.1.2 LOGIN ---------- */
	
		#login {
	background:url(images/dash.png) 0 100% repeat-x;
	padding:13px 10px 8px 17px;
	display: none;
			}
			
		#login h3 {
			color:#01265A;
			font-size:1.1em;
			margin-bottom:0.8em;
			}

		#login dd {
			margin-bottom:0.9em;
			}

		#login label {
			color:#999999;
			margin-bottom:0.3em;
			display:block;
			}

		#login input {
			width:110px;
			border:1px solid #000;
			height:18px;
			}

		#login input.button {
			width:48px;
			height:20px;
			border:0;
			background:url(images/bt_login.png) no-repeat;
			font-weight: normal;
			font-size: 1.0em;
			line-height: 1.0em;
			text-indent: -2000em;
			cursor:pointer;
			margin-left:5px;
			position:relative;
			top:1px;
			}

		#login a {
			color:#FF6309;
			text-decoration:none;
			}
		
		
		/* ---------- 5.1.3 IMPORTANT ---------- */
		
		#important {
			background:url(images/important_repeat.png);
			margin-top:18px;
			}

		#important h3 {
			background:url(images/important_top.png) no-repeat;
			font-size:1.0em;
			font-weight:normal;
			color:#fff;
			padding:5px 0 0 30px;
			}

		#important p {
			color:#FF6309;
			padding:12px;
			line-height:1.3em;
			}



	
	/* ---------- 5.2 COLRIGHT ---------- */
	
	#colRight {
		width:467px;
		float:right;		
		padding-top:30px;		
		}

	#colRight h1 {
		color:#FF6309;
		font-size:1.5em;
		font-weight:normal;
		margin-bottom:1.0em;
		}

	#colRight h3 {
		color:#01265A;
		font-size:1.2em;
		margin-bottom:1em;
		}

	#colRight p {
		line-height:1.6em;
		margin-bottom:1.4em;				
		}

	#colRight ul {
		margin-bottom:1.4em;
		}

	#colRight li {
		padding-left:15px;
		list-style:none;
		margin-bottom:0.2em;
		background:url(images/square_orange.png) 0 50% no-repeat ;
		}

	#colRight a {
		color:#FF6309;
		text-decoration:none;
		}

	#colRight a:hover {
		text-decoration:underline;
		}



/* ---------- 5.3 COLRIGHT2 ---------- */
	
	#colRight2 {
	width:467px;
	padding-top:30px;
	margin: 0px;
	float: right;
	height: auto;
	clear: left;
	
		}

	#colRight2 h1 {
		color:#FF6309;
		font-size:1.5em;
		font-weight:normal;
		margin-bottom:1.0em;
		}

	#colRight2 h3 {
		color:#01265A;
		font-size:1.2em;
		margin-bottom:1em;
		}

	#colRight2 p {
		line-height:1.6em;
		margin-bottom:1.4em;				
		}

	#colRight2 ul {
		margin-bottom:1.4em;
		}

	#colRight2 li {
		padding-left:15px;
		list-style:none;
		margin-bottom:0.2em;
		background:url(images/square_orange.png) 0 50% no-repeat ;
		}

	#colRight2 a {
		color:#FF6309;
		text-decoration:none;
		}

	#colRight2 a:hover {
		text-decoration:underline;
		}



		/* ---------- 5.2.1 SELECT LENDERS ---------- */

		.selectLenders {
			margin:0 0 30px 0;
			}

		.selectLenders select {
			border:1px solid #000;
			margin:0 0 0 10px;
			color:#535353;
			font-size:0.9em;
			}








/* ---------- 6.0 FOOTER ---------- */
	#footer {
		width:798px;
		color:#fff;
		font-size:0.8em;
		position:relative;
		margin:10px auto;
		}
	
	#footer p {
		margin-bottom:1.5em;
		text-align:justify;
		}
	
	.ff {color: #FF4F04}
	
#colLeft_pressrelease {padding: 20px;
	border: 1px solid #061840;
	background: #FFFFFF;
	width: 500px;
	margin-right:auto; margin-left:auto;
	text-align: left;}

#pressreleaseselect {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #ECECEC;
	padding: 10px;
}
#pressreleaseselect p {
	padding: 0px;
	margin: 0px;
}
.news_area {
	padding: 20px;
	border: 1px solid #ccc;
	background: #FFFFFF;
	width: 500px;
	text-align: left;}
	
a:link {	color:#FF6309;
		text-decoration:none;
		}
a:hover {	color:#FF6309;
		text-decoration:underlined;
		}		
