@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	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;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size: 100%;
	background-color: #2A5475;
	background-image: url(images/Background.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
p  {
	margin-top: 1em;
	margin-bottom: 1em;
}
.oneColFixCtr #container {
	width: 912px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 89px;
	width: 850px;
	float: left;
	text-align: right;
	padding-top: 200px;
	background-image: url(images/HeaderBackground.png);
	padding-right: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #461612;
}
#header  a:link, #header  a:visited {
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	font-weight: bold;
	color: #ECE5C3;
	text-decoration: none;
}
#header  a:hover {
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent  {
	float: left;
	padding-top: 0;
	padding-right: 126px;
	padding-bottom: 0;
	padding-left: 126px;
	width: 660px;
	background-image: url(images/NewContentTile.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#mainContent a:link, #mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A5475;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #2A5475;
	font-weight: bold;
	text-decoration: underline;
}
#members {
	width: 660px;
	float: left;
}
.memberThumb {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #295A70;
	margin-bottom: 5px;
	margin-top: -10px;
	text-align: center;
	margin-left: 0px;
}
#members   li {
	float: left;
	width: 170px;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size: 9px;
	line-height: 12px;
	margin-bottom: -1px;
	border: 1px dotted #486982;
	height: 300px;
	margin-right: -1px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 24px;
}
#members li a:link, #members li a:visited {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	text-decoration: none;
	color: #295A70;
	font-weight: bold;
}
.BusinessName {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2A5475;
	display: block;
	padding-bottom: 5px;
	text-align: center;
	width: 170px;
}
.nonMembers {
	width: 660px;
	float: left;
	margin-bottom: 20px;
}
.nonMembers  li {
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande";
	width: 317px;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -1px;
	border: 1px dotted #3A5D7A;
	height: 30px;
	margin-right: -1px;
	float: left;
	padding-left: 10px;
}
.style1 {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	color: #05324E;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}
#footer {
	width: 912px;
	text-align: center;
	font-size: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited {
	color: #EBE3C1;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #EBE3C1;
	font-weight: bold;
	text-decoration: underline;
}
.bodyCopy {
	width: 440px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.bodyCopy ul {
	list-style-position: outside;
	margin-left: 10px;
	margin-bottom: 1em;
}
.sideBar {
	width: 200px;
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}
.sideBar a:link, .sideBar a:visited {
	color: #2A5475;
	text-decoration: none;
	font-weight: bold;
}
form {
	margin-bottom: 20px;
}

