/* Salem Chamber static screen styles

			Table of Contents:
				generic styles
				layout
				typography
				nav
				gallery
				footer
				clearfix	
*/

/* generic styles
----------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
}
/*this margin makes lists viewable in CMS*/
img{ 
	border: none;
}
hr{
	display: none;
}

/* layout
----------------------------------------------*/
body {
	font-family: tahoma, verdana, arial sans-serif;
	font-size: 11px;
	color: black;
	background: white;
	behavior: url("csshover.htc");	/*Menu behavior for IEWin */
} 
body.colored {
	background: #bcc8d0 url(/media/bg_tile.jpg) top left repeat-x;
}
#page{
	margin: 20px auto;
	padding: 0;
	width: 770px;
}
#header{
	position: relative;
	height: 124px;
	background: #d2d2d3 url(/media/header_images.jpg) top right no-repeat;
}
#header h1#logo{
	width: 225px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0; 
	padding-top: 124px; 
	overflow: hidden; 
	background: url(/media/logo.jpg) top no-repeat;
	/* WIN IE5 hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
}
p#phone{
	position: absolute;
	top: 104px;
	left: 70px;
}
#logo{}
#scrolling{
}
#scrolling{
	font-size: 1.3em;
	width: 450px;
}
#scrolling p span{
	color: #49708a;
}
#mid{
	background: white url(/media/mid_watermark.gif) bottom center no-repeat;
	padding: 0px 5px .4em 0;
}
#leftcol{
	float: left;
	width: 170px;	/* Opera 5 */
	\width: 170px;	/* IE5Win */
	w\idth: 170px;	/* Others */
	padding: 0 0 10px 0;
	background: #49708a;
}
#content, #gallery-home{
	float: left;
	padding: 5px 10px;
	width: 455px;	/* Opera 5 */
	\width: 475px;	/* IE5Win */
	w\idth: 455px;	/* Others */
}
.committee{
	float: left;
	text-align:center;
	background: #eaf6fe url(/media/committees_bg_tile.jpg) top left repeat-x;
	margin: 5px 0 10px 0;
	padding: 11px 5px;
	width: 96%;
	border: 1px solid #C3E7FF;
}
.committee img{
	border: 1px solid #59829e;
	margin-top: 6px;
}
#contact-wrap{
	padding: 5px 5px 5px 7px;
	float: left;
}
#content-contact{
	width: 185px;	/* Opera 5 */
	\width: 205px;	/* IE5Win */
	w\idth: 185px;	/* Others */
	padding: 0 10px 0 5px;
	float: left;
	border-right: 1px dotted #49708a;
}	
#gallery-content{
	padding: 10px;
	text-align: center;
}
#coupon{
	margin: 20px 0 10px 0;
	padding: 0 7px;
	text-align: center;
}
#email-form{
	float: left;
	width: 255px;	/* Opera 5 */
	\width: 260px;	/* IE5Win */
	w\idth: 250px;	/* Others */
	padding-left: 10px;
}
#button-row{
	margin: 20px 0;
}
#button-row .button{
	margin: 7px 0 0 3.5%;
	float: left;
	width: 96px;
	height: 79px;
	display: inline;
}
.button a#join{
	position: absolute;
	background: url("/media/join_btn_s.gif") no-repeat;
	width: 96px;
	height: 79px;
}
.button a#join:hover{
	background-position: -96px 0;
}
.button a#print{
	position: absolute;
	background: url("/media/print_btn_s.gif") no-repeat;
	width: 96px;
	height: 79px;
}
.button a#print:hover{
	background-position: -96px 0;
}
.button a#moving{
	position: absolute;
	background: url("/media/moving_btn_s.gif") no-repeat;
	width: 96px;
	height: 79px;
}
.button a#moving:hover{
	background-position: -96px 0;
}
.button a#stay{
	position: absolute;
	background: url("/media/stay_btn_s.gif") no-repeat;
	width: 96px;
	height: 79px;
}
.button a#stay:hover{
	background-position: -96px 0;
}
#rightcol{
	float: left;
	width: 112px;	/* Opera 5 */
	\width: 120px;	/* IE5Win */
	w\idth: 112px;	/* Others */
	padding: 22px 2px 0 6px;
}
div.ad{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
#footer{
	clear: both;
	padding: .3em 0;
}

