/* ----------------------------------------------------------------------------------------------------------------- Global Styles */
@import url("../../global/CSS/global.css");

/* ----------------------------------------------------------------------------------------------------------------- Global Override Styles */
/* Events Feed */
.upcoming-events-wrapper {
	float: left;
	width: 171px;
	position: relative;
}
.upcoming-events-wrapper ul {
	width: 171px;
	margin: 0px 18px 18px;
	padding: 0px;
	background: none;
}
.upcoming-events-wrapper li {
	margin: 12px 0px 0px;
	padding: 0px 0px 12px;
	list-style: none;
	border-bottom: 1px dashed #e6d5cf;
}
.upcoming-events-wrapper p {
	margin-bottom: 0px;
}
.upcoming-events-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	color: #808080;
}
.upcoming-events-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #128CAF;
	font-weight: bold;
}
.upcoming-events-time {
	display: none;
}
.upcoming-events-view-link {
	position: absolute;
	bottom: -10px;
	right: -18px;
	width: 84px;
	height: 40px;
}
* html .upcoming-events-view-link {  /* IE 6 only hack */
	position: absolute;
	bottom: -10px;
	right: 10px;
	width: 84px;
	height: 40px;
}
.upcoming-events-view-link a {
	width: 84px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1326/Images/b-see-more.png) no-repeat 0px 0px;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
.upcoming-events-view-link a:hover {
	background: url(/SiteFiles/1326/Images/b-see-more.png) no-repeat 0px -40px;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}

/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: url(/SiteFiles/1326/Images/body-bg.jpg) repeat center top;
}

img, div { behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc); }
img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* ----------------------------------------------------------------------------------------------------------------- Type Styles */
body, p, div, ul, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	color: #808080;
}
p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #128CAF; 
	text-decoration: none;
}
a:hover {
	color: #128CAF; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #592A00;
	margin-bottom: 18px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #128CAF;
	font-weight: bold;
	margin-bottom: 6px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C95F00;
	font-weight: bold;
	margin-bottom: 6px;
}

/* ----------------------------------------------------------------------------------------------------------------- Search Styles */
#search {
	float: right;
	width: 255px;
	height: 23px;
	margin: 28px 18px 0px 0px;
}
.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5957e;
	float: left;
	padding: 4px 0px 0px 8px;
	margin: 0px 8px 0px 0px;
	border: 0;
	outline: none;
	width: 177px;
	height: 19px;
	background: url(/SiteFiles/1326/Images/field.gif) no-repeat;
}
.searchButton {
	text-indent: -1000px;
	width: 55px;
	height: 23px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1326/Images/search-button.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
}

/* ----------------------------------------------------------------------------------------------------------------- MainNav Styles */
#mainnavWrapper {
	float: left;
	width: auto;
	margin-top: 20px;
}
* html #mainnavWrapper {  /* IE 6 only hack */
	margin-top: 30px;
}
html>body #mainnavWrapper { /* IE 7 only hack */
	*margin-top: 30px;
} 
#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	background: none;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0px 0px 0px 24px;
	margin: 0px;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
#mainnav a {
	padding: 0px 24px 0px 0px;
	margin: 0px;
	display: block;
	text-decoration: none;
	color: #592a00;
	border-right: 1px solid #ccbba6;
}
#mainnav a:hover {
	text-decoration: none;
	color: #c95f00;
	border-right: 1px solid #ccbba6;
}
#mainnav a.first {
}
#mainnav a.last {
	border-right: 0px!important;
}
#mainnav a.current {
	display: block;
	text-decoration: none;
	color: #c95f00;
	border-right: 1px solid #ccbba6;
}

/* ----------------------------------------------------------------------------------------------------------------- SubNav Styles */
#subnavWrapper {
	float: left;
	width: 207px;
	margin-bottom: 30px;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 207px;
    background: none;
}
#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #c5957e;
	margin-bottom: 0px;
	display:block;
	padding: 6px;
}
#subnav a:hover {
}
#subnav a.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #592a00;
	margin-bottom: 0px;
	display:block;
	padding: 6px;
}

/* ----------------------------------------------------------------------------------------------------------------- Wrapper Styles */
#headerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#bottomWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------------------------- Header Styles */
#header {
	margin: 0px auto;
	padding: 0px;
	width: 936px;
	height: 119px;
	position: relative;
}
.logo {
	position: absolute;
	top: 14px;
	left: 7px;
	width: 213px;
	height: 86px;
	overflow: hidden;
}
.logo a {
	width: 213px;
	height: 86px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1326/Images/logo.png) no-repeat;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
.tagline {
	position: absolute;
	bottom: 14px;
	right: 10px;
	width: 228px;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1326/Images/tagline.png) no-repeat;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
.header-links {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 450px;
	height: 23px;
}
* html .header-links { /* IE 6 only hack */
	width: 442px;
}
html>body .header-links { /* IE 7 only hack */
	*width: 440px;
} 
#header-links-left {
	float: left;
	width: 245px;
	height: 20px;
	text-align: right;
	padding-top: 3px;
}
#header-links-left p, #header-links-left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #c5957e;
	margin-bottom: 0px;
}
#header-links-left a {
	color: #c5957e;
	margin: 0px 6px 0px 6px;
}
#header-links-right {
	background:transparent url(/SiteFiles/1326/Images/header-links-bg.png) no-repeat scroll right center;
	float:right;
	height:24px;
	width:205px;
}

/* ----------------------------------------------------------------------------------------------------------------- Top Styles */

