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

body{
	background-color:#ffffff;
}

.container{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:center;
	border:none;
	width:800px;
	background-color:ffffff;
}

.mainMenu{
	position:fixed;
	height: 108px;
}

img{
	border:0px;
}

.mainMenu a{
	text-decoration: none;
	border:0px;
	float: left;
	padding-right:24px;
}

.contentArea{
	width:670px;
	margin-top:46px;
	padding-left:10px;
	height:450px;
	overflow:hidden;
}


.contentRows{
	width:650px;
}

.spacer {
  clear:both;
}

.leftHeadingsHome{
	width:100px;
	color:#DE1D3B;
	font-size:16px;
	text-align: left;
	float:left;
	font-variant:small-caps;
}

.detailContent{
	color:#646565;
	font-family:Lucida Grande, Helvetica, Arial;
	font-size:12px;
	line-height:16px;
	text-align:left;
	width: 580px;
	margin-bottom:20px;
	float:right;
}

.detailContent p{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:6px;
}

.footerBanner{
	float:right;
	width:100%;
	background-image:url(images/green_gradient.png);
	background-repeat:repeat-x;
	border:0px;
	margin-left:0px;
	margin-right:0px;
	position:fixed;
}

.footerBanner img{
	margin-left: 200px;

}
