 {
  min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

div.scroll {
  width: 570px; 
	height: 100px; 
	overflow: auto; 
	background: #f0e68c;
}

div.noscroll {
  width: 570px; 
	background: #f0e68c;
}

a {
  color: #43648d;
  text-decoration:none;
	font-weight: bold;
}

a:hover {
  color: #F7AD10;
}

img {
	border:0px;
}

body {
	background: #546E8F url(images/bg-blue.jpg) repeat-x top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p {
  padding-bottom: 1.2em;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {
  padding-top: 6px;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 50px 10px 0;
}

.header {
	background: #ffffff;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .home {
	background: #546E8F url(images/hdr-home.jpg) no-repeat;
	width: 780px;
	height:150px;
}

.header .visit {
	background: #546E8F url(images/hdr-visit.jpg) no-repeat;
	width: 780px;
	height:150px;
}

.header .relocate {
	background: #546E8F url(images/hdr-relocate.jpg) no-repeat;
	width: 780px;
	height:150px;
}

.header .chamber {
	background: #546E8F url(images/hdr-chamber.jpg) no-repeat;
	width: 780px;
	height:150px;
}

.header .directory {
	background: #546E8F url(images/hdr-directory.jpg) no-repeat;
	width: 780px;
	height:150px;
}

.header .calendar {
	background: #546E8F url(images/hdr-calendar.jpg) no-repeat;
	width: 780px;
	height:150px;
}

.header .store {
	background: #546E8F url(images/hdr-store.jpg) no-repeat;
	width: 780px;
	height:150px;
}

.header .map {
	background: #546E8F url(images/hdr-map.jpg) no-repeat;
	width: 780px;
	height:150px;
}

/* navigation */
.navigation {	
	background: #546E8F url(images/nav-blue.gif);
	height: 41px;
	margin:0 auto;
}

.navigation a {
	background: #546E8F url(images/nav-blue.gif);
	border-right: 1px solid #ffffff;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation a:hover {
  background-position: left bottom; 
	color: #F7AD10;
}

/* main */
.main {
	border-top: 4px solid #ffffff;
	background: #f5f5f5;
}

/* left column */
.lcol {
	float: left;
	width: 170px;
}

.lcol h2 {
	color: #ffffff;
	font-size: 10pt;
	margin: 0;
	padding-left: 12px;
	padding-bottom: 8px;
	text-align:center;
	background: #546E8F url(images/bgfooter-blue.gif) repeat-x bottom;
}

.lcol ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.lcol li {border-bottom: 1px solid #EAEADA;}

.lcol li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.lcol li a:hover {
	background: #ebf6e6;
	color: #654;	
}

/* right content */
.rcontent {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 571px;
}

.rcontent h2 {
	border-bottom: 3px solid #43648d;
	width: 100%;
	color: #43648d;
}
	
.rcontent li {
	color: #43648d;
	font-size: 12pt;
}

.rcontent h3 {
	color: #43648d;
	font-size: 12pt;
}
/* only content */
.ocontent {
	margin: 10px 0;
	padding: 0 16px;
}

.ocontent h2 {
	border-bottom: 3px solid #43648d;
	width: 100%;
	color: #43648d;
}
	
.ocontent li {
	color: #43648d;
	font-size: 12pt;
}

.ocontent h3 {
	color: #43648d;
	font-size: 12pt;
}

/* left content */
.lcontent {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 571px;
}

.lcontent p {
	color: #43648d;
	font-size: 11pt;
}

.lcontent h2 {
	border-bottom: 3px solid #43648d;
	width: 100%;
	color: #43648d;
}
	
.lcontent li {
	color: #43648d;
	font-size: 12pt;
}

.lcontent h3 {
	color: #43648d;
	font-size: 12pt;
}

/* right column */
.rcol {
	float: right;
	width: 170px;
}

.rcol h2 {
	color: #ffffff;
	font-size: 10pt;
	margin: 0;
	padding-left: 12px;
	padding-bottom: 8px;
	text-align:center;
	background: #546E8F url(images/bgfooter-blue.gif) repeat-x bottom;
}

.rcol ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.rcol li {border-bottom: 1px solid #EAEADA;}

.rcol li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.rcol li a:hover {
	background: #ebf6e6;
	color: #654;	
}

.rcol .image {
	width:210px;
	border:0px;
}

/* no columns */
.content {
	margin: 10px 0;
	padding: 0 16px;
}

/* table style-newsletter */
table.news
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 300px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;}

.newsHdr
{ border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}

.newsBody p
{ text-align: center;
padding-bottom: 0em;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 

/* table style-major emp */
table.emp
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 575px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;}

.empHdr
{ border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}

.empBody p
{ text-align: left;
padding-bottom: 0em;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 

/* table style-churches */
table.church
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 571px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;}

.churchBody p
{ text-align: left;
padding-bottom: 0em;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;} 

/* table style-chamber store */
table.store
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 575px;
background-color: #fafafa;
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;}

.storeHdr
{ border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}

.storeBody p
{ text-align: left;
padding-bottom: 0em;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 11px;
color: #404040;
background-color: #fafafa;
text-indent: -8px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;}

.storeBody li
{ text-align: left;
margin-left: 20px;
padding-bottom: 0em;
font-family: Verdana;
font-size: 11px;
color: #404040;} 

/* footer */
.footer {
	background: url(images/bgfooter-blue.gif) repeat-x bottom;
	font-size: 8pt;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
}

.footer a {
  color: #ffffff;
	text-decoration:none;
}

.footer a:hover {
  color: #F7AD10;
}
