﻿*
{
	color: #000000;
	background-color: transparent;
	font-family: 'Georgia', 'Garamond', 'Times', serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 120%;
	outline-style: none;
}

html		/*		document root element		*/
{
	
	background: #DBC792;
}

body		/*		document body		*/
{
	
	background: url(/images/body.jpg) repeat-x left top;
}

#aspnetForm
{
	background: url(/images/aspnetForm.jpg) no-repeat left top;
}

#NavHome
{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	width: 200px;
	height: 130px;
	text-indent: -50em;
}

#NavTop
{
	padding: 80px 0 0 230px;
	height: 80px;
	position: relative;
	z-index: 3;
}

#NavTop ul
{
border: solid 1px #4C5600;
}

#NavBR
{

clear: left;
}

#NavSections li,
#NavBR li
{
	float: left;
	margin-right: 15px;
}

#NavSections li a,
#NavBR li a
{
	color: #FFFFFF;
}

#NavBR li a
{
	font-size: 65%;
	text-transform: uppercase;
}

div[id$="_TreeView2"] li.AspNet-TreeView-Root
{
	float: left;
	margin-right: 15px;
}

div[id$="_TreeView1"] li.AspNet-TreeView-Root > a
{
	width: 202px;
	height: 130px;
	background: #FF0000 url(/images/root.jpg) no-repeat left top;
	display: block;
	position: relative;
	top: 9px;
	left: 12px;
	text-indent: -300px;
}

.AspNet-TreeView-Selected > a
{
	color: #FFFFFF;
}

#DivContentPlaceHolder1
{
	clear: both;
	padding-left: 40px;
	background: #FFEAB3 url(/images/html.jpg) repeat-y left top;
}

#footerContainer
{
	background: #DBC792 url(/images/footerContainer.jpg) repeat-x top left;
	width: 100%;
}

#footer
{
	left: 30px;
	padding-top:50px;
	height: 70px;
	width: 100%;
	background: url(/images/footer.jpg) no-repeat top left;
}

/*----------------------------------------------------------------------*/
/* site root DEFAULT.ASPX ↓ */
#Featured
{

	
}

#FeaturedDetails
{
	
	
	position: absolute;
	left: 440px;
	margin-top: 20px;
	z-index: 6;
	
	
}

#DetailsInfo
{
	background: #9BA05B;
	border: solid 1px #000000;
	
}

#DetailsInfo h2
{
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	text-align: center;
	border-bottom: solid 1px #000000;
	color: #FFFFFF;
	background: #4C5600;
	padding: 3px;
	margin: 0;
}

#DetailsInfo img,
#DetailsInfo ul
{
	margin: 3px;
}

#DetailsInfo a img
{
	border: solid 1px #4C5600;
	width: 125px;
	height: 94px;
}

#DetailsInfo li
{
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#DetailsLink p
{
	width: 98px;
	margin: 15px 0 0 35px;
}

#DetailsLink p a
{
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	color: #0000FF;
}

#FeaturedCabinName
{
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
	border: solid 1px #000000;
	color: #FFFFFF;
	background: #4C5600;
	padding: 10px;
	margin-left: 10px;
	position: absolute;
	z-index: 7;
}

#FeaturedLargeImg
{

	width: 422px;
	height: 322px;
	background: url(/images/featured/FeaturedLargeImg.gif) top left no-repeat;
	padding: 10px;
	
}

#FeaturedLargeImg img
{
	border: solid 1px #000000;
	width: 400px;
	height: 300px;
}

.imgBorder 
{
	border:solid 1px #000000;
	margin:4px;
}

/*----------------------------------------------------------------------*/
/*	BLOCK ELEMENTS ↓	*/
br		/*		forced line break		*/
{		}
blockquote		/*		long quotation		*/
{		}
div		/*		generic language/style container		*/
{		}
h1		/*		heading		*/
{
	font-size: 200%;
	color: #822B00;
	font-weight: 500;
}
h2		/*		heading		*/
{
	font-size:140%;
	font-weight: 500;
	margin-bottom: 10px;
	border-bottom: 3px solid #A0906A;
}
h3		/*		heading		*/
{
	color: #F7F3D6;
	font-weight: 900;
	background-color:#C7C3A6;
}
h4		/*		heading		*/
{		}
h5		/*		heading		*/
{		}
h6		/*		heading		*/
{		}
hr		/*		horizontal rule		*/
{
	border-top: 1px solid #000000;
	clear: both;
}
p		/*		paragraph		*/
{
	padding: 0 0 15pt 0;
/*	text-shadow: 0 0 3px #FFFFFF;*/
	max-width: 630px;
}
pre		/*		preformatted text		*/
{		}

/*----------------------------------------------------------------------*/
/*	LIST ELEMENTS ↓	*/
dd		/*		definition description		*/
{		}
dl		/*		definition list		*/
{		}
dt		/*		definition term		*/
{		}
dfn		/*		instance definition		*/
{		}
li		/*		list item		*/
{		}
ol		/*		ordered list		*/
{		}
ul		/*		unordered list		*/
{	list-style-type: none;	}

/*----------------------------------------------------------------------*/
/*	TABLE ELEMENTS ↓	*/
caption		/*		table caption		*/
{		}
col		/*		table column		*/
{		}
colgroup		/*		table column group		*/
{		}
table		/*		table		*/
{		}
tbody		/*		table body		*/
{		}
td		/*		table data cell		*/
{		}

/*----------------------------------------------------------------------*/
/*	FORM ELEMENTS ↓	*/
button		/*		push button		*/
{		}
fieldset		/*		form control group		*/
{	}
form		/*		interactive form		*/
{		}
input		/*		form control		*/
{		}
legend		/*		fieldset legend		*/
{		}
optgroup		/*		option group		*/
{		}
option		/*		selectable choice		*/
{ background-color:White;}
select		/*		option selector		*/
{ background-color:White;  border:soid 1px #000000; }
textarea		/*		multi-line text field		*/
{		}
tfoot		/*		table footer		*/
{		}
th		/*		table header cell		*/
{		}
thead		/*		table header		*/
{		}
tr		/*		table row		*/
{		}

/*----------------------------------------------------------------------*/
/*	INLINE ELEMENTS ↓	*/
a		/*		anchor		*/
{		}
area		/*		client-side image map area		*/
{		}
cite		/*		citation		*/
{		}
code		/*		computer code fragment		*/
{		}
img		/*		embedded image		*/
{		}
map		/*		client-side image map		*/
{		}
object		/*		generic embedded object		*/
{		}
q		/*		short inline quotation		*/
{		}
samp		/*		sample program output, scripts, etc.		*/
{		}
span		/*		generic language/style container		*/
{		}

/*----------------------------------------------------------------------*/
/*	PHRASE ELEMENTS ↓	*/
em		/*		emphasis		*/
{	font-style: italic;	}
strong		/*		strong emphasis		*/
{		}
sub		/*		subscript		*/
{		}
sup		/*		superscript		*/
{		}