@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #666666;
	background-color: #f1f2ed;
	margin: 0px;
	padding: 0px;
}

:active{
	outline:none;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 10px;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

img{
	border:none;
}

.marginRight10px {
	margin-right: 10px;
}
.marginRight50px {
	margin-right: 50px;
}

.marginLeft10px {
	margin-left: 10px;
}
.marginTop10px {
	margin-top: 10px;
}
.margintop50px {
	padding-top: 50px;
}

.marginBottom10px {
	margin-bottom: 10px;
}
.marginRight20px {
	margin-right: 20px;
}
.marginLeft20px {
	margin-left: 20px;
}
.marginBottom20px {
	margin-bottom: 20px;
}
.border {
	border: 1px solid #CCCCCC;
}
.black {
	color: #000000;
}

::selection {
	background: #dbe6ff; /* Safari */
	}
::-moz-selection {
	background: #dbe6ff; /* Firefox */
}

.intro {
	font-size: 13pt;
	line-height: 18pt;
	color: #333333;
	margin-bottom: 30px;
}

.content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/redblue-strip.jpg);
	padding-top: 30px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

.content ul {
	font-size: 9pt;
	line-height: 170%;
	margin-left: 30px;
	color: #003399;
	margin-bottom: 30px;
}
.content li {
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-image: url(../images/tick-blue.jpg);
}

.content p {
	font-size: 1.1em;
	line-height: 180%;
	margin-bottom: 15px;
	letter-spacing:-2;
}

.content h2 {
	color: #000000;
	text-transform: uppercase;
	padding-top: 15px;
	font-size: 1.2em;
}
.content h1 {
	font-family:"Helvetica Neue",Helvetica,Arial;
	font-weight: bold;
	letter-spacing:-2;
	font-size: 18pt;
	color: #405789;
	margin-top:0;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEAEA;
	padding-bottom: 5px;
	}
.content a:hover {
	color: #274079;
	background-color: #f1f2ed;
}



.nav {
	float: right;
	padding-top: 80px;
	text-transform: uppercase;
}
.nav a {
	color: #FFFFFF;
	font-size:14px;
}
.nav a:hover {
	background-image: url(../images/black-pixel.png);
	background-repeat: repeat;
}
.banner p {
	font-size: 10pt;
	line-height: 18pt;
}


.nav ul {
	font-family:"Helvetica Neue", Helvetica, Arial;
	display: inline-block;
	font-weight: bold;
	letter-spacing:-2;
	font-size: 16px;
	text-align: right;
	list-style-type:none;
	padding:0;
	margin:0;
}
a {
	color: #FF0000;
	text-decoration: none;
}

.nav ul li {
	display: inline;
	margin-right: 16px;
	margin-left: 16px;
}
.contentbox{
	float: left;
	width: 410px;
}
.footbox1 {
	float: left;
	width: 200px;
}
.footbox2 {
	float: left;
	width: 330px;
}

.footer {
	background-color: #f1f2ed;
	background-image: url(../images/redblue-strip.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
}
.footercontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.footer h1 {
	font-family:"Helvetica Neue",Helvetica,Arial;
	font-weight: bold;
	letter-spacing:-2;
	font-size: 14pt;
	color: #405789;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEAEA;
	padding-bottom: 5px;
}
.footer p {
	font-size: 8.5pt;
	line-height: 18pt;
}
.blue {
	color: #274079;
}
.footer ul {
	font-size: 9pt;
}
.footer ul li {
	margin-bottom: 10px;
	font-style: italic;
	list-style-type: none;
}
.footer a:hover {
	color: #274079;
	background-color: #FFFFFF;
}
.banner {
	height: 376px;
	background-image: url(../images/banner-bkg.jpg);
	background-position: top;
	width: 960px;
}
.bannertextbox {
	float: left;
	width: 520px;
}

.header {
	height: 111px;
	background-color: #274079;
	background-image: url(../images/head-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bannerjoin {
	background-image: url(../images/white-pixel.png);
	background-repeat: repeat;
	margin-left: 35px;
	height:96px;
	overflow:hidden;
}

.bannerjoin div{
	margin-left:20px;
	width:455px;
	background-color:transparent!important;
}

div.loginForm{
	padding:32px;
	border:1px solid #CCCCCC;
	background:#EEEEEE;
}

div.loginForm label{
	display:block;
	margin-bottom:1.5em;
}

div.loginForm label em{
	color:red;
}

div.loginForm input[type="text"], div.loginForm select, div.loginForm input[type="password"], div.loginForm textarea{
	border:1px solid #CCCCCC;
	width:180px;
	font-family:Arial;
	font-size:14px;
}

div.loginForm label input, div.loginForm label textarea{
	float:right;
}

div.loginForm label select{
	float:right;
}

div.loginForm p.error{
	margin-top:0;
	padding:4px;
	padding-left:24px;
	border:1px solid red;
	color:#294076;
	background:transparent url(../images/exclamation.png) 4px 50% no-repeat;
	cursor:default;
}

div.loginForm p.success{
	margin-top:0;
	padding:4px;
	padding-left:24px;
	border:1px solid green;
	color:#294076;
	background:transparent url(../images/tick.png) 4px 50% no-repeat;
	cursor:default;
}

label.error input, label.error select, label.error textarea{
	border:1px solid red!important;
}

label.error span{
	color:red;
}

div.newsBlock{
	border-bottom:2px dotted #EAEAEA;
	margin-bottom:2px;
	padding:8px;
}

div.newsBlock div.newsTitle span{
	float:right;
	margin:0px;
}

div.newsBlock div.newsTitle h2{
	margin:0px;
	margin-bottom:0.5em;
	padding:0px;
}

div.newsBlock div.newsBody{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

a.view{
	display:inline-block;
	padding:2px;
	padding-left:20px;
	background:url(../images/magnifier.png) top left no-repeat;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
	margin-left:12px;
}

div.pagination{
	margin-top:8px;
}

div.pagination a{
	display:inline-block;
	font-family:Arial;
	padding-left:4px;
	padding-right:4px;
	min-width:12px;
	line-height:20px;
	text-align:center;
	border:1px solid #243d75;
	color:#243d75;
}

div.pagination a.selected{
	background:#243d75;
	font-weight:bold;
	color:white;
}

div.aboutPerson{
	float:left;
	width:224px;
	margin-right:40px;
	margin-left:40px;
	text-align:center;
}

div.aboutPerson h2{
	font-family:"Helvetica Neue",Helvetica,Arial;
	font-weight:bold;
	font-size:16px;
	color:#243d75;
	margin-bottom:0px;
}

div.aboutPerson h4{
	margin-top:0px;
	color:black;
	text-transform:uppercase;
	font-size:10px;
}

div.noMarg{
	margin-right:0px;
}
