html * {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Resets */

.clear {
	clear: both;
}

.wrap {
	float: left;
	margin: 0 10px 10px 0;
}

.wrap-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* End Resets */



/* Layout */

#canvas {
	width: 832px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	min-height: 600px;
}

#container {
	display: block;
	width: 832px;
	min-height: 620px;
}

#main-header {
	overflow: hidden;
	width: 676px;
	height: 215px;
	display: block;
	background: url(/images/main_header.gif) top left no-repeat transparent;
	padding-left: 156px;
}

#feature-image-container {
	width: 374px;
}

#header-ad-container {
	width: 262px;
	background: url(/images/header-ad-background.jpg) top left no-repeat transparent;
}

#sub-header-ad-container {
	width: 264px;
	height: 194px;
	display: block;
	overflow: hidden;
	background: url(/images/header-ad-background.jpg) top left no-repeat transparent;
	margin: 10px 0 0 7px;
	float: left;
}

#header-ad {
	margin: 10px;
}

#header-ad-container, #feature-image-container {
	height: 190px;
	display: block;
	float: left;
	margin: 11px 0px 0px 12px;
	overflow: hidden;
}

#main-navigation-container {
	width: 156px;
	float: left;
	position: relative;
	z-index: 100000;
}

		#main-navigation-top {
			background: transparent url(/images/main-navigation-top.gif) top left no-repeat;
			height: 13px;
		}
		
		#main-navigation-middle {
			background: transparent url(/images/main-navigation-middle.gif) top left repeat-y;
			min-height: 200px;
			padding-left: 14px;
			padding-right: 5px;
		}
		
		#main-navigation-bottom {
			background: transparent url(/images/main-navigation-bottom.gif) top left no-repeat;
			height: 13px;
		}


#main-container {
	width: 675px;
	float: left;
	display: block;
}
		
		#main-container-top {
			background: transparent url(/images/main-container-top-background.gif) top left no-repeat;
			height: 9px;
		}
		
		#main-container-middle {
			background: transparent url(/images/main-container-middle-background.gif) top left repeat-y;
			min-height: 460px;
			padding-right: 12px;
			padding-left: 10px;
			
			display: block;
			height: auto;
		}
		
		#main-container-bottom {
			background: transparent url(/images/main-container-bottom-background.gif) top left no-repeat;
			height: 15px;
		}

#footer-container {
	margin-left: 166px;
}
		
		#footer {
			
			top: 10px;
			display: block;
			width: 675px;
			min-height: 50px;
			margin-bottom: 15px;
		}

#main-contact-container {
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 10px;
}

#search-container {
	padding: 7px;
	height: 20px;

}

/* End Layout */




/* Styling */

body {
	background-color: #3E5F94;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #444;
	font-size: 9pt;
}

h1, h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

hr {
	border-collapse: collapse;
	background-color: transparent;
	border: none;
	border-top: 1px solid #aaa;
	margin: 15px 5px 20px 5px;
}

#main-container-middle h2, #main-container-middle h2 a {
	font-size: 1.15em;
	color: #0e2e64;
	line-height: 1.5em;
}

#main-container-middle h3, #main-container-middle h3 a  {
	font-size: .9em;
	line-height: 1.5em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #408707;
	font-weight: normal;
}

#main-container-middle h1  {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white !important;
	padding: 10px 0 20px 0;
}

#main-container-middle p {
	margin: 5px 0 0px 0;
	font-size: .95em;
	line-height: 1.5em;
	padding-bottom: 10px;
	position: relative;
}

#main-contact-container h3 {
	font-family: Georgia, Times, serif;
	color: #48A4C6;
	font-weight: normal;
	font-size: 13px;
}

#main-contact-container p  {
	margin-top: 10px;
	color: #AAC7F2;
	font-size: 9px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#main-contact-container p a {
	color: #AAC7F2 !important;
}

#main-contact-container p a:hover {
	color: white !important;

}

#search input {
	float: left;
}

.input-text {
	border: none;
	width: 70px;
	font-size: 11px !important;
	padding: 5px;
	background-color: #2C4266;
	color: white;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	-moz-border-radius: 3px;
	height: 13px;
	line-height: 10px;
}

