@charset "utf-8";
/* homepage */

@font-face {
    font-family: 'hell';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#hell') format('svg');
    font-weight: normal;
    font-style: normal;
}


#inner-sidenav li.nav-selected  {background-color:#498165;}
#inner-mid-nav li.nav-selected {background-color:#008C99;} 
#inner-mid-nav li:hover.nav-selected {background-color:#008C99;} 

/*#########################################################################*/

/*HYPERLINKS*/
a:link {
	color:#FFF;
	text-decoration: none;
	border: none;
}      /* unvisited link */
a:visited {
	color:#fff;
	text-decoration: none;
	border: none;
}  /* visited link */
a:hover {
	text-decoration:none;
	color:#f0f0f0;
}  /* mouse over link */
a:active {
	color:#f0f0f0;
	border: none;
}  /* selected link */

a img {border:none;}


/*#########################################################################*/

/* 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, 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;
	margin:0px;
	padding:0px;
}
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;
}



/*#########################################################################*/


/* Home page */
body {background-color:#262626;color:#ffffff;font-family:Arial, Helvetica, sans-serif;}

#top-wide {
	width:100%;
	margin-top: 30px;
	background-image:url(../img/bgtop.jpg);
	height:91px;
	height:46px;

}
#top-wrap {width:800px;margin:0 auto;}

#top {
	text-align:center;
	font-family: 'Share', cursive;
	font-size:14px;
	padding: 3px;
}
#mid-wide {
	width:100%;
	margin-top: 30px;
}
#mid-wrap {width:800px;margin:0 auto;}

#middle {
	text-align:center;
	padding: 3px;
}

#foot-wide {
	width:100%;
	margin-top: 30px;
	margin-bottom:30px;
	background-image:url(../img/foot.jpg);
	height:91px;
}
#foot-wrap {width:800px;margin:0 auto;}

#footer {
	text-align:center;
	padding: 3px;
	padding-top: 10px;
	font-size: 12px;
	font-family: 'Share', cursive;
}


/*###############################################################################*/

/*CUSTOM*/
.shadow {
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}
.left {
	float: left;
}
.right {
	float: right;

}

/*###############################################################################*/

body#home li#home {background-image:url(../img/navside.jpg);}
body#about li#about {background-image:url(../img/inner.png);}
body#menu li#menu {background-image:url(../img/menunav.png)}

body#news li#news {background-image:url(../img/news.png)}
body#contact li#contact {background-image:url(../img/contact.png)}

#hultoyou {
	text-align:center;
	margin-top:100px;
}


.border-bot {border-bottom:1px solid #666;}

.christmas {
width:300px;
height:120px;
background: url(../img/tree.png) #92042D no-repeat 14px -4px;
color:#555;
border:5px solid #304D00;
padding:5px;
margin-top:5px;

 -webkit-box-shadow: 0px 0px 4px 0px #333; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow: 0px 0px 4px 0px #333; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */


-webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.christmas h1 {margin:0px;color:#fff;font-size:18px;padding:5px;margin-left:120px;text-shadow:1px 1px #000;}

.christmas h1 a {color:#008C99;font-weight:bold;}

.trip {margin:0px 42%;}