


#pageBounds {	
	margin: 0 auto;
	width: 100%;	
	}

#mastHead {
	width: 100%;
	height: 209px;
	background: transparent url(../images/bg_banner.gif) left 10px repeat-x;
	}
	
#mastHead h2#logo {
	width: 299px;
	padding: 0;
	background: transparent url(../images/logo.gif) left top no-repeat;
	border: none;
	float: left;
	}

#mastHead h2#logo a {
	display: block;
	background: transparent url(../images/logo.gif) left top no-repeat;
	width: 299px;
	height: 207px;
	text-indent: -999em;
	overflow: hidden;
	}	
	
.width {
	width: 940px;
	margin: 0 auto;
}

#mastHead .width {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
	
#banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 960px;
}

#mainColumn {
	float: right;
	width: 612px;
	background: #fff url(../images/bg_mainColumn.png) left bottom repeat-x;
	padding: 0 1em 1em;
	}	
	
#sideColumn {
	float: left;
	width: 300px;
	}
	
#contentBounds {
	width: 960px;
	margin: 1.5em auto;
}

/* footer */
	
#footer {
	width: 100%;
	font-size: 85%;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
	background: transparent url(../images/bg_footer.png) left top no-repeat;
	padding: 1em 0;
	}
	
#footer a {
	color: #666;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}

#footer ul {
	margin: 0;

}
	
#footer ul li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 .5em 0 0;
	margin: 0 .5em 0 0;
}

#footer ul li.last {
	border-right: none;
}

.copyright {
		float: left;
		width: 45%;
}

.address {
	float: right;
	width: 45%;
	text-align: right;
}

#footer p {
	margin-bottom: 0;
}

/* sponsors */



#sponsors {
	border-top: 1px solid #bab58d;
	border-bottom: 1px solid #bab58d;
	background: #fff;
}

h3.sponsors {	
	display: block;
	background: transparent url(../images/h3_sponsors.gif) left top no-repeat;
	width: 92px;
	height: 13px;
	text-indent: -999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#sponsors .width {
	padding: 1em 0;
	margin: 0 auto;
}

#sponsors ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

#sponsors ul li {
	margin: 1em 0 0;
	padding: 0 2em;
	float: left;
}

#sponsors ul li.att {
	margin: 0;
}

#sponsors img { margin: 0; outline:none; border: none; }


/* enav */

#enav {
	color: #302a02;
	padding: .5em 0 0;
	font-size: 92%;
	height: 36px;
	width: 415px;
	float: right;
	}

#enav ul {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	width: 200px;
	}

#enav li {
	display: inline;
	border-right: 1px solid #302a02;
	padding: 0 .5em 0 0;
	margin: 0 .5em 0 0;
	}
	
#enav li.last {
	border-right: none;
	padding: 0;
	margin: 0;
	}

#enav li a {	
	color: #302a02;
	text-decoration: none;
	}

#enav li a:hover {
	text-decoration: underline;
	}
	
/* search styles*/

#search_box {
    width: 213px;
    height: 20px;
    background: transparent url(../images/bg_search_box.gif) no-repeat;
	float: right;
	margin-top: 6px;
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 2px 0 0 2px;
    border: 0;
    width: 135px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 0 0 0 4px;
}

/* mnav styles */

#mnav { 
	background: none;
	}

#mnav ul {
	list-style: none;
	margin: 0;
	width: 960px;
	}	

#mnav li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	}
	
#mnav li a {
	text-decoration: none;
	font: 92% Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #302a02;
	padding: 15px 12px 15px; 
	line-height: 3.85em;
	}				
	
#mnav li a:hover, #mnav li a.selected {
	background: transparent url(../images/bg_mnav_hover.png) left bottom repeat-x;
	color: #302a02;
	}
	
	
	
/* subnav */


#mnav li ul {
  /*hide the subnavs*/
	position: absolute;
	left: -999em;
	z-index: 1;
	width: 175px;
	top: 42px;
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #bab58d;
}

#mnav li li {
	padding: 0;
	margin: 0;
	float: none;
	}

#mnav li li a {
	float: none;
	display: block;	background: #dcdac6;
	padding: 0 7px;
	margin: 0;
	border-bottom: 1px solid #bab58d;
	border-left: 1px solid #bab58d;
	border-right: 1px solid #bab58d;
	line-height: 2em;
}

