#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 960px;
	height: 126px;
	position: relative;
}
#navbar {

}
#supernav {
	
}
#content {
	background-color: #fff;
	margin-top: 15px;
	border-top: 1px solid #018ebd;
	background-image: url('/img/contentFiller.png');
	background-repeat: repeat-y;
}
#sidebar {
	width: 250px;
	float: left;
}

#main {
	width:700px;
	float: right;
}

#footer {
	width: 960px;
	margin: 0 auto;
	color:#fff;	
	position: relative;
	padding: 10px 0;
	background-color: #ff8400;
}


div#logo {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 291px;
	height: 121px;
	z-index: 1;
}

/*---- Header ----*/
#supernav ul {
	position: absolute;
	top: 10px;
	right: 2px;
}
#supernav ul li {
	float: left;
	font-family: Arial, helvetica, verdana, sans-serif;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #0d6582;
}



#navbar ul {
	position: absolute;
	top: 65px;
	right: 0px;
	height: 32px;
	margin: 0em;
	padding: 0em;
}
#navbar ul li {
	float: left;
}



/*---- Left Sidebar ----*/






/*---- Content ----*/

div#artwork {
	height: 70px;
/*	border-bottom: 1px solid #9bd8ed;*/
	border-bottom: 1px solid #018ebd;
}
div#artwork img {
	display: block;
}

/*---- News &amp; Events ----*/


/*---- Footer ----*/

#footerNav {
	height: 42px;
	background-color: #0090c1;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
}

#footerNav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}



#footer div#credits {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: 1px solid #ff8f18;
	position: relative;
}
#footer div#credits img {
	float: left;
}
#footer div#credits p {
	font-size: 14px;
	padding: 20px 0 0 55px;
}
#footer div#credits a.coalesceLink {
	position: absolute;
	top:20px;
	right:0px;
	color:#fff;
}
#footer div#credits a.coalesceLink:hover {
	color: #00536e;
	border-bottom: 1px dotted #00536e;
}
#footerMeta {
	width: 920px;
	margin: 0 auto;
}

#footerMeta table tr td#label {
	width: 220px;
}
#footerMeta table tr td#label p {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .9px;
	padding-top: 10px;
}
#footerMeta table tr td#links {
	width: 700px;
}
td#links ul {
	margin: 10px 0px 0px 0px;
}
td#links ul li {
	color: #00536e;
	font-size: 13px;
	float: left;
	margin: 0px 5px 4px 2px;
	letter-spacing: -.02em;
}
td#links ul li a {
	color: #00536e;
	border-bottom: 1px dotted #0d6582;
}
td#links ul li a:hover {
	color:#fff;
	border-bottom: 1px dotted #fff;
}



/*---- Shared Styles ----*/




/*---- General Styles ----*/


.introText {
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	padding-right: 10px;
	color: #0099cc;
}

p.credits em {
	color: #fff;
}
.clear {
	clear: both;
}
.padder10 {
	padding: 10px;
}
.padder20 {
	padding: 20px;
}

hr {
	border: none;
	border-top: 1px solid #99e3fe;
	background-color: #e9ffff;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

div.address {
	padding: 15px;
}
div.address span {
	display: block;
	font-size: 15px;
/*	text-transform: uppercase;*/
	font-style: italic;
	margin-bottom: 10px;
}
div.address p {
	font-size: 17px;
}

.backLink {
	font-size: 13px;
	font-style: italic;
	display: block;

}