/*________________WILDWOOD DIGITAL STYLE SHEET_________________*/

body
{	background-color: #fbf5ee;
	width: auto;
	font-family: Montserrat, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: left;
	}

img.logo
{	float: left;
	margin: 0 0 -10px 0;
	}

#container
{	background-color: #460a0a;
	width: 980px;
	}
	
#main 
{	background-image: url(images/tile.jpg);
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -17px;
	margin-bottom: 0;
	border-right: 4px;
	border-left: 4px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #fbf5ee;
	}

#banner
{	margin: 0px;
	position: relative;
	z-index: 1;
	}
#bannerlogo
{	position: relative;
	z-index: 100;
	}


#content
{	background-color: #fbf5ee;
	margin: 0px 30px 100px 30px;
	padding-bottom: 2000px;
	}

#column
{	background-color: #ecefe7;
	width: 585px;
	float: right;
	padding: 0 20px 1000px 20px;
	margin: 0 20px 0 0;
	}

#navbar
{	background-color: #fbf5ee;
	width: 245px;
	float: left;
	clear: both;
	margin-top: 0px;
	padding: 20px 10px 2000px 0px;
	}
	
div.plans
{	border-style: solid;
	border-width: 2px;
	border-color: #094249;
	margin: 40px 20px;
	padding: 10px 15px;
	}
	
	

/*__________GENERAL__________*/


p
{	color: #000000;
	margin: 0 0 16px 0;
	}
	
p.spacer
{	background-color: #fbf5ee;
	margin: 75px 30px 0 30px;
	}

p.welcome
{	background-color: #ecefe7;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 20px;
	border-left-width: 275px;
	border-color: #fbf5ee;
	margin: 0px 30px 0px 30px;
	padding: 70px 20px 28px 20px;
	font-size: 140%;
	font-weight: bold;
	}

p.tag
{	background-color: #4d0000;
	color: #fbf5ee;
	font-family: Montserrat, sans;
	font-size: 130%;
	margin: 0 -30px 0 -30px;
	padding: 20px 0 50px 0;
	}


p.plantext
{	font-size: 90%;
	}


p.book
{	text-align: center;
	margin: -10px 45px 160px 45px;
	}

.navli
{	list-style-type: none;
	background-color: #d1d7c4;
	padding: 20px 20px;
	margin: 20px -30px 0px 0px;
	font-size: 90%;
	font-weight: bold;
	}

.navlilocation
{	list-style-type: none;
	background-color: #adb897;
	padding: 20px 20px;
	margin: 20px -30px 0px 0px;
	font-size: 110%;
	color: #fbf5ee;
	}


ul.features
{	line-height: 150%;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/tile2.jpg);
	border-style: solid;
	border-width: 1px;
	margin: 0 30px 0 20px;
	padding: 20px 20px 20px 35px;
	}

ul.planlist
{	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	color: #460a0a;
	list-style-type: circle; 
	line-height: 140%;
	}

li.more
{	list-style-type: none;
	font-size: 80%;
	background-color: #fbf5ee;
	margin: 5px 0px 0 300px;
	padding-left: 10px;
	}
	


/*__________IMAGES__________*/

img
{	float: left;
	margin: 10px;
	}
	
img.websamples
{	
	}


/*__________HEADERS__________*/


h1
{	font-weight: bold;
	font-size: 130%;
	color: #460a0a;
	margin-top: 30px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #103034;
	}

p.planhead
{	font-weight: bold;
	font-size: 115%;
	color: #fbf5ee;
	background-color: #460a0a;
	margin: 0px -15px 6px -15px;
	padding: 3px 3px 3px 15px;
	}


p.contacthead
{	font-weight: bold;
	color: #460a0a;
	margin: 30px 0 0 0;
	}

p.contact
{	margin: 0;
	}



/*__________LINKS__________*/

a:link 
{	font-size: 115%;
	text-decoration: none;
	color: #460a0a;
	}    /* unvisited link */

a:visited 
{	font-size: 115%;
	text-decoration: none;
	color: #460a0a;
	} /* visited link */

a:hover 
{	font-size: 115%;
	text-decoration: none;
	color: #97b8b8;
	}   /* mouse over link */

a:active 
{	font-size: 115%;
	text-decoration: none;
	color: #422220;
	}  /* selected link */
	


a:link.altlink
{	font-size: 115%;
	text-decoration: none;
	color: #460a0a;
	}    /* unvisited link */

a:visited.altlink
{	font-size: 115%;
	text-decoration: none;
	color: #460a0a;
	} /* visited link */
	
a:hover.altlink
{	font-size: 115%;
	text-decoration: none;
	color: #97b8b8;
	}   /* mouse over link */
	


a:link.intext
{	font-size: 115%;
	text-decoration: none;
	color: #460a0a;
	}    /* unvisited link */

a:visited.intext
{	font-size: 115%;
	text-decoration: none;
	color: #460a0a;
	} /* visited link */

a:hover.intext
{	font-size: 115%;
	text-decoration: none;
	color: #97b8b8;
	}   /* mouse over link */

a:active.intext 
{	font-size: 115%;
	text-decoration: none;
	color: #422220;
	}  /* selected link */


/*_________________ORIGINAL_________________*/
#navbuttons
{	margin: 102px 0 0 0;
	width: 1300px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #422220;
	}

#navbuttons a img
{	border: transparent;
	}

#navbuttons a:hover img
{	text-decoration: underline;
	}



#footer
{	font-size: small;
	text-align: center;
	margin-top: 900px;
	}
	
	}
	
img.banner
{	margin: 0;
	text-align: center;
	border-style: solid;
	border-width: 6px;
	border-color: #422220;
	}

