/***** CSS RESET *******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/***** END CSS RESET (thanks to Eric Meyer) *******/


/***** UTILITY STYLES *******/
.clear {
	clear: both;
	}
	
/***** FONTS *******/	

/*        this font is available at http://www.smeltery.net/          */


@font-face {
	font-family: 'MEgalopolisExtraRegular';
	src: url('../type/megalopolisextra-webfont.eot');
	src: local('☺'), url('../type/megalopolisextra-webfont.woff') format('woff'), url('../type/megalopolisextra-webfont.ttf') format('truetype'), url('../type/megalopolisextra-webfont.svg#webfontIgPbMtVd') format('svg');
	font-weight: normal;
	font-style: normal;
}


/***** Body *******/

body {
	font-size: 100.01%;
	/*centering for IE6*/
	text-align: center;
	}
/***** Backgrounds *******/
#outer-bg {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
	background: #1b3443 url(../img/outer-bg.gif) no-repeat center top;
	background-attachment: fixed;
	}
#inner-bg {
	position: relative;
	width: 806px;
	height: auto;
	margin: auto;
	text-align: left;
	font: normal 16px/24px Verdana, sans-serif;
	background: #27547a url(../img/inner-bg.png) no-repeat top center;
	background-attachment: fixed;
	}
/***** Headings *****/
h1 {
	font: normal 34px/44px 'MEgalopolisExtraRegular', Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-top: 8px;
	}
h2 {
	font: normal 32px Verdana, sans-serif;
	}
/***** Links *****/
a:link, a:visted {
	text-decoration: none;
	}
a:active {
	text-decoration: underline;
	}
#masthead {
	position: relative;
	width: 800px;
	height: 200px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	border: 3px solid #011a26;
	}
.logo {
	float: left;
	padding: 10px 24px 0 0;
	}
a.logo {
	display: block;
	}
h1.co {
	position: relative;
	padding: 48px 75px 0 0;
	}
#masthead a:link, #masthead a:visited {
	color: #000;
	text-decoration: none;
	}
#masthead a:hover {
	color: #bd0000;
	}
#masthead address {
	position: relative;
	font: normal 22px/36px Verdana, sans-serif;
	text-align: center;
	margin-right: 80px;
	}
#masthead address a {
	padding: 2px;
	}
#masthead span {
	position: relative;
	padding-left: 36px;
	}
#gallery {
	position: relative;
	width: 800px;
	height: 140px;
	margin-top: 40px;
	background-color: #1b3443;
	border: 3px solid #011a26;
	text-align: center;
	}
#gallery li {
	display: inline;
	color: #fff;
	}
#gallery img {
	position: relative;
	padding: 2px 0;
	}
#gallery li a {
	font: normal 18px Verdana, sans-serif;
	color: #fff;
	margin: 24px;
	text-decoration: none;
	}
/*
#gallery li a:visited {
	color: #fff;
	}
#gallery li a:hover {
	background-color: #fff;
	color: #1b3443;
	}
*/

#gallery-pics li {
 	/*display: none;*/
	height: 80px;
	width: 800px;
	}
#gallery-pics li.first {
	display: block; 
	}

#menu {
	float: left;
	width: 245px;
	height: 260px;
	margin: 40px 0;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	border: 3px solid #011a26;
	}
#menu h2 {
	padding: 4px 0 0 24px;
	}
#hours li {
	font: normal 18px Verdana, sans-serif;
	position: relative;
	padding: 4px 24px 2px 24px;
	overflow: hidden;	
	}

#hours span {
	position: absolute;
	top: 2px;
	right: 24px;
	}
.last-day {
	margin-bottom: 8px;
	}
#nav {
	float: left;
	width: 245px;
	}
#nav li {
	background-color: #bd0000;
	padding: 4px 8px;
	border-top: 2px solid #011a26;
	border-bottom: 1px solid #011a26;
	}
#nav a {
	font: normal 32px Verdana, sans-serif;
	display: block;
	color: #000;
	text-decoration: none;
	}
#nav a:visited {
	color: #000;
	}
#nav a:hover {
	color: #fff;
	}
#info {
	float: right;
	width: 520px;
	height: auto;
	margin: 40px 0 48px 29px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	border: 3px solid #011a26;
	}
#info p {
	margin: 12px;
	}
#postings {
	clear: both;
	position: relative;
	width: 800px;
	height: auto;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	border: 3px solid #011a26;
	}
#postings p {
	padding: 0 24px 24px 24px;
	}
#map_canvas {
	clear: both;
	position: relative;
	width: 800px;
	height: auto;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	border: 3px solid #011a26;
	text-align: center;
	}
#map_canvas address {
	position: relative;
	font: normal 22px/36px Verdana, sans-serif;
	}
#map_canvas iframe {
	margin: 24px 0;
	}
#contact {
	clear: both;
	position: relative;
	width: 800px;
	height: 200px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	border: 3px solid #011a26;
	}
.facebook, .twitter {
	font: normal 24px Verdana, sans-serif;
	text-align: center;
	padding: 8px 0;
	}
.facebook a, .twitter a {
	text-decoration: none;
	color: #000;
	}
.facebook a:visited, .twitter a:visited {
	color: #000;
	}
.facebook a:hover, .twitter a:hover {
	color: #B4B4B4;
	}
#footer {
	position: relative;
	width: 806px;
	height: 70px;
	text-align: center;
	}
#footer ul {
	position: relative;
	margin-top: 12px;
	width: 800px;
	height: auto;
	}
#footer p {
	position: relative;
	margin: 24px 16px 0 0;
	font: normal 14px Verdana, sans-serif;
	text-align: right;
	}
.subnav {
	display: inline;
	text-align: center;
	color: #1b3443;
	}
.subnav a {
	color: #000;
	padding: 0 32px;
	text-decoration: none;
	}
.subnav a:visited {
	color: #000;
	}
.subnav a:hover {
	color: #d3dee8;
	}


