@charset "utf-8";

@import url("nav.css");

.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: #DBF3FF;
	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: #DBF3FF;
	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;
}

/* ==================================== */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;  
	background: url(../images/bodybg.gif) repeat-x #fff;
	line-height: 1.5em;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 29px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #367bc0;
}

a:hover {
	text-decoration: underline;
}


strong, b {	
	color: #367bc0;
}

img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 986px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 2px;
}

#top {
	width: 936px;
	clear: both;
	height: 20px;
	text-align: right;
	padding: 0 50px 0 0;
}

	#top a.leftTopLinks {
		display: inline-block;
		padding: 0 0 0 27px;
		background: url(../images/topLinksBG.jpg) no-repeat 0 6px;
		margin: 0 0 0 7px;
		color: #026143;
	}
	
	#top span {
		font-size: 11px;
		float: left;
		color: #333;
		display: inline-block;
		margin: 0 0 0 38px;
	}

#containerBG {
	height: 100%;
	float: left;
	width: 941px;
	background: url(../images/containerBG.jpg);
	padding: 0 22px 13px 23px;
}

#header {
	width: 940px;
	background: #fff;
	height: 112px;
	margin: 0 0 15px 0;
}

	#headerFunctionality {
		width: 330px;
		float: right;
		padding: 25px 0 0 0;
		position: relative;
	}
	
	#header img {
		float: left;
	}
	
	.headerInput {
		width: 165px;
		height: 22px;
		background: url(../images/searchBG.jpg);
		border: none;
		color: #333;
		font-size: 11px;
		padding: 8px 5px 0 5px;
	}
	
	#header label {
		color: #666;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		position: relative;
		top: -7px;
		left: -10px;
	}
	
	#header #changeFonts {
		text-align: right;
		float:right;
		margin: 0 30px 0 0;
	}
	
	#header #changeFonts img {
		margin: 0 0 0 7px;
	}
	
	@-moz-document url-prefix() {
		#header label {
			top: 0;
			left: -10px;
		}
		
		#header #changeFonts {
			margin: 15px 30px 0 0;
		}
	}
	
	#header .searchSubmit {
		position: absolute;
		top: 25px;
		right: 25px;
	}

#nav {
	width: 940px;
	background: url(../images/navBG.jpg) #fff;
	height: 33px;
	z-index: 50;
	position: relative;
}

#homeImgWrap {
	width: 940px;
	height: 314px;
	padding: 0 0 16px 0;
	clear: both;
}

	#homeImg {
		width: 693px;
		height: 258px;
		float: left;
	}
	
	#homeCampaigns {
		width: 199px;
		height: 211px;
		float: right;
		background: url(../images/homeCampaignsBg.jpg);
		margin: 13px 0 0 0;
		padding: 17px;
	}
	
		#homeCampaigns p {
			border-top: 1px solid #f0f0f0;
			padding: 10px 0;
			margin: 0;
			clear: both;
		}
		
		#homeCampaigns p strong {
			font-size: 15px;
			color: #c00;
			display: inline-block;
			margin: 2px 5px 10px 0;
			font-weight: bold;
			float: left;
		}
		
		#homeCampaigns p.campaignsLink {
			padding: 6px 0 0 0;
			margin: 0;
			font-size: 10px;
			color: #333;
		}
		
		#homeCampaigns a {
			color: #333;
		}
	
	#latestNews {
		width: 710px;
		height: 38px;
		background: url(../images/latestNewsBG.jpg);
		border-bottom: 1px solid #999;
		clear: both;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #015883;
		padding: 17px 20px 0 210px;
	}
	
		#latestNews a {
			color: #c00;
		}
		
		* html #latestNews {
			position: relative;
			top: -3px;
		}
	
#speeding, #hotTopics {
	width: 316px;
	height: 154px;
	float: left;
	margin: 0 19px 17px 0;
	padding: 0 20px 0 0;
	color: #fff;
	position: relative;
}

	#speeding p, #hotTopics p {	
		margin: 55px 0 0 20px
	}
	
	#speeding a.homeLinkHead, #hotTopics a.homeLinkHead {	
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 45px;
		width: 100%;
	}
	
	#speeding a.homeLinkHead:hover, #hotTopics a.homeLinkHead:hover {
		text-decoration: none;
	}
	
	#speeding a.homeLinkHead b, #hotTopics a.homeLinkHead b {	
		visibility: hidden;
	}

#speeding {
	background: url(../images/speeding.jpg) no-repeat #009bde;
}

#hotTopics {
	background: url(../images/homeNews.jpg) no-repeat #690;
}

#hotTopics a, #hotTopics strong, #speeding a {
	color: #fff;
}

#speeding a {
	font-weight: bold;
	font-size: 11px;
}


#speeding2, #furtherSpeeding {
	width: 230px;
	height: 154px;
	float: left;
	background: url(../images/speeding2.jpg);
	color: #fff;
	font-size: 10px;
}

	#speeding2 p, #furtherSpeeding p {
		width: 100px;
		margin: 20px 0 0 115px;
		line-height: 1.4em
	}
	
	#speeding2 p strong, #furtherSpeeding p strong {
	font-weight: bold;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#speeding2 p a, #furtherSpeeding p a {
	color:#FFFFFF;
}

