/* global styles ====================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0 0 40px 0;
	text-align: center;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* fix inheritance problem for lists */
ul ul, ol ol, ul p {
	font-size: 1em !important;
}
p {
	margin: 0px 0 10px 0;
}
li {
	list-style-type:square;
}
img {
	border: none;
	display: block;
	float: left;
}
abbr, acronym, dfn {
	font-style: normal;
	border-bottom: 1px dotted #999999;
	cursor: help;
}
.clearBoth {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clearLeft {
	clear: left;
	height: 1px;
	font-size: 1px;
}
.small {
	font-size: 0.8em;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* global styles ====================================== */
#container {
	text-align: left;
	background: url(/images/header_back.gif) repeat-x top left;
}
#accessibility {
	display: none;
}
#extraCol {
	float:right;
	width:172px;
}
/* header styles ====================================== */
#header {
	position: relative;
	margin: 0 auto;
	width: 758px;
	height: 87px;
	padding-bottom: 3.3em;
}
#branding {
	height: 87px;
}
#branding h1 {
	margin: 0;
	padding-top: 46px;
}
#branding h2 {
	position: absolute;
	top: 98px;
	left: 0;
	margin: 0;
	text-transform: lowercase;
	font-size: 1.2em;
	font-weight: normal;
}
#header #search {
	position: absolute;
	text-align: right;
	top: 47px;
	right: 0;
	width: 400px;
}
#header #search label, #header #search legend {
	display: none;
}
#header #search fieldset {
	border: none;
	padding: 0;
}
#header #search #sField {
	background-color: #ffffff;	
	border: 1px solid #7f9db9;
	padding: 2px;
	color: #5f7b9d;
	width: 12em;
	height: 1.5em;
	vertical-align: middle;
}
#header #search #sButton {
	margin-left: 3px;
	vertical-align: middle;
}
#language {
	display:none;
}
/* navigation styles ================================== */
#pNavigation {
	border-top: 1px solid #67667e;
	background: url(/images/nav_shadow.gif) repeat-x bottom left;
	padding-bottom: 5px;
}
#pNavigation h3 {
	display: none;
}
#pNavigation ul {
	margin: 0 auto;
	padding: 0;
	width: 758px;
	position: relative;
	z-index: 1;
}
#pNavigation li {
	background-color: #ffffff;	
	color: #67667e;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	display: inline;
	text-transform: lowercase;
}
#pNavigation li a {
	background-color: #ffffff;	
	padding: 4px 34px 4px 8px;
	color: #67667e;
	text-decoration: none;
}
#pNavigation #pnCurrent a {
	background-color: #FF9A00;
	color: #FFFFFF !important;
}
#pNavigation li a:hover {
	background-color: #4A485E;
	color: #FFFFFF;
}
#pNavigation ul ul {
	background: url(/images/submenu_bottom.gif) no-repeat bottom left;
	visibility: hidden;
	display: block;
	position: absolute;
	width: 178px;
	padding-bottom: 7px;
    z-index: 1;
}
#pNavigation ul ul li a {
	background-color: #68667E !important;
	display: block;
	width: 162px;
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: normal;
	padding: 4px 8px;
	text-transform: none;
	line-height: normal;
}
#pNavigation ul ul li a:hover {
	background-color: #FF9A00 !important;
	color: #ffffff;
}
#sNavigation {
	float: left;
	width: 185px;
	margin: 20px 20px 0 0;
}
#sNavigation ul {
	margin: 0;
	padding: 0;
}
#sNavigation li {
	list-style-type: none;
	background: url(/images/bullet_subnav.gif) no-repeat 0 6px;
	padding-left: 20px;
	line-height: 1.8em;
}
#sNavigation li a {
	background-color: #ffffff;	
	color: #00207b;
}
#sNavigation ul ul {
	margin-bottom: 4px;
}
#sNavigation li li {
	background: url(/images/bullet_subsubnav.gif) no-repeat 12px 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}
