/* == Global settings ======================================================= */
#bodyLoggedIn, #bodyLoggedOut {
	background: url('/content/borders/relay/bg.jpg');
	background-repeat: repeat-x;
}
body {
	color: #334E56;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
}
#borderOuterDiv {
	background-color: #fff;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
#borderContentArea {
	background-color: #fff;
}
#borderContentDiv {
	overflow: hidden;
}
table, p {
	font-size: 1em;
}
ul, ol {
	list-style: none
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
a img, a:link img, a:visited img {
	border: none;
}


.required {
	font-weight: bold;
}
.warning {
	color: #A2242F;
}
abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}
legend {
	color: #013E7D;
	font-weight: bold;
}
/* == Header (borderHeaderDiv) ============================================== */
#borderHeaderDiv {
	padding-top: 1em;
}
#headerWrapper {
	margin: 0 10px 1em 10px;
}
#borderHeaderDiv h2 {
	height: 75px;
	line-height: 55px;
	text-indent: -500px;
	background-image: url('/content/borders/relay/main_banner.jpg');
	background-repeat: no-repeat;
	width: 890px;
}
#borderHeaderDiv ul {
	font-family: verdana, helvetica, sans-serif;
	height: 30px;
	font-weight: bold;
	font-size: .9em;
/*	margin-top: 0.5em; */
/*	padding: .1em; */
/*	border: 1px solid #ddd; */
/*	text-align: right; */
/*	background: #ddd url('http://www.google.com/images/button-bg.gif') repeat-x top left; */
  background: #ddd url('/content/borders/relay/menu.png') no-repeat top left;
}
#borderHeaderDiv ul li {
	display: inline;
	padding-left: 1em;
	height: 30px;
	line-height:30px;
	border-right:1px solid #A9A9A9;
}
#borderHeaderDiv ul li a {
	margin-top: 10px;
	margin-right: 10px;
	text-transform:uppercase;
}
#borderHeaderDiv ul li.selected {
	border-left: 3px solid #A2242F;
}
#borderHeaderDiv a:link, #borderHeaderDiv a:visited {
	text-decoration: none;
	color: #323232;
}
#borderHeaderDiv a:link.selected, #borderHeaderDiv a:visited.selected, #borderHeaderDiv a:hover {
	color: #A2242F;
	font-weight: bold;
}
/* Search */
#searchform {
	color: #717171;
	float: right;
	font-size: .9em;
	padding-right: 10px;
	padding-top: 1em;
}
.formfield {
	border: 1px solid #a9c4cd;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	width: 10em;
	padding: .1em;
}
.formsubmit {
	border: 1px solid #ddd;
	background-color: #fff;
	color: #A2242F;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background: #ddd url('http://www.google.com/images/button-bg.gif') repeat-x top left;
}
.formfield:hover, .formsubmit:hover {
	border: 1px solid #0e90c4;
}

#logoutWrapper {
	float:right;
	padding-right:10px;
}


/* == Subheader (borderSubHeaderDiv) ======================================== */
#subHeaderWrapper {
	margin: 0 0px 0 20px;
}
#borderSubHeaderDiv {
	line-height: 2em;
}
#advert {
	padding-bottom: 0.5em;
}
#borderSubHeaderDiv a:link, #borderSubHeaderDiv a:visited {
	font-size: .9em;
	color: #717171;
	text-decoration: none;
}
#borderSubHeaderDiv h1 {
	color: #A2242F;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.3em;
	padding-bottom: .3em;
	padding-top: 0.4em;
	font-weight: normal;
}
.print {
	float: right;
	margin-right: 20px;
	margin-top: 0.2em;
}
#breadcrumb-trail {
	line-height: 1.2em;
}
#breadcrumb-trail li {
	display: inline;
	margin-right: 0.1em;
}
#breadcrumb-trail a {
	background: url('/content/borders/relay/breadcrumb.gif') top right no-repeat;
	padding-right: 1.2em;
}
#breadcrumb-trail a:hover {
	color: #333;
	background: url('/content/borders/relay/breadcrumb.gif') bottom right no-repeat;
	text-decoration: underline;
}
#breadcrumb-trail a.endLink {
	background: none;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb-trail a.endlink:hover {
	background: none;
	color: #717171;
	cursor: default;
	text-decoration: none;
}
/* == Main content (bordercontentDiv) ======================================= */
#bordercontentDiv {
	padding-bottom: 1.4em;
	line-height: 1.4em;
}
#bordercontentDiv p {
	padding-bottom: 1em;
	text-align: justify;
	line-height: 1.4em;
}
#bordercontentDiv h1 {
	color: #A2242F;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.3em;
	padding-bottom: .8em;
	font-weight: normal;
}
#bordercontentDiv h2 {
	color: #334e56;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: .6em;
}
#bordercontentDiv ul {
	list-style-image: url('/content/borders/relay/bullet.gif');
	margin-left: 1.6em;
	padding: .4em 0 .4em 0;
	line-height: 1.4em;
}
#bordercontentDiv a:link, #bordercontentDiv a:visited, #bordercontentDiv a:active {
	color: #A2242F;
}
#bordercontentDiv a:hover {
	text-decoration: none;
}
#bordercontentDiv a:link.standalone, #bordercontentDiv a:visited.standalone, #bordercontentDiv a:active.standalone {
	color: #A2242F;
	font-weight: bold;
	text-decoration: none;
}

