@charset "UTF-8";
/* CSS Document */


/*universal items */


* {
margin: 0;
}

body {
color: #000;
font: 12.63px Arial, Helvetica, sans-serif;
line-height: 18px;

}

h1 {
font: 26px "Gil Sans", Arial, Times, serif;
line-height: 30px;
color:#9e0b0f;
}

h2 {
font: 16px "Gil Sans", Arial, Times, serif;

}

h3 {
font: 18px "Gil Sans", Arial, Times, serif;
}

a:link {
	text-decoration: none;
	color:#666;
}

a:visited {
	text-decoration: none;
	color:#666;
}

a:active {
	text-decoration: none
	color:#666;
}

a:hover {
	text-decoration: underline; color: #666;
}

.mainMenu {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	width:960px;
	top:151px;
	z-index: 100;
	display:"block";
	
}

.imageContent {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	top:20px;

}

.mainContent {
	margin-left: auto;
	margin-right: auto;
	height:auto;
	width:960px;
	background: url(../images/body_bg.png); 
	z-index:90;
}

.clear {
	height:40px;
}

.footerGraphic {
	width:960px;
	height:34px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/footer_bg.png);
	
}

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


.pageContent {
	background:#ffffff;
}

.footer {
	margin-left:40px;
	margin-right:40px;
	text-align:right;
	
}
.footerTextBold {
	font-family:Arial;
	font-size:10.63px;
	color:#666666;
	font-weight:bold;
}

.footerTextReg {
	font-family:Arial;
	font-size:10.63px;
	color:#999999;
	font-weight:normal;
}

.regTextArea {
	margin-left:50px;
	margin-right:50px;
}

.indexTextArea {
	margin-left:24px;
	margin-right:17px;
}
.regText {
	font-family:Arial;
	font-size:12.63px;
	color:#333333;
	font-weight:normal;
}

.strongText {
	font-family:Arial;
	font-size:12.63px;
	color:#333333;
	font-weight:bold;
	
}

.smallText {
	font-family:Arial;
	color:#333333;
	font-weight:normal;
	font-size:10.63px;
}

.rightAlignedColumn {
	margin-left: 404px;
	margin-right:40px;
}

.column1 {
	float:left;

	
	width:530px;
	text-align:top;
	margin-left:0px;
	margin-right:15px;
	height:auto;
}

.column1a {
	width:530px;
	text-align:top;
	margin-left:0px;
	margin-right:15px;
	height:auto;
}

.column1b {
	float:left;
	width:530px;
	text-align:top;
	margin-left:0px;
	margin-right:15px;
	height:auto;
}
.column2 {
	float:left;
	width:280px;
	margin:10px;
	
}
.column3 {
	float:left;
	text-align:top;
	width:290px;
	margin:15px;
	margin-top:0px;
	margin-right:0px;
}

.column3a {
	float:right;
	text-align:top;
	width:290px;
	margin:15px;
	margin-top:0px;
	margin-right:0px;
}





.smallLogoCluster {
	width:186px;
	margin:10px;
}

.largeLogoCluster {
	width:671px;
	margin:5px;
	
}

.flashBlock {
	
}.contact_heading {
	font: 16px "Gil Sans", Arial, Times, serif;
	color:#9e0b0f;
	font-weight: bold;
}
