@charset "utf-8";
body {
	background-color: #C4C4C4;
	background-image: url(images/bkgnd_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


#wrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}
.floatleft {
	clear: left;
	float: left;
}
.floatright {
	float: right;
	clear: left;
	
}
#header {
	width: 1000px;
	margin-top: 20px;
	float: left;
}
#socialmedia {
	float: right;
	width: 60px;
	margin-top: 60px;
	height: 25px;
}
#socialmedia img {
	margin-right: 10px;
}

#navigation {
	float: right;
	width: 530px;
	margin-top: 60px;
	height: 25px;
}
ul#navlist {
	margin: 0px;
	padding: 0px;
	float: right;
}
#navlist li {
	padding-right: 20px;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navlist li a:link, a:visited {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

#navlist li a:hover {
	text-decoration: underline;
	color: #333333;
}
#navlist li a:active {
	text-decoration: none;
	color: #000000;
}
#content {
	float: left;
	width: 625px;
	margin-top: 50px;
	margin-right: 25px;
	margin-left: 25px;
}
#content #introtext {
	width: 575px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
#content #introtext h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	font-weight: lighter;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#homegallery img {
	border: medium solid #FFFFFF;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content #homegallery {
	width: 625px;
}
.contentimg {
	border: medium solid #FFFFFF;
}
#rightrail {
	float: right;
	width: 300px;
	margin-top: 50px;
	margin-right: 10px;
	padding-right: 0px;
}
#rightrail h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 15px;
	padding: 0px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/quote_mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
	margin-bottom: 20px;
}
#rightrail .quotes p {
	width: 250px;
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 20px;
}
.quoteslast {
	width: 250px;
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 20px;
	border-bottom: none;
}

#footerservices {
	background-color: #333333;
	clear: both;
	float: left;
	width: 980px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#footerservices #bullets li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

#footerservices h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	float: left;
	width: 300px;
	margin-right: 20px;
}
#footer {
	background-color: #000000;
	clear: both;
	float: left;
	height: 35px;
	width: 1000px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: right;
	margin: 10px;
}