#mnav li li a:hover, #mnav li.selected a {
	color: #302a02;
	background: #ebeade;
}

#mnav li:hover ul {
	margin: 0;
	padding: 0;
	left: 0px;
}

#mnav li:hover ul, #mnav li.sfhover ul {
	left: 0px;
}

li:hover ul { display: block }


/* snav */

#snav ul {
	list-style: none;
	margin: 0 0 .5em 0;
}

#snav ul li a {
	background: #e6e4d5;
	padding: .75em;
	display: block;
	color: #302a02;
	text-transform: uppercase;
	font-size: 95%;
	margin: 0;
}
#snav ul li.selected a, #snav ul li a:hover {
	background: #c7c3a3;
	}

/* Banner Images */

ul.bannerImages {
	margin: 3px 0 0;
	list-style: none;
	padding: 0;
}

ul.bannerImages li.one {
	float: left;
	margin-left: 25px;
	width: 173px;
	height: 207px;
	padding: 0;
	background: transparent url(../images/business_bw.jpg) left top no-repeat;
	border: none;
}

ul.bannerImages li.one a {
	display: block;
	background: transparent url(../images/business_bw.jpg) left top no-repeat;
	width: 173px;
	height: 207px;
	text-indent: -999em;
	overflow: hidden;
	}

ul.bannerImages li.one a:hover, ul.bannerImages li.one_selected a {
	background: transparent url(../images/business.jpg) left top no-repeat;
}
	
ul.bannerImages li.two {
	float: left;
	margin-left: 25px;
	width: 173px;
	height: 207px;
	padding: 0;
	background: transparent url(../images/join_bw.jpg) left top no-repeat;
	border: none;
}

ul.bannerImages li.two a {
	display: block;
	background: transparent url(../images/join_bw.jpg) left top no-repeat; 
	width: 173px;
	height: 207px;
	text-indent: -999em;
	overflow: hidden;
	}

ul.bannerImages li.two a:hover, ul.bannerImages li.two_selected a {
	background: transparent url(../images/join.jpg) left top no-repeat;
}
	
ul.bannerImages li.three {
	float: left;
	margin-left: 25px;
	width: 173px;
	height: 207px;
	padding: 0;
	background: transparent url(../images/membership_bw.jpg) left top no-repeat;
	border: none;
}

ul.bannerImages li.three a {
	display: block;
	background: transparent url(../images/membership_bw.jpg) left top no-repeat;
	width: 173px;
	height: 207px;
	text-indent: -999em;
	overflow: hidden;
	}

ul.bannerImages li.three a:hover, ul.bannerImages li.three_selected a {
	background: transparent url(../images/membership.jpg) left top no-repeat;
}

/* mainColumn */

ul.alignLeft {
	width: 45%;
	color: #2ea1bf;
}

ul.alignRight {	width: 45%;
	color: #2ea1bf;
}
	
	
/* sideColumn Contents */
#newsletter {
	padding: 75px 0 35px 22px;
	margin: 0 0 1em 0;
}

.newsletter-background-1 {
	background: transparent url(../images/member_images/001.png) left top no-repeat;
}

.newsletter-background-2 {
	background: transparent url(../images/member_images/002.png) left top no-repeat;
}

.newsletter-background-3 {
	background: transparent url(../images/member_images/003.png) left top no-repeat;
}

.newsletter-background-4 {
	background: transparent url(../images/member_images/004.png) left top no-repeat;
}

.newsletter-background-5 {
	background: transparent url(../images/member_images/005.png) left top no-repeat;
}

.newsletter-background-6 {
	background: transparent url(../images/member_images/006.png) left top no-repeat;
}

.newsletter-background-7 {
	background: transparent url(../images/member_images/007.png) left top no-repeat;
}

.newsletter-background-8 {
	background: transparent url(../images/member_images/008.png) left top no-repeat;
}


#signup {
    width: 213px;
    height: 20px;
    background: transparent url(../images/bg_search_box.gif) no-repeat;
}

