@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #999999;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFFFFF;
}
#header {
	width: 1000px;
	background: #BD9C8C;
	background: #FFFFFF;
}
#navigation {
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#leftcolumn {
	color: #333;
	margin: 0px;
	padding: 20px 30px 20px 40px;
	width: 620px;
	float: left;
}
#leftcolumn p {
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#leftcolumn a {
	color: #333333;
}
#leftcolumn a:hover {
	color: #FF6600;
}
#leftcolumn h1 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#leftcolumn h2 {
	font-size: 0.9em;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
.photoright {
	padding-bottom: 10px;
	padding-left: 20px;
}
#columnwrapper {
	background-image: url(images/bckgrnd.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	padding: 20px 30px 10px 0px;
	width: 270px;
}
.testimonial {
	font-size: 1em;
	color: #006699;
}
#footer {
	width: 100%;
	clear: both;
	color: #333;
	background: url(images/WLSFooter.jpg) no-repeat;
	margin: 0px;
	height: 100px;
}
#footer p {
	font-size: .7em;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #333333;
	text-align: right;
	padding-right: 40px;
	padding-top: 30px;
}
#footer p a {
	color: #006633;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#header2 {
	width: 1000px;
	background: #BD9C8C;
	background: #FFFFFF;
}
#leftcolumn li {
	list-style-type: square;
	list-style-position: outside;
	font-size: 0.9em;
	color: #006699;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 16px;
}
#leftcolumn h3 {
	font-size: .9em;
	color: #006699;
}
.photoleft {
	padding-bottom: 10px;
	padding-right: 20px;
}

