/* @group basic styles */
body {
	text-align:center;
	margin:0px;
	background-color:#fdffd6;
	padding-top:18px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
}

a {
	outline:none;
	color: #000;
	text-decoration: underline;
}

a.selected {
	color:red;
}

a:hover {
	color:#006467;
}

img {
	border: 0px;
}
/* @end */

/* @group structure */
.span-1, .span-2, .span-3, .span-4, .span-5 {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	text-align:left;
	
}

.span-1 {
	width:168px;
}

.span-2 {
	width:356px;
}

.span-3 {
	width:544px;
}

.span-4 {
	width:732px;
}

.span-5 {
	width:920px;
}

.last {
	margin-right:0;
}
/* @end */

/* @group coda-slider */
#slider {
  width: 960px;
  margin: 0 auto;
  position: relative;
  border-bottom:1px solid #000;
}

.scroll {
  height: 500px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #fff url(images/content_pane-gradient.gif) repeat-x scroll left bottom;	
}

.scrollContainer div.panel {
  padding: 20px;
  height: 460px;
  width: 920px; /* change to 560px if not using JS to remove rh.scroll */
  background-color: #fff;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}
/* @end */
/* @group header */
#header {
	width:920px;
	height:80px;
	background-color:#fff;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	border-top:1px solid #000;
}

#header .name {
	text-align:center;
}

#header .sidebar {
	padding-top:12px;
}

#header .sidebar p {
	margin-bottom:0;
	font-size:13px;
	line-height:18px;
}

/* @end */

/* @group navigation */
.navigation_wrapper {
	background-color:#fff;
	height:36px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.navigation_wrapper ul {
	margin:0 auto;
	padding:0;
	display:inline-block;
	width:800px;
}

.navigation_wrapper ul li {
	display:inline-block;
	list-style-type:none;
	margin:0;
	padding:4px 12px;
	width:175px;
	float:left;
}

.navigation_wrapper a {
	display:block;
	text-decoration:none;
	padding:4px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	font-weight:bold;
	width:175px;
	background-color:#fdffd6;
}

/* @end */
.align_left {
	text-align:left;
}

.align_center {
	text-align:center;
}

.align_right {
	text-align:right;
}
.more_maps {
	position:absolute;
	bottom:0;
	text-align:center;
}

h4.award {
	margin-bottom:6px;
}

.instructions h4 {
	margin-bottom:0;
}

.instructions p {
	font-size:13px;
}

.feature_quote {
	text-align:center;
	border:3px double #000;
	padding:18px 18px 0 18px;
	margin-bottom:24px;
}

.quote_group h4 {
	text-align:center;
}

.news_wrapper {
	margin-top:50px;
}

.subscribe_form label {
	font-style:italic;
}