/* This version by Sam Sutton - started 18/07/07 */

/* General Settings */

* {
	margin: 0;
	padding: 0;
	}

#yetanotherdiv {
	position: relative;
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 0;
	}

html {
	font: 62.5%/1.2em verdana, helvetica, sans-serif;
	text-decoration: none;
	background: url(/images/background.jpg) repeat-x;
	}

body {
	position: relative;
	padding: 0px;
	margin: 0px;
	}

html,body p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin: 0;
  padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

html,body {height: 100%;}

body {min-width: 770px;} /*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/

#fullheightcontainer {
  position: relative; /*** Let's be nice to IE ***/
  width: 916px; /*** Content Width ***/
  display: table; /*** For non-IE browsers ***/
  height: 100%;
  margin-top: 0px;
 	margin-right: 0;
 	margin-bottom: 0;
 	margin-left: 0;
	text-align: left;
	padding-top: 61px;
	}

#fullheightcontainer.login_container {
	padding-top: 30px;
	}

#wrapper {
	display: table-cell; /*** For non-IE browsers ***/
	position: relative; /*** let's be nice to IE) ***/
	background: url(/images/middle_background.jpg) repeat-y top left;
	margin: 0;
	width: 916px;
	padding: 0;
	}
 
#float-wrap {
	border-right: 1px solid #B9DBeF; 
  float: left;
  display: inline;
	}
	
#outer {
 	position: relative;
	margin-left: 235px; /*** Left Column Width ***/
  margin-right: 175px; /*** Right Column Width ***/
  height: 100%;
	}

#centerfill, #leftfill {
	display:none;
	margin: 0px;
	padding: 0px;
	}

#header_login {
	background: url(/images/top_bar.gif) bottom no-repeat;
	width: 916px;
	height: 32px;
	clear: both;
	}

#header {
	z-index: 1;
  position: absolute;
  width: 916px;
  height: 54px;
  top: 0;
  left: 0;
	background: url(/images/top_bar.gif) bottom no-repeat;
	padding-top: 14px;
	}

#header-inner {
  min-width: 770px; /*** Minimum Content Width ***/
  height: 0;
	}

#header-inner span {
	background: url(/images/whitearrow.gif) no-repeat 0px 4px;
	display: block;
	float: left;
	margin-left: 20px;
	}

#header-inner span a {
	padding-left: 5px;
	font-weight: 700;
	}

#subheader1 {
  margin: 0;
  height: 107px;
  overflow: hidden;
	float: left;
	clear: both;
	}

#topbar {
	height: 135px;
	width: 908px;
	background: white url(/images/topbanner.jpg) bottom no-repeat;
	margin-left: 4px;
	}

a {
	color: #bd2204;
	text-decoration: none;
	}

a:visited:hover, a:hover {
	text-decoration: underline;
	}

#navigation {
	padding-right: 23px;
	height: 24px;
	float: right;
  overflow: hidden;
	clear: both;
	padding-top: 4px;
	}

#navigation.internal {
	position: relative;
	}


#drop_down {
	float: right;
	display: block;
	width: 150px;
	margin-bottom: 2px;
	margin-right: 23px;
	height: 20px;
	}

#drop_down select {
	display: block;
	width: 150px;
	}
	
/*
#navigation ul {
	float: right;
	clear: both;
	}
*/
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#navigation li a {
	background: transparent url(/images/menu_lefta.jpg) no-repeat left top;
	float: left;
	list-style-type: none;
	font-size: 1.1em;
	padding: 0 0 0 5px;
	margin: 0px 1px 0px 0px;
	}

#navigation li a span {
	background:	transparent url(/images/menu_righta.jpg)  no-repeat right top;
	display: block;
	padding: 4px 7px 4px 3px;
	float: left;
	text-decoration: none;
	margin: 0px;
	}

#navigation li a:hover {
	background-position: 0% -100px;
	text-decoration: none;
	}

#navigation li a:hover span {
	background-position: 100% -100px;
	text-decoration: none;
	}


#navigation li.current a {
	background: transparent	url(/images/menu_lefta.jpg) scroll  no-repeat left -100px;
	float: left;
	list-style-type: none;
	font-size: 1.1em;
	padding: 0 0 0 5px;
	}

#navigation li.current a span {
	background: url(/images/menu_righta.jpg) no-repeat right -100px;
	display: block;
	padding: 4px 7px 6px 5px;
	margin: 0px;
	}

#content {
	width: 505px;
	float: right;
	position: relative;
	height: 100%;
	display: table;
	}

* html content {
	width: 485px;
	w\idth: 485px;
	}