#sNavigation li li a {
	text-decoration: none;
}
/* content styles ===================================== */
#contentContainer {
	margin: 0 auto;
	width: 758px;
}
.content {
	width: 360px;
	margin: 0 20px 0 205px;
	padding-bottom: 22px;
	background: url(/images/rellink_borderbottom.gif) no-repeat bottom left;
}
.tHome .content {
	float: right;
	width: 321px;
	margin-left: 16px;
	padding-bottom: 0px;
	background: none;
	margin-bottom: 10px;
}
.content ul {
	margin: 10px 10px 10px 0;
	padding: 0;
}
.tHome .content ul {
	float: left;
	width: 150px;
}
.content li {
	font-size: 0.9em;
	padding-left: 14px;
	list-style-type: none;
	background: url(/images/bullet.gif) no-repeat 0 6px;
	line-height: 1.7em;
	font-weight: normal;
}
.content p{
	line-height: 1.5em;
	margin-bottom: -10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.content a {
	background-color: #ffffff;	
	color: #00207b;
}
.tHome .content a {
	background-color: #ffffff;	
	color: #000000;
}
#mainImage {
	float: right;
	margin-top: -8px;
}
.tHome #mainImage {
	margin-top: -10px;
}
.content h2 {
	color: #00207b;
	font-size: 1.8em;
	border-left: 4px solid #00207b;
	padding-left: 10px;
	margin: 0px;
}
.content h3 {
	color: #000000;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-left: 10px;
}
.content h4 {
	color: #67667e;
	font-size: 1.1em;
	margin-bottom: 0;
}
.content .introduction {
	color: #00134a;
	font-size: 1.2em;
	border-left: 4px solid #00207b;
	padding: 10px 0px 0px 10px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.content .description {
	background-color: #ffffff;	
	color: #000000;
	font-weight: normal;
	background: none;
}
.content .footnote {
	background: url(/images/rellink_borderbottom.gif) no-repeat top left;
	font-size: 0.8em;
	color: #67667e;
	padding: 25px 0;
}
.content .hrule {
	background: url(/images/rellink_borderbottom.gif) no-repeat bottom left;
	height: 22px;
	padding-top: 10px;
}
.content .tTextRight {
	float: right;
	padding: 3px 0px 2px 5px;
	display: inline;
}
/* office page styles =================================== */
#office {
	margin-bottom: 20px;
}
#office .OfficeTitle {
	background-color: #ffffff;	
	margin-left: 0px;
	font-size: 1.1em;
	color: #FF9A00;
	font-weight: bold;
}
#Office .OfficeDescription {
	background-color: #ffffff;	
	font-weight: normal;
	color: #000000;
}
#Office .OfficeImageRight {
	float: Right;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* team page styles =================================== */
#team {
	margin-bottom: 20px;
}
#team .teamTitle {
	background-color: #ffffff;	
	margin-left: 0px;
	font-size: 1.1em;
	color: #FF9A00;
	font-weight: bold;
}
#team .teamDescription {
	background-color: #ffffff;	
	font-weight: normal;
	color: #000000;
}
#team .teamImageRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* page info styles =================================== */
#pageInfo {
	margin: 8px 0 0 205px;
	height: 5em;
	background: url(/images/rellink_borderbottom.gif) no-repeat bottom left;
}
#pageInfo h3 {
	display: none;
}
#pageInfo ul {
	margin: 0;
	padding: 0;
}
#pageInfo ul li {
	display: inline;
	text-transform: lowercase;
	font-size: 0.8em;
}
#pageInfo ul li a {
	background-color: #ffffff;	
	color: #7889a7;
}
#pageInfo ul #bCurrent {
	background-color: #ffffff;	
	color: #002576;
}

/* modules styles ===================================== */
#modules {
	border-left: 1px dotted #666c7e;
}
#modules h3 {
	color: #00207b;
	font-size: 1.4em;
	margin: 0 0 8px 0;
}
#modules .mNews, #modules .mEvents {
	overflow: auto;
	height: 202px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#modules hr {
	background-color: #fffffe;	
	border-top: 1px dotted #666c7e;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	color: #FFFFFF;
	margin: 0;
	height: 1px;
}
#modules ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#modules .mNews li, #modules .mEvents li {
	color: #001144;
	font-size: 0.8em;
	padding: 3px 10px 0px 3px;
	min-height: 44px;
}
#modules .mNews li, #modules .mEvents li {
	background: url(/images/module_back.gif) no-repeat top left; 
}
#modules .mNews li a, #modules .mEvents li a {
	color: #001144;
	display: block;
	text-decoration: none;
	padding-left: 55px;
}

/* related links styles =============================== */
.tHome #relatedLinks {
	clear: both;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	background: url(/images/rellink_bordertop.gif) no-repeat bottom left;
	min-height: 22px;
}
.tHome #relatedLinks ul {
	width: auto;
	background: url(/images/rellink_borderbottom.gif) no-repeat top left;
}
.tHome #relatedLinks li {
	background: none;
	float: left;
	width: 155px;
	padding: 20px 0;
	line-height: 1.3em;
}
.tHome #relatedLinks li img {
	float: left;
	padding-right: 3px;
}
.tHome #relatedLinks li .linkTitle {
	background-color: #ffffff;	
	color: #ff9a00;
	font-size: 1.4em;
	float: left;
	width: 70px;
	text-decoration: none;
}
.tHome #relatedLinks li .linkDescription {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	float: left;
	width: 70px;
}
.tHome #relatedLinks li a {
	text-decoration: none;
}
#relatedLinks, #newsletterSignup {
	clear: right;
	background: url(/images/box_back.gif) no-repeat top left;
	width: 144px;
	margin-top: 30px;
	padding: 10px 14px 0 14px;
}
#newsletterSignup {
	margin-bottom: 30px;
}
#relatedLinks h3, #newsletterSignup h3 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
#relatedLinks ul {
	margin: 0;
	padding: 0;
}
#relatedLinks li {
	list-style-type: none;
	margin-bottom: 12px;
}
#relatedLinks li a {
	background-color: #ffffff;	
	color: #000000;
}
#relatedLinks li .linkTitle {
	background-color: #ffffff;	
	font-size: 0.9em;
	color: #ff9a00;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2px;
	display: block;
}
#relatedLinks li .linkDescription {
	font-size: 0.8em;
	display: block;
}
#newsletterSignup p, #newsletterSignup label {
	font-size: 0.9em;
}
#newsletterSignup form {
	margin: 0;
}
#newsletterSignup label {
	float: left;
	clear: left;
	width: 37px;
}
#newsletterSignup input {
	background-color: #F2F3F7;
	border: 1px solid #7F9DB9;
	font-size: 0.9em;
	width: 100px;
	margin: 1px 0;
	color: #000000;
}
#newsletterSignup input.submit {
	background-color: #7F9DB9;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	width: 70px;
	margin: 1px 0 0 37px;
}

