/* Colors
Dark Blue: 3e5a6d

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------- General ---------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.814em;
	color: #737373;
	line-height: 1.5;
	background: -webkit-linear-gradient(bottom, #615f53, #25241f);
  	background: linear-gradient(to top, #25241f, #615f53);
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.container { 
	width: 952px;
	margin: 0 auto;
}

.row {
  width: 952px;
  margin: 0 auto;
}

.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.container:after,
.row:after {
  clear: both;
}

td {
    vertical-align:top;
}

p {
    margin-top:0.700em; 
	margin-bottom:1.5em;
}

a {
   color:#99556a;
   text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

em, i {
	font-style:italic;
}

strong, b {
	font-weight:700;	
}

sup {
    font-size: .714em;
	vertical-align:top;
}

input, textarea, .TextField {
	font-family: open-sans, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	color:#737373;
}

.ErrorMessage,
.EditingFormErrorLabel {
    color:#ab2b28;
}

.ErrorLabel {
    color:#ab2b28;
	font-weight: 700;
}

/*--------------------Layout--------------------*/

h1 {
	font-family: lora, sans-serif;
	color: #000000;
	font-size: 2.40em;
	font-weight: 400;
}

h2 {
	font-family: lora, sans-serif;
	color:#e8834a;
	font-size:1.500em;
	font-weight:700;
}

h3 {
	font-family: lora, sans-serif;
	color:#3e5a6d;
	font-size:1.125em;
	font-weight:600;
}

.mid-wrapper {
	padding-top: 30px;
	min-width: 935px;
	min-height: 400px;
	background:#fff;
}

.announcements-promos {
	width: 395px;
	float: left;
	padding: 0 10px 0 10px;
}

li {
  list-style: none;
}

.new-products, .other-info, .promotions, .home-facebook {
	margin-top: 40px;	
}

/*--------------------Resources--------------------*/