#signup #m6search_terms, #signup #m5search_terms {
    float: left;
    padding: 0;
    margin: 2px 0 0 2px;
    border: 0;
    width: 135px;
    background: none;
}
#signup #submit {
    float: right;
    margin: 0 0 0 4px;
}

.quickLinks {
	background: transparent url(../images/bg_quickLinks.png) left top repeat-y;
	margin: 0;
	padding: 0;
}

.quickLinks h2 {
	background: transparent url(../images/bg_quickLinks_h3.png) left top no-repeat;
	height: 19px;
	padding: 1.5em 1em 0 1.5em;
	margin: 0;
	font-size: 125%;
	color: #302a02;
}

.quickLinks_bottom {
		background: transparent url(../images/bg_quickLinks_bottom.png) left top no-repeat;
		padding: 0 0 2em 0;
		margin: 0;
}

.quickLinks .container {
		padding: .5em 2em 1em 1.5em;
		margin: 0;
}

.quickLinks .container ul {
	margin: 0;
	list-style: none;
	text-transform: uppercase;
}

.quickLinks .container ul li {
	list-style: none;
}

.quickLinks .container ul li a {
	margin: 0 0 .25em 0;
	padding: 0 0 0 1em;
	background: transparent url(../images/bg_quickLinks_li.gif) left 3px no-repeat;
	color: #302a02;
}

.advertisement {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #fff;
	min-height: 100px;
}

.advertisementTitle {
	text-transform: uppercase;
	font-size: 90%;
	text-align: center;
	letter-spacing: .2em;
	margin: .5em 0 0;
}

/* Member Directory */

#memberDirectory {
	color: #fff;
	border-top: 1px solid #e9e5dd;
	width: 100%;
	float: left;
	padding: .15em .5em .15em 0;
}

#memberDirectory h2 {
	float: left;
	width: 300px;
	font-size: 110%;
}

#memberDirectory .memberLinks {
	float: right;
	width: 285px;
}

.directoryListing {
	border-top: 1px solid #c6c19e;
	border-bottom: 1px solid #c6c19e;
	margin-bottom: 1em;
}



.directoryListing a {
	padding: 0 .05em 0 .05em;
	margin: 0;
}


.directoryListing a:hover {
	background: #c6c19e;
}

.memberCategory h3 { float: left; margin: .1em 0 0; font-weight: normal;}
.memberCategory ul { float: left; padding: 0; margin: .0 0 1em;  }
.memberCategory ul li {list-style: none; float: left; padding: 0; margin: 0 0 0 1em;}

table.pagetable {
	margin: 0 0 1em;
}

.pagetable th {
	color: #302a02;
	font-weight: bold;
	text-transform: inherit;
	background: #6baf47 url(../images/podTitle.jpg) left top repeat-x;
	padding: .25em;
	margin: .25em 0 .25em;
	font-size: 95%;
	}
	
.pagetable { color: #333 }

.pagetable td {
background: #eae3cf;
padding: .25em .5em;
}

.pagetable tr.row1 td {
background: #faf9f6;
}

table.memberTable {
	margin: 0 0 1em;
}

.memberTable th {
	color: #302a02;
	font-weight: bold;
	text-transform: inherit;
	background: #6baf47 url(../images/podTitle.jpg) left top repeat-x;
	padding: .25em;
	margin: .25em 0 .25em;
	font-size: 95%;
	}
	
.memberTable { color: #333 }

.memberTable td {
background: #fff;
border-bottom: 1px solid #eae3cf;
padding: .25em .5em;
}

.memberTable tr.subHead td {
background: #faf9f6;
}

/* Calendar Styles */

#calendarPage #mainColumn {
display: block;
float: none;
width: 100%;
}

#calendarPage table {
width: 100%;
}

#calendarPage table .calendar-month {
border-top: 1px solid #c6c19e;
border-bottom: 1px solid #c6c19e;
padding: .25em 0 .5em;
margin-bottom: 1em;
font-size: 120%;
}

#calendarPage table td {
	width: 14%;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: .15em;
	min-height: 200px;
	font-size: 90%;
	min-height: 200px;

}

#calendarPage table td.calendar-today {
	width: 14%;
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	padding: .15em;
	min-height: 200px;
	font-size: 90%;
	min-height: 200px;
background: #eae3cf;
}

