@charset "utf-8";

/* @group Generic */

.clear {
	clear: both;
}

.center {
	text-align: center;
	margin: inherit auto;
}

/* @end */

/* @group Dreamweaver */

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #00007E;
	font-weight: bold;
}
.h1underlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #00007E;
	font-weight: bold;
	text-decoration: underline;
}
.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
.body1bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a{
	color:#FF0000;
	text-decoration: none;
}
a:link{
	color:#00007E;
	font-style: italic;
}
a:visited{
	color:#00007E;
	text-decoration: none;
	font-style: italic;
}
a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #91B5CF;
	font-style: italic;
	font-weight: normal;
}
.whitemedium {
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}
.whitelarge {
	font-size: 30px;
	font-style: italic;
	color: #FFF;
}

/* @end */

/* @group Business Members */

#business-members {
	margin: 5px 0 0 0;
}

#business-members .title {
	background-color: #93b3d7;
	font-size: 1.2em;
	line-height: 2em;
	width: 97%;
	margin: 0 0 20px;
	padding: 10px;
	text-align: center;
	border: 1px solid #2a4666;
	border-right-width: 3px;
	border-bottom-width: 3px;
}

#business-members .business {
	line-height: 1.5em;
	width: 368px;
	height: 110px;
	text-align: center;
	float: left;
	padding: 15px 0;
	border-style: solid;
	border-width: 1px;
}

#business-members .business.bold {
	font-weight: bold;
}

#business-members .business.color-1 {
	background-color: #cf6;
}

#business-members .business.color-2 {
	background-color: #f96;
}

#business-members .business.color-3 {
	background-color: #9f9;
}

#business-members .business.color-4 {
	background-color: #cbfefe;
}

#business-members .business.color-5 {
	background-color: #c90;
}

#business-members .business.color-6 {
	background-color: #f73e25;
}

#business-members .business.color-7 {
	background-color: #98cbfe;
}

#business-members .business.color-8 {
	background-color: #3c3;
}

#business-members .business.color-9 {
	background-color: #b9cde5;
}

#business-members .business.color-10 {
	background-color: #cd99cd;
}

#business-members .business.color-11 {
	background-color: #fefe00;
}

#business-members .business.color-12 {
	background-color: #09f;
}

/* @end */