#content_login {
	width: 916px;
	position: relative;
	height: 574px;
	display: block;
	background: url(/images/middle_background.jpg) repeat-y;
	}

#search_area {
	background: url(/images/searchbox_back.jpg) repeat-x;
	width: 171px;
	height: 100%;
	float: left;
	margin-right: -171px; /*** NEGATIVE Right Column Width ***/
  position: relative;
	}

#search_frm label{
	display: block;
	font-size: 1.1em;
	margin: 7px 0px 7px 0px;
	font-weight: 700;
	}
	
#search_frm h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #007cc2; 
	margin-top: 1.4em;
	
	}
	
#search_frm h2 label{
	display: block;
	font-size: 1.1em;
	margin-top: 0px;
	}

#search_frm select {
	display: block;
	width: 140px;
	margin: 7px 0px 7px 0;
	}

#search_frm {
	margin-left: 10px;
	}

#search_frm input {
	float: right;
	margin: 7px 19px 7px 0;
	}

input#search_str {
	width: 137px;
	margin: 7px 0px 7px 0;
	float: none;
	}

#footer {
	z-index: 1;
	height: 100px;
	clear: both;
	font-size: 1.1em;
	position: relative;
	width: 916px;
	background: transparent url(/images/bottom_shadow2.jpg) no-repeat top left;
	}

#subfooter1 {
  margin-left: 21px;
  width: 400px;
  overflow: hidden;
  padding-top: 6px;
}

#subfooter1 ul {
	list-style-type: none;
	display: block;
	float: left;
	margin-bottom: 36px;
	margin-top: 10px;
	}	

#subfooter1 li {
	float: left;
	margin-right: 10px;
	}

#subfooter1 p {
	float: left;
	display: block;
	width: 350px;
	color: #999
	}

#subfooter1 img {
	position: absolute;
	left: 740px;
	top: 16px;
	}

h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #007cc2; 
	margin-top: 1.4em;
	}

h3 {
	color: #007cc2;
	font-size: 1.2em;
	}

intro2 h2 {
	color: black;
	margin-bottom: 1.5em;
	}	

/* End of general settings */

/* login page */

#login_box {
	background: white;
	border: 1px solid #017cc2;
	position: absolute;
	width: 334px;
	height: 185px;
	top: 140px;
	left: 556px;
	}

#login {
	width: 330px;
	height: 181px;
	padding: 2px 2px 1px 2px;
	position: relative;
	}

#login label {
	display: block;
	margin-bottom: 8px;
	font-size: 1.1em;
	}

#login input {
	margin-bottom: 8px;
	}

#login_form {
	padding: 8px;
	background: url(/images/login_background.jpg) repeat-x;
	}

#login_form h3 {
	font-size: 1.4em;
	margin-bottom: 1.4em;
	color: #007cc2;
	}

#login_form ul {
	padding: 0;
	margin-top: 5px;
	}

#login_form li {
	font-size: 1.1em;
	list-style-type: none;
	background: url(/images/login_buttlet.jpg) no-repeat 1px 4px;
	margin-bottom: 4px;
	}

#login_form a {
	margin-left: 8px;
	}

#login_form .form-button {
	display: block;
	position: absolute;
	top: 111px;
	left: 230px;
	}

#message_box {
	margin: -17px 0px 5px 0px;
	color: red;
	font-weight: 700;
	}

.column {
	display: inline;
	margin-left: 20px;
	width: 516px;
	}

#top {
	background: white url(/images/logo_map.jpg) bottom no-repeat;
	height: 290px;
	width: 910px;
	margin-left: 3px;
	}
	
#top .column h3 {
	color: #007cc2;
	font-size: 1.4em;
	line-height: 1.6em;
	}

#top p, #bottom p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.4em;
	}

#top .column {
	margin-top: 140px;
	float: left;
	}

#bottom {
	background: url(/images/bottom_half_grad.jpg) repeat-x;
	height: 280px;
	width: 910px;
	margin-left: 3px;
	margin-top: 1px;
	}

#bottom .column {
	margin-top: 20px;
	float: left;
	}

#bottom .column h3 {
	font-size: 1.2em
	}

#bottom ul {
	padding: 0px;	
	}

#bottom li {
	border-bottom:1px solid #B9DBeF;
	font-size:1.1em;
	padding-bottom:8px;
	padding-top:8px;
	background: url(/images/blue_bullet.gif) no-repeat 0px 12px;
	list-style-type: none;
	}

#bottom li.first_item {
	border-top: 1px solid #B9DBeF;
	}

#bottom li span {
	margin-left: 10px;
	display: block;
	}

