/*
applespringsresort.com
Created by Kevin
02-11-10

Colors:
Black: 400303
Apple Red: ed1c24
Dark Red: 6d0606
Light Tan: e6b06d
Dark Tan: 8a5d30
Menu Green: a58c38

*/

@charset "UTF-8";

/*CSS Clear*/
*{padding:0px;margin:0px;}
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, font, 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{
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align: baseline;
}
body {
	background:url(../../image/common/site-bg-repeat.jpg) repeat;
	font-family:Verdana, Arial, Geneva, sans-serif;
	line-height:normal;
	}
body#tinymce{
	padding: 5px;
	background: none;
}
ol, ul {
	list-style: none;
}
li{
	line-height:140%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
br{
	clear:both;
}
a{
	color:#400303;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
	color:#400303;
	font-weight:bold;
	line-height:160%;
}
h1 {
	font-size:1.5em;
	
	}
h2 {
	font-size:1.3em;
	}

h3{
	font-size:1em;
	}
h4 {
	font-size:.8em;
	}
p{
	color:#400303;
	font-size:.8em;
	line-height:140%;
	padding-bottom:.5em;
}
td, th{
	color:#400303;
	font-size:.8em;
	line-height:140%;
}

li{
	color:#400303;
	font-size:12px;
	list-style:none;
}
	
br {
	clear:both;
}


/*general syles*/
.floatLeft{
	float:left;
	margin-right:10px;
}
.floatRight{
	float:right;
	margin-left:10px;
}
.clearBoth{
	clear:both;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.textSmall{
	font-size:70%;
}
.textLight{
	color:#fff4bd;
}
.textGray{
	color:#999;
}
.textUnderline{
	text-decoration:underline;
}
.strong{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.objectCenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.objectBorder{
	border:#000 2px solid;
}
.margin{
	margin:5px;
}
.marBottom{
	margin-bottom:10px;
}
.marTop{
	margin-top:10px;
}
.padBotttom{
	padding-bottom:10px;
}
.padRight{
	padding-right:10px;
}
.padLeft{
	padding-left:10px;
}
.borderTop{
		
	padding-top:10px;
}

/*Site Body*/
#content{
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:1030px;
	}
	#paper{
		background:url(../../image/common/brown-paper.png) no-repeat 0 0;
		height:252px;
		position:absolute;
		top:140px;
		width:1030px;
		z-index:200;
		}
	#sakura{
		background:url(../../image/common/sakura.png) no-repeat 0 0;
		height:165px;
		margin-left:40px;
		position:absolute;
		width:165px;
		z-index:100;
		}
	
	#content-exterior{
		background:url(../../image/common/content-bg-repeat-small.jpg) repeat;
		margin:0 40px;
		
		overflow:hidden;
	}
	#content-interior{
		background:url(../../image/common/content-bg-repeat.jpg) repeat-x 0 0;
		
		overflow:hidden;
	}

/*header*/
#header{
	height:390px;
	overflow:hidden;
	position:relative;
	width:950px;
	z-index:300;
	}
	
	#logo{
		float:left;
		margin-left:165px;
		width:362px;
		}
	
	#header-image{
		float:left;
		height:250px;
		margin:10px 0 0 10px;
		overflow:hidden;
		text-align:center;
		width:400px;
		}
		#building_dreams{
			margin:20px 0 0 70px;
		}
	
	#excerpt{
		float:left;
		margin:15px 0 0 -100px;
		}
		#excerpt h4, #excerpt h3{
			color:#fff;
			padding-bottom:5px;
		}
	

/*navigation*/
#nav-container{
			position:absolute;
			right:80px;
			top:360px;
			z-index:1000;
			}
		

/* NavBar */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.9em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

/* navbar skin */
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:#6d0606 2px solid;
	padding: 		.25em .8em;
	text-decoration:none;
}
.sf-menu a.no_bg{
	border-left:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#400303;
}
.sf-menu li {
	
}
.sf-menu li li {
	background:		#6d0606;
}
.sf-menu li li a, .sf-menu li li a:visited{
	color:#e6b06d;
}
.sf-menu li li a:hover{
	color:#400303;
}
.sf-menu li li li {
	background:		#6d0606;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#e6b06d;
	outline:		0;
}

/* navbar arrows */
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../../image/common/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* navbar shadows for all but IE6 */
.sf-shadow ul {
	background:	url('../../image/common/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/*story*/
#story{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background:#fff url(../../image/common/new_trans_background.jpg);
	border:#e6b06d 5px solid;
	min-height:360px;
	margin:-40px auto 0 auto;
	overflow:hidden;
	padding:40px 40px 10px;
	width:790px;
	}
	#story h1, #story h2{
		padding-bottom:1em;
	}
	#story p{
		padding-left:50px;
		
	}
	#story img{
		border:2px #6d0606 solid;
	}
/*footer*/
#footer{
	clear:both;
	padding:10px 0;
	text-align:center;
	width:950px;
	}


