/* CSS Document */
body {
	background-color: white;
	margin: 0px;
}

#container {
	width: 800px;
	background-color: white;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: solid 0px;
}
#menu {
	width: 118px;
	background-color:white;
	float:left;
	border: solid 0px;
	padding-right: 75px;
	padding-bottom: 25px;
}
#logo {
	width: 235px;
	border: solid 0px;
	padding-bottom: 10px;
	float: left;
}
#homeimage {
	width: 555px;
	height: 450px;
	border: solid 0px;
	float: left;
}

#leftNav {
	width: 235px;
	height: 600px;
	clear: none;
	float: left;
}
#centercontent {
	width: 328px;
	height: auto;
	background-color: white;
	float:left;
	border: solid 0px;
	padding-right: 35px;
	padding-top: 101px;
}

#centercontent2 {
	width: 240px;
	height: auto;
	background-color: white;
	float:left;
	border: solid 0px;
	padding-right: 35px;
}

#rightcontent {
	width: 160px;
	background-color: white;
	border: solid 0px;
	float:left;
	padding-top: 101px;
}

#rightcontent2 {
	width: 260px;
	background-color: white;
	float:left;
	border: solid 0px;
}

#fullWidth {
	width: 555px;
	padding-top: 101px;
	float: left;
}

#footer {
	width: 790px;
	height: 50px;
	float:left;
	padding-top: 20px;
}

#testimonialpic {
	width: 120px;
	height: 100px;
	float:left;
	padding: 20px;
}

p {
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color: #333;
}

.thirteenbold {
	font-size: 13px;
	font-weight: bold;
}
a:link {
	color: #6699CC;
	font-weight: bold;
}
a:visited {
	color: #6699CC;
	font-weight: bold;

}
a:hover {
	color: #333333;
	font-weight: bold;
}
a:active {
	color: #6699CC;
	font-weight: bold;

}

img {
	border: solid 0px;
}

.lightGrayText {
	color: #999999;
	font-size: 11px;
}
.blueBoldText {
	color: #006699;
	font-weight: bold;
}
.darkGrayText {
	color: #666666;
	font-weight: bold;
}
.eleventPointText {font-size: 11px}

ul {
font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color: #333;
line-height: 21px;

}
