@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-x;
	line-height: 22px;
}



h1
{
	color: #663300;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom:5px;
	margin-top:20px;
	padding-bottom:0;
	 
}

h2
{
	color: #CC0000;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	display: block;
	 font-size:14px;
	font-family:Arial, Helvetica sans-serif;
	margin-top:0;
}

img
{	/* remove image links default blue borders */
z-index: 12;
	border: 0px;
}

/* activate this for vertical centering
.oneColFixCtr #center {
	text-align: center;
	overflow: visible;
	position: absolute;
	visibility: visible;
	height: 1px;
	width: 100%;
	left: 0px;
	top: 50%;
} */

.oneColFixCtr #container {
	width: 945px;
	/* margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* activate this for vertical centering
	 margin-top: -358px; */
	background-image:url(../images/main_bg.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}


.oneColFixCtr #headerContent {
	width: 945px;
	height: 153px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index:60;

}

#mainText ul {
	margin-left:0;
	padding-left:15px;
}


#logoContainer {
	position: relative;
	height: 100px;
	width: 217px;
	left: 290px;
	top: 0px;
	
}

img, a, a:link, a:visited, a:hover
{
	text-decoration: none;
	
	
}

a, a:link, a:visited
{
	color: #990000;
}

a:hover
{
	color: #666666;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	display: inline;
	padding-top: 5px;
	padding-left: 20px;
	
}


#mainContent {
	position: relative;
	width: 945px;
	padding: 0;	
}

/* index.html divs settings */
#mainText
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 710px;
	padding-left: 20px;
	color: #663300;
}

/* end index.html divs settings */

#footer
{
	position: relative;
	top: 10px;
	padding-top: 5px;
	width: 100%;
	left: 0px;
	color: #CCCCCC;
	font-size: 11px;
	text-align: center;
}


/* extraDiv with large z-index number for different coloured decorative bars in each page */
#extraDiv
{
	position: absolute;
	top: 0px;
	left: 740px;
	width: 198px;
	height: 665px;
	z-index: 40;
}
h4 {
	font-weight: normal;
	color: #CC0000;
	font-size: 16px;
	display: inline;
	line-height: 26px;
	
}
#sectorText {
	width: 651px;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}
#sectorText li {
	font-weight: bold;
	list-style-type: square;
	
}
#sectorThumbnails {
	padding-bottom: 15px;
	width: 720px;
	padding-left: 30px;
	padding-top: 10px;
	position: relative;
	
}
#sectorThumbnails img {
	padding-right: 20px;
	
}


#headerNavContainer
{
	position: absolute;
	top: 110px;
	width: 800px;
	left: 5px;
}

#headerNav, #headerNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 13px;
	font-family: Verdana, "Helvetica Neue Light", Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

#headerNav a 
{
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #fff;
}

#headerNav ul a
{
	margin-left: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 8px;}
	
#headerNavContainer a
{
	background:#633802 url('../images/nav_bg.gif');
	border-left:2px solid #fff;
}

#headerNavContainer a:link, #headerNav a:visited
{
	color: #fff;
}


#headerNavContainer a:hover
{
	color: #fff;
	background:none;
	background-color:#cc0000;
}

#headerNavContainer a.current
{
	color: #fff;
	background:none;
	background-color:#644c36;
}

#headerNav li ul li a.current
{
	background:none;
	background-color:#333;
}

#headerNav a {
	display: block;
}


#headerNav li { /* all list items */
	float: left;
	/*width: 10em;*/ /*width needed or else Opera goes nuts */
}

#headerNav li ul { /* second-level lists */

	width: 7.95em;
	margin:0;
	position: absolute;
	/* width: 10em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	cursor:pointer;
}

#headerNav li ul a
{
	width: 7.95em;
	color: #CCCCCC;
	border-right:2px solid #fff;
	
}

#headerNav li ul a:hover
{
	color: #ffffff;
	
}

#headerNav li:hover ul, #headerNav li.sfhover ul { /* lists nested under hovered list items */
	left: 82px;
	cursor:pointer;
}


/* set different background colors for each sector sub-menu item */
#comm a {
	background:none;
	background-color: #990000;
	border-bottom: #FFFFFF solid 1px;
}

#gov a {
	background:none;
	background-color: #003366;
	border-bottom: #FFFFFF solid 1px;
	
}
#hos a {
	background:none;
	background-color: #663300;
	border-bottom: #FFFFFF solid 1px;
	
}
#edu a {
	background:none;
	background-color: #336600;
	border-bottom: #FFFFFF solid 1px;
	
}

#off a {
	background:none;
	background-color: #666666;

}
.gov {
	color: #003366;
}
.hos {
	color: #663300;
}
.edu {
	color: #006600;
}
.office {
	color: #333333;
}
#mainText img {
	margin-top: -18px;
	margin-left: -13px;
}
#mainText .highlight {
	color: #CC0000;
}

#HeaderImage {
	margin-left:-13px;
	margin-top:-17px;
}

.clear {
	clear:both;
}

#ContactPageText
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 320px;
	height:310px;
	padding-left: 30px;
	color: #663300;
	float:left;
}

#ContactForm {
	margin-top:65px;
}

form label {
	width:80px;
	text-indent:11px;
	display:inline-block;
}

form label.required {
	text-indent:0;
}

input, textarea {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input {
	width:200px;
	height:13px;
	border:1px solid #333;
	clear:right;
}

textarea {
	width:202px;
	height:73px;
	margin-left:84px;
	margin-top:3px;
	border:1px solid #333;
}

.hidden_error {
	display:none;
}

.visible_error {
	display:block;
	height:1px;
	text-indent:85px;
	color:#CC0000;
	font-size:0.9em;
}

.field_error {
	border:1px solid #FF0000;
}

form .actions {
	margin-top:5px;
	text-indent:84px;
}

form .actions input {
	width:60px;
	padding:5px;
	height:25px;
	padding-top:3px;
	color:#fff;
	font-weight:bold;
	background-color:#cc0000;
	border:0;
}

#footer img {
}

#footer span {
	line-height:90px;
	padding-left:10px;
}

#footer {
	padding-bottom:5px;
}

.ticked {
	margin:0;
	padding:0;
	margin-top:20px;
}

.ticked li {
	float:left;
	width:44%;
	line-height:25px;
	background:#fff url('../images/tick.gif') top left no-repeat;
	list-style:none;
	margin:0;
	padding:0;
	padding-left:35px;
	margin-bottom:15px;
	margin-right:5px;
}

.red {
	color:#CC0000;
}