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

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;}

	#top-menu, #menu {
		float: left;}
		
	#top-menu {
	margin-top: 13px;
	font-size: 12px;
	color: #000;
	height: 15px;
	margin-left: 56px;
	font-family: Arial, Helvetica, sans-serif;}
	
		#top-menu span {
			margin-left: 15px;
			margin-right: 15px;}
	
		#top-menu a { 
			color: #000;
			text-decoration: none;}
			
		#top-menu a:hover, #top-menu a:active {
			color: #FFF;}
		
		#top-menu form {
			display: inline;
			margin-left: 15px;}
			
			#top-menu form input {
				vertical-align: middle;}
	
	#right-menu, #menu {
		float: right;
		margin-right: 25px;
		margin-top: 13px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;}
	
.oneColFixCtrHdr #container {
	width: 824px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;}

.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/sterling_banner.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 824px;
	padding-top: 0px;
	padding-bottom: 0;}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}

.oneColFixCtrHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 75px;
	line-height: 20px;
	text-align: justify;}

.oneColFixCtrHdr #footer {
	background-image: url(../images/footer.jpg);
	height: 54px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-repeat: no-repeat;
	text-align: center;}

.oneColFixCtrHdr #footer p {
	padding-bottom: 5px;
	padding-top: 5px;}
	
		#footer p a { 
			color: #000;
			text-decoration: none;}
			
		#footer p a:hover, .oneColFixCtrHdr #footer p a:active {
			color: #FFF;}

#mainContent h1 {
	text-align: center;}

.oneColFixCtrHdr #container #mainContent h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 16px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

.titleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #5E6154;
	text-align: center;}

.centerText {
	text-align: center;}

.testimonialQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;}

.testimonialName {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: right;
	text-transform: lowercase;}

.hiddenPic {
	display:none;}

</style>
</head>
