body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.4em;

}

a:link, a:visited {
	color: #069;
}

a:hover {
	color: #CC6633;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
	margin: 0;
}

h1 {	font-size: 1.5em; }

h2 {	font-size: 14px; }

h3 {	font-size: 12px; }

ul {
	padding: 5px 5px 5px 30px;
	margin: 0
}

li {
		line-height: 1.4em;

	/*padding: 2px 0 2px 0;*/
	list-style-type: disc;
}

h1#site_error {
	margin: 50px;
	padding: 50px;
	font-size: 18px;
	background-color: #900;
	color: #FFF;
	text-align: center;
}

#content_container {
	width: 952px;
	margin: 0 auto;
}
#top_menu {
	float: right;
	margin: 10px 0 5px 0;
	padding: 0;
}
#top_menu ul {
	margin: 0;
	padding: 0;
}
#top_menu li {
	display: inline;
	list-style: none;
	margin: 0 0 0 0;
	padding: 3px 5px 0 5px;
	border-right: solid 1px #eee;	
}

#whh_logo {
	clear: both;
	border-top: solid 1px #ccc;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
}

#main_menu {
	text-align: center;
	background-image: url(images/menu_bgd.gif);
	background-repeat: repeat-x;
	margin: 20px 0 0 0;
}
#main_menu ul {
	margin: 0;
	padding: 0;
}
#main_menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* content_wide is used to wrap in-page content */
#content_wide {
	width: 942px;
	float: left;
	padding: 0;
	margin: 0;
}
/* content is used for right column of two_column pages */
#content {
	float: right;
	width: 692px;
	padding: 0;
	margin: 0px 0 0 0;
}
/* side_menu is used in the left column of two_column pages */
#side_menu {
	width: 230px;
	margin: 20px 14px 0 6px;
	float: left;
	padding: 0;
}
#side_menu ul {
	border: none;
	padding: 0;
	margin: 2px 15px 5px 0px ;
}
#side_menu li {
	border-top: solid 1px #eee;
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#side_menu a {
	text-decoration: none;
}

#side_menu ul ul{
	border: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#side_menu ul ul li{
	margin: 0 0 0 15px;
}

#side_menu ul ul li a:link, #side_menu ul ul li a:visited {
	color: #577682;
}

.service_flag {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

#copyright_notice {
	text-align: center;
	clear: both;
	padding: 7px 0 5px 0;
	margin: 20px 0 0 0;
	border: solid 1px #ccc;
	border-width: 1px 0 1px 0;
}

#map {
	float: right;
}

ul.list_sectors {
	padding: 10px 10px 10px 30px;
	margin: 0;
}

#flash_div {
	width: 942px;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 4px;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #b5ccc2;
			border-left: 1px solid #b5ccc2;
			border-bottom: 1px solid #b5ccc2;
			border-right: 1px solid #b5ccc2

}

#service_sectors_div {
	width: 922px;
	padding: 0 0 0 17px;
	/*padding: 0 0 0 17px;*/
}

.sector_header {
	border: solid 1px #333;
}

td.gallery {
	vertical-align: top;
}

td.sector_content{
	border: solid 1px #333;
	border-top: none;
	/*padding-right: 2px;*/
	vertical-align: top;
	padding-right: 4px;
	padding-left: 0px;
}

/* Nathan McGinness CSS additions */

.network {
	float:left;
	width:215px;
	margin-right: 20px;
}

h3.accred {
	padding-top: 7px;
}




/*Menu */

ul#nav {
	background-color: #ccc;
	margin-left: 4px;
	margin-top: 10px;
	padding: 0;
	position: relative;
	list-style: none !important;
	bottom: 0;
	max-width: 100%;
}
	ul#nav li {
		float: left;
		margin: 0 5px 0 0;
		list-style: none !important;

	}
		ul#nav li a {
			font-size: 13px;

			text-transform: uppercase;
			display: block;
			color: #666;
			text-decoration: none;
			padding: 5px 15px;
			background: #fff;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #b5ccc2;
			border-left: 1px solid #b5ccc2;
			border-bottom: 1px solid #b5ccc2;
			border-right: 1px solid #b5ccc2;
		}
			ul#nav li.selected a, ul#nav li.current_page_item a {
				background: url( images/white_transparent.png );
				color: #ded7c1;
				border: 1px solid transparent;
				text-decoration: none !important;
			}
			ul#nav a:hover {
			color: #000;
			background: #b5ccc2;
			border-top: 1px solid #666;
			border-left: 1px solid #666;
			border-bottom: 1px solid #666;
			border-right: 1px solid #666;
			text-decoration: none;
			}
			ul#nav a:focus { outline: none; }
		
			ul#nav li a.procure {
				background-color: #eedd9b;
				font-weight: bold;
				color: #333;
			}

/*Homenew */

#homenew table {
	margin-botttom: 20px;
	margin-left: 3px;
	clear:both;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #b5ccc2;
			border-left: 1px solid #b5ccc2;
			border-bottom: 1px solid #b5ccc2;
			border-right: 1px solid #b5ccc2
}

#homenew td {
	padding: 5px;
	
}

#homenew h1 {
	font-size: 16px;
	padding: 0px;
}

#homenew p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 2px;
}


/*Search */

#search_container {
	float: right !important;
}

#searchform {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	height: 0;
	text-align: right;

}

#searchterm {
	height: 28px;
	font-size: 12px;
	position: relative;
	top: 0px;
	border: none;
	margin: 0;
	padding: 0 0 0 3px;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #b5ccc2;
			border-left: 1px solid #b5ccc2;
			border-bottom: 1px solid #b5ccc2;
			border-right: 1px solid #b5ccc2;	
	
}

#search_submit {
	background: #2B6660;
	color: #CF9;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	width: 31px;
	padding: 0;
	cursor: pointer;
	margin-top: 0;
	margin-right: -2px;
	margin-bottom: 0;
	margin-left: 2px;

			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
			-moz-border-radius-bottomleft: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-webkit-border-bottom-right-radius: 3px;
			border-top: 1px solid #222;
			border-left: 1px solid #222;
			border-bottom: 1px solid #222;
			border-right: 1px solid #222;		
	
}
#search_submit:hover {
	background: #C30;
	color: #FF6;
}

.clear {clear: both;}



