/* ===================================== \
|										 |
|	Author: Appnet						 |
|	Author URI: http://www.appnet.com/	 |
|										 |
\ ===================================== */



/* -- // @ Main Elements \\ --*/
body {
	background:#1a3019;
	color:#000;
	font-family:arial, san-serif; 
	font-size:8pt;
	margin:0; 
	min-width:760px;
	padding:0; 
}
	a:link, a:visited, a:active {
		color:#1a3019;
		font-weight:bold;
		text-decoration:none;
	}
	a:hover {
		color:#1a3019;
		font-weight:bold;
		text-decoration:underline;
	}

	h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
	h1 {font-size:12pt;}
	h2 {font-size:10pt;}
	h3 {font-size:9pt;}
	h4 {font-size:8pt;}
	h5 {font-size:7pt;}
	
	img {border:0;}
		img.center {display:block; margin:5px auto;}
		img.align-r {display:inline; float:right; margin:0 0 2px 7px;}
		img.align-l {display:inline; float:left; margin:0 7px 2px 0;}
			img.border {border:1px solid #a3946d; padding:3px; background:#fff;}
	
	input.button {font-size:8pt; margin-right:5px;}
	
	ol, ul {margin:0; padding:0;}
	ol li, ul li {margin:0 0 0 18px; padding:0;}
	
	p {margin:0; padding:5px;}
	td {font-size:8pt;}
	
	.clear {clear:both;}
	.container {margin:0 auto; width:760px;}



/* -- // @ Header \\ -- */
#bg {background:url('bg.jpg') left top repeat;}
#fader {height:300px; overflow:hidden;} 


/* -- // @ Content \\ -- */
.content {padding:0 0 0 16px;}
#icons {
	background:url('icons.png') left top no-repeat;
	height:169px;
	position:relative;
	}
		.news {
			position:absolute;
			width:230px;
			top:35px;
			left:6px;
		}
		.cabin {
			position:absolute;
			width:230px;
			top:35px;
			left:267px;
		}
		.specials {
			position:absolute;
			width:230px;
			top:35px;
			left:517px;
		}

#contentForm {margin:0; padding:0;}

	/* ----- Bullets ----- */
	ul.CLASSNAME {  							/* ---- add a class to the list (i.e. <ul class="CLASSNAME">) to adjust indivual lists ---- */
		list-style-image:url('bullet.gif');		/* ---- this is where you change the name of your bullet ---- */
	} 											/* ---- if you need to move this element, add a margin or padding ---- */
	ul.CLASSNAME li {}							/* ---- use this line to adjust individual list items ---- */


	
/* -- // @ Footer \\ -- */
#foot {background:url('foot.jpg') left top repeat-x;}

#footer {
	color:#fff; 
	font-size:7pt; 
	text-align:center;
}
	#footer a:link, #footer a:visited, #footer a:active {
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}
	#footer a:hover {
		color:#fff;
		font-weight:bold;
		text-decoration:underline;
	}
	
/* -- // @ navigation \\ -- */
.dropmenudiv {
			background-color:#f6f6f6;
			border:1px solid #ddd;
			border-bottom-width:0;
			line-height:20px;
			margin-left:0px;
			margin-top:-7px;
			position:absolute;
			text-align:left;
			top:0;
			visibility:hidden;
			width:145px;
			z-index:100;
		}		
		.dropmenudiv a {
			border-bottom:1px solid #ddd;
			border-top:1px solid #fff;
			color:#164613;
			display:block;
			font-weight:normal;
			text-align:left;
			text-decoration:none;
			text-indent:4px;
			width:auto;
		}		
		.dropmenudiv a:hover {
			background-color:#fff;
			color:#907944;
			font-weight:bold;
			text-align:left;
		}
		* html .dropmenudiv a {width:100%;} /*IE only hack*/
		.notop {border-top:0px !important;}
