﻿@charset "utf-8";
/* CSS Document */

/* GENERIC STYLES 
-------------------------------------------- */
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
img a{
	border: 0px;
}
/* TYPOGRAPHY  USED
-------------------------------------------- */
a {
	color: #1D96FC;
	text-decoration: none;
	border-color:fuchsia;
}

a:hover {
	color: #bf0000;
	text-decoration: none;
}

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: #6C6C6C;
	background-color: #FFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 8.5pt;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bannerimage {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FCCA00;
}
.toplinks {
	width: 95px;
	float: right;
	font-family: arial;
	font-size: 8pt;
	color: #FFF;
	margin-top: 37px;
	height: 16px;
}
.rightheader {
	float: right;
	height: 93px;
	width: 12px;
}

.topspacer {
	height: 16px;
	width: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.topic {
	float: left;
	padding-left: 15px;
	color: #CCCCCC;
}



.logo {
	float: left;
	height: 93px;
	width: 241px;
}


.oneColFixCtrHdr #header {
	padding: 0;
	height: 93px;
	margin: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/top-swatch.gif);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	padding: 15px;
	height: 40px;
}
.elmbrook {
	float: right;
	height: 26px;
	width: 127px;
	margin-top: 10px;
}

.copyright {
	float: left;
	width: 400px;
}

.footertop {
	background-color: #000;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FCCA00;
	height: 30px;
}

.text {
	font-family: Verdana;
	font-size: 8pt;
	color: #666;	
	border: 1px;
	border-color: #A6A69E;
	border-style: solid;
}
.menu {
	padding: 0;
	height: 25px;
	margin: 0px;
	background-color: #FFF;
}
.blackbar {
	background-color: #000;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-family: arial;
	font-size: 10pt;
	color: #CCCCCC;
	float: left;
	width: 473px;
}

.topmenutext {
	float: left;
	font-family: arial;
	font-size: 8pt;
	color: #FFF;
	height: 16px;
}
.oneColFixCtrHdr #container #header .toplinks .topmenutext a {
	color: #FFF;
}
.oneColFixCtrHdr #container #header .toplinks .topmenutext a:hover {
	color: #FFF;
	text-decoration: underline;
}
.news {
	background-color: #000;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	font-family: arial;
	font-size: 10pt;
	color: #FFF;
	float: left;
	width: 232px;
}
.hotspacer {
	height: 16px;
	width: 1px;
	padding-right: 5px;
	float: left;
}
.hotlinks {
	height: 186px;
	width: 232px;
	float: left;
	padding: 10px;
}
.square {
	height: 88px;
	width: 88px;
	float: left;
}

.joinchamber {
	height: 186px;
	float: left;
	padding: 10px;
	width: 226px;
}
.squaretext {
	height: 88px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 134px;
}
.h1 {
	font-family: arial;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}
.events {
	height: 370px;
	width: 229px;
	float: left;
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4c4c4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c4c4c4;
}
.oneColFixCtrHdr #container .joinchamber p {
	margin-top: 12px;
	margin-bottom: 12px;
}

.eventsend {
	height: 370px;
	width: 229px;
	float: left;
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4c4c4;
}
.events1 {
	height: 370px;
	width: 230px;
	float: left;
	padding: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4c4c4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c4c4c4;
}
.designedby {
	float: right;
	height: 16px;
	width: 70px;
	margin-top: 23px;
	text-align: right;
}
.contentpage {
	width: 480px;
	float: left;
	padding: 10px;
	margin-top: 20px;
}
.imagepage {
	width: 230px;
	float: left;
	padding: 10px;
	margin-top: 20px;
}
.graytitle {
	font-family: arial;
	font-size: 12pt;
	color: #6c6c6c;
	font-weight: bold;
}
.dotline {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.benefitcontent {
	width: 350px;
	float: left;
}
.benefitimage {
	width: 117px;
	float: left;
	margin-left: 13px;
	text-align: center;
}
.oneColFixCtrHdr #container .contentpage .benefitimage p {
	text-align: center;
}
.titletext {
	font-family: arial;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.otherchambers {
	float: left;
	width: 135px;
}
.other {
	float: left;
	width: 345px;
}
.numbers {
	float: left;
	width: 40px;
}
.numberstext {
	float: left;
	width: 440px;
}
.members {
	float: left;
	width: 240px;
}
.oneColFixCtrHdr #container .contentpage ul {
	margin-left: 40px;
}
.pasteventimage {
	float: left;
	height: 171px;
	width: 228px;
	margin-right: 22px;
}
.pasteventimagelong {
	float: left;
	height: 304px;
	width: 228px;
	margin-right: 22px;
}

.pasteventimage2 {
	float: left;
	height: 171px;
	width: 228px;
	margin-bottom: 22px;
}

.pasteventimagegary121 {
	float: left;
	height: 121px;
	width: 228px;
	margin-bottom: 22px;
}

.pasteventimagegary84 {
	float: right;
	height: 121px;
	width: 228px;
	margin-bottom: 22px;
}


.pasteventimage2long {
	float: left;
	height: 304px;
	width: 228px;
	margin-bottom: 22px;
}

.releaseimage {
	float: left;
	height: 117px;
	width: 86px;
	margin-right: 14px;
}
.presstext {
	width: 380px;
	float: left;
	height: 117px;
}