#search input.go {
	border: none;
	height: 25px;
}

.readmore {
	position: relative;

}

.readmore a {
	clear: both;
	display: block;
	padding: 2px 0 3px 0;
	margin: 3px 0 7px 0;
	font-size: 10px;
	color: #888;
	position: relative;

}

.readmore a:hover {
	color: white !important;
	background-color: #aaa;
	text-decoration: none;
	padding: 2px 0 3px 4px;
	
}

/* End Styling */



/* Columns and contents */

#left-single-column {
	display: block;
	float: left;
	
}

#right-single-column {
	display: block;
	float: right;
	
}

#right-double-column {
	float: right;
	display: block;
}

#left-double-column {
	float: left;
	display: block;
}


#left-full-column {
	display: block;
	float: left;
}

.single-column, .single-column-chamber, .single-column-business, .single-column-life, .single-column-generic {
	background: url(/images/single-column.png) top left transparent no-repeat;
	width: 243px;
	min-height: 150px;
	display: block;
	margin-bottom: 10px;
}

		.single-column-content, .double-column-content, .full-column-content {
			min-height: 200px;
			padding: 0 10px 0 15px;
		}
		
		.single-column-content {
		background:  url(/images/boat.gif) bottom right no-repeat transparent;
		}

.double-column, .double-column-business, .double-column-chamber, .double-column-life, .double-column-generic  {
	background: url(/images/double-column.png) top left transparent no-repeat;
	width: 395px;
	min-height: 150px;
	display: block;
	margin-bottom: 10px;
}

.full-column, .full-column-chamber, .full-column-business, .full-column-life, .full-column-generic {
	background: url(/images/full-column.png) top left transparent no-repeat;
	width: 650px;
	min-height: 150px;
	display: block;
	margin-bottom: 10px;
}

.double-column-generic, .single-column-generic, .full-column-generic {
	background-color: #777;
}

.double-column-ad {
	width: 395px;
	min-height: 150px;
	display: block;
	background-color: #ddd;
	margin-bottom: 13px;
}

			.double-column-ad-top {
				background: url(/images/double-column-rounded-top.png) top left no-repeat;
			}
			
			.double-column-ad-bottom {
				background: url(/images/double-column-rounded-bottom.png) bottom left no-repeat;
			}
			
			.double-column-ad-content {
				min-height: 150px;
				padding: 0 10px 0 15px;
			}

.single-column-ad {
	width: 190px;
	min-height: 5px;
	display: block;
	
	z-index: inherit;
	float: left;
	margin-bottom: 0px;
	margin-right: 10px;
}

			.single-column-ad-top {
				background: url(/images/single-column-rounded-top.png) top left no-repeat;
			}
			
			.single-column-ad-bottom {
				background: url(/images/single-column-rounded-bottom.png) bottom left no-repeat;
			}
			
			.single-column-ad-content {
				min-height: 150px;
				padding: 0 10px 0 15px;
			}

.full-width-ad {
	width: 640px;
	min-height: 150px;
	display: block;
	z-index: inherit;
	background-color: #ddd;

}

			.full-width-ad-top {
				background: url(/images/full-width-rounded-top.png) top left no-repeat;
			}
			
			.full-width-ad-bottom {
				background: url(/images/full-width-rounded-bottom.png) bottom left no-repeat;
			}
			
			.full-width-ad-content {
				min-height: 150px;
				padding: 0 10px 0 15px;
			}

.advertising-notice {
	background: url(/images/advertisement-notice.gif) center no-repeat;
	margin-bottom: 10px;
	color: white;
}

#ambassador-of-the-month {
	background-color: #7F67C4 !important;
}

.ambassador-of-the-month {
	color: #7F67C4 !important;
}

.chamber {
	color: #3652a3 !important;
}

#chamber, .double-column-chamber, .single-column-chamber, .full-column-chamber {
	background-color: #3652a3 !important;
}

.business {
	color: #48a4c6 !important;
}

#business, .double-column-business, .single-column-business, .full-column-business {
	background-color: #48a4c6 !important;
}