#question, #furtherQuestion {
	width: 391px;
	min-height: 38px;
	background: url(../images/questionBG.jpg) no-repeat #333;
	float: left;
	margin: 0 19px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	padding: 12px 240px 10px 60px;
	position: relative;
}

	#questionForm {
		float: right;
		margin: 0 15px 0 0;
		width: 275px;
	}
	
	#questionOptions {
		background: url(../images/questionOptions.jpg) no-repeat;
		width: 100px;
		height: 19px;	
		padding: 5px;
		position: absolute;
		top: 10px;
		right: 140px;
	}
	
		#questionOptions input {
			position: relative;
			top: 2px;
		}
		
		#questionSubmit {
			position: absolute;
			top: 15px;
			right: 20px;
		}
		
		#questionResults {
			position: absolute;
			right: 70px;
			top: 15px;
			color: #fc0;
			padding: 0 0 0 10px;
			background: url(../images/yellowArrow.jpg) no-repeat 0 6px;
		}

#ourEvents, #furtherEvents {
	width: 210px;
	height: 31px;
	float: left;
	background: url(../images/ourEventsBG.jpg);
	margin: 2px 0 0 0;
	text-align: right;
	padding: 15px 20px 0 0;
	font-weight: bold;
}

#linksWrap {
	height: 40px;
	padding: 15px 0;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 941px;
	margin: 0 0 15px 22px;
}

	#linksWrap img {
		margin: 0 18px 0 0;
		float: left;
	}
	
	#linksWrap img.lastImg {
		margin: 0;
		float: right;
	}
	
/*further page styles*/

#furtherWrap {
	width: 941px;
	float: left;
	z-index: 1;
}

#furtherLeftCol {
	width: 696px;
	float: left;
	margin: 14px 14px 0 0;
}

	#topImg {
		clear: both;
		margin: 0 0 14px 0;
	}
	
	#furtherContent {
		width: 896px;
		min-height: 510px;
		float: left;
		position: relative;
		background: url(../images/furtherBG.jpg) repeat-y;
		padding: 25px 22px;
	}
	
		#furtherTopCorner {
			position: absolute;
			top: 0;
			left: 0;
		}
		
		#furtherBotCorner {
			position: absolute;
			bottom: 0;
			left: 0;
		}
		
	#furtherQuestion {
		margin: 14px 0 0 0;
		
		/* see #question declarations for other styles */
	}

#furtherRightCol {
	width: 231px;
	float: left;
	margin: 14px 0 0 0;
}

	#furtherEvents {
		margin:  0 0 14px 0;
		/* see #ourEvents declarations for other styles */
	}
	
	#relatedLinks {
		width: 221px;
		float: left;
		position: relative;
		min-height: 115px;
		background: url(../images/relatedBG.jpg) repeat-y;
		padding: 55px 5px 15px 5px;
	}
	
		#relatedTopCorner {
			position: absolute;
			top: 0;
			left: 0;
		}
		
		#relatedBotCorner {
			bottom: 0;
			left: 0;
			position: absolute;
		}
		
		#relatedLinks ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
	
		#relatedLinks li:hover {
			background: #f0f0f0;
		}
		
			#relatedLinks li:hover ul {
				background: #fff; 
			}
			
			
		
		#relatedLinks a {
			padding: 5px 0 8px 12px;
			display: block;
			margin: 0 15px;
			border-top: 1px solid #eee;
			background: url(../images/redArrow.jpg) no-repeat 0px 11px;
			color: #999;
		}
		
			#relatedLinks li li a {
				font-size: 10px;
				padding: 5px 0 8px 24px;
				background: url(../images/redArrow.jpg) no-repeat 12px 11px;
			}
			
				#relatedLinks li li li a {
					font-size: 10px;
					padding: 5px 0 8px 34px;
					background: #fff;
					color: #333;
				}
		
		#relatedLinks a:hover {
			background: url(../images/redArrow.jpg) no-repeat 0px 11px #f0f0f0;
			text-decoration: none;
		}
		
			#relatedLinks li li a:hover {
				background: url(../images/redArrow.jpg) no-repeat 12px 11px #f0f0f0;
				text-decoration: none;
			}
			
				#relatedLinks li li li a:hover {
					background: #f0f0f0;
					text-decoration: none;
				}
		
	#furtherSpeeding {
		margin: 14px 0 0 0;
		/* see #speeding2 declarations for other styles */
	}
.colme1{
	width:45%;
	float:left;
	margin:0 7px 0 19px;
	}
.colme2{
	width:45%;
	float:left;
	}

/* /further */
	
#footer {
	width: 941px;
	margin: 0 0 15px 22px;
	font-size: 10px;
	color: #333;
}
#homeCols {
}
#homeCols div {
	float:left;
	width:300px;
	font-size:16px;
	text-align:center;
	padding:30px 0;
}

.col2 {
	margin:0 43px;
}
#homeCols a {
	color:#333;
}
