/* @override http://nwilliams.sitecrafting.lan/harrison/css/style.css */

@CHARSET "UTF-8";
@import url('fonts/load.php?GillSansStd');
body {
	background-color:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
}

* {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#699748;
	padding:3px 0;
}

h1 {font-size:26px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

hr {
	border:none;
	background-color:#cccccc;
	height:1px;
}

img {
	border:none;
}

a, a:visited {
	outline:none;
	color:#699748;
}

input {
	background-color:#ffffff;
	color:#333333;
	border:solid 1px #b4b4b4;
	height:18px;
	padding:0 5px;
}

textarea {
	background-color:#ffffff;
	color:#333333;
	border:solid 1px #b4b4b4;
	padding:0;
}

#container {
	width:960px;
	margin:20px auto;
}

/*******************************
*********** HEADER *************
*******************************/
#header .logo {
	float:left;
	width:153px;
	height:42px;
}

#header .global_search {
	float:right;
	text-align:right;
}

#header .global_search .submit_btn {
	float:left;
	height:26px;
	line-height:18px;
	border:solid 1px #B4B4B4;
	color:#ffffff;
	background-color:#B5C390;
	cursor:pointer;
	font-size:12px;
	padding:0 8px;
}

#header .global_search .input_text {
	float:left;
	height:24px;
	line-height:22px;
	border:solid 1px #B4B4B4;
	border-right:none;
	color:#000000;
	background-color:#ffffff;
	font-size:11px;
	padding:0 8px;
}

#header .global_search .input_text.search_default {
	color:#cccccc;
	font-style:italic;
}

ul.search-synonyms {
	list-style-type: none;
}

.search_count {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

/*******************************
********* NAVIGATION ***********
*******************************/

/***** TOP NAVIGATION *****/
#navigation .top_nav {
	float:right;
	margin:0;
	padding:0 0 5px 0;
}

#navigation .top_nav li {
	float:left;
	list-style-type:none;
}

#navigation .top_nav li a {
	color:#3F89A3;
	border-left:solid 1px #3F89A3;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0 5px;
}

#navigation .top_nav li a:hover {
	text-decoration:underline;	
}

#navigation .top_nav li.first a {
	border-left:none;
}

/***** MAIN NAVIGATION *****/
#navigation {
	width:960px;
	float:left;
	margin:0 0 8px 0;
}

#navigation .main_nav {
	background-color:#B5C390;
	float:left;
	width:960px;
	padding:0;
	margin:0;
	z-index:200;
}

#navigation .main_nav li {
	float:left;
	display:block;
	list-style-type:none;
	position: relative;
	z-index:200;
	border-left:solid #ffffff 1px;
	margin:0;
	padding:2px 14px 5px 14px;
	_padding-bottom:7px; /* IE6 hack */
	*padding-bottom:6px; /* IE7 hack */
}

#navigation .main_nav li.first {
	border-left:none;
}

#navigation .main_nav li a {
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	font-family:GillSansStdRegular,Verdana,Arial,Helvetica,sans-serif;
	color:#ffffff;
	padding:8px 0;
}

#navigation .main_nav li:hover,
#navigation .main_nav li.sfhover {
	display:block;
	background-color:#9FAD7A;
}

#navigation .main_nav li.selected {
	background-color:#9FAD7A;
}

#navigation .main_nav ul {
	display:inline;
	height:auto;
	left:-999em;
	background-color:#B5C390;
	border-top:solid #ffffff 1px;
	list-style-type:none;
	position:absolute;
	top:25px;
	width:155px;
	z-index:200;
	padding:0;
	margin:0;
}

#navigation .main_nav li:hover ul,
#navigation .main_nav li.sfhover ul {
	display:block;
	left:0;
}

#navigation .main_nav li ul li {
	float:left;
	width:154px;
	border:solid #ffffff 1px;
	border-top:none;
	padding:0;
	margin:0;
}

#navigation .main_nav li ul li a {
	display:block;
	float:none;
	color:#ffffff;
	font-size:11px;
	font-family:GillSansStdRegular,Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	padding:4px 10px;
	margin:0;
}

