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



body {
	background-image: url(../images/background.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top;
}
.container {
	padding: 15px;
	width: 1080px;
	margin: auto;
}
.header {
	background-image: url(../images/topbkgd.png);
	background-repeat: repeat-x;
	padding: 15px;
	width: 1040px;
	text-align: center;
	margin-top: 0px;
}
.textwhitecontent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
}
.contentcontainer {
	padding: 20px;
	width: 1000px;
	overflow: hidden;
	clear: both;
	float: none;
}
.logobox {
	float: right;
	height: 130px;
	width: 170px;
	margin-left: 150px;
	overflow: hidden;
}

.contentcolumn {
	width: 290px;
	margin-right: 80px;
	margin-left: 80px;
	padding: 15px;
	background-image: url(../images/topbkgd.png);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	display: inline;
}
.footer {
	height: 45px;
	width: 100%;
	text-align: left;
	float: left;
}
.headerlogos {
  height: 200px;
  width: 1040px;
  position: relative;
}
.headertext {
  width: 500px;
  clear: both;
  float: none;
  margin: 10px auto;
  display: block;
}
.footeremail {
	background-image: url(../images/footebkgd.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 642px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-left: 0px;
}
.textfooterwhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}
.footercontact {
	float: left;
	height: 40px;
	width: 320px;
	padding-right: 15px;
}

.clear {
	clear: both;
	height: 2px;
	width: 75%;
	float: left;
}
.class1 A:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
}
.class1 A:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color: #FFF;
}
.class1 A:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.class1 A:hover {
	text-decoration: underline;
	color: #37A697;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.class2 A:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	line-height: 22px;
}
.class2 A:visited {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}
.class2 A:active {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}
.class2 A:hover {
	text-decoration: underline;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.contentcolumn2 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  float: none;
  overflow: hidden;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100,000000+100&amp;0.63+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.63) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.63)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.63) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.63) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.63) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.63) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.logosleft {
  position: absolute;
  top: 10px;
  left: 20px;
}