body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana, arial, sans-serif;
  font-size: 12px;
	background: url(assets/bg.jpg) repeat-x #cbdef2;
}
a {font-weight: bold;}
a:link {color: #1d4c84; }
a:visited {color: #0C325F; }
a:hover {color: #A0BBD9; }
a:active {color: #1d4c84; }

img {
	border: 0;
	display: block;
	}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	/* padding-bottom: 97px; */
	background: url(assets/bgWrapperV.gif) repeat-y;
	}
body#chamber /* Chamber style */
#wrapper {
	background: url(assets/bgWrapperC.gif) repeat-y;
	}
body#splash  /* Splash style */
#wrapper {
	background: none;
	}
	

#splash #wrapper {}	
#splash #toolbox {
	padding: 1em 2em 0 2em;
	border-bottom: 10px solid white;
	background: white;
	margin: 0;
	}
#splashflash {
	background: url(assets/splash/splashBg.jpg) center center no-repeat #fff;
	height: 152px;
	text-align: center;
	}
#homeLogos {
	background: white;
	text-align: center;
	padding: 20px 0;
	height: 1%;
	overflow: hidden;
	padding-left: 161px;
	}
#homeLogos img {
	float: left;
	margin-left: 50px;
	display: inline;
	}	

/* TopArea on Chamber and Visitor */

/*chamber top images */	
#chamber #top 	{ background: url(assets/headers/cChamber.jpg) no-repeat;}	
body.o192 #top 	{ background-image: url(assets/headers/cCommittees.jpg) !important;}
body.o220 #top 	{ background-image: url(assets/headers/cBusinesses.jpg) !important;}
body.o201 #top 	{ background-image: url(assets/headers/cEvents.jpg) !important;}
body.o221 #top 	{ background-image: url(assets/headers/cInformation.jpg) !important;}
body.o222 #top 	{ background-image: url(assets/headers/cMedia.jpg) !important;}
body.o223 #top 	{ background-image: url(assets/headers/cMembersOnly.jpg) !important;}
body.o200 #top 	{ background-image: url(assets/headers/cNews.jpg) !important;}
/* Visitor top images */
#visitor #top 	{ background: url(assets/headers/vAbout.jpg) no-repeat;}	
body.o18 #top 	{ background-image: url(assets/headers/vAreaNews.jpg) !important;}
body.o19 #top 	{ background-image: url(assets/headers/vContact.jpg) !important;}
body.o3 #top 	{ background-image: url(assets/headers/vEat.jpg) !important;}
body.o9 #top 	{ background-image: url(assets/headers/vEvents.jpg) !important;}
body.o11 #top 	{ background-image: url(assets/headers/vRealEstate.jpg) !important;}
body.o4 #top 	{ background-image: url(assets/headers/vShop.jpg) !important;}
body.o2 #top 	{ background-image: url(assets/headers/vStay.jpg) !important;}
body.o5 #top 	{ background-image: url(assets/headers/vToDo.jpg) !important;}
body.o14 #top 	{ background-image: url(assets/headers/vWedding.jpg) !important;}

#photo-gallery {
	clear: both;
	}

	
#bottom {
	text-align: center;
	padding: 20px;
	background: url(assets/bottomBg.jpg) center bottom no-repeat;
	color: white;
	font-weight: bold;
	}
#bottom i {
	font-style: normal;
	margin-right: 40px;
	}		
#copyright {
	text-align: center;
	color: #828282;
	font-size: 10px;
	font-weight: bold;
	padding: 20px;
	}
#main {
	background: url(assets/topBarV.gif) no-repeat;
	padding-top: 11px;
	height: 1%;
	overflow: hidden;
	}
body#chamber /* Chamber style */
#main {
	background: url(assets/topBarC.gif) no-repeat;
	} 

#content { 	/* Main Column */
	width: 572px;
	float: right;
	position: relative;
	background: url(assets/bgContentV.gif) no-repeat top left;
	}
body#chamber /* Chamber style */
#content {
	background-image: url(assets/bgContentC.gif);
	}
#column {
	width: 184px;
	float: left;
	position: relative;
	}
#wish-list {
	display: inline;
	float: left;
	clear: left;
	}
/* Side Nav */
#sideNav {
	width: 177px;
	margin-left: 7px;
	background: url(assets/subnavBottomV.gif) no-repeat bottom #fff;
	padding-bottom: 7px;
	}
body#chamber /* Chamber style */
#sideNav {
	background-image: url(assets/subnavBottomC.gif);
	}
#sideNav h2 {
	color: #1d4c84;
	font-size: 11px; /* 13 too wide for Verdana*/
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	margin: 0;
	background: url(assets/subnavTopV.gif) no-repeat #fff;
	font-weight: bold;
	}
body#chamber /* Chamber style */ 
#sideNav h2 {
	background-image: url(assets/subnavTopC.gif);
	color: #1d4c84;
	font-weight: bold;
	}
	
#sideNav ul,
#sideNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sideNav ul { 
	margin: 0 1px; /* faking white border */
	background: #da4a52;}
body#chamber /* Chamber style */ 
#sideNav ul { 
	background: #7ab661;
	}
#sideNav ul ul {
	background-image: none; /* No backgruond for nested lists */
	margin: 0; /* reset margin inherited from parent ul */
	}
/* 1st level */
#sideNav a {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	zoom: 1;}
#sideNav a:link { color: white;}
#sideNav a:visited { color: white;}
#sideNav a:hover { color: #da4a52; background: #fff;}
body#chamber /* Chamber style */ 
#sideNav a:hover { color: #7ab661; background: #fff;}
#sideNav a:active { color: white;}
#sideNav #current { color: #de4952;  background: #fff;}
body#chamber /* Chamber style */
#sideNav #current { color: #7bb662;  background: #fff;}


