/* Page */

html * {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #0d0d34;
	background:#fff;
}

#skip { position: absolute; left: -9999px; }

/* Defaults */

img { border: 0; }
img.left { float: left; }
img.right { float: right; }

h1, h2, h3, h4, p, ul, ol, dl, table { line-height: 1.4em; } 

h1 { font-size: 2.5em; font-weight: normal; margin-bottom: .35em;  }
h2 { font-size: 2.1em; font-weight: normal; margin-bottom: .35em;}
h3 { font-size: 1.4em; font-weight: 800; margin-bottom: .35em;  }
h4 { font-size: 1.3em; font-weight: 800; margin-bottom: .5em; }

p, ul, ol, dl, table { font-size: 1.2em; margin-bottom: 1.5em; }
dd { margin-bottom: 1.5em; }
dt { font-weight: 800; }
ul, ol { margin-left: 30px; }

table { border-collapse: collapse; border: 1px solid #000; }
th, td { border: 1px solid #000; padding: .3em; empty-cells: hide; text-align: left; vertical-align: top; }
tbody th { text-align: left; }

fieldset { border: none; }

legend, label, input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; }

abbr { border: 0; }
address { font-style: normal; }

a { color: #0d0d34; outline: none; text-decoration: underline;}
a:hover, a:active, a:focus { color: #ff3334; text-decoration: none;}

hr {float: left; clear: both; margin-bottom: 1.5em; width: 100%; border-top: 1px solid #000; border-bottom: 1px solid #ccc; }

/* Components */

#wrapper {
	position: relative;
	margin: 0;
	border-top: 4px solid #141342;
	width: 100%;
	text-align: center;
}

#header {
	float: left;
	clear: both;
	width: 100%;
	min-height: 80px;
	background: #232267;
}



#header h1 {
	margin: 12px 0 0 0;
}

#header h1 span { display: none; }
#header #tagline {
	position: absolute;
	left: -9999px;
	font-style: italic;
	color: #ff3334;
}

#header #contactUs {
	position: absolute;
	top: 5px;
	right: 12px;
	font-size: 1.3em;
	font-weight: 800;
}

#header p#contactUs a {
	color: #fff;
	display: block;
	padding-left: 39px;
	text-decoration: none;
	line-height: 1.8em;
	background: url(/images/icnContactUs.gif) left center no-repeat;
}

#header p#contactUs a:hover, #header p#contactUs a:focus, #header p#contactUs a:active {
	background: url(/images/icnContactUsOn.gif) left center no-repeat;
}

#menu {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.2em 0;
	background: #141342 url(/images/bgMenu.gif) 0 0 repeat-x;
}

.inner {
	position: relative;
	width: 78em;
	margin: 0 auto;
	text-align: left;
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0;
	background:  url(/images/bgMenuItem.gif) left bottom no-repeat;

}

#menu li {
	float: left;
	font-size: 1.1em;
	font-weight: 800;
	background:  url(/images/bgMenuItem.gif) right bottom no-repeat;
}

#menu li a {
	position: relative;
	display: block;
	padding: 14px 20px 10px 20px;
	color: #fff;
	text-decoration: none;
	margin-right: 1px;
}

#menu li.on a {
	color: #fff;
	background: #8a89a1 url(/images/bgMenuItemOn.gif) left bottom repeat-x;
}

#menu li.on a:hover, #menu li.on a:focus, #menu li.on a:active {
	color: #0d0d34;
}

#menu a:hover, #menu a:focus, #menu a:active {
	color: #ff3334;
}

#breadcrumb {
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
}

#breadcrumb p {
	display: inline;
}

#breadcrumb ol {
	margin: 0;
	display: inline;
	list-style: none;
}

#breadcrumb ol li {
	display: inline;
}

#pageBody {
	float: left;
	clear: both;
	width: 100%;
	background: #ccc;
}

#mainContent {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 2.5em;
}

#mainContent ul.listing {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	font-size: 1em;
	list-style: none;
}

#mainContent ul.listing li {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #e6e6e6;
}

#mainContent ul.listing .newsdate {
	margin-bottom: 0;
}


#mainContent h1,
#home #mainContent h2 {
	position: relative;
	font-size: 2.1em;
	font-weight: 800;
	margin: 0;
	padding: 5px 0 .65em 0;
	color: #fff;
	background: url(/images/bgHdrTop.gif) 0 0 repeat-x;
}

#mainContent h1 span,
#home #mainContent h2 span {
	display: block;
	padding: 0 0 5px 0;
	background: url(/images/bgHdrBot.gif) left bottom repeat-x;
}

#mainContent h1 span span,
#home #mainContent h2 span span {
	display: block;
	padding: 2px 20px;
	background: #141342 url(/images/bgMenu.gif) 0 0 repeat-x;
}

#mainContent img {
	float: left;
	margin-left: 12px;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	padding: 2px;
	border: 1px solid #c2c1cc;
}

#mainContent #intro {
	padding: 12px 0 18px 0;
	background: #e9e9eb;
	margin-bottom: 12px;
}

#mainContent #intro .inner {
	background: #fff;
	border: 1px solid #c6c6cf;
}

