@charset "utf-8";

	.inputtext 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 11px;
		border: #888888 1px solid;
		height: 17px;
		width: 120px;
		padding: 1px 3px;
		}
			
		.inputtextrequired
		{
		color: #333333;
		background-color: #e6f5fd;
		font-size: 11px;
		border: #888888 1px solid;
		height: 17px;
		width: 120px;
		padding: 1px 3px;
		}	
	.inputselect 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 11px;
		border: #888888 1px solid;
		height: 17px;
		padding: 1px 0px 1px 3px;
		width: 120px;
		}	
	.inputtextarea{
		color: #333333;
		background-color: #FFFFFF;
		font-size: 11px;
		border: #888888 1px solid;
		}	
		.inputtextarearequired{
		color: #333333;
		background-color: #e6f5fd;
		font-size: 11px;
		border: #888888 1px solid;
		}	
	.inputbutton 
		{
		color: #333333;
		background-color: #EEEEEE;
		font-size: 11px;
		cursor: pointer;
		border:  1px solid;
		height: 19px;
		width: 80px;
		font-weight : bold;
		}



/* ==================================== */

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;  
	background: url(../images/bodyBG.jpg) repeat-x #d5dde8;
	line-height: 1.5em;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {	
	color: #3d3d3d;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
	padding: 0 0 20px 0;
	line-height: normal;
	border-bottom: 1px solid #ddd;
}

h2 {
	color: #999;
	font-size: 14px;
	margin: 20px 0;
}


a {
	text-decoration: none;
	color: #367bc0;
}

a:hover {
	text-decoration: underline;
}

a.smallblue {
	font-size: 11px;
	font-weight: bold;
}

strong, b {	
	color: #367bc0;
}

img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 964px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 2px
}

#containerBG {
	width: 960px;
	float: left;
	background: #fff;
}

#topBar {
	width: 960px;
	height: 60px;
	float: left;
	background: url(../images/phoneNo.jpg) no-repeat top right;
	font-size: 14px;
	color: #fecb34;
}
	
	#topBar strong, #topBar a {
		color: #fecb34;
	}
	
	#topBar p {
		margin: 15px 0 0 0;
	}

#header {
	width: 960px;
	height: 101px;
	float: left;
	background: url(../images/headerTop.jpg) no-repeat #fff;
	padding: 22px 0 0 0;
}

	#header img {
		float: left;
	}

	#nav {
		width: 396px;
		height: 50px;
		float: right;
		margin: 12px 30px 0 0;
	}
	
	* html #nav  {
		width: 420px;
		margin: 12px 10px 0 0
	}
	
		#nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#nav li {
			float: left;
			margin: 0 0 6px 7px;
		}
		
		#nav a {
			width: 92px;
			height: 22px;
			background-position: top left;
			display: block;
		}
		
		#nav a:hover {
			text-decoration: none;
			background-position: bottom left;
		}
		
		#nav strong {
			visibility: hidden;
		}
		
			#nav1 a {
				background-image: url(../images/nav1.jpg);
			}
			
			#nav2 a {
				background-image: url(../images/nav2.jpg);
			}
			
			#nav3 a {
				background-image: url(../images/nav3.jpg);
			}
			
			#nav4 a {
				background-image: url(../images/nav4.jpg);
			}
			
			#nav5 a {
				background-image: url(../images/nav5.jpg);
			}
			
			#nav6 a {
				background-image: url(../images/nav6.jpg);
			}
			
			#nav7 a {
				background-image: url(../images/nav7.jpg);
			}
			
			#nav8 a {
				background-image: url(../images/nav8.jpg);
			}