#navigation .main_nav ul.locations {
	width:435px;
}

#navigation .main_nav li ul.locations li {
	width:434px;
}

/*******************************
******** INDEX CONTENT *********
*******************************/

/****** INDEX SLIDESHOW ******/
.herobox {
	position:relative;
	z-index:100;
	width:960px;  
	height:190px;
	background-color:#000;
}

.heronav { 
	position:absolute;
	bottom:0; 
	padding:5px;
}
	
.heronav .pause {
	background-image:url('../images/btn_pause.gif');
	background-repeat:no-repeat;
	background-position:center;
}
	
.heronav a {
	display:block;
	width:20px;
	height:14px;
	float: left; 
	color:#cccccc;
	background-color:#666666;
	border:solid 1px #333333;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	padding:3px 0;
	margin:5px;
}

.heronav a.current,
.heronav a:hover {
	border:solid #dddddd 1px;
	background-color:#000000;
	color:#dddddd;
}	
	
.hero {
	float:left;
	width:960px;
	height:190px;
	background-color:#000000;
	overflow:hidden;
}

.divshow {
	overflow: hidden;
	height: 190px;
}

/****** WAIT STATUS ******/
.wait_status_container {
	margin:20px 0 0 0;
}

.wait_status_table {
	width:960px;
	background-color:#EDF0DF;
	border:solid 1px #b4b4b4;
	padding:0;
}

.wait_status_table tr td {
	padding:10px;
}

.wait_status_table tr td table {
	width:100%;
	border:solid 1px #b4b4b4;
}

.wait_status_table tr td table tr td {
	border:none;
}

.wait_status_table tr td table tr td.wait_location {
	background-color:#B5C390;
	color:#ffffff;
}

.wait_status_table tr td table tr td.wait_location a {
	color:#ffffff;
	text-decoration:none;
}

.wait_status_table tr td table tr td.wait_location:hover,
.wait_status_table tr td table tr td.wait_location a:hover {
	background-color:#9FAD7A;
	cursor:pointer;
}

.wait_status_container .wait_label {
	background-color:#9FAD7A;	
	padding:0 10px;
}

.wait_status_container .wait_label h4 {
	color:#ffffff;	
}

.wait_status_container .wait_top {
	font-size:18px;
	text-align:center;
}

.wait_status_container .wait_bot {
	font-size:10px;
	text-align:center;
}

.wait_status_container .wait_time {
	background-color:#ffffff;
}

.wait_status_container .wait_time a {
	color:#000000;
}

.wait_status_container .wait_location b {
	display:block;
}

/****** FEATURE ******/
.feature {
	float:left;
	overflow:hidden;
	width:270px;
	border:solid 1px #b4b4b4;
	font-size:12px;
	margin:20px 10px;
	padding:15px;
}

.feature h3 {
	margin:5px 0;
}

.feature h3 a {
	text-decoration: none;
}

.feature_list_link {
	background-color: #ffffff;
	border: 1px solid #b4b4b4;
	display: block;
	margin: 10px 0 0 0;
	padding: 0.25em 0.5em;
	text-decoration: none;
}

.feature_left_container {
	width:624px;
	float:left;
	margin-right:10px;
}

table.features_left {
	margin:  0 -20px;
	padding: 0;
}

td.feature {
	float: none;
	vertical-align: top;
}

.feature_left {
	margin-left:0;
}

.feature_mid {
	margin-right:0;
}

/****** PROVIDER SPOTLIGHT ******/
.feature_left_bot {
	background-color:#ffffff;
	width:622px;
	border:solid 1px #b4b4b4;
	margin:0;
	padding:0;
}

.feature_left_inner {
	background-color:#F3F1EB;
	margin:10px;
	padding:10px;
}

.feature_left_bot_img {
	float:left;
	margin:0;
	padding:0;
}

.feature_left_bot_text {
	float:left;
	color:#333333;
	font-size:11px;
	margin:0 0 0 10px;
	padding:0;
}

