@charset "utf-8";
/* CSS Document */

body {
	background-color: #fafbfd;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	color: #8C8C8C;
}
a {
	text-decoration: underline;
	color: #00adef;
}
a:hover {
	color: #cccccc;
}
a.normalsize {
	font-size: 12px;
	text-decoration: underline;
	color: #00adef;
}
a.normalsize:hover {
	font-size: 12px;
	color: #cccccc;
}
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
.required {
/* for red required field asterisk */
	color: #FF0000;
}
ul {
	margin:0;
	padding:0;
}
li { 
	list-style: none; 
	padding-left: 42px; 
	background: url(images/tick.gif) 10px 9px no-repeat; 
	line-height: 35px;
}
h1 {
	font-size: 18px;
	line-height: 25px;
	color: #00adef;
}
h2 {
	font-size: 12px;
	margin-bottom:0px;
	padding-top: 10px;
	color: #00adef;
	border-top: 1px dotted #cccccc;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	color: #00adef;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	margin-bottom: 0px;
}
.newsheader {
	font-size: 12px;
	margin-bottom:0px;
	color: #00adef;
	width: auto;
}
.newsseparator {
	border-top: 1px dotted #cccccc;
	width: 100%;
	padding-top: 10px;
}
a.readmore:link, a.readmore:visited {
	text-align: right;
	color: #CC0000;
	float: right;
}
.formfield {
	height: auto;
	border: 1px solid #cccccc;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	width: auto;
	font-size: 11px;
	color: #666;
}
.buttonimage {
	height: auto;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	width: auto;
}
.checkbox {
	height:20px;
	border: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	width: auto;
	margin-bottom: 0px;
}
.button {
	width: 100px;
}
textarea {
	border: 1px solid #D2D2D2;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: -1px;
	width: 450px;
}
blockquote {
	background: #dce2e3 url(images/quote.gif) 10px 10px no-repeat;
	color: #333;
	width: auto;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
}
blockquote p { 
	background: url(images/quote-end.gif) 100% 100% no-repeat;
}

/*//// DIV STYLES ////*/
#header-container {
	width: 100%;
	margin:0 auto;
	background: url(images/topbar-background.jpg) repeat-x;
	}
	#header {
		position:relative;
		height:153px;
		width:970px;
		margin:0 auto;
		text-align:left;
		padding-left: 20px;
		}
		#header-details {
			position:absolute;
			width:400px;
			text-align:right;
			top: 95px;
			right: 40px;
			color: #FFFFFF;
			}
			#header-details a {
				color: #E9E9E9;
				}
		.header-logo {
			position:absolute;
			top:65px;
			left:40px;
			}
		.header-people {
			position:absolute;
			top:0px;
			left:300px;
			}
		.complianceimg {
			position:absolute;
			top: 80px;
			left: 635px;	
			}
		.consolelogin {
			position:absolute;
			top:90px;
			right:40px;
			}

#main-container {
	width: 100%;
	margin:0 auto;
	float:left;
	}
	#main {
		position:relative;
		height:auto;
		width:910px;
		margin:0 auto;
		text-align:left;
		padding: 40px;
		padding-top: 5px;
		padding-bottom: 0px;
		}
		#textmenu {
			font-size: 16px;
			line-height: 25px;
			margin-bottom: 50px;
			}
		#intro {
			font-size: 20px;
			line-height: 30px;
			margin-bottom: 40px;
			border: 1px solid #cbcdd0;
			padding: 15px;
			}
		#console {
			margin-bottom: 40px;
			border: 1px solid #cbcdd0;
			padding: 15px;
			}
		#checklist {
			width: 530px;
			font-size: 16px;
			line-height: 25px;
			float:left;
			margin-bottom: 40px;
			}
		#special {
			width: 335px;
			height: auto;
			border: 1px solid #cbcdd0;
			background-color: #eaeffa;
			float:right;
			margin-bottom: 20px;
			font-size: 18px;
			line-height: 25px;
			padding:15px;
			}
		#content {
			margin-bottom: 40px;
			}
		.people {
			position:absolute;
			top:29px;
			right:45px;
			}
		.people2 {
			position:absolute;
			top:25px;
			right:41px;
			}
		#introtitle {
			position:absolute;
			top:75px;
			left:160px;
			background: #fafbfd;
			font-size: 16px;
			color: #00adef;
			padding-left: 15px;
			padding-right: 15px;
			font-style: italic;
			}
		#newsitem {
			width: 335px;
			height: auto;
			float:right;
			margin-bottom: 15px;
			font-size: 12px;
			line-height: 16px;
			padding:15px;
			padding-top: 0px;
			margin-top: -13px;
			}

#footer-container {
	width: 100%;
	margin:0 auto;
	background: url(images/bottombar-background.gif) repeat-x;
	background-color: #eaeaea;
	float:left;
	}
	#footer {
		height:auto;
		width:910px;
		margin:0 auto;
		text-align:left;
		padding: 40px;
		padding-top: 25px;
		}
		#contact {
			float: left;
			width: 250px;
			}
		#bottommenu {
			float:right;
			width: 600px;
			text-align: right;
			}
			#bottommenu a {
				color: #666666;
				text-decoration: none;
				}
			#bottommenu a:hover {
				color: #999999;
				text-decoration: underline;
				}
/* Autocomplete formatting */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
	background-color: #ffb; 
	color:#ffb;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  line-height:12px;
  cursor:pointer;
  background:none;
  color:#FFFFFF;
}
div.autocomplete ul li span {
	color:#666666;
}

#mainmenu {
	margin-top: 0px;
	margin-bottom: 45px;
}

#mainmenu ul {
	height: 35px;
	list-style: none;
}

#mainmenu ul li { 
	list-style: none; 
	padding:0px;
	margin:0px;
	background: inherit; 
	line-height: 35px;
	float: left;
	font-size: 16px;
	padding-left: 4px;
	padding-right: 4px;
}

#mainmenu ul li a {
	text-decoration: none;	
}


#console td.header {
	color: #00ADEF;
	font-size: 14px;
	vertical-align: top;
	height: 30px;
}