/*
	Filename         :	global.css
	Created by       :	Mark Thomas
	Last modified by :	Mark Thomas
	Created          :	27 May 2005 10:07:34
	Last Updated     :	27 May 2005 10:10:46
	Comments         :	
*/

* {
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font-family:arial, verdana, "sans-serif";
	color:#333;
}
body {
	font-size:70% !important;
	text-align:center;
	margin:0 7px;
	background:#fff;
}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
	border-bottom:1px solid #999;
}
body>div a {
	border-bottom:1px dotted #666;
}
a:hover {
	border-bottom:1px solid #333;
}


ul {
	margin:0 0 1em 20px;
	list-style:square;
}
ul ul {
	margin:0 0 0 20px;
	list-style:square;
}
ol {
	margin:0 0 1em 24px;
}
ol ol {
	margin:0 0 0 24px;
}


div#wrapper {
	width:765px;
	text-align:left;
	margin:7px auto;
}
hr {
	clear:both;
	border:none;
	border-top:1px solid #ededed;
	color:transparent;
	background-color:transparent;
	height:1px !important;
	color:#ededed;	
	margin:0 0 .6em 0;
}
form input.submit:hover,
form input.submit:focus {
	border:1px solid #fff !important;
}
/***************************************************************
	Global Banner
***************************************************************/

div#banner a {
	float:left;
	border:none;
}
div#banner {
	background:#053747;
	width:765px;
	float:left;
	_height:60px;
	min-height:60px;
	position:relative;
	z-index:9999;
}
div#banner img {
	float:left;
	margin:15px 60px 15px 15px;
}
div#banner form {
	float:left;
	width:190px;
	margin:15px 0 0 0;
}
div#banner form#quicklinks {
	width:315px;
}
div#banner label {
	color:#fff;
}
div#banner input {
	border:1px solid #053747;
	width:100px;
}
div#banner select {
	margin:0 7px 0 3px;
}
div#banner input {
	padding:2px 2px;
}
div#banner input.submit {
	width:auto;
	background:#0087B4;
	border:1px solid #0087B4;
	color:#fff;
	padding:0;
	cursor:pointer;
}
div#banner input.focused {
	border:1px solid #0087B4;
}


/***************************************************************
	Global Navigation
***************************************************************/

ul#navigation {
	width:765px;
	border-top:1px solid #fff;
	background:#053747;
	font-size:95%;
	height:34px;
	_height:33px;
	margin:0 0 6px 0;
	padding:0;
	list-style:none;
}
div>ul#navigation {
	float:left; /*causes jumping content in IE5*/
}
ul#navigation li {
	display:inline;
}
ul#navigation li a {
	float:left;
	color:#fff;
	border:none;
	border-right:1px solid #fff;
	padding:4px 10px;
	height:25px;
	text-decoration:none;
	height /**/:34px;
}
div>ul#navigation li a {
	height:26px;
}
ul#navigation li a:hover,
ul#navigation li a:active,
ul#navigation li a.active,
ul#navigation li a:focus {
	background:#1C6F99;
}
ul#navigation li a:hover {
	background:#0087B4;
}


/***************************************************************
	Footer
***************************************************************/

div#footer {
	color:#666;
	letter-spacing:3px;
	clear:both;
	font-size:90%;
	padding:2px 0;
}
div#footer a {
	color:#666;
	letter-spacing:0;
	text-decoration:none;
	border:none;
} 
div#footer a:hover,
div#footer a:active,
div#footer strong a:hover {
	color:#333;
	border-bottom:1px solid #333;
}
body>div div#footer a:hover,
body>div div#footer strong a:hover {
	border-bottom:1px dotted #666;
}
div#footer strong {
	font-weight:bold;
	float:right;
	letter-spacing:0;
	color:#999;
	font-size:90%;
	padding-bottom:3px;
}
div#footer strong a {
	color:#999;
	display:inline-block;
	border-bottom:1px solid #fff;
	margin-bottom:-3px;
}


div#LiveSearch {
	position:absolute;
	visibility:hidden;
	background:#fff;
	width:200px;
	border-left:1px solid #1C6F99;
	border-right:1px solid #1C6F99;
	border-bottom:1px solid #1C6F99;
}
div#LiveSearch a,
div#LiveSearch strong {
	display:block;
	width:200px;
	padding:1px 5px;
	border:none;
	border-top:1px solid #1C6F99;
}
div#LiveSearch a#LiveSearchHighLight,
div#LiveSearch a:hover {
	background:#1C6F99;
	color:#fff;
}

ul#access {
	position:absolute;
	top:-150px;
	width:500px;
}