.feature_left_bot_text h5 {
	text-transform:uppercase;
	padding:0;
	margin:0;
}

.feature_left_bot_text a,
.feature_left_bot_text a:visited {

	color:#333333;
	text-decoration:none;
}

/***** FEATURE RIGHT *****/
.feature_right {
	width:316px;
	border:none;
	padding:0;
	margin-left: 10px;
	margin-right: 0;
}

.feature_right img {
	display:block;
	margin: 0 auto 10px auto;
}

.feature_video {
	display: block;
	margin: 5px auto 15px auto;
	width: 280px;
}

.feature_video .video_box {
	float: none;
	margin: 0;
}

.feature_right_top,
.feature_right_bot {
	width:314px;
	border:solid 1px #b4b4b4;
	padding:0;
}

.feature_right_bot {
	margin-top:20px;
}

.feature_right h4 {
	background-color:#9FAD7A;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	padding:5px 10px;
}

.feature_right_inner {
	padding:15px;
}

.feature_right_bot {
	background-color:#F3F1EB;
}

.feature_right_bot ul {
	list-style-type:none;
}

.feature_right_bot ul li a,
.feature_right_bot ul li a:visited {
	width:272px;
	background-color:#ffffff;
	color:#3F89A3;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	border:solid 1px #DEDBD1;
	padding:5px;
	margin:5px 0 0 0;
}

.feature_right_bot ul li a:hover {
	text-decoration:underline;
}

/*******************************
******* INTERIOR CONTENT *******
*******************************/
#interior_content {
	float:left;
	width:960px;
	margin-bottom:20px;
}

#interior_content.with_sidebar {
	background-image:url('../images/bg_interior_with_sidebar.gif');
	background-repeat:repeat-y;
}

.interior_hero {
	position:relative;
	width:960px;
	height:122px;
	border-bottom:solid 8px #ffffff;
	overflow:hidden;
	margin:0;
}

.interior_hero img {
	float: right;
}

.interior_hero_text {
	position:absolute;
	top:52px;
	left:100px;
	font-size:16px;
	font-family:GillSansStdRegular,Verdana,Arial,Helvetica,sans-serif;
	color:#105D87;
	text-transform:uppercase;
	z-index: 100;
}

.interior_hero_bg {
	background-image: url('../images/hero_overlay.png');
	position: absolute;
	width: 960px;
	height: 122px;
	margin: 0;
	padding: 0;
}

/****** COLUMN LEFT ******/
.col_left {
	width:170px;
	float:left;
}

.col_left .nav_section {
	width:170px;
	padding:20px 0 0;
	background-color:#9FAD7A;
	min-height:150px;
	_height:150px;
}

.col_left ul {
	list-style-type:none;
}

.col_left ul li {
	border-top:1px solid #B5C390;
}

.col_left ul li a,
.col_left ul li div {
	display:block;
	background-color:#C6D2A6;
	color:#333333;
	font-size:11px;
	text-decoration:none;
	padding:3px 5px 3px 8px;
	margin:0;
	zoom:1; /** hack for IE **/
	text-align:left;
}

.col_left ul li a:visited {
	color:#333333;
}

.col_left ul li a:hover {
	text-decoration:underline;
}

.col_left ul li ul li a {
	font-size:10px;
	padding-left:18px;
}
.col_left ul li ul li ul li a { padding-left: 36px; }
.col_left ul li ul li ul li ul li a { padding-left: 54px; }

.col_left .cat_filter {
	display:block;
	color:#ffffff;
	padding: 1px 5px 1px 8px;
	text-align:left;
}

/****** CALENDAR CATEGORY NAV ******/
.col_left ul li label {
	float:left;
}

.col_left ul li div input {
	background-color:transparent;
	border:none;
}

