@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:10px;
	padding-bottom:40px;
	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;
}
#container {
	width: 1011px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width:1011px;
	padding-left:20px;
}
.topnav {
	width:430px;
	height:50px;
}
#mainContent {
	width:1011px;
}
.home {
	width:959px;
	height:641px;
	margin-top:20px;
	margin-left:20px;
}
.blue_box {
	height:200px; /* originally 260px */
	background-image:url(images/blue_box.gif);
	background-repeat:repeat-y;
}
.subheads {
	padding-left:20px;
}
.about {
	width:1011px;
	height:660px;
}
.gallery {
	width:1011px;
	height:780px;
}
.paragraph {
	height:340px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#8d8c8a;
	padding-top:40px;
	padding-left:40px;
	padding-right:50px;
}
.represented {
	font-size:13px;
	padding-left:2px;
	color:#8d8c8a;
}
.locations {
	line-height:17px;
	padding-top:20px;
	padding-left:2px;
	color:#8d8c8a;
}
.locations a:link, .locations a:visited {
	font-style: italic;
	color: #63B9D8;
	text-decoration:none;
}
.locations a:hover {
	font-style: italic;
	color: #63B9D8;
	text-decoration:underline;
}
#footer {
	width:1011px;
	margin-top:30px;
}
.copyright {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#a9a9a9;
	padding-top:5px;
	padding-left:10px;
}
.csd {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8d8c8a;
	padding-right:50px;
}
.csd a:link, .csd a:visited {
	font-style: italic;
	color: #9ad7ed;
	text-decoration:none;
}
