/*	STRUCTURES
	========================================================================================================= */

body {
	background: #2a70b8 url(../images/background.gif) top repeat-x;
	font: 14px/1.5 arial, tahoma, helvetica, sans-serif;
	color: #242424;
	margin: 0 0 20px 0;
	padding: 0;
	}
table, tr, th, td {
	font: 14px/1.5 arial, tahoma, helvetica, sans-serif;
	color: #242424;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	}
	
#header {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
#ncura {
	height: 56px;
	margin: 0;
	padding: 0;
	}
#masthead {
	background: #b1e0ea;
	border: 1px solid #fff;
	height: 240px;
	margin: 0;
	padding: 0;
	}

#menu {
	background: #d1ead4 url(../images/backgroundMenu.jpg) no-repeat;
	font-size: 13px;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 898px;
	height: 53px;
	margin: 0 auto;
	padding: 0;
	}
	
#outerSite {
	background: #d64f27 url(../images/backgroundOuterSite.jpg) top no-repeat;
	border: 1px solid #fff;
	width:860px;
	margin: 0 auto;
	padding: 19px 19px 0 19px;
	}
#innerSite {
	background: #f9f5df url(../images/backgroundInnerSite.jpg) top no-repeat;
	padding: 30px 30px 0 30px;
	}
#dateBox {
	text-align: center;
	margin: 50px auto -1px 30px;
	}
	
#submenu {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #daefe7;
	padding: 0 0 20px;
	}
	
.split {
	width: 100%;
	margin: 0 0 20px 0;
	}
.split td {
	width: 50%;
	padding: 5px 10px;
	}
	
.schedule {
	width: 100%;
	margin: 0 0 20px 0;
	}
.schedule th {
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	width: 150px;
	white-space: nowrap;
	}
.schedule td {
	padding: 5px 10px;
	}

#aquariums {
	border-left: 5px solid #7a2ab8;
	padding: 0 0 5px 15px;
	margin: 0 0 25px 0;
	}
#museums {
	border-left: 5px solid #ea9425;
	padding: 0 0 5px 15px;
	margin: 0 0 25px 0;
	}
#historicHomes {
	border-left: 5px solid #2a70b8;
	padding: 0 0 5px 15px;
	margin: 0 0 25px 0;
	}
#tours {
	border-left: 5px solid #66ba2f;
	padding: 0 0 5px 15px;
	margin: 0 0 25px 0;
	}
#shopping {
	border-left: 5px solid #b43b3b;
	padding: 0 0 5px 15px;
	margin: 0 0 25px 0;
	}
	
#aquariums .top, #museums .top, #historicHomes .top, #tours .top, #shopping .top {
	margin: 25px 0 5px 0;
	font-size: 11px;
	}
	
#footer {
	margin: 30px 0;
	text-align: center;
	font-size: 12px;
	color: #93c3f3;
	}
	
.print { display: none; }
.floatRight { float: right; }
.center { text-align: center; }
.clear { clear: both; }
/*	HEADINGS
	========================================================================================================= */
	
p, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1 {
	font: normal 30px georgia, garamond, serif;
	color: #175ca3;
	}
h1 span {
	font-size: 26px;
	font-style: italic;
	display: block;
	}
	
h2 {
	font-size: 26px;
	font-weight: normal;
	color: #d64f27;
	}

h3 {
	font-size: 22px;
	font-weight: normal;
	color: #39934e;
	}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #0a498a;
	margin: 0;
	}
#aquariums h4 { color: #7a2ab8; }
#museums h4 { color: #ea9425; }
#historicHomes h4 { color: #2a70b8; }
#tours h4 { color: #66ba2f; }
#shopping h4 { color: #b43b3b; }
	
h5 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #b50000;
	}
	
h6 {
	font-size: 11px;
	font-weight: normal;
	color: #5a5a5a;
	}
caption {
	font-size: 16px;
	font-weight: bold;
	color: #0a498a;
	margin: 0;
}
.light {
	color: #939393;
	font-size: 11px;
	margin: 0 0 50px 15px;
	}
	
#footer p { margin: 15px 0; }
	
/*	LINKS
	========================================================================================================= */
	
a:link, a:active, a:visited {
	color: #2766a9;
	text-decoration: underline;
	}
a:hover { color: #339152; }

#menu a:link, #menu a:active, #menu a:visited {
	text-decoration: none;
	padding: 7px 10px 4px 10px;
	display: block;
	}
#menu a:hover  {
	border-bottom: 4px solid #fff;
	text-decoration: none;
	}
#menu ul li.on a {
	color: #d64f27;
	border-bottom: 4px solid #fff;
	}
#submenu a:link, #submenu a:active, #submenu a:visited {
	text-decoration: none;
	padding: 0 12px 0 0;
	font-weight: bold;
	}
#submenu a:hover { }
#submenu ul li.on a { color: #d64f27; }

ul.bookmarks li a:link, ul.bookmarks li a:active, ul.bookmarks li a:visited,
.top a:link, .top a:active, .top a:visited  {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	}
.top a:link, .top a:active, .top a:visited { font-size: 11px; }
ul.bookmarks li a:hover,
.top a:hover  { }

#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
#footer a:hover { color: #93c3f3; }
	
/*	LISTS
	========================================================================================================= */

ul { list-style: url(../images/bulletList01.gif); }
ul li { margin-bottom: 5px; }

#menu ul {
	list-style: none;
	margin: 0 0 0 22px;
	padding: 0;
	}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#submenu ul li {
	background: url(../images/bulletSubmenu.gif) no-repeat;
	display: inline;
	margin: 0;
	padding: 0 0 0 18px;
	}
#submenu ul li.on { background: url(../images/bulletSubmenuOn.gif) no-repeat; }

ul.bookmarks {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.bookmarks li {
	background: url(../images/bulletBookmarks.gif) no-repeat;
	display: inline;
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#footer ul li {
	margin: 0;
	padding: 0 10px;
	display: inline;
	}
	
/*	IMAGES
	========================================================================================================= */
	
img { border: none; }

.floatRight img { margin: 0 0 25px 25px; }

.photoRight {
	float: right;
	margin: 0 0 25px 25px;
	}
.photoCenter {
	text-align: center;
	margin: 0 0 15px 0;
	}
.photoRight img, .photoCenter img { border: 10px solid #fff; }

/*	FORMS
	========================================================================================================= */
	
/*	MISCELLANEOUS
	========================================================================================================= */

.hr {
	background: #74b6b6;
	width: 100%;
	height: 1px;
	display: block;
	margin: 25px 0;
	}
.hrSmall {
	background: #bbdbdb;
	width: 50%;
	height: 1px;
	display: block;
	margin: 25px auto;
	}
.hr hr, .hrSmall hr { display: none; }

blockquote { margin-left: 15px; }