/* typography
----------------------------------------------*/
h1, h2, h3, h4, h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
.committee h2 span{
	background: white;
	font-family: tahoma;
	color: #49708a;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin-bottom: 0.3em;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1.3em;
}
h5, h6{
	background: white;
	font-family: tahoma;
	color: #49708a;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin-bottom: 0.3em;
}
p{	
	margin-bottom: 0.5em;
}
.committee p{
	margin: 0.6em 0 0 0;
}
#nav{
	text-align: left;
}
#leftcol{
	color: white;
	text-align: center;
}
#leftcol a{
	text-decoration: none;
}
#leftcol p#add{
	padding: 0 10px;
	margin-top: 15px;
}
#leftcol blockquote{
	width: 150px;	/* Opera 5 */
	\width: 170px;	/* IE5Win */
	w\idth: 150px;	/* Others */
	padding: 12px 0 0 10px;
	/*background: url(/media/blockquote_open.gif) no-repeat top left;*/
}
#leftcol blockquote span{
	font-size: 20px;
	font-weight: bold;
}
#leftcol blockquote p{
	font-family: georgia, times, 'times new roman';
	/*background: url(/media/blockquote_closed.gif) no-repeat bottom right;*/
	padding:0 0 6px 0;
	margin-bottom: 0;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.3em;	
	color: #FFF3C3;
}
#leftcol p#name{
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: white;
}
#leftcol blockquote a{ 
	text-decoration: none;
	padding: 0 2px;
}
#bottomleft p a:link{ color: white;}
#bottomleft p a:visited{ color: white;}
#bottomleft p a:hover{
	color: #345a74; 
	background-color: #FFF3C3; 
	border-bottom: 1px solid #49d545;
}
#bottomleft p a:active{ color: white;}
#registration{
	padding: 0 0 10px 6px;
}
#content{
	line-height: 1.5;
}
#contentcontainer ul, #contentcontainer ol{
	margin: 0 0 7px 14px;
	list-style-image: url(/media/list_bullet.gif);
}
#contentcontainer a{
	padding: 2px 2px 2px 1px;
}
#contentcontainer a:link {color: #49708a;}
#contentcontainer a:visited {color: #26465c;}
#contentcontainer a:hover {	
	color: #345a74; 
	background-color: #FFF3C3; 
	border-bottom: 1px solid #49d545;
	text-decoration: none;
}
#content-contact a:active {color: #49708a;}
#content-contact a:link {color: #49708a;}
#content-contact a:visited {color: #26465c;}
#content-contact a:hover {	
	color: #345a74; 
	background-color: #FFF3C3; 
	border-bottom: 1px solid #49d545;
	text-decoration: none;
}
#contentcontact a:active {color: #49708a;}
#content img{
	margin: 0 0 8px 0;
}

/* nav
----------------------------------------------*/
#nav {
	font-family: tahoma, verdana sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#nav li{
	margin-left: 5px;
	position: relative;
	list-style-image: none;
}
#nav ul li a{
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	width: 145px;
	background: #49708a url(/media/bullet.gif) left no-repeat;
}
#nav a:link{color: white;}
#nav a:visited{color: white;}
#nav a:hover { 
	color: white; 
	background: #7092a9 url(/media/bullet.gif) left no-repeat;
 }
#nav a:active{color: white;}

#nav ul.level1 li a:link{color: white;}
#nav ul.level1 li a:visited{color: white;}
#nav ul.level1 li a:hover { 
	color: white; 
	background: #49708a ;
 }
#nav ul.level1 li a:active{color: white;}

#nav ul {
	cursor: default;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li:hover ul { 
	display: block; /* Display sublist on hover */
	background: #7190a4;
}
#nav ul.level0 li{
	float: none;
	position: relative;
	/* IE hack use following rule if your links are block. IE inexplicabley adds 10px of bottom margin.*/
	border-bottom: 1px dotted #88abc2;
}
#nav ul.leve11 li {
	display: block;
	text-decoration: none;
	width: 145px;
}
#nav ul.level1{
	display: none;
	width: 180px;
	position: absolute;
	left: 165px;
	top: 0;
}
#nav ul.level1 li {	
	float: none;
	position: relative;
}
#nav ul ul li a{
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	width: 154px;
	background: none;
}

/* gallery
----------------------------------------------*/
#gallery {
	background: white;
	padding: 10px 20px;
	text-align: center;
}
#gallery h1{
	font-family: tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#gallery img, #galleryImage img {
	border: 1px solid #bbd9d5;
}
#gallery table {
	border-spacing: 2px;
}
#gallery td {
	padding: 12px 0;
	background: #fefee8;
	text-align: center;
	border-right: 1px solid #d1eAe7;
	border-bottom: 2px solid #d1eAe7;
	border-top: 1px solid #d1eAe7;
	border-left: 2px solid #d1eAe7;
}
#galleryControls {
	margin: 0;
}
#galleryControls td{
	text-align: center;
	width: 50px;
}
#galleryImage {
	text-align: center;
	padding: 15px;
}
#gallery td:hover{ background-color: #f1f1f1; }

#gallery-home{
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
#gallery-home a{
	text-decoration: none;
	display: block;
}
#gallery-home img{
	margin: 8px 0 0 0;
}
#gallery-home a{padding: 7px 4px 4px 4px;}
#gallery-home a:hover {	border: none;}
#gallery a{text-decoration:none;}
#gallery p a:hover {		
	color: #345a74; 
	background-color: #FFF3C3; 
	border-bottom: 1px solid #49d545;
	text-decoration: none;
}

/* footer 
----------------------------------------------*/
#footer{
	font-size: 1em;
}
#footer ul.topLevelNav {
	padding: 0;
	margin-bottom: 0.3em;
	list-style: none;
}
#footer ul.topLevelNav li {
	display: inline;
}
#footer a {
	padding: 0 0.5em;
	text-decoration: none;
	white-space: nowrap;
}
#footer a.cperry{
	padding: 0;
}
#footer{
	text-align: center;
}
#footer p{
	margin: 0;
	color: #333;
}
#footer a:link {color: #333;}
#footer a:visited {color: #333;}
#footer a:hover {
	color: #666;
	background-color: #FFF3C3; 
	border-bottom: 1px solid #49d545;
}
#footer a:active {color: #333;}
#footer a.current {color: #333;}

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;} /*IE7*/
/* Hide from IE Mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE Mac */