div.txt_size {
	display: block;
	margin: 20px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

div.txt_size span {
	display: block;
	border-top:1px solid #9FAD7A;
	border-bottom:1px solid #9FAD7A;
	background-color: #C6D2A6;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	padding: 12px;
}

div.txt_size a {
	color: #333333;
	text-decoration: none;
	font-size:28px;
	padding:1px 0 5px;
	width: 39px;
	cursor: pointer;
	border:1px solid #9FAD7A;
}

div.txt_size a:hover {
	text-decoration: none;
	background-color: #B5C390;
	color: #FFFFFF;
}

div.txt_size a.increase_txt_size_button {
	float: right;
}

div.txt_size a.decrease_txt_size_button {
	float: left;
}


/****** CALENDAR SEARCH ******/
div.calendar_search_div {
	background: #C6D2A6;
	padding: 5px;
	border: solid 1px #B5C390;
}

div.calendar_search_div form, div.calendar_search_div fieldset {
	border: none 0;
}

div.calendar_search_div .search_default {
	color:#cccccc;
	font-style:italic;
}

div.calendar_search_div .go_button {
	height: auto;
	padding: 1px;
	margin: 0 0 0 5px;
}


/****** COLUMN MIDDLE ******/
.col_middle {
	float:left;
	width:770px;
	color:#333333;
	font-size:11px;
	margin:10px 0 0 20px;
}

#interior_content.with_sidebar .col_middle {
	width: 500px;
	padding-right: 10px;
}

.col_middle h3 {
	color:#333333;
}

.col_middle img {
	margin:15px;
}

.col_middle p {
	margin:10px 0;	
}

.col_middle ul,
.col_middle ol {
	margin:10px 10px 10px 30px;
}

/****** CALENDAR EVENTS ******/
.cal_event_list {
	line-height:1.8em;
	margin:0;
}

.cal_event_list .cal_events {
	border-bottom:solid 1px #cccccc;
	margin:10px 0 0 0;
}

.cal_event_list .cal_events ul {
	list-style-type:none;
	margin:0 0 20px 0;	
}

.cal_event_list .cal_events ul li {
	margin:0 0 20px 0;	
}

.cal_event_list .cal_events .datetime {
	
}

.cal_event_list a,
.cal_event a {
	text-decoration:none;
}

.cal_event_list a:hover,
.cal_event a:hover {
	text-decoration:underline;
}

.cal_event {
	margin:30px 0 0 0;
}

.cal_event p {
	margin:0;	
}

.cal_event img {
	float:right;
	margin-top:0;
}

.event_reg_button {
	float: right;
}

.event_reg_button a {
	color: #ffffff;
}

/****** LOCATION PAGE ******/
img.content_image {
	float: right;
	margin-right: 10px;
}

.col_middle .wait_status_container {
	float:left;
	width:490px;
	font-weight:bold;
	border:solid 1px #b4b4b4;
	margin:0 0 10px 0;
}

.col_middle .wait_status_container .wait_label {
	float:left;
	width:380px;
	text-align:right;
	color:#ffffff;
	padding:3px 10px;
}

.col_middle .wait_status_container .wait_time {
	float:left;
	width:90px;
	text-align:center;
	padding:3px 0;
}

/****** GIFT SHOP PAGE ******/
.col_middle .store_grid {
	overflow: hidden;
	float: left;
	margin: 1.5em 0 1em -10px;
	*margin-bottom: 0; /* :( IE7 hack */
}

.col_middle .store_grid_item {
	display: inline;
	float: left;
	width: 145px;
	height: 210px;
	border: 1px dotted #ddd;
	margin: 0 0 10px 10px;
	text-decoration: none;
	text-align:center;
}

.col_middle .store_grid_item h5 {
	margin: 0 auto;
}

.col_middle .store_grid_item img {
	margin: 10px auto 5px;
	text-align: center;
}

.col_middle .breadcrumbs {
	margin:10px 0;
}

.col_middle .gift_image {
	float:right;
	margin:8px 0 20px 10px;
	max-width: 240px;
	_width: 240px;
}

.col_middle .item_table {
	border-collapse:collapse;
	border:solid 1px #b4b4b4;
	margin:10px 0 0 0;
}

.col_middle .item_table tr td {
	border:solid 1px #b4b4b4;
	text-align:center;
	padding:5px 20px;
}

