html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
	background-image: url(images/DBG_bkgrd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
} 
 
#pagewidth{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
} 
 
#header{
 position:relative; 
 height:auto; 
  background-color:#FFFFFF; 
 width:100%;
} 
#logo{
	width: 100%;
	height: auto;
}
#tagline{
	width: 100%;
	height: auto;
}
#interiorSites{
	width: 100%;
	height: auto;
}

#interiorTags{
	width: 100%;
	height: auto;
	display: block;
}
#interiorTags a{
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #16457c;
	text-decoration: none;
}
#interiorTags a:hover{
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}		
#diningTag{
	text-align: left;
	width: 256px;
	background-image: url(images/diningTag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	float: left;
}
#diningTag a{
	margin-left: 15px;
}
#capeTag a{
	margin-left: 50px;
}		
#shoppingTag{
	text-align: center;
	width: 251px;
	background-image: url(images/shoppingTag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	left: 257px;
	height: 35px;
	float: left;
}
#capeTag{
	text-align: center;
	width: 253px;
	background-image: url(images/capeTag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	float: right;
}
	
#searchWeather{
	width: 100%;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.8em;
	background-image: url(images/searchBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}	
#searchBox {
	width: 80%;
	float: left;
	text-align: center;
	height: 40px;
	background-image: url(images/searchBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .7em;
}
#weatherBox {
	width: 20%;
	float: left;
	text-align: center;
	height: 40px;
	background-image: url(images/searchBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}		
 	 
 
#twocols{
 width:100%; 
 float:right; 
 position:relative; 
  }
 
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:100%;
 }
#maincol p {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	margin-top: 2px;
	margin-bottom: 15px;
	line-height: 120%;
	padding-top: 5px;
}	
#maincol a {
	font-weight: bold;
}
#maincol a:hover {
	font-weight: bold;
}	
#maincol h1 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 2em;
	color: #16457c;
}
#maincol h2 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	color: #16457c;
	margin-bottom: -0.3em;
}
#maincol h3 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.3em;
	color: #16457c;
	margin-bottom: -0.2em;
}	
#maincol img {
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}				
#nav {
	width: 100%;
	background-color:#16457c;
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
}
#nav a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#nav a:hover {
	color: #66CCCC;
}			
 
#footer{
	height:30%;
	clear:both;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .7em;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	background-color: #16457c;
 } 
#footer a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
}
#footer a:hover {
	color: #66CCCC;
}	


.alternate {
	background-color: #CCCC99;
}
.section {
	background-color: #003366;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}	
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