/* content form styles ================================ */
#content form {
	border: 1px solid #C9C8D0;
	margin: 0 0 13px 0;
	line-height: 1.1em;
}
#content #success h3, #content #errorMessage h3 {
	background-color: #ffffff;
	color: #FF9A00;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
}
#content form .row {
	border-top: 1px dotted #DCDCDC;
	padding: 3px 10px 4px 10px;
}
#content form .first {
	padding-top: 5px;
	border-top: none;
}
#content form .last {
	padding-bottom: 15px;
}
#content form .alternate {
    background-color: #F9F9F9;
}
#content form .row.noDivide {
	border-top: none;
}
#content form .row input {
	vertical-align: middle;
}
#content form .col.required {
	background: url(/images/required.gif) no-repeat;
}
* html #content form .col.required {
	background-position: 245px 4px;  /* for ie5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	background-position: 265px 4px;  /* for compliant browsers */
}
html>body #content form .col.required {
	background-position: 260px 4px;  /* for opera */
}
#content form .fText, #content form .fEmail, #content form .fDrop, #content form .fTextArea {
	border: 1px solid #7F9DB9;
	width: 335px;
}
#content form .row.footer {
	padding: 6px 10px;
	border-top: none;
	background-color: #C9C8D0;
}
#content form input.submit {
	background-color: #7F9DB9;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	width: 70px;
	margin: 1px 0 0 0px;
}
#eventPapers input {
	background-color: #F2F3F7;
	color: #000000;
	margin: 1px 0;
}
#eventPapers input.submit {
	background-color: #7F9DB9;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	width: 70px;
	margin: 1px 0 0 0px;
}
/* recordset styles =================================== */
.recordSet {
	margin: 17px 0;
	position: relative;
}
a.rsPrevious {
	background-color: #868686;  
	position: absolute;
	left: 5px;
	top: -2px;
	width: 70px;
	color: #e6e6e6 !important; 
	font-size: 0.8em;
	text-decoration: none;
	background: url(/images/arrowFlipped.gif) no-repeat 0px 4px;
	margin-top: 4px;
	text-align: left;
	padding-top: 1px;
	padding-left: 12px;
}
a.rsNext {
	background-color: #868686;  
	position: absolute;
	right: 5px;
	top: -2px;
	width: 70px;
	color: #e6e6e6 !important;
	font-size: 0.8em;
	text-decoration: none;
	background: url(/images/arrow.gif) no-repeat right center;
	margin-top: 4px;
	text-align: right;
	padding-right: 12px;
}
.recordSet a:hover {
	text-decoration: underline;
}
.rsNumbers {
	text-align: center;
	display: block;
	padding: 3px 0;
}
.rsNumbers li {
	background: none;
	padding-left: 0;
}
.recordSet ul {
	list-style: none;
	width: 100%;
	margin: 0;
}
.recordSet li {
	background-color: #868686; 
	display: inline;
	color: #a8a8a8;
}
.recordSet li a, .rsCurrent {
	border-right: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.recordSet li a {
	background-color: #868686;  
	color: #FFFFFF;
}
#rsTop.recordSet, #rsBottom.recordSet {
	background-color: #868686;
	color: #a8a8a8;
}
#rsList li {
	line-height: 1.4em;
	margin-bottom: 8px;
}
#rsList .listTitle {
	font-size: 1.1em;
	color: #0A246A;
}
#rsList .listDescription {
	font-weight: normal;
	color: #67667e;
}
#rsList .listImage {
	position: inherit;
}
#rsList .listText {
	padding-left: 55px;
	padding-bottom: 5px;	
}
.tEvents .content li {
	background: none;
	padding-left: 0;
}

/* footer styles ====================================== */
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer li {
	background-color: #ffffff;
	color: #7889a7;
	display: inline;
	border-right: 1px solid #000000;
	padding: 0 6px;
	font-size: 0.9em;
	text-transform: lowercase;
}
#footer li a {
	background-color: #ffffff;
	color: #7889a7;
	text-decoration: none;
}

