/* CSS Document */
html { 
	margin : 0; 
	padding : 0;
	text-align: center; 
}
body {
	margin : 0; 
	padding : 0;
	text-align: center;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #006;
	color:#000;
	font: 76%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* styles for prehead & logo */
div#prehead {
	height: 69px;
	background-color: #006;
	text-align: center;
}
div#logo {
	width: 900px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* styles for navigation buttons */
div#navigation {
	height: 33px;
	background: url(../images/nav_bg.jpg) repeat-x;
	text-align: center;
}
div#buttons {
	width: 900px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
}
/* styles for left & right panels */
div#container {
	background-color: #fff;
	text-align: center;
}
div#content {
	width: 900px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	border-right: 1px solid #006;
	border-left: 1px solid #006;
}
div#rightPanel {
	width: 270px;
	float: right;
	padding: 15px 15px 0 0;
	background: transparent;
}
div#rightPanel ul#QuickLinks {  /*----- Formatting for Quick Links appearing in left column -----*/
	width: 265px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}
div#rightPanel ul#QuickLinks li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat;
	background-position: 0px 6px;
}
div#rightPanel ul#QuickLinks li a:link, div#rightPanel ul#QuickLinks li a:visited {
	color: #006;  /* dark blue */
	text-decoration: none;
}
div#rightPanel ul#QuickLinks li a:active, div#rightPanel ul#QuickLinks li a:hover {
	color: #0267FF;  /* med. blue */
	text-decoration: underline;
}
div#rightPanel table#Events {
	font-size: 11px;
	margin-bottom: 10px;
}
div#rightPanel table#Events tr th {
	background-color: #006;
	color: #FFF;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	text-align: left;
	height: 22px;
}
div#rightPanel table#Events tr td {
	background-color: #D7E7FF;
	padding: 0 3px;
	color: #006;
	vertical-align: top;
}
div#rightPanel table#Events tr td img {
	padding: 3px;
	border: 0;
}
div#leftPanel {
	width: 585px;
	float: left;
	padding: 15px 0 15px 15px;
	background: transparent;
}
div#imageViewer {
	margin: 0 12px;
}
.lg_pic {
	width: 500px;
	height: 275px;
}
.thumb {
	height: 16px;
	width: 16px;
	padding: 2px;
	margin:3px;
	margin-top: 5px;
	border: 1px solid #006;
}
.selectedThumb {
	height: 16px;
	width: 16px;
	padding: 2px;
	margin:2px;
	margin-top: 5px;
	border: 2px solid #006;
}
.descriptionText {
	font-size: 8pt;
	color: 006;
	text-align: left;
	margin: 0 30px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #006;
}

div#footer {
	height: 75px;
	background: url(../images/footer_bg.gif) repeat-x;
	background-position: 0 0;
	amrgin: 0;
	padding: 0;
	text-align: center;
}
div#footerText {
	width: 900px;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	font-size: 10px;
	color: #fff;
}
div#footerText a:link, div#footerText a:visited {
	color: #fff;
	text-decoration: underline;
}
div#footerText a:hover {
	color: #bbb;
}

/* styles for headings */
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #006;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #0267FF;
}
h3, h4, h5, h6 {
	font-size: 120%;
	font-weight: bold;
	color: #006;
	width: 95%;
	padding: 4px 10px;
	background-color: #EFEFEF;
	border-top: 1px solid #CCC;
	text-align: center;
}
ul.normal {    /*----- Formatting for normal bulleted lists within the page content.  -----*/
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
}
ul.normal li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	line-height: 120%;
	background: url(../images/square.gif) no-repeat;
	background-position: 0px 8px;
}
table { 
	font-size: 10pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	text-align:left;
}
table.employers, table.chamber {
	font-size: 10pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table.employers th {text-align:center;}
table.employers tr.yellow td {
	border-top: 1px solid #006;
	border-bottom: 1px solid #006;
	background: #EFEFEF;
	font-weight: bold;
	text-align: center;
	}
table.employers td {
	border-bottom: 1px solid #CCC;
	padding: 2px 0.5em;
	}
table.employers td+td {
	border-left: 1px solid #CCC;
	}
table.employers tr.center td+td {text-align: center; }
table.employers tr td.center {text-align: center; }
table.chamber tr.yellow td {
	border-top: 1px solid #006;
	background: #E2E2E2;
	font-weight: bold;
	}
table.chamber td {
	padding: 2px 0.5em;
	font-size: 10pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	}
table.chamber td+td+td {
	text-align:center;
	}
table.chamber tr td.icon {
	vertical-align: top;
	width: 32px;
	text-align:center;
}
table tr td.memberDetails {
	padding-left: 53px;
	font-size: 10pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
table.small tr.yellow td {
	border-top: 1px solid #6A2614;
	border-bottom: 1px solid #6A2614;
	background: #FFC;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	}

table.small td {
	border-bottom: 1px solid #CCC;
	padding: 2px 0.5em;
	font-size: 10px;
	}
table.small td+td {
	border-left: 1px solid #CCC;
	}
table.small tr.center td+td {text-align: center; }

/* styles for links */
a:link, {
	text-decoration: underline;
	color: #006;
}
a:visited {
	text-decoration: underline;
	color: #606;
}
a:hover, a:active {
	text-decoration: underline;
	color: #0267FF;
}
a.white:link { color: #FFF; }
a.white:visited { color: #FFF; }
a.white:hover, a.white:ative { color: #BBB; }
	
/* misc. styles */
.clearfloat {
	clear: both;
}
/* for 'more...' links */
a.bullet {
	padding-left: 14px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 6px 6px;
	padding-bottom: 8px;
}
.hide {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
}
.small {
	font-weight: normal;
	font-size: 9px;
}
.grey {
	color:#999;
}
.image_left {  /*----- images with this class assigned will float to the left and text will wrap around them -----*/
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 0;
}
.image_right {  /*----- images with this class assigned will float to the right and text will wrap around them -----*/
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	border: 0;
}

.fixme {
	color:#F00;
	font-weight: bold;
}
p.credits, p.credits a:link, p.credits a:visited {
	font-size: 9px;
	color: #999;
	text-decoration: none;}
p.credits a:hover {
	text-decoration:underline;
	color: #fff; }