#calendarPage table th {
	color: #302a02;
	font-weight: bold;
	text-transform: inherit;
	background: #6baf47 url(../images/podTitle.jpg) left top repeat-x;
	padding: .25em;
	margin: .25em 0 .25em;
	font-size: 95%;
	}

#calendarPage table ul {
	margin: 0 .25em .25em .15em;
	list-style: none;
	padding-top: .15em;
}

#calendarPage table li {
	margin: 0 .25em .25em 0;
	list-style: none;
	border-top: 1px dotted #eae3cf
}
#calendarPage table td.calendar-today li {
	margin: 0 .25em .25em 0;
	list-style: none;
	border-top: 1px dotted #ccc }
	

.minheight {
	height: 100px;
}

/* Home Styles */

#home #mainColumn {
	padding-left: 0;
	padding-right: 0;
	width: 632px;
}

#home .pods {
 padding: 0 1em;
 color: #333;
}

#home .pods ul {
	color: #333;
	font-size: 95%;
}

#home .container {
		padding: .5em .5em .5em 1em;
		margin: 0;
		text-transform: inherit;
		color: #333;
}

#home .container ul {
	margin: 0 0 .25em .25em;
	list-style: disc;
	text-transform: capitalize;
}

#home #mainColumn h1, #home #mainColumn h2 {
	color: #302a02;
	font-weight: bold;
	text-transform: inherit;
	background: #6baf47 url(../images/podTitle.jpg) left top repeat-x;
	padding: .25em;
	margin: .25em 0 .25em;
	font-size: 150%;
}

.spotlight {
	color: #fff;
	border: 1px solid #e9e5dd;
	width: 47%;
	float: left;
	padding: .15em .5em;
	min-height: 185px;
}

#home #mainColumn img {
	float: left;
	margin-right: .5em;
}

.faqs {
	color: #fff;
	border: 1px solid #e9e5dd;
	width: 47%;
	float: right;
	padding: .15em .5em;
	min-height: 185px;
}

#home .bottomPods .container {
		padding: .5em 1em .5em .5em;
		margin: 0;
		text-transform: inherit;
		color: #333;
}

.news {
	width: 49%;
	float: left;
}

.news h3 {
	background: #6baf47 url(../images/podTitle.jpg) left top repeat-x;
}

.events {
	width: 49%;
	float: right;
}

.events strong {
	
}

.events .floatLeft {
	float: left;
	margin-right: 1em;
	width: 75px;
	font-size: 85%;
}

.events .floatRight {
	float: right;
	width: 195px;
}

.events ul li {
margin-top: .25em;
}

#home #mainColumn ul {
	margin: 0;
}

#home #mainColumn ul li {
	list-style: none;
	border-bottom: 1px #ccc dotted;
	padding-bottom: .5em;
}

#home #mainColumn h3 {
	color: #2d872e;
	border-top: 1px solid #bab58d;
	border-bottom: 1px solid #bab58d;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 130%;
	background: #f2f1e9 url(../images/bg_news.gif) right 3px no-repeat;
	padding: .35em 0 .4em;
}

#home #mainColumn h3 {
	color: #2d872e;
	border-top: 1px solid #bab58d;
	border-bottom: 1px solid #bab58d;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 130%;
	background: #f2f1e9 url(../images/bg_news.gif) 280px 3px no-repeat;
	padding: .35em 0 .4em;
}

#home #mainColumn .events h3 {
	background: #f2f1e9 url(../images/bg_events.gif) 280px 3px no-repeat;
}
#mainColumn  h2 {
	font-weight: bold;
	padding-top: 20px;
}

.bottomPods {
margin-top: 1em;
}

label {
	margin: 0px;
	margin-top: 1em;
 	display: block;
}

#join-chamber-column {
	width: 200px;
	float: right;
	padding: 1em;
	background: #ccc;
}

#join-chamber-column ol {
	list-style-type: upper-alpha;
	list-style-position: inside
}

#join-chamber-column ul {
	padding-left: 1em;
}

div.cmsms-form-multipart label {
	display: inline;
}

div#search_box label {
	display: none;
}

div#search_box input.search_text_input {
	width: 100px;
}

div#search_box input.search_submit_button {
/* 	width: 100px; */
}