/* 2nd level */
#sideNav ul ul a {
	display: block;
	padding-left: 13px;
	text-decoration: none;
	background: #ffda5c;
	}
#sideNav ul ul a:link { color: #1d4c84;}
#sideNav ul ul a:visited { color: #1d4c84;}
#sideNav ul ul a:hover { color: #da4a52; background: #fff;}
#sideNav ul ul a:active { color: #1d4c84;}

body#chamber /* Chamber style */ 
#sideNav ul ul a {background: #f28234;}
body#chamber /* Chamber style */ 
#sideNav ul ul a:link { color: #fff;}
body#chamber /* Chamber style */ 
#sideNav ul ul a:visited { color: #fff;}
body#chamber /* Chamber style */ 
#sideNav ul ul a:hover { color: #f28234; background: #fff;}
body#chamber /* Chamber style */ 
#sideNav ul ul a:active { color: #fff;}

/* 3nd level */
#sideNav ul ul ul a {
	display: block;
	padding-left: 23px;
	text-decoration: none;
	background: #ffda5c;
	}


/* Members Guide */
#guide {
	background: url(assets/guideV.jpg) no-repeat;
  width: 177px;
  height: 171px;
	display: block;
	text-indent: -9999px;
	margin-left: 7px;
		margin-top: 20px;
	}
body#chamber /* Chamber style */ 
#guide {
	background-image: url(assets/guideC.jpg);
  }
	
/* mailing List */
#mailing {
	background: url(assets/mailingV.gif) no-repeat;
  width: 177px;
  height: 57px;
	display: block;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 7px;
	}
body#chamber /* Chamber style */ 
#mailing {
	background-image: url(assets/mailingC.gif);
  }

/* member direct */
#memberdirect {
	background: url(assets/memberdirectV.gif) no-repeat;
	width: 177px;
	text-align: center;
	margin-top: 20px;
	margin-left: 7px;
	padding-top: 60px;
	padding-bottom: 20px;
	font-size: 11px;
	}
body#chamber /* Chamber style */ 
#memberdirect {
	background-image: url(assets/memberdirectC.gif);
}
#memberdirect i {
	font-style: normal;
	font-size: 11px;
	}
#memberdirect a {
	display: block;
	}
			
/* local weather */
#weather {
	background: url(assets/weatherV.gif) no-repeat;
  width: 177px;
  height: 57px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 10px;
	}
body#chamber /* Chamber style */ 
#weather {
	background-image: url(assets/weatherC.gif);
  }
 
/* send a postcard */
#c-postcard {
	background: url(assets/postcardV.gif) no-repeat;
  width: 177px;
  height: 71px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 10px;
}
body#chamber #c-postcard {
	background: url(assets/postcardC.gif) no-repeat;
	}
	
	
body#chamber /* Chamber style */ 
#postcard {
	background-image: url(assets/postcardC.gif);
  }
	
/* Toolbox Output */
#search {
	margin: 10px 20px;
	height: 1%;
	overflow: hidden;
	}
#breadcrumbs {
	float: left;
	position: relative;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	}
#search form {
	float: right;
	position: relative;
	font-size: 11px;
	color: #1d4c84;
	}
#search input.text {
	font-size: 11px;
	padding: 0;
	margin: 0;
	height: 16px;
	border: 1px solid #1d4c84;
	vertical-align: middle;
	}

.business-first-letter {margin-left: 10px; margin-bottom: 4px; padding-top: 1em;}
.page-links {margin-left: 10px;}

.formimage {vertical-align: bottom}	

body#chamber /* Chamber style */ 
h1,
body#chamber /* Chamber style */ 
h2
 {
	color: #7ab661;
}

	
/* Events */
#events {
	float: right;
	position: relative;
	width: 103px;
	margin: 10px 3px 10px 18px;
	background: url(assets/eventsV.gif) no-repeat;
	padding-top: 150px;
	font-size: 11px;
	font-weight: bold;
	}
body#chamber /* Chamber style */ 
#events {	background-image: url(assets/eventsC.gif);}

#events p {
	margin: 0;
	color: #28578f;
	}
body#chamber /* Chamber style */ 
#events p {color: #f28234;}

#events a {
	margin-top: 1em;
	display: block;
	text-decoration: none;
	}	
#events a:link {color: #da4a52;}
#events a:visited {color: #da4a52;}
#events a:hover {color: #28578f;}
#events a:active {color: #da4a52;}

body#chamber /* Chamber style */ 
#events a:link {color: #7ab661;}
body#chamber /* Chamber style */ 
#events a:visited {color: #7ab661;}
body#chamber /* Chamber style */ 
#events a:hover {color: #f28234;}
body#chamber /* Chamber style */ 
#events a:active {color: #7ab661;}
				
/* Ecards Items */
#postcard {
	font-family: arial, sans-serif;
	font-size: 13px;
	background: #fff;
	margin-top: 1em;
}
#postcardInner {
	background: url(assets/postcardBg.gif);
	width: 556px;
	height: 354px;
	position: relative;
	}
#postcardImg {
	position: absolute;
	top: 155px;
	left:	255px;
	}
#postcardMsg {
	position: absolute;
	top: 20px;
	left:	20px;
	width: 200px;
	}
#postcardSender {
	font-weight: bold;
	margin-top: 6px;
	}
#postcardReceiver {
	font-weight: bold;
	margin-bottom: 6px;
	} 	
#forgot-login {margin: 30px;}
#postcardCaption {
margin-bottom: 1em;}
