@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(../images/image_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 0px;
}
#main {
	background-color: #FFFFFF;
	text-align: left;
	width: 960px;
}
#top {
	background-image: url(../images/image_fadetop.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	height: 63px;
	width: 935px
}
.blacktext {
	font-size: 36px;
}
.greytext {
	color: #d3d3d3;
	font-size: 28px;
}
#black {
	background-color: #000000;
	color: #FFFFFF;
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	width: 950px;
}
#nav {
	background-color: #dededd;
	height: 25px;
	padding-top:5px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 950px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #007cc3;
	text-decoration: underline;
}
#content {
	height: auto;
	width: 960px;
}
#text {
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 39px;
	text-align: left;
	width: 509px;
}
#text a {
	color: #007cc3;
	text-decoration: none;
}
#text a:hover {
	color: #999999;
	text-decoration: underline;
}
#blockbottom {
	text-align: right;
}
#contactblock {
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: left;
	width: 195px;
}
.greytext {
	color: #999999;
	line-height: 20px;
	font-size: 26px;
}
.bluetext {
	color: #007cc3;
	line-height: 20px;
	font-size: 26px;
	font-weight: bold;
}
.biggreenheader {
	color: #00923f;
	font-size: 39px;
	padding-bottom: 39px;
}
.green {
	color: #00923f;
}
#smalltext {
	color: #CCCCCC;
	font-size: 9px;
}
.blueheader {
	color: #007cc3;
	font-weight: bold;
}
#quote {
	padding-left: 20px;
	padding-top: 20px;
	width: 323px;
}
#quote a {
	color: #007cc3;
	text-decoration: none;
}
#quote a:hover {
	color: #999999;
	text-decoration: underline;
}
#facebook {
	padding-left: 20px;
	padding-top: 20px;
	width: 323px;
}
#news {
	padding-left: 20px;
}
#bottom {
	color: #FFFFFF;
	height: auto;
	padding-top:5px;
	text-align: left;
	width: 960px;
}
#bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover {
	color: #007cc3;
	text-decoration: underline;
}
