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

body {
	background-color:#D4D4D4;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: -5px;
}

.content {
	width: 900px;
}

.MiddleContent {
	text-align: center;
	width: 900px;
	background-image: url("images/contentBG.jpg");
	background-repeat:repeat-y;
	margin-top: -20px;
}

.BottomContent {
	margin-top: -14px;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	color:black;
	font-weight:100;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color:#666;
	font-style: oblique;
	font-weight:100;
	line-height: 22px;
}

h3{
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	color:#666;
	font-weight:100;
	line-height: 22px;
	border-bottom: 1px dotted #666;
}

.copy {
	width: 610px;
	text-align: left;
	margin-left: 133px;
}

.copy a {
	color: #A0C925;
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.copy img {
	float: left;
	padding-right: 20px;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color:#666;
	line-height: 18px;
}

ul {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color:#666;
	line-height: 18px;
}

ul li {
	list-style: none;
}

p.foot {
	font-size: 10px;
	text-align: center;
}

.foot a {
	color: #666;
	text-decoration: none;
	letter-spacing: 2px;
}

.foot a:hover {
	color: #A0C925;
}

.quote {
	font-style:italic;
	color: #c0b674;
}

.floatRight {
	float: right;
	width: auto;
	padding-left: 15px;
	padding-right: 5px;
}

.QA{
	color: #A0C925;
	font-weight:600;
}

.placement {
	color:#F33;
}


.share img {
	border: none;
}

.Contactcopy{
	margin-top: -30px;
}

.events {
	margin-top: 30px;
	margin-left: 60px;
	width: 450px;
	border: 1px dotted #666;
	padding: 15px;
}

.events p {
	font-size: 10px;
}