#bordercontentDiv a:link.th_link {
	color: #000000; //#1d427c;
	text-decoration:none;
}

/*
table.withborder {
	border: 1px solid #B6DDED;
	width: 100%;
	margin-bottom: 1em;
}
table.withborder a {
	color: #0e90c4;
}
table.withborder a:hover {
	text-decoration: none;
}
table.withborder th {
	background-color: #ddd; //#0e90c4;
	color: #000;
}
table.withborder th a {
	color: #fff;
}
table.withborder tr.odd {
	background-color: #dceff8;
}
table.withborder tr:hover {
	background-color: #B6DDED;
}
.withBorder .th_link {
	color: #1d427c;
}
*/
 

#ElementLinkListContentElement {
	margin-bottom: 5px;
}
#ElementLinkListContentImage {
	margin: 0 5px 5px 0;
}
.flagGroupName {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
/* == Left border (borderLeftDiv) =========================================== */
#leftWrapper {
	margin: 0 10px 1em 10px;
}
#recentSearches {
	margin-top: 10px;
}
#recentSearches h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #003366;
	width: 170px;
	background: #dceff8;
	padding: 4px 4px 4px 20px;
	margin-bottom: 0px;
}
#recentSearches ul {
	padding: 2px 0 2px 5px;
	width: 170px;
	border-bottom: 1px dotted #e1e1e1;
	border-right: 1px dotted #e1e1e1;
	border-left: 1px dotted #e1e1e1;
}
html> body #recentSearches ul {
	width: 163px;
}
#recentSearches li {
	list-style: none;
	background: url('/content/borders/relay/arrowRight.gif') no-repeat 0 3px;
	padding: 0 0 0 15px;
}
#recentSearches a {
	text-decoration: none;
	color: #003366;
}
#recentSearches a:hover {
	text-decoration: underline;
}
/* == Right border (borderRightDiv) ========================================= */
#borderRightDiv a:link, #borderRightDiv a:visited, #borderRightDiv a:active {
	color: #A2242F;
	text-decoration: none;
}
#borderRightDiv a:hover {
	text-decoration: underline;
}
#borderRightDiv {
	font-size: .9em;
	position: relative;
	float: left;
}
#contact {
	padding: 100px 10px 20px 10px;
}
#borderRightDiv input.text {
	font-family: verdana, helvetica, sans-serif;
	margin-right: 20px;
	position: absolute;
	right: 95px;
}
#loggedout {
	line-height: 2em;
	font-size: 1.2em;
}
#loggedin {
	line-height: 2em;
	font-size: 1em;
	position: relative;
	top: -8px;
}
html>body #loggedin {
	top: -3px;
}
#borderRightDiv label {
	width: 200px;
}
#loggedout input.submit {
	color: #fff;
	background-color: #013E7D;
	border: 0;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	margin-left: 91px;
	margin-top: 8px;
}
#loggedout .resendpw {
	margin-left: 90px;
}
#loggedin input.submit {
	color: #fff;
	background-color: #013E7D;
	border: 0;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
