/*CSS Reset*/
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;
}


strong {
	font-weight: bold;
}

html {
	background-color: #EEEBE2;
}

body {
	width: 956px;
	border: 2px solid #94956F;
	background-color: #332D05;
	margin: 10px auto;
}

#header {
	background-color: #332D05;
	min-height: 390px;
	position: relative;
}

#header a#company {
	position: absolute;
	top: 10px;
	left: 15px;
	font: 36px 'Rancho', Serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 2px 1px #333;
}

#titleBig {
	font-size: 48px;
}

#header a#company:hover {
	color: #d1c699;
}

 a#reserve {
	position: absolute;
	top: -5px;
	right: 15px;
	width: 205px;
	height: 105px;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(images/reserve.png) no-repeat;
}

 a#reserve:hover {
	position: absolute;
	top: -5px;
	right: 15px;
	width: 205px;
	height: 105px;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(images/reservehover.png) no-repeat;
        transition: 0.5s;
        -moz-transition: 0.5s; /* Firefox 4 */
        -webkit-transition: 0.5s; /* Safari and Chrome */
         -o-transition: 0.5s; /* Opera */
}

#header h1 {
	position: relative;
	top: 346px;
	padding: 7px 10px;
	
}

#sideNav {
	float: right;
	width: 160px;
	background-color: #332D05;
	position: relative;
	padding-bottom: 200px;
}

#sideNav li {
	list-style-type: none;
	width: 160px;
	margin: 0px;
}

#sideNav a {
	font:  normal 24px 'Rancho', serif;
	color: #fff;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	
	text-align: center;
	
}

#sideNav a:hover {
	background-color: #550;
}
	

a.weather {
	display: block;
	position: absolute;
	bottom: 25px;
	left: 8px;
}

a.weather:hover {
	background-color: #332D05 !important;
}

#sideNav p {
	position: absolute;
	bottom: 0px;
	color: white;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	width: 160px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1D335C;
	padding-top: 20px;
	background-color: #fff;
	width:796px;
	min-height: 550px;
}

#content p {
	margin-bottom: 20px
}

#content h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}

#content ol, #content ul {
	margin-bottom: 20px;
}

#content li {
	position: relative;
	left: 30px;
}

#content ol li {
	left: 20px;
}

#content a.gallery_link {
	display: block;
	float: left;
	width: 240px;
	text-align: center;
	clear: left;
	padding: 0px
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D335C;
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}


#imageLeft {
float: left;
width: 225px;
margin-right: 15px;	
}

a.gallery_link:hover {
	
	color: #336600;
	text-decoration: underline;
}
	

.block {
	padding: 0px 20px 20px 20px;
	width: 760px;
	min-height: 150px;
	clear: left;
	
}

.block img {
	float: left;
	margin-right: 20px;
	border: 1px solid #333;
	clear: left;
	margin-bottom: 20px
}

.block img#right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}


#bottom {
	padding-top: 0px;
}



#footer {
	padding: 5px;
}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}
#footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}
	

.nav_seperator {
	color: #dbd2c2;
}
.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1D335C;
}
a.topnav_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}
a.topnav_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}




.text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.table_mainborder {
	border: thick double #94956F;
}
.text_main_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D335C;
}
a.pagenav_link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D335C;
	text-decoration: none;
}
a.pagenav_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D335C;
	text-decoration: none;
}
a.pagenav_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}
a.pagenav_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}

.text_captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D335C;
	float: left; 
	display: block;
	width: 225px;
	text-align: center;
	clear: left;
	margin-top: -20px;
margin-bottom: 10px;
}

.text_captions_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D335C;
	float: right; 
	display: block;
	width: 225px;
	text-align: center;
	clear: right;
	margin-top: -20px;
margin-bottom: 10px;
}

#content a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D335C;
	text-decoration: none;
}
#content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D335C;
	text-decoration: none;
}
#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}
#content a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

h2 {
	color: #1D335C;
	margin-top: 0px;
	margin-bottom: 10px;
	font: 36px 'Rancho', serif !important;
	color: #1d335c !important;
}

h2 a {
	font: 32px 'Rancho', serif !important;
	color: #1D335C;

}

h2 a:hover {
	font: 32px 'Rancho', serif !important;
	text-decoration: underline !important;
	color: #1d335c !important;
}


h1#slogan {
	font: 22px 'Rancho', serif !important;
	color: #FFFFFF;
	margin: 5px;
	letter-spacing: 0.1em;
}


.slider-wrapper {
	position: absolute;
	top:-5px;
	z-index: 0;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
