@charset "utf-8";

@import url("nav.css");

.inputtext {
	color: #666;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 3px 3px 1px 3px;
}

.inputtextrequired {
	color: #666;
	background-color: #d3eeff;
	font-size: 11px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
}	
.inputselect {
	color: #666;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
	width: 200px;
	padding: 1px 0px 1px 3px;
}	
.inputtextarea {
	color: #666;
	background-color: #fff;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #666;
	background-color: #d3eeff;
	font-size: 11px;
	border: #888888 1px solid;
}	
.inputbutton {
	color: #666;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	height: 19px;
	width: 80px;
	font-weight : bold;
}

.inputbutton2 {
	color: #666;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	padding: 5px 10px;
	
	
	font-weight : bold;
}

/* ==================================== */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;  
	line-height: 1.5em;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;  
	background: url(/images/bodybg.jpg) repeat-x #fff;
	line-height: 1.5em;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 25px 0;
	border-bottom: 1px #ddd solid;
}

#homeMain h1 {
	font-size: 36px;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	font-weight: normal;
	border: none;
}


h2 {
	font-size: 16px;
	color: #666;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
}


a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #04639d;
}

a.advert {
	display: block;
	background: #f6f5f0;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #dad9d4;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

a.advert:hover {
	text-decoration: none;
	background: #fff6c8;
	color: #444;
}

strong, b {
	color: #04639d;
}

a img {
	border: none;
}

td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		height: 157px;
	}
	
		#logo {
			float: left;
		}
	
		#nav {
			height: 47px;
			clear: both;
		}
		
		#callBackReq {
			float: right;
			width: 440px;
			padding: 33px 0 0 0;
		}
		
			#callBackReq label {
				color: #c3c5c4;
				font-size: 11px;
				display: inline-block;
				padding: 0 10px 0 0;
			}
		
			#callBackReq #CB_Name, #callBackReq #CB_Number {
				margin: 0;
				padding: 5px 5px 0 10px;
				width: 130px;
				height: 19px;
				background: url(../images/inputBG.jpg) no-repeat;
				border: none;
				font-size: 10px;
				color: #fff;
			}
			
			#callBackReq #Submit {
				position: relative;
				top: 4px;
				left: 5px;
			}
			
			@-moz-document url-prefix() {
				#callBackReq #Submit {
					top: 8px;
				}
			}
			
		.navLinks {
			display: block;
			margin: 8px 30px 0 0;
		}
			
		.navLinks a {
			color: #999;
			font-weight: bold;
		}
		
			a.emailUs {
				color: #fff;
			}
	
	#left, #right {
		width: 180px;
		min-height: 509px;
		float: left;
		margin: 0 0 20px 0;
	}
	
		#left img, #right img {
			display: block;
		}
		
		.leftYellowBlock {
			min-height: 40px;
			background: #fa9b23;
			padding: 10px 15px;
			color: #333;
		}
		
			.leftYellowBlock a {
				color: #03639d;
				font-weight: bold;
			}
			
		.username, .username2, .password, .password2 {
			background: url(../images/loginInputBG.jpg) no-repeat;
			border: none;
			width: 140px;
			height: 20px;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 6px 5px 0 5px;
			margin-top: 15px;
		}
		
		#Login2, #Login {
			margin-top: 22px;
		}
		
		#form1 strong, #form2 strong {
			color: #f00;
			display: block;
		}
	
	#right {
		background: url(../images/rightBG.jpg) repeat-x;
		padding: 80px 0 0 20px;
		width: 160px;
		position: relative;
		min-height: 429px;
	}
	
	* html #right {
		padding: 80px 0 0 10px;
		width: 170px;
	}
	
		#right img {
			position: absolute;
			top: 0;
			left: 0;
		}
	
		#solicitorSearch select {
			width: 160px;
			margin: 0 0 21px -10px;
			font-family: Arial, Helvetica, sans-serif;
			color: #333;
			font-size: 10px;
		}
		
		#rightGradBox {
			width: 122px;
			height: 121px;
			background:url(../images/rightGradBox.jpg) no-repeat;
			margin: 17px 0 10px 0;
			padding: 10px;
		}
		
			#rightGradBox a {
				color: #04639d;
				font-weight: bold;
			}
			
			#latestNews img {
				position: static;
			}
			
			.newsItem  {
				color: #999;
			}
				
				.newsItem strong {
					color: #FA9B23;
					display: block;
					font-family: Georgia, "Times New Roman", Times, serif;
					margin: 0 0 5px 0;
				}
				
				.newsItem em {
					color: #666;
					font-weight: bold;
					font-style: normal;
					display: block;
					margin: 0 0 5px 0;
				}
		
	#centre {
		width: 600px;
		min-height: 509px;
		float: left;
		margin: 0 0 20px 0;
	}
	
		#homeMain {
			height: 176px;
			background: url(../images/homeImg-new.jpg) no-repeat;
			padding: 230px 10px 0 30px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #fff;
			font-size: 16px;
		}
		
			#homeMain strong {
				color: #fff;
			}
		
		#homeContent {
			padding: 15px 0 0 30px;
		}
		
			#homeContent p.first {
				font-size: 14px;
				color: #04639d;
			}
			
		#furtherContent {
			padding: 15px 30px 0 30px;
		}
		
			.furtherImg {
				margin: 4px 0 0 0;
			}
	
#footerCont {
	width: 100%;
	text-align: center;
	clear: both;
	background: url(../images/footBG.jpg) repeat-x #ececec;
	margin: 20px 0 0 0;
}

	#footer {
		width: 930px;
		margin: 0 auto;
		text-align: left;
		height: 40px;
		padding: 30px 15px;
	}
	
		#footer span {
			float: left;
			width: 150px;
			display: block;
		}
		
		#footer span, #footer span a  {
			color: #05649e;
			font-weight: bold;
		}
		
		#footer p {
			float: right;
			text-align: right;
			width: 430px;
			display: block;
			margin: 0;
			padding: 0;
		}
		.blackBorder
		{
		border: 1px solid #ddd;
		padding:5px;
		}