.image {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*--------------------Buttons--------------------*/

.news a.btn:link, .news a.btn:visited {
	color: #ffffff;
	text-decoration: none;
}

.news a.btn:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.btn {
	color: #ffffff;
	text-decoration: none;	
}

.btn {
	/*border-radius: 5px;*/
	font-size: 1.05em;
	color:#FFFFFF;
	margin-bottom: 10px;
	padding: 6px 12px;
	display: inline-block;
	cursor: pointer;
}

.btn-default {
	background-color: #5b1328;
	background: -webkit-linear-gradient(bottom, #5b1328, #881d3c);
  	background: linear-gradient(to top, #5b1328, #881d3c);
}

.btn-default:hover {
	background-color: #5b1328;
	background: -webkit-linear-gradient(bottom, #881d3c, #5b1328);
  	background: linear-gradient(to top, #881d3c, #5b1328);
}

/*--------------------Top--------------------*/

.header-top {
	width: 952px;
	height: 99px;
	margin-top: 10px;
	border-bottom: 1px #ffffff solid;
}
	
.header-top-left {
	width: 255px;
	float: left;
}

.header-top-right {
	width: 520px;
	float:right;
}

.top-nav {
	list-style-type: none !important;
	margin:0;
	padding:10px 0 0 0;
	text-align:right;
	float: right;
}

.top-nav li {
	font-size:12px;
	display: inline;
	padding:0 10px 0 0;
}
.top-nav a {
	color: #ffffff;
	text-decoration: none;
}
.top-nav .first {
	border-left:0 none;	
}
	
.top-nav a:hover {
	text-decoration: underline;
}

.top-nav li:after {
	content:"•";
	font-weight:700;
	color:#ffffff;
	margin-left:10px;
}

.top-nav li.last:after {
	content: none;
}


/* --------------- Home Slider ---------------*/

.home-slider {
	width:460px;
	overflow:hidden;
	position:relative;
	padding:5px 5px 5px 0;

}
.home-slider:before {
	content: " ";
	display: block;
	width: 14px;
	height: 135px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 501;	
}
.slider-imgs img,
.slider-imgs a {
	width:460px !important;
	height:135px !important;
	display:block;
}
/* Slider Nav */

.slider-nav {
	text-align:right;
	margin-right:5px;
	overflow:hidden;
	z-index:50;
}
.slider-nav a {
	display:inline-block;
	width:19px;
	height:19px;
	margin-left:1px;
	background:url(../images/slider_nav_sprite.png) no-repeat left top;
}
.slider-nav a.activeSlide {
	background-position:left -19px;	
}
.slider-nav a span {
	position:absolute;
	left:-99999px;
	top:-99999px;
	display:block;
	width:1px;
	height:1px;	
}
.slider-nav a.togglePausePlay {
	display:inline-block;
	width:66px;
	height:19px;
	margin-left:1px;
	background:url(../images/slider_nav_sprite.png) no-repeat -19px top;
}
.slider-nav a.play {
	background-position: -19px -19px;	
}


/*--------------------Home Content Col 1--------------------*/

.home-content-wrapper {
	min-height: 400px;
	background:url(../images/Back_Content.gif) repeat-y;
	padding-top:20px;
}

.panel {
	width:200px;
	padding: 1px;
	border-radius: 0;
	border: 1px solid #ffffff;;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.25);
	margin-bottom:20px;
}

.panel.border {
	padding: 5px;
	background-color:#3e5a6d;
}

.panel.news {
	width:450px;
	margin-left:5px;
}

.panel.content {
	width:681px;
	margin-left:25px;
	margin-right:10px;
}

.panel-heading {
	padding: 4px 10px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}

.panel-heading h2 {
	margin-bottom:0;
	color:#fff;
	padding:0;
	margin:0;
	font-size:1.60em;
}

.panel-heading.news h2 {
	background:#881d3c;
}

.panel-body {
	padding: 5px;	
	background-color:#7996ab;
	border-radius: 0;
}

.rates h1 {
	font-size: 1.60em;
	color: #ffffff;
	text-align: left;
}

.specials h1 {
	font-size:1.30em;
	color:#ffffff;
	padding:5px;
	line-height:1.2em;
	background: #3e5a6e;
 	background: -webkit-linear-gradient(bottom, #597990, #3e5a6e);
	background: linear-gradient(to top, #3e5a6e, #597990);
}

.panel-body.rates {
	background:#3e5a6e;
	background: -webkit-linear-gradient(bottom, #3e5a6e, #597990);
  	background: linear-gradient(to top, #597990, #3e5a6e);
	border-radius:0;
}

.panel-body.news-promotions {
	background-color:#faf8ed;
}

.panel-body.content {
	background-color:#faf8ed;
	min-height:400px;
}

.panel-body.specials {
	background-color:#faf8ed;
}

.home-col-1 {
	float:left;
	width:241px;
}

.quick-links {	
	margin:0 5px 0 25px;
	padding:5px 13px 0 7px;	
}

.holidays {
	padding:5px 13px 0 7px;	
	color:#ffffff;
	margin-top:20px;
	margin-left:25px;
	margin-bottom:20px;
}

/*--------------------Home News--------------------*/

.news {
	margin-top: 20px;
}

.news h1,
.home-col-2 h1 {
	font-size:1.60em;
	color: #ffffff;	
	padding-left:10px;
	margin:-25px -5px 15px -5px;
	text-align: left;
	/*background: #881d3c;*/
  	background: -webkit-linear-gradient(bottom, #5b1328, #881d3c);
  	background: linear-gradient(to top, #5b1328, #881d3c);
}

.news h2 a {
	color: #99556a;
	font-size: 0.875em;
	font-weight: 600;
}

.news-title a {
	text-decoration:none;
}

.news h3 a:link, .news a:visited {
	color: #99556a;
	text-decoration: none;
	font-weight:bold;
}
	
.news h2 a:hover,
.news h3 a:hover {
	color: #99556a;
	text-decoration: underline;
	font-weight:bold;
}

.news-summary {
	color: #333333;
	margin-bottom: 10px;
}

/*--------------------Home Column 2--------------------*/

.home-col-2 {
	width: 470px;
	float: left;
	padding: 0 20px 0 10px;
}



/*--------------------Home Column 3 --------------------*/
.home-col-3 {
	width:241px;
	float:right;
	padding-bottom:7px;	
	margin-top:5px;
	padding-left:15px;
}

.promotions-img {
	margin: -4px 0 0 -4px;	
}

/*--------------------Sub Nav & Home Quick Links --------------------*/

#sub-nav {
	display: block;	
	float:right;
	margin-top:20px;
	margin-right:22px;
}

#sub-nav h2 {
	color: #ffffff;
	border-bottom: 3px #99556a solid;
	font-size: 1.60em;
	font-weight: 500;
	text-align: center;
}

.quick-links a,
#sub-nav a {
	color: #ffffff;
	font-size:1.125em;
	display:block;
	padding: 5px;
	margin: 0 10px;
	border-bottom: 1px solid #5d7b93;
	text-align: left;
}

#sub-nav li a:hover,
.quick-links a:hover,
a.CMSListMenuLinkHighlighted {
	text-decoration: none;
	color:#fff;
	background:#5f829e;
	padding-left:5px;
	padding-right:5px;
}

#sub-nav li.CMSListMenuLIlast a,
#sub-nav li.CMSListMenuHighlightedLIlast a,
#sub-nav li.last a
 {
	border-bottom: none;
	margin-bottom:1em;	
}

.quick-links li.last a {
	border-bottom:none;	
}


/* --------------- Child Content ---------------*/

a.anchor {
	text-decoration: none;
	color: #ffffff;
}

a.anchor-1 {
	text-decoration: none;
	color: #36689d;
}

a.anchor-2 {
	text-decoration: none;
	color: #1f4f82;
}

.child-content-container {
	width: 952px;
	min-height: 500px;
	background:url(../images/Back_Content.gif) repeat-y;
}

.child-content {
	margin-top: 20px;
	vertical-align: top;
	width: 681px;
	min-height: 500px;
	padding: 0 0 0 10px;
	float: left;
}

.child-content h1{
	font-size: 1.875em;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
	background:#3e5a6e;
	background: -webkit-linear-gradient(bottom, #597990, #3e5a6e);
  	background: linear-gradient(to top, #3e5a6e, #597990);
}

.child-content h2 {
	padding: 0 10px 4px 10px;
	font-size: 1.350em;
	font-weight: bold;
	color: #873d54;
	border-bottom: 2px solid #cdc8af;
}

.child-content h3 {
	font-family: lora, sans-serif;
	color: #41657f;
	font-size: 1.150em;
	font-weight: 600;
	padding-top: 0.700em;
	padding-left: 10px;
}

.child-content p {
	padding-left: 10px;
	padding-right: 10px;
}

.text-bold-1 {
	/* Maroon */
	font-weight:bold;
	color:#873d54;	
}
.text-bold-2 {
	/*Dark Blue */
	font-weight:bold;
	color:#003366;	
}
.text-bold-3 {
	/* Dark Green */
	font-weight:bold;
	color:#3e5a6d;	
}
.text-footnote {
	font-size:.786em;
	color:#ffffff;
}

/* --------------- Content Tables ---------------*/


tr.sub-heading {
	background-color: #3e5a6d;
	color: #ffffff;
	font-weight: bold;
}

.content-table-rates {
	width:100%;
}

.content-table-rates td {
    padding: 4px 4px;
	border-bottom: 1px solid #e4ebf0;
}

.content-table {
	border-bottom:4px solid #b9b49f;
	width:100%;
	background:#f2f0e2;
}

.content-table caption {
	font-size:1.286em;
	background:#82a1b6;
	color:#ffffff;
	font-weight: 700;
	padding:4px 12px;
	text-align: left;
}

.content-table th {
    border-top:3px solid #aaa593;
	background:#e0dbc8;
	font-weight:600;
	text-align:left;
	vertical-align:bottom;
	padding:4px 12px;

}

.content-table td {
    padding: 4px 12px;
	border-bottom: 1px solid #faf8ed;
}

.content-table-no-borders caption {
	font-size:1.286em;
	background:#4b1672;
	color:#fff;
	padding:4px 12px;
	text-align: left;
}

.content-table-no-borders th {
    font-weight:bold;
	font-size:.829em;
	vertical-align:bottom;
	padding:4px 12px;
	color:#d3dfe8;
}

.content-table-no-borders td {
	padding:4px 12px;
	color:#fff;
	font-size:.829em;
}

.child-content .content-table .content-table-no-borders table {
	margin-bottom:0;
}

.content-table .content-table-no-borders table td {
	padding:0;
	border-bottom:0;	
}

.last-row td {
	border-bottom: none;
}

/* ----- List Styles ----- */

.child-content ul,
.child-content ol {
    margin:1.0em 0 1.0em 0;
}

.child-content ul ul,
.child-content ul ol,
.child-content ol ol,
.child-content ol ul {
    margin-top:0;
	margin-bottom:0;
}

.child-content ul li {
	list-style-type: none;
	margin: 0 0 8px 25px;
	padding-top:7px;
	padding-left: 16px;
	background: url(../images/bullet.gif) no-repeat left 8px;	
}

.child-content ul ul li {
	list-style-type:disc;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

.child-content ul ol li {
	list-style-type:decimal;
	margin:0 0 0 20px;
	background:none;
	padding:0;
}

.child-content ol li {
    list-style-type:decimal;
	margin: 0 0 .5em 40px;
}

.child-content ol ol li {
    list-style-type:lower-alpha;
	margin:0 0 0 20px;
}
.child-content ol.numbered-list ol li {
	list-style-type:decimal;	
}

.child-content ol ul li {
    list-style-type:disc;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

.child-content ul ul ul li {
	list-style-type:circle;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

/*--------------------Footer--------------------*/

.footer {
	background:url(../images/back-footer.png) no-repeat;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.footer-left {
	width: 400px;
	min-height: 27px;
	overflow:hidden;
	color: #ffffff;
	float:left;
}

.footer-right {
	width: 400px;
	overflow:hidden;
	color: #333333;
	float:right;
	margin-top: 10px;
}

.footer img {
	margin-right: 5px;	
}

.footer a:link, .footer a:visited {
	color: #ffffff;;
	text-decoration: none;
}
	
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* --------------- External Links ---------------*/

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* states and images */
.ui-icon { width: 16px; height: 16px; display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-size: 1em; font-weight: normal; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 100%; }
.ui-widget-content { border: 1px solid #ccc; background: #fff; text-align: justify; margin-top: 10px; }
.ui-widget-content a { color: #3e90b6; }
.ui-widget-header { border: 1px solid #ffff; background: #3e5a6d; color: #fff; font-weight: bold; font-size: 1.4em; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #ffff; background: #597990; font-weight: bold; color: #fff; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #ffff; background: #3e5a6d; font-weight: bold; color: #fff; outline: none; }

/* states and images */
.ui-widget-content .ui-icon {background-image: url(../images/ext-links-icons.png); }

/* positioning */
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { border-top-left-radius:3px; }
.ui-corner-tr { border-top-right-radius:3px; }
.ui-corner-bl { border-bottom-left-radius:3px; }
.ui-corner-br { border-bottom-right-radius:3px; }
.ui-corner-top { border-top-left-radius:3px; border-top-right-radius:3px; }
.ui-corner-bottom { border-bottom-left-radius:3px; border-bottom-right-radius:3px; }
.ui-corner-right { border-top-right-radius:3px; border-bottom-right-radius:3px; }
.ui-corner-left { border-top-left-radius:3px; border-bottom-left-radius:3px; }
.ui-corner-all { border-radius:3px; }

/* Overlays */
.ui-widget-overlay { background: #000; opacity: .60;filter:Alpha(Opacity=60); }

/* Resizable----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/* Dialog----------------------------------*/
.ui-dialog { position: relative; padding: .5em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .3em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* --------------- Prevent problems in Design view in CMS --------------- */

.PagePlaceholder .home-slider {
	height:auto;
}
.PagePlaceholder .nav .WebPartContent ul.CMSListMenuUL {
	display:none;	
}
.PagePlaceholder .site-logo {
	z-index:-1;	
}