.life {
	color: #cd6b31 !important;
}

#life, .double-column-life, .single-column-life, .full-column-life {
	background-color: #cd6b31 !important;
}

#news {
	background-color: #408707 !important;
}

/* End Columns and contents */



/* Lists */

#main-navigation {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 9px;
}

#footer ul {
	clear: both;
	list-style-type: none;
}

		#footer ul li {
			display: inline;
		}
		
		#footer ul li a, #footer ul li {
			color: #7192C6 !important;
			font-size: 10px;
		}
		
		#footer ul li a:hover {
			color: white !important;
			
		}

ul#quick-chamber, ul#quick-business, ul#quick-life { 
	margin-top: 0;
	padding: 20px 10px 0px 15px;
	margin-bottom: 10px;
	list-style-type: none;
	min-height: 130px;
	background-color: transparent;
	background: transparent;
}

		ul#quick-chamber li, ul#quick-business li, ul#quick-life li {
			float: left;
			width: 49%;
		}
		
		ul#quick-chamber li a, ul#quick-business li a, ul#quick-life li a {
			display: block;
			margin-bottom: 10px;
			font-size: .95em;
			color: white !important;
		}
		
		ul#quick-chamber li a:hover, ul#quick-life li a:hover, ul#quick-business li a:hover {
			color: #ccc !important;
		}
	
ul#quick-chamber {
	background-color: #3652a3 !important;
}

ul#quick-business {
	background-color: #48a4c6 !important;
}
		
ul#quick-life {
	background-color: #cd6b31 !important;
}

		ul#quick-chamber li a:hover, ul#quick-business li a:hover, ul#quick-life li a:hover {
			color: #0e2e64 !important;
		}

/* End Lists */



/* Tabbed Content Styling (Quick Links) */

#quicklinks {
	
}

#quicklinks-top {
	background-color: transparent;
	padding: 5px;
	display: block;
	/*width: 378px;*/
	width: 381px;
	height: 184px;
	overflow: hidden;
	margin: 10px 0 0 10px;
	float: left;
}

.shadetabs-dark {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white !important;
	list-style-type: none;
	text-align: left; 
	background-color: transparent;
}

.shadetabs-dark li {
	float: left;
	padding: 7px 10px 6px 10px;
	width: 107px;
	background: url(/images/quick-nav-tab-dark.png) no-repeat top left;
}

.shadetabs-dark li a {
	display: block;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 6px;
	color: white;
}

.shadetabs-dark li a:visited {

}

.shadetabs-dark li a:hover {
	color: #0e2e64;
	position: relative;
}

.shadetabs-dark li.selected {
	background: url(/images/quick-nav-tab-selected-dark.png) no-repeat top left;
}

.shadetabs-dark li.selected a { 
	
}

.shadetabs-dark li.selected a:hover { 
	color: #0e2e64;
	text-decoration: none;
}

.shadetabs {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white !important;
	list-style-type: none;
	text-align: left;
	background-color: transparent;
}

.shadetabs li {
	float: left;
	padding: 7px 10px 6px 10px;
	width: 112px;
	background: url(/images/quick-nav-tab.png) no-repeat top left;
}

.shadetabs li a {
	display: block;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 6px;
	color: white;
}

.shadetabs li a:visited {

}

.shadetabs li a:hover {
	color: #0e2e64;
	position: relative;
}

.shadetabs li.selected {
	background: url(/images/quick-nav-tab-selected.png) no-repeat top left;
}

.shadetabs li.selected a {

}

.shadetabs li.selected a:hover { 
	text-decoration: none;
	color: #0e2e64;
}

.tabcontentstyle { 
	display: block;
	min-height: 175px;
	width: 393px;
	background: transparent;
	background-color: transparent;
}

.tabcontent{
	display:none;
	background: transparent;
}

.tabcontent p {
	font-size: .95em;
	line-height: 1.5em;
	padding-bottom: 10px;
	background: transparent;
	background-color: transparent;
}

@media print {
.tabcontent {
display:block!important;
}
}

/* End Tabbed Content Styling (Quick Links) */
