/* ----- Page Setup ----- */

* {
	margin:0;
	padding:0;
	outline:0;
}

html {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

body {
	background: #2f2f2f;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}

h1 {
	font-size: 20px;
	color: #05545e;
}

h2 {
	font-size: 16px;
	color: #2f2f2f;
	margin: 0;
}


label {
	font-weight:bold;
}

a img {
	border:0;
}

a {
	color:#ad382a;
}


/* ----- Page Structure ----- */

#top {
	height: 26px;
	width: 862px;
	background: url(/images/back-top.gif) bottom center no-repeat;
	margin: 0 auto;
}

#wrapper {
	background: url(/images/back-middle.gif) center repeat-y;
	width: 862px;
	padding: 10px;
	margin: 0 auto 0;
}

#inner_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 741px;
}

#bottom {
	width: 862px;
	height: 29px;
	position: relative;
	bottom: 0;
	background: url(/images/back-bottom.gif) top center no-repeat;
	margin: 0 auto;
}


/* ----- Masthead ----- */

#masthead {
	padding: 0;
	margin: 0;
	position: relative;
	width: 741px;
}

#main_logo {
	padding: 0;
	margin: 0;
	background: #0cc6de;
	height: 190px;
	width: 741px;
	text-align: center;
}


/* ----- Navigation ----- */

ul#nav {
	position: absolute;
	bottom: -2px;
	width: 741px;
	height: 39px;
	background: url(/images/back-nav.gif) repeat-x;
	list-style:none;
	border-bottom: 3px solid #adadab; 
}

ul#nav li {
	font-size: 16px;
	float: left;
	line-height: 28px;
	padding-left: 20px;
}

ul#nav li.nav_first {
	background: none;
}

#nav li a {
	display: block;
	color: #ad382a;
	padding: 6px 5px 6px 8px;
	text-decoration: none;
	margin-right: 5px;
}

#nav li a:hover {
	color: #ad382a;
	text-decoration: underline;
}

#nav li#current_page {
	
}

#nav li#current_page a {
	color: #666666;
}

#nav li#current_page a:hover {
	
}

ul#nav li#empty_link {
	background: none;
	border: 0;
}

ul#nav li#empty_link a {
	border: 0;
}


/* ----- Main Content ----- */

#content {
	background: #ffffff;
	padding: 10px 0;
	clear:both;
	position: relative;
	width: 741px;
}

#inner_content {
	float: left;
}

#main {
	width: 540px;
	margin-right: 10px;
	float: left; 
	position: relative;
	padding: 10px;
}

.photo {
	border: 2 solid #adadab;
}

.credit {
	text-align: right;
	font-size: 11px;
}

#content p {
	margin-bottom: 15px;
}


/* ----- Secondary Section ----- */

#secondary {
  width:160px;
  float:left;
  text-align:center;
}

#info {
  margin:0 0 3em;
}

#street_address {
	font-size: 14px;
	margin-bottom: 20px;
}

#hours {
	font-size: 14px;
	margin-bottom: 20px;
}

#phone {
	font-size: 14px;
	margin-bottom: 20px;
}

#secondary p {
	margin-left: 0;
	margin-bottom: 20px;
}

#secondary label {
	display:block;
}

.small {
	font-size: 10px;
}

.button {
	margin-bottom: 4px;
}

/* ----- Footer ----- */

#footer {
  clear:both;
  font-size:10px;
}

#footer ul {
  padding-top:0em;
}

#footer li {
  display:inline;
  margin-right:0.5em;
}
