@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.75em /* 12px */; background: white; color: black; font-family: Arial, Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.6em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; font-weight: bold; }
h3 { font-size: 1.2em /* 14px */; font-weight: bold; }
h4, h5, h6 { font-size: 1.1em /* 13px */; font-weight: normal; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* layout */
#branding { position:relative; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block;width:200px; }

#nav a, #nav a:visited { text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.boarding #nav #nav-boarding a,
.boarding-requirements #nav #nav-boarding-requirements a,
.grooming #nav #nav-grooming a,
.faq #nav #nav-faq a,
.links #nav #nav-links a,
.rates #nav #nav-rates a,
.portfolio #nav #nav-portfolio a,
.articles #nav #nav-articles a,
.find-us #nav #nav-find-us a,
.contact #nav #nav-contact a { text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #5D7D96; }
#footer a, #footer a:visited { color: #5D7D96; text-decoration: none; }
#footer a:hover, #footer a:active { color: #5D7D96; text-decoration: underline; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #005000; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #005000; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

/* Layout */

body {
	background-color: #005400;
	color: #fff;
}

.container {
	margin: 0 auto;
	width: 961px;
	background-color: #fff;
	color: #000;
}

/* Header */

#branding {
	border: solid 8px #f0ece3;
	background: #003700 url('../images/bg_header.jpg') no-repeat;
	color: #fff;
	height: 239px;
	padding: 23px 37px 0;
	position: relative;
}

#branding a {
	color: #ebe37e;
	text-decoration: none;
	font-weight: bold;
}

#branding a:hover {
	text-decoration: underline;
}

#branding h1, #branding h1 span {
	width: 297px;
	height: 169px;
	overflow: hidden;
	position: relative;
}

#branding h1 span {
	background: url('../images/logo.gif') no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

#branding .address {
	width: 371px;
	font: normal 1.3em/1.1 Georgia, serif;
	position: absolute;
	left: 0;
	top: 200px;
	text-align: center;
}

#branding .reserve {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	position: absolute;
	left: 371px;
	top: 223px;
	line-height: 25px;
	width: 284px;
}

/* Navigation */

#nav {
	border-top: solid 2px #000;
	padding: 1px;
}

#nav ul {
	border: solid 1px #7675b5;
	background: #265e26 url('../images/bg_nav.gif') repeat-x;
	color: #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
}

#nav li a:hover {
	color: #ebe37e;
}
body.home #nav-home a,
body.about #nav-about a,
body.boarding #nav-boarding a,
body.boarding-requirements #nav-boarding-requirements a,
body.grooming #nav-grooming a,
body.faq #nav-faq a,
body.links #nav-links a,
body.rates #nav-rates a,
body.portfolio #nav-portfolio a,
body.articles #nav-articles a,
body.find-us #nav-find-us a,
body.contact #nav-contact a
{
	color: #ebe37e;
}
/* Left Column */

#leftcol {
	float: left;
	width: 220px;
	padding: 20px;
}

#leftcol .box {
	border: solid 1px #c7c854;
	background: #ece69b url('../images/bg_box.gif') repeat-x;
	color: #005200;
	margin-bottom: 17px;
	padding: 5px;
	line-height: 1.2;
}

#leftcol .box h3 {
	font-weight: bold;
	padding-left: 18px;
	background: url('../images/bg_arrow.gif') 4px 3px no-repeat;
	font-size: 1em;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

#leftcol .box p {
	padding-left: 18px;
	margin: 0;
	font-size: 1em;
}

#leftcol .box a {
	color: #005200;
	text-decoration: underline;
}

#leftcol .note {
	text-align: center;
	font-size: 1.1em;
	padding-top: 10px;
}

#leftcol .note img {
	margin-top: 10px;
}

/* Content */

#content {
	width: 650px;
	float: left;
	padding: 20px 0 20px 5px;
}

#content h2 {
	color: #005000;
	font-size: 1.4em;
	margin-bottom: 5px;
}
#content h1 {
	color: #005000;
	font-size: 1.6em;
	width:100%;
	border-bottom:1px solid #005000;
	margin-bottom: 5px;
}
#content h4 {
	width: 100%;
}

#content p, #content ul, #content h4 {
	margin-bottom: 20px;
	clear: both;
}

#content ul {
	list-style: square inside;
	padding: 0;
	margin: 0 0 20px;
}

#content li {
	margin: 0 0 5px;
}

#content ul.left {
	float: left;
	width: 360px;
}

#content ul.right {
	clear: none;
	float: right;
	width: 260px;
}

#content a {
	color: #2c5c9e;
	text-decoration: underline;
}

#content a:hover {
	color: #4c7cae;
}

/* Footer */

#footer {
	clear: both;
	border-top: solid 2px #000;
	background-color: #005400;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: .8em;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
}