#mainContent #introInner {
	position: relative;
	padding: 12px 40px 12px 250px;
	border: 5px solid #e9e9eb;
	background: #fff url(/images/bgIntro.gif) 0 0 no-repeat;
}

#mainContent #intro p.standfirst {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: .65em;
}

#mainContent #intro p.standfirst strong {
	font-weight: normal;
}

#mainContent #intro p.standfirst em {
	font-style: normal;
	font-weight: 800;
	color: #ff3334;
}

#intro ul.tabs {
	position: absolute;
	right: 12px;
	float: right;
	clear: both;
	list-style: none;
	margin: -4px 0 0  0;
}

#intro ul.tabs li {
	float: left;
	font-size: 1.1em;
	font-weight: 800;
	display: inline;
	margin-right: 1em;
	border-bottom: 1px solid #c8c7d0;
	background: #fff url(/images/bgIntroTab.gif) 0 0 repeat-x;
}

#intro ul.tabs li span {
	display: block;
	background: url(/images/bgIntroTabLeft.gif) 0 0 no-repeat;
}

#intro ul.tabs li a {
	display: block;
	padding: 12px 15px 10px 15px ;
	color: #0d0d34;
	text-decoration: none;
	background: url(/images/bgIntroTabRight.gif) right top no-repeat;
}

#intro ul.tabs li a:hover, #intro ul.tabs li a:focus, #intro ul.tabs li a:active {
	color: #ff3334;
}

#contentCols {
	float: left;
	clear: both;
	width: 100%;
}

#contentCols .leftCol, #contentCols .rightCol  {
	width: 38em;
	border-bottom: 6px #f4f4f4 solid;
	padding-bottom: 12px;
	min-height: 285px;
}

#contentCols .leftCol { float: left; }
#contentCols .rightCol { float: right; }

#contentCols h3 {
	color: #ff3334;
}
#mainContent a {
	color: #ff3334;
	text-decoration: none;
}
#mainContent a.more {
	padding-right: 10px; 
	background: url(/images/bltArrow.gif) right .35em no-repeat;
}

#contentCols a:hover, #contentCols a:focus, #contentCols a:active {
	text-decoration: underline;
}
#contentCols .leftCol h3,
#contentCols .leftCol p {
	margin-left: 130px;
}

#contentCols .rightCol h3,
#contentCols .rightCol p {
	margin-left: 105px;
}


#footer {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px solid #dadadf;

	background: #e6e6ea;
}

#footerFacebook {
	float: left;
	padding: 1.4em 1.5em 0 2.5em;
	width: 20em;
	background: #f5f5f7;
}

#footerFacebook img {
	float: left;
	margin-right: 1.5em;
}

#footerFacebook p {
	float:left;
	clear:both;
	width: 100%;
	font-size: 1.1em;
	font-weight: 800;
	margin: 0 0 1.5em;
}

#footerMenu {
	float: left;
	list-style: none;
	margin: 1.3em 0 1em 0;
	width: 49em;
	font-size: 1.1em;
	text-align: center;
}

#footerMenu li {
	display: inline;

}

#footerMenu li a {
	color: #575760;
	text-decoration: none;
	padding: 0 1em;
	border-right: 1px solid #575760;
}

#footerMenu li a:hover, #footerMenu li a:focus, #footerMenu li a:active {
	color: #ff3334;
}

#rrFooter {
	float: left;
	list-style: none;
	margin: 0;
	width: 49em;
	font-size: 1.1em;
	font-weight: 800;
	text-align: center;
}

#rrFooter a { text-decoration: none; }

/* Forms */

.form {
	float: left;
	width: 100%;
	font-size: 1em;
	list-style: none;
	margin: 0 0 1em 0;
}
			
.form fieldset legend.header {
	font-size: 2.1em;
	padding: 0 0 .35em 7.45em;
	color: #000;
}

.form fieldset .intro { margin-bottom: 1.5em; }

.form fieldset .intro h3 {
	font-size: 1em;
	margin: 1.5em 20px 0 20px;
}

.form fieldset .intro p {
	margin: 1.5em 20px 0 20px;
}
	
.frmRow,
.frmRowTextarea,
.frmRowSelect,
.frmRowRadio,
.frmRowCheck { 
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1em;
} 
	
.frmRowBtn {
	float: left;
	clear: both;
	width: 100%;
}  
	 
.frmRow label,
.frmRowTextarea label,
.frmRowSelect label {
	 float: left;
	 display: block;
	 width: 12.5em;
	 margin-right: .5em; 
	 padding-top: 2px;
	 text-align: right;
}

.frmRowSelect label {
	 padding-top: 3px;
}

.frmRow input { width: 30em; }
.frmRowTextarea textarea { width: 30em; }

	
.frmRowBtn input {
	 color: #fff;
	 font-size: 1.3em;
	 font-weight: 800;
	 margin: 0 .5em 0 12.1em;
	 padding: .25em;
	 border: 1px solid #71709c;
	 background: #171647 url(/images/bgBtn.gif) left top;
}
div.offScreen{ position: absolute; left: -9999px; float: left; clear: both;}