.col_middle .item_table .no_border td {
	border:none;
}

.col_middle .checkout_table {
	margin:10px 0 0 0;
}

.col_middle .store_grid_item .noimg {
	background-color: #eeeeee;
	color: #ccc;
	font-weight: bold;
	margin: 10px auto 5px;
	width: 100px;
	height: 70px;
	padding-top: 30px;
}

.col_right .cart_container {
	float:left;
	width:100%;
	background-color:#9FAD7A;
	font-weight:bold;
	border:solid 1px #b4b4b4;
	margin:0 0 10px 0;
}

.col_right .cart_container .cart_items {
	float:left;
	width:15px;
	background-color:#ffffff;
	text-align:center;
	padding:3px 10px;
}

.col_right .cart_container .cart_label {
	float:left;
	color:#ffffff;
	width:190px;
	text-align:left;
	padding:3px 5px;
	white-space: nowrap;
}

.col_right .cart_container .cart_label a,
.col_right .cart_container .cart_label a:visited {
	text-align:right;
	color:#ffffff;
}

/****** CHEERCARDS ******/
.cheercard_preview {
	border: 1px solid #ddd;
	padding: 2em;
	width: auto;
	text-align: center;
}

.cheercard_preview img,
.cheercard_preview .noimg {
	margin: 0 auto 3em auto;
}

.cheercard_preview p {
	font-family: arial;
	font-size: 12pt;
	text-align: center;
	margin-top: 2em;
}

.cheercard_preview .placeholder {
	color: #aaa;
}

.cheercard_form {
	padding: 2em;
	text-align: center;
}

.cheercard_form input.submit {
	cursor: pointer;
	color: #aaa;
	font-weight: bold;
	font-size: 10pt;
	height: auto;
	padding: 0.25em 0.5em;
}

.cheercard_form input.submit:hover {
	background-color: #9FAD7A;
	color: #ffffff;
}

/****** COLUMN RIGHT ******/
.col_right {
	float:right;
	width:238px;
	font-size:11px;
	padding:10px 2px 10px 15px;
	_overflow: hidden;
}

.col_right iframe {
	width:220px;
}

.col_right p {
	margin:10px 0;	
}

.col_right ul,
.col_right ol {
	margin: 0.5em 1em;
	list-style-position: inside;
}

/****** SMALL CALENDAR ******/
#caltable {
	width:100%;
	background-color:#EDF0DF;
}

#caltable .heading td {
	border:none;
	border-bottom:solid 1px #b4b4b4;
	background-color:#ffffff;
}

#caltable .heading td a {
	text-decoration:none;	
}

#caltable .heading td a:hover {
	text-decoration:underline;
}

#caltable td {
	text-align:center;
	border-right:solid 1px #b4b4b4;
	border-bottom:solid 1px #b4b4b4;
	padding:5px 0;
}

#caltable td a {
	padding:5px 0;
}

#caltable td.first {
	border-left:solid 1px #b4b4b4;
}

#caltable .event_day {
	background-color:#C6D2A6;
}

#caltable .event_day a {
	color:#ffffff;
	text-decoration:none;
}

#caltable .event_day a:hover {
	text-decoration:underline;
}

#caltable .days {
	background-color:#B5C390;
	color:#ffffff;
}

#caltable .days td {
	border-right:none;	
}

.col_right .cal_btns img {
	float:left;
}

.col_right .cal_btns a {
	text-decoration:none;
	padding:0 0 0 5px;
}

.col_right .cal_btns a:hover {
	text-decoration:underline;
}

/*******************************
************ FORMS *************
*******************************/
form table label {
	font-weight:bold;
}

form table tr td {
	padding-left:5px;
}

/*******************************
******** VIDEO LIBRARY *********
*******************************/
.video-list {
	margin:0;
}

.video-list img {
	margin:0;	
}

.video-list-image {
	float:left;
	width:120px;
	margin:20px 20px 0 0;
}

.video-list-desc {
	float:left;
	width:500px;
	margin:0;
}

.video-list-pagination {
	text-align:center;
	font-weight:bold;
}