#top {
	margin: 0px auto;
	padding: 0px;
	width: 936px;
	height: 69px;
	position: relative;
	background: url(/SiteFiles/1326/Images/top-bg.png) no-repeat right top;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}

/* ----------------------------------------------------------------------------------------------------------------- Content Styles */
#content {
	margin: 0px auto;
	padding: 0px;
	width: 996px;
	position: relative;
	background: url(/SiteFiles/1326/Images/content-bg.png) no-repeat center top;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
#content-left {
	float: left;
	width: 732px;
	margin-right: 27px;
}
#flash {
	float: left;
	width: 656px;
	height: 281px;
	background: url(/SiteFiles/1326/Images/flash-bg.png) no-repeat right top;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
	padding: 54px 26px 26px 50px;
}
#content-left-btm {
	float: left;
	width: 620px;
	height: 97px;
	background: url(/SiteFiles/1326/Images/content-left-btm-bg.png) no-repeat right top;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
	padding: 34px 42px 26px 70px;
}
.featured-items {
	position: absolute;
	top: 344px;
	left: 16px;
	width: 180px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1326/Images/featured-items.png) no-repeat;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
#content-right {
	float: right;
	width: 207px;
	margin: 34px 30px 0px 0px;
}
#content-right-top {
	float: left;
	width: 207px;
	background-color: #FFF;
}
.on-tap {
	float: left;
	width: 207px;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1326/Images/hd-on-tap.gif) no-repeat;
}
#content-right-mid {
	float: left;
	width: 207px;
	margin-top: 20px;
}
#content-right-btm {
	float: left;
	width: 207px;
	margin-top: 15px;
}

/* ----------------------------------------------------------------------------------------------------------------- Bottom Styles */
#bottom {
	margin: 28px auto 0px;
	width: 936px;
	height: 71px;
	background: url(/SiteFiles/1326/Images/bottom-bg.png) no-repeat;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
#bottom-left {
	float: left;
	width: 454px;
	height: 46px;
	padding-top: 25px;
	padding-left: 14px;
}
#bottom-left span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-top: 2px;
}
.signupField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c5957e;
	float: left;
	padding: 4px 0px 0px 8px;
	margin: 0px 8px;
	border: 0;
	width: 177px;
	height: 19px;
	background: url(/SiteFiles/1326/Images/field.gif) no-repeat;
}
.signupButton {
	text-indent: -1000px;
	width: 45px;
	height: 23px;
	border: none;
	outline: none; 
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1326/Images/b-send.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
	outline: none; 
}
#bottom-right {
	float: left;
	width: 454px;
	height: 45px;
	padding-top: 26px;
	padding-right: 14px;
	text-align: right;
}
#bottom-right p, #bottom-right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #c5957e;
	margin-bottom: 0px;
}

/* ----------------------------------------------------------------------------------------------------------------- Footer Styles */
#footer {
	margin: 0px auto;
	padding: 20px 14px;
	width: 908px;
	background: url(/SiteFiles/1326/Images/content-bg.png) no-repeat center top;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #c5957e;
	margin-bottom: 0px;
}
#footer a {
	color: #c5957e;
	margin: 0px 6px 0px 6px;
}
/* ----------------------------------------------------------------------------------------------------------------- Default Styles */
#d-content-top {
	float: left;
	width: 656px;
	min-height: 400px;
	background: url(/SiteFiles/1326/Images/d-content-top-bg.png) no-repeat right top;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
	padding: 54px 26px 26px 50px;
}
#d-page-top {
	float: left;
	width: 656px;
}
#d-page-body {
	float: left;
	width: 656px;
	margin-top: 28px;
}
.you-are-here {
	position: absolute;
	top: 194px;
	left: 10px;
	width: 143px;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1326/Images/you-are-here.png) no-repeat;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
* html .you-are-here { /* IE 6 only hack */
	position: absolute;
	top: -478px;
	left: -40px;
	width: 143px;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	background: url(/SiteFiles/1326/Images/you-are-here.png) no-repeat;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}
#d-bottom {
	float: left;
	width: 732px;
	height: 11px;
	background: url(/SiteFiles/1326/Images/d-content-btm-bg.png) no-repeat right top;
	behavior: url(/SiteFiles/1326/Scripts/iepngfix.htc);
}

/* ----------------------------------------------------------------------------------------------------------------- Search Results Styles */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------------------------------------- Photo Gallery Styles */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* ----------------------------------------------------------------------------------------------------------------- Breadcrumbs Styles */
#breadcrumbs {
	width: 542px;
	height: 30px;
	float: left;
	background: url(/SiteFiles/1326/Images/breadcrumbs-bg.gif) no-repeat;
	margin: 10px 0px 0px;
	padding-left: 114px;
	padding-top: 9px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	padding: 0px 6px 0px 0px;
	float: left;
	background:none;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#breadcrumbs a {
	color: #333333;
	background: url(/SiteFiles/1326/Images/breadcrumb.gif) no-repeat 0.2em;
	color: #c5957e;
}
#breadcrumbs a:hover {
	color: #c5957e;
	background: url(/SiteFiles/1326/Images/breadcrumb.gif) no-repeat 0.2em;
	padding-left: 12px;
}
#breadcrumbs a.first {
	color: #c5957e;
	background: none;
	padding-left: 0px;
}
#breadcrumbs a.first:hover {
	color: #c5957e;
	background: none;
	padding-left: 0px;
}
#breadcrumbs a.current {
	color: #c5957e;
	background: url(/SiteFiles/1326/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	padding-left: 12px;
}