@charset "iso-8859-1";

html {
	/* Force Vertical Scrollbar */
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	/* Force PNG Transparency in IE */
	behavior: url(includes/iepngfix.htc);
}

body {
	/* Force Minimum Height */
	min-height: 400px;
	margin: 0px;
	background-image: url(../images/background.gif);
}

table.layout {
	empty-cells: show;
	align: center:
	padding: 0px;
	width: 824px;
}

table.layout td.left {
	min-width: 32px;
	width: 32px;
	text-align: left;
}

table.layout td.right {
	min-width: 32px;
	width: 32px;
	text-align: right;
}

table.layout td.header {
	background-image: url(../images/header.jpg);
	width: 824px;
	height: 270px;
}

table.layout td.header img.logo {
	margin-bottom: 100px;
}

table.layout td.page {
	background-color: FFFFFF;
	padding: 50px 40px 50px 40px;
}

table.layout td.copyright {
	background-color: FFFFFF;
	padding: 50px 40px 20px 40px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #8C8C8C;
}

p.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #333366;
	line-height: 13pt;
}

p b {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 16pt;
	color: #565656;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 16pt;
	color: #565656;
}

ul, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 16pt;
	color: #565656;
}

/* Featured Business */

.featuredbusiness {
	position: relative;
	width: 180px;
	max-width: 180px;
	min-width: 140px;
	float: right;
	clear: both;
	top: 6px;
	margin: 0px 0px 20px 40px;
	padding: 10px 12px 12px 12px;
	border: 1px solid #afafaf;
	
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #565656;
}

.featuredbusiness .title {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.featuredbusiness .photo {
	margin-top: 10px;
	margin-bottom: 16px;
}

.featuredbusiness .description {
	font-size: 10pt;
	margin-bottom: 10px;
}

.featuredbusiness .left {
  float: left;
  text-align: left;
  width: 49%;
  font-size: 9pt;
}

.featuredbusiness .right {
  float: right;
  text-align: right;
  width: 49%;
  font-size: 9pt;
}

/* Featured Membership Listings */

.featuredmember {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 16pt;
	color: #565656;
	float: left;
	width: 705px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0;
	list-style: none;
}
 
.featuredmember li {
	float: left;
	width: 705px;
	min-height: 200px;
	margin-bottom: 20px;
	padding-right: 0px;
}

.featuredmember b a {
	color: #565656;
	text-decoration: none;
	font-size: 10pt;
}

.featuredmember .photo {
	width: 220px;
	min-width: 220px;
	min-height: 120px;
	float: left;
	margin-top: 6px;
	margin-bottom: 20px;
}

.featuredmember .info {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 16pt;
	color: #565656;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.featuredmember .description {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 16pt;
	color: #565656;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0;
}

.featuredmember b a {
	color: #565656;
	text-decoration: none;
	font-size: 10pt;
}

/* Membership Listings */

ul.members {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 16pt;
	color: #565656;
	float: left;
	width: 705px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0;
	list-style: none;
}
 
ul.members li {
	float: left;
	width: 352px;
	height: 140px;
	margin: 0;
	padding: 0px;
}

ul.members b a {
	color: #565656;
	text-decoration: none;
	font-size: 10pt;
}