#mainLeftCol {
	width: 620px;
	float: left;
	padding: 0 20px 0 10px;
	background: #fff;
}

	#topImg {
		margin: 0 0 20px 0;
	}
	
	#furtherContent {
		padding: 0 20px;
	}
	
	#findOut {	
		display: block;
		width: 591px;
		height: 30px;
		margin: 0 0 20px 0;
		background: #e4dfdc url(../images/findOutBG.jpg) no-repeat 7px 10px;
		color: #333;
		font-weight: bold;
		clear: both;
		padding: 10px 0 0 29px;
	}
	
	.homeArea {
		width: 300px;
		margin: 0 0 20px 0;
		
	}
	
	.leftHome {
		float: left;
	}
	
	.rightHome {
		float: right;
	}
	
		.homeArea-content {
			width: 268px;
			height: 220px;
			border-left: 1px solid #e8e8e8;
			border-right: 1px solid #e8e8e8;
			border-bottom: 2px solid #e8e8e8;
			padding: 15px;
			line-height: 1.4em;
		}
		
		.homeArea-content p {
			margin: 0 0 10px 0;
		}

#mainRightCol {
	background: #fff;
	width: 300px;
	float: left;
	padding: 0 10px 0 0;
}

#mainRightCol > img {
	clear: both;
}

	#findOutHow, #relatedLinks {
		width: 300px;
		margin: 0 0 18px 0;
		float: left;
	}
	
	#findOutHow {
		background: url(../images/findOutHowBG.jpg) no-repeat;
		min-height: 274px;
	}
	
	#relatedLinks {
		background: url(../images/relatedLinksBG.jpg) no-repeat bottom left #e4dfdc;
		min-height: 130px;
	}
	
		#findOutHow p, #relatedLinks p {
			width: 220px;
			padding: 5px 20px 0 20px;
			background: #fff;
		}
		
		#findOutHow p {
			margin: 55px 20px 20px 20px;
		}
		
		#relatedLinks p {
			margin: 20px;
		}
		
		#findOutHow strong, #relatedLinks a  {
			display: block;
			padding: 0px 20px 10px 20px;
			margin: 10px 0 0 0;
			background: url(../images/arrow.jpg) no-repeat 0px 5px;
			border-bottom: 1px solid #ddd;
			font-weight: bold;
		}
		
		#findOutHow strong {
			color: #333;
		}
		
		#findOutHow .last {
			border: none;
		}
	
	#latestNews {
		margin: 20px 0;
		background: #e4dfdc url(../images/latestNewsBot.jpg) bottom left no-repeat;
		border-top: 1px solid #c3c2c0;
		width: 300px;
		min-height: 242px;
		padding: 0 0 30px 0;
		position: relative;
	}
	
		#archiveLink {	
			position: absolute;
			bottom: 8px;
			right: 10px;
			font-weight: bold;
		}
	
		#latestNews p {
			width: 220px;
			margin: 0 0 0 20px;
			background: #fff;
			padding: 10px 20px;
		}
		
	p.rightColPara {
		width: 260px;
		margin: 15px 0 15px 20px;
	}
	
	#survey {
		width: 270px;
		min-height: 88px;
		background: url(../images/surveyBox.jpg) no-repeat #fc3;
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 20px 0;
		position: relative;
		padding: 0 15px 15px 15px;
	}
	
		#survey p {
			width: 160px;
			padding: 8px 0 0 0;
		}
		
		#surveyBot {
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
		
		#survey a {
			font-size: 14px;
			color: #666;
			display: block;
			padding: 10px 0;
			border-top: 1px solid #999;
			border-bottom: 1px solid #999;
			text-transform: uppercase;
		}

#footer {
	background: #fff;
	width: 960px;
	height: 35px;
	text-align: center;
	float: left;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: 0.02em;
	padding: 10px 0 0 0;
}

	#footer a {
		color: #99aecd;
	}

#copyright {
	background: #fff url(../images/copyrightBG.jpg) repeat-x;
	font-size: 10px;
	color: #000;
	text-align: center; 
	height: 19px;
	margin: 0 0 1px 0;
	width: 960px;
	float: left;
}

