@charset "utf-8";
body {
	font-size: 100%;
	text-align: center;
	background-color: #CCCCCC;
}

	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	margin-top: 10px;
	position: relative;
	margin-bottom: 10px;
	text-align: left;
}


#pullquote {
	font-style: italic;
	line-height: 2.5em;
	font-weight: bold;
	padding: 20px;
	float: left;

}


#statement {
	position: absolute;
	width: 332px;
	text-align: left;
	height: 165px;
	z-index: 100;
	top: 185px;
	right: 0px;
}

#statement h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0 0 0 0;
	background-color: #000000;
	color: #FFFFFF;
	height: 30px;
	padding: 10px 0 0 10px;
}
#statement p {
	font-weight: bold;
	padding: 4px 0 0 24px;
	margin: 0;
	font-size: 0.9em;
	width: 280px;
	color: #000000;
}

#services {
	float: left;
	width: 300px;
	margin-top: 20px;
}

#leftcol {
	background-color: #CCCCCC;
	width: 220px;
	float: left;
}

#rightcol {
	width: 350px;
	float: right;
}

#secnav {
	width: 370px;
	float: right;
	margin-top: 20px;
	text-align: right;
}
#secnav  img {
	margin-top: 20px;
	margin-left: 20px;
}
#navspacer {
	background-color: #999999;
	width: 700px;
	height: 15px;
	margin-top: -5px;
}

#navbar {
	position: relative;
	height: 34px;
	width: 700px;
	
}
#navbar    ul {



	color: #000000
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	position: absolute;
	top: 9px;
	left: 19px;
	margin: 0;
	display: inline;
	width: 690px;
}

#navbar li {
	display: inline;
	
}
#navbar a {
	text-decoration: none;
	list-style-type: none;
	color: #000000;
	
}

#footer {
	width: 700px;
	height: 33px;
	margin: 0;
	clear: both;
	position: relative;
	background-image: url(images2/footer_backgr.png);

}
#footer p {



	color: #000000
	text-align: center;
	font-size: 1em;
	padding: 0;
	position: absolute;
	top: 7px;
	left: 48px;
	margin: 0;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