.video_box {
	float:left;
	margin:20px 20px 20px 0;		
}

#home .video_box {
	float:left;
	margin:0;
	padding:0;
}

/*******************************
********* NEWS CONTENT *********
*******************************/
.news_item {
	border-bottom:solid 1px #b4b4b4;
	margin:20px 0;
}
	
.news_item ul {
	list-style-type:none;
	margin:8px 0 10px;
}

.news_item ul li {
	margin:5px 0;	
}

.news_item ul li a {
	text-decoration:none;	
}

.news_item ul li a:hover {
	text-decoration:underline;
}

.news_item_body p {
	margin:5px 0;
}

.col_middle .news_image {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	float:right;
	margin:5px 20px 20px 20px;
	padding: 10px;
}
/*******************************
******** FOOTER CONTENT ********
*******************************/
#footer,
#footer_index {
	background-color:#B5C390;
	text-align:center;
	margin:0 0 30px 0;
	padding:2px 10px 5px 10px;
}

#footer_index {
	margin-top:20px;
}

.footer_inner ul {
	margin:0;
	padding:0;
}

.footer_inner ul li {
	display:inline;
	list-style-type:none;
	font-size:10px;
	color:#ffffff;
	border-left:solid 1px #ffffff;
	padding:0 5px 0 10px;
	margin:0;
}

.footer_inner ul li.first {
	border:none;
}

.footer_inner ul li a,
.footer_inner ul li a:visited {
	color:#ffffff;
}

/****** GLOBAL SITE STYLES ******/
.cleaner {
	clear:both;
	float:none;
	line-height:1%;
	background:transparent;
	font-size:1px;
	border:0;
}

.rss_link img {
	float:right;
	margin:0 0 0 5px;
}

.btn {
	background-color:#9FAD7A;
	border:solid 1px #b4b4b4;
	color:#ffffff;
	height:22px;
	padding:2px 10px;
	margin:5px 0;
}

.hidden {
	display:none;
	visibility:hidden;
}

.radio {
	padding:0;
	margin:0;
	border:none;
	background:none;
	height:auto;
}

.bold {
	font-weight:bold;
}

.pagination {
	text-align:center;
}

.no-margin {
	margin: 0 !important;
}

div.message {
	padding: 0 0em 0 30px;
	margin: 0 0 1em 0;
	font-size:12px;
	background: #e7e7e7 url(../images/icons/tango/applications-system.png) no-repeat;
	background-position: 10px center;
	border: 2px solid #aaa;
	border-width: 2px 0;
}

.message p {
	margin: 1em;
}

.message ul {
	margin: 1em 1em 1em 2em;
}

div.error {
	border-color: #f00;
	background-color: #fcc;
	background-image: url(../images/icons/sc_cancel_24.gif);
}

div.success{
	border-color: #0c0;
	background-color: #cfc;
	background-image: url(../images/icons/sc_confirm_24.gif);
}

div.warning{
	border-color: #F50;
	background-color: #FFB;
	background-image: url(../images/icons/tango/emblem-important.png);
}

div.info {
	border-color: #55f;
	background-color: #ddf;
	background-image: url(../images/icons/sc_info_24.gif);
}

.google_map {
	height: 300px;
}

.center_it { text-align: center; }

.nursery_print {
	float:right;
	font-size:11px;
}

.nursery_print img {
	margin:5px 5px -3px 0;
}

.newborn_img {
	border: 1px solid #dddddd;
}

.nursery_results,
.nursery_baby {
	font-size: 10pt;
	width: 100%;
}

.nursery_results td,
.nursery_baby td {
	padding: 0.5em 0;
}

.nursery_results th,
.nursery_baby th {
	font-weight: bold;
	padding: 0.5em 0;
	text-align: left;
}

.nursery_results th {
	border-bottom: 1px dashed #aaa;
}

.nursery_img {
	border: 1px solid #ddd;
	margin: 1em 0 !important;
	padding: 10px;
}

.search_title {
	margin-bottom: 0.25em;
}