/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 64% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	background: #e5f8fe;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {
	text-decoration: underline;
	color: #FF3300;
}
a:hover {text-decoration: none;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	color: #900698;
	margin-bottom: 23px;
}
h2 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #03c;
	margin-bottom: 10px;
}
p {
	font-size: 14px;
	line-height: 20px;
	color: #006;
	margin-bottom: 10px;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 1003px;
	position: relative;
	padding-top: 171px;
}
/*HEADER*/
#header {
	width: 100%;
	background: url(../images/bg-header_summer.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 4px;
	height: 167px;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 62px;
	left: 131px;
	background: url(../images/logo.gif) no-repeat;
	width: 441px;
	height: 77px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*portsmouth*/
.portsmouth {
	position: absolute;
	right: 48px;
	top: 14px;
}
/*CONTAINER*/
#container {
	height: 1%;
	padding: 0 0 0 27px;
	background: url(../images/bg-container.gif) repeat-y 185px 0;
	margin-bottom: 10px;
}
#container:after {
	content: ".";
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
/*two-columns*/
.two-columns {
	float: right;
	width: 798px;
}
/*content*/
.content {
	float: left;
	width: 500px;
	padding-top: 12px;
}
/*green-arrow*/
.green-arrow {
	float: left;
	margin: 3px 5px 0 0;
}
/*video-holder*/
.video-holder {
	width: 432px;
	margin: 0 auto;
}
/*sidebar1*/
.sidebar1 {
	float: left;
	width: 132px;
	padding-top: 13px;
}
/*btn-blue*/
.btn-blue {
	width: 132px;
	line-height: 46px;
	background: url(../images/btn-blue.gif) no-repeat;
	font-size: 14px;
	color: #f8f9fb;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
}
/*nav*/
.nav {
	background: url(../images/bg-nav-dotted-border.gif) no-repeat;
	margin-bottom: 26px;
}
.nav li {
	line-height: 26px;
	padding-bottom: 2px;
	background: url(../images/bg-nav-dotted-border.gif) no-repeat 0 100%;
	font-size: 12px;
	width: 100%;
	vertical-align: top;
}
.nav a {
	text-decoration: none;
	display: block;
	height: 1%;
	position: relative;
}
.nav a:hover, .nav a.active {
	margin-left: -14px;
	padding-left: 14px;
	background: url(../images/img-red-arrow.gif) no-repeat 0 50%;
	color: #660066;
}
/*bookmarl-list*/
.bookmarl-list li {
	margin-bottom: 12px;
	width: 100%;
	vertical-align: top;
}
/*sidebar2*/
.sidebar2 {
	float: right;
	width: 275px;
	background: url(../images/bg-yellow-box.gif) no-repeat;
	margin-top: -5px;
}
/*sidebar-wrapper*/
.sidebar-wrapper {
	background: url(../images/bg-yellow-box-bottom.gif) no-repeat 0 100%;
	padding: 28px 20px 28px 40px;
	overflow: hidden;
	height: 1%;
}
/*news-list*/
.news-list {margin-bottom: 15px;}
.news-list li {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #006;
	text-align: center;
	background: url(../images/bg-nav-dotted-border.gif) no-repeat 50% 0;
	width: 100%;
	vertical-align: top;
	padding: 6px 0;
}
.news-list li:first-child {background: none;}
.news-list a {text-decoration: none;}
.news-list a:hover {text-decoration: underline;}
.news-list span {display: block;}
/*column-banner*/
.column-banner {
	border: 1px solid #fff;
	margin-bottom: 8px;
	display: block;
}
/*txt-smugmug*/
.txt-smugmug {
	width: 179px;
	height: 24px;
	margin: 0 auto 6px;
	background: url(../images/smugmug.gif) no-repeat;
}
/*smugmug-list*/
.smugmug-list {
	width: 100%;
	overflow: hidden;
}
.smugmug-list ul {
	width: 110%;
	overflow: hidden;
	padding-left: 4px;
}
.smugmug-list li {
	float: left;
	margin-left: 3px;
	display: inline;
}
.smugmug-list img {border: 1px solid #fff;}
/*FOOTER*/
#footer {
	background: url(../images/bg-footer.gif) no-repeat;
	height: 34px;
	overflow: hidden;
	padding: 0 40px;
}
#footer .copyright {
	float: left;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
#footer span {
	float: right;
	color: #fff;
	font: 12px/26px "Trebuchet MS", Arial, sans-serif;
}
#footer span a {
	color: #fff;
	text-decoration: none;
}
#footer span a:hover {text-decoration: underline;}
/*inner-page*/
.inner-page h1 {margin-bottom: 0;}
/*small-link*/
.small-link {
	font-size: 12px;
	text-decoration: none;
}
.small-link:hover {text-decoration: underline;}
/*event-box*/
.event-box {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px #243B91 solid;
	margin-top: 8px;
}
.event-box {
	overflow: hidden;
	width: 100%;
}
.event-box h2 {
	font-size: 14px;
	line-height: 18px;
	color: #900698;
	text-align: left;
	margin: 0;
}
.event-box p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 19px;
}
/*highlighted event box */
.event-boxHL {
	overflow: hidden;
	width: 476px;
	border-bottom: 1px #243B91 solid;
	background-color:#F8FFFC;
	padding: 12px;
	} 
.event-boxHL h2 {
	font-size: 14px;
	line-height: 18px;
	color: #006600;
	text-align: left;
	margin: 0;
}
.event-boxHL p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 19px;
}
/*date*/
.date {
	float: left;
	width: 44px;
	line-height: 37px;
	padding-top: 15px;
	text-align: center;
	color: #039;
	font-size: 18px;
	margin-right: 3px;
}

.sun {background: url(../images/bg-date-sun.gif) no-repeat;}
.mon {background: url(../images/bg-date-mon.gif) no-repeat;}
.tue {background: url(../images/bg-date-tue.gif) no-repeat;}
.wed {background: url(../images/bg-date-wed.gif) no-repeat;}
.thu {background: url(../images/bg-date-thu.gif) no-repeat;}
.fri {background: url(../images/bg-date-fri.gif) no-repeat;}
.sat {background: url(../images/bg-date-sat.gif) no-repeat;}
.day {background: url(../images/bg-date.gif) no-repeat;}


/*dot-list*/
.dot-list {
	font-size: 12px;
	line-height: 18px;
	color: #006;
	margin-bottom: 20px;
}
.dot-list li {
	padding-left: 19px;
	background: url(../images/img-dot-bullet.gif) no-repeat 13px 9px;
}
/*content-photo*/
.content-photo {margin-bottom: 20px;}