#bottom #contact {
	width: 334px;
	border: 1px solid #B9DBeF;
	background: white;
	float: left;
	margin-left: 17px;
	margin-top: 50px;
	}

#bottom #contact div {
	margin: 10px
	}

#bottom #contact h3 {
	color: #007cc2;
	font-size: 1.2em;
	margin-top: 10px;
	line-height: 1.3em;
	}

#bottom #contact p {
	font-size: 1.1em;
	margin-bottom: 1.4em;
	line-height: 1.3em;
	}

#bottom #contact p.wtf {
	border-bottom: 1px solid #B9DBeF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

#bottom #contact a {
	color: #bd2204;
	text-decoration: none;
	background: url(/images/login_buttlet.jpg) no-repeat 1px 5px;
	}

#bottom #contact a span{
	margin-left: 8px;
	
	}

#bottomborder {
	background: url(/images/bottom_shadow2.jpg) no-repeat;
	height: 6px;
	width: 916px;
	float: left;
	margin-left: 42px;
	}



/* Home Page */

#topbanner {
	width: 908px;
	background: url(/images/topbanner.jpg);
	height: 107px;
	margin-left: 4px; 
	margin-top: 12px;
	}

#left_column {
	width: 212px;
	float: left;
	margin: 20px 0px 50px -212px;
	display: inline;
	position: relative;
	}

#left_column h3 {
	background: #007cc2;
	color: white;
	border-bottom: 1px solid #B9DBeF;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	}

#left_column ul {
	padding: 0;
	}

#left_column li {
	border-bottom:1px solid #B9DBeF;
	font-size: 1.1em;
	list-style-type: none;
	background: url(/images/login_buttlet.jpg) no-repeat 1px 8px;
	display: block
	}

#left_column a {
	display: block;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	width: 204px;
	}

#left_column a:visited:hover, #left_column a:hover {
	background: #b9dbef url(/images/login_buttlet.jpg) no-repeat 1px 8px;
	text-decoration: none;
	}

#left_column li.first_item {
	border-top: 1px solid #B9DBeF;
	}

#main {
	width: 464px;
	margin-left: 21px;
	padding-right: 21px;
	float: left;
	display: inline;
	margin-bottom: 10px;
	position: relative;
	}

#main #intro p {
	font-size: 1.2em;
	line-height: 1.6em;
	}

#main h1 {
	color: #007cc2;
	}

#main img {
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	}

#main h2 {
	font-size: 1.2em;
	color: #007cc2;
	border-bottom: none;
	}

#main h3 {
	font-size: 1.1em;
	list-style-type: none;
	background: url(/images/login_buttlet.jpg) no-repeat 1px 4px;
	margin-bottom: 2px;
	color: #bd2204;
	}

#main h3 a {
	margin-left: 8px;
	}

#main p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 20px;
	}

#info table {
	font-size: 1.1em;
	margin-bottom: 1.2em;
	margin-top: 1em;
	}

#info table td {
	color: #bd2204; 
	padding: 2px 8px;
	}

.info_item {
	border-bottom: 1px solid #B9DBeF;
	height: 130px;
	}

.document_info_item {
	border-bottom: 1px solid #B9DBeF;
	height: 100%;
	}

.document_info_item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


.info_item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.topic .info_item .document_info_item #info table {
	margin-bottom: 3em;
	}

.info_item document_info_item table {
	margin-bottom: 15px;
	}
	
#intro {
	margin-bottom: 20px;
	}

#info {
	width: 367px;
	float: left;
	margin-top: 15px;
	}

#info p {
	border-bottom: 1px solid #B9DBeF;
	display: block;
	padding-bottom: 10px;
	margin:0px;
	}

#document_info p {
	border-bottom: 1px solid #B9DBeF;
	display: block;
	margin-bottom: 8px;
	}

#main img.icon {
	margin-left:2px;
	margin-right:2px;
	margin-top:-3px;
	margin-bottom:2px;
	float: right
	display: block;
	}

/* Topic template */

#intro2 p {
	font-size: 11px;
	}

#intro2 h2 {
	font-size: 1.1em;
	color: black;
	margin-bottom: 1.4em;
	}


#intro2 ul {
	font-size: 11px;
	list-style: disc url(/images/small_blue_bullet.gif) outside;
	margin-left: 15px;
	line-height: 1.5em;
	margin-bottom: 1.6em;
	}

#container-search_area {
	clear: both;
	}

#main.topic #intro h1 {
	border-bottom: 2px solid #b9dbef;
	line-height: 1.8em;
	margin-bottom: 1.6em;
	}

#tools {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 11px;
	}
	
#tools li {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	}

#tools img {
	margin-right: 0;
	}	