#borderRightDiv #loggedout input.checkbox {
	margin-left: 10px;
}
#borderRightDiv h2 {
	font-size: 1em;
	font-weight: bold;
	color: #A2242F;
	text-align: left;
	padding-bottom: 0;
}
#loggedout fieldset {
	border: 1px solid #717171;
	padding: 5px;
	width: 350px;
}
#loggedin fieldset {
	border: 1px solid #717171;
	padding: 5px;
	width: 200px;
}
html>body #loggedin fieldset {
	width: 190px;
}
#borderRightDiv fieldset fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#loggedout p {
	width: 350px;
	line-height: 1.7em;
}
#borderRightDiv a:link.listLink, #borderRightDiv a:visited.listLink {
	color: #717171;
	text-decoration: underline;
}
#borderRightDiv a:hover.listLink {
	text-decoration: none;
}
#borderRightDiv ul {
	line-height: 1em;
}
#borderRightDiv li {
	margin-right: 0.1em;
	margin-bottom: 0.4em;
}
#borderRightDiv ul.quickLinks a {
	background: url('/content/borders/relay/breadcrumb.gif') bottom left no-repeat;
	padding-left: 1.2em;
	text-decoration: none!important;
}
#borderRightDiv ul.quickLinks a:hover {
	background: url('/content/borders/relay/breadcrumb.gif') top left no-repeat;
	color: #A2242F;
}
/* == Footer (borderFooterDiv) ============================================== */
#borderFooterDiv {
	font-family: verdana, helvetica, sans-serif;
	font-size: .8em;
	text-align: justify;
	padding-top: .4em;
}
#borderFooterDiv a:link, #borderFooterDiv a:visited, #borderFooterDiv a:active {
	text-decoration: none;
	color: #334E56;
}
#borderFooterDiv a:hover {
	text-decoration: underline;
}
#borderFooterDiv ul {
	margin: 0 0 1em 0;
	padding: 0 1em 0 1em;
	text-align: center;
}
#borderFooterDiv ul li {
	display: inline;
	margin: 0;
	padding: .4em;
}
/* == Home Page template ==================================================== */
#box1, #box2, #box3 {
	float: left;
	display: inline;
	width: expression('118px');
	width: 110px;
	vertical-align: top;
	margin-right: 9px;
	margin-bottom: 1em;
	border: 1px solid #cbcbcb;
	padding: 3px;
	height: 8em;
}
#box1:hover, #box2:hover, #box3:hover, #box4:hover {
	border: 1px solid #0e90c4;
}
#box4 {
	float: left;
	display: inline;
	width: expression('118px');
	width: 110px;
	vertical-align: top;
	border: 1px solid #cbcbcb;
	padding: 3px;
	margin-bottom: 1em;
	height: 8em;
}
#box1 a:link.box-title, #box1 a:visited.box-title, #box2 a:link.box-title, #box2 a:visited.box-title, #box3 a:link.box-title, #box3 a:visited.box-title, #box4 a:link.box-title, #box4 a:visited.box-title {
	color: #0e90c4;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: .5em;
	display: block;
	text-decoration: none;
}
#box1 a:hover.box-title, #box2 a:hover.box-title, #box3 a:hover.box-title, #box4 a:hover.box-title {
	text-decoration: underline;
}
/* == Search Results Page =================================================== */
.search-results-totals {
	margin: 5px 0 12px 0;
}
.search-results-custom1 p {
	padding-bottom: 0!important;
}
.search-breadcrumb-container a:link, .search-breadcrumb-container a:visited {
	font-size: .9em;
	color: #717171;
	text-decoration: none;
}
.search-breadcrumb-container ul {
	margin-left: 0!important;
	padding-top: 2px!important;
}
.search-breadcrumb-container li {
	display: inline;
	margin-right: 0.1em;
}
.search-breadcrumb-container a {
	background: url('/content/borders/relay/breadcrumb.gif') top right no-repeat;
	padding-right: 1.2em;
}
.search-breadcrumb-container a:hover {
	color: #333!important;
	background: url('/content/borders/relay/breadcrumb.gif') bottom right no-repeat;
	text-decoration: underline;
}
/* == Other Styles ======================================================== */
#peopleList {
	border-bottom: 1px solid #B6DDED;
}