@charset "utf-8";
/* CSS Document */
body {
	line-height: 1.1em;
	background: #ffffff;
	font-family: Arial; }

img {
	border:0; }

h1 {
	color: #2a318b;
	line-height: 1em; }
h2 {
	padding-top: 2px;
	color: #2a318b; }
h3 {color: #000000;
	line-height: 0.4em; }
	
p.bodyCopy {
	font-size: 10pt;
	color: #000000;
	line-height: 1.6em;
	font-family: Arial;
	font-size: 0.85em; }
a.bodyLink {
	font-size: 10pt;
	color: #000000;
	line-height: 1.6em;
	font-family: Arial;
	font-size: 0.85em; }
p.contactDetails {
	padding-left: 8px;
	font-size: 10pt;
	color: #ffffff;
	line-height: 1.4em;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold; }
p.copyright {
	float: left;
	color: #2a318b;
	font-family: Arial;
	font-size: 0.45em;
	line-height: .8em; }
p.osLink {
	float: right;
	color: #2a318b;
	font-family: Arial;
	font-size: 0.45em;
	line-height: .8em; }
a.osLink{
	color: #2a318b;
	font-family: Arial;
	text-decoration: none;
	line-height: .8em; }
li {
	font-size: 10pt;
	color: #000000;
	line-height: 1.2em;
	font-family: Arial;
	font-size: 0.85em; }
	
#mainPic {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: 200px;
	background-image: url(../images/MainPic.jpg);
	background-position: top left;
	background-repeat: no-repeat;}
#mainPic2 {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	height: 200px;}
	
.leftCorner {
	width: 150px;
	height: 200px;
	background-image: url(../images/mainPicBottomLeft.png);
	background-position: bottom left;
	background-repeat: no-repeat;}	
.rightCorner {
	width: 1100px;
	height: 200px;
	background-image: url(../images/TopRightWhiteCorner.png);
	background-position: top right;
	background-repeat: no-repeat;}
.greenTint {
	width: 150px;
	height: 200px;
	display: block;
	background-image: url(../images/GreenTint.png); }
		
		
/*-----------------------------menu-------------------*/
#menu{
height:37px;
float:left;
padding:0px;
margin:30px 0 0 0px;
_margin:30px 0 0 80px;}
#menu ul{
display:block;
list-style:none;
padding:0px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:37px;
}
#menu ul li a{
height:37px;
display:block;
padding:0px 7px 0 7px;
margin:0 3px 0 3px;
_margin:0 0px 0 0px;
float:left;
text-decoration:none;
text-align:center;
color:#2a318b;
font-size:13px;
font-weight: bold;
line-height:37px;
}
#menu ul li.selected a{
height:37px;
display:block;
padding:0px 5px 0 5px;
margin:0 5px 0 5px;
float:left;
text-decoration:underline;
text-align:center;
color:#33a760;
font-size:13px;
line-height:37px;
}
#menu ul li.active a{
color:#ccc;}
#menu ul li.divider{
height:37px;
width:2px;
color: #2a318b;
display:block;
padding:0px 7px 0 6px;
margin:0 5px 0 5px;
float:left;
background:url(images/divider.gif) no-repeat center top;
}
#menu ul li a:hover{
color:#2a318b;
text-decoration:underline;
}