@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* this starts markup for APPLEBROOK */

ul{
	padding-top: 5px;
	padding-bottom:15px;
}

ul ul{
	padding-top: 5px;
	padding-bottom:15px;
}

body {
 background: #cccc99;
 font: 12px/18px Arial , sans-serif;
 text-align: center;
 color: #666;
 margin: 0px;
 margin-bottom: 0px;
}

p {
	padding-bottom: 2px;
}

h1 {
 color: #660000;
 padding-top: 4px;
 padding-bottom: 4px;
 margin-bottom: 5px;
 border-bottom:   thin dotted #ccc;
 margin-top: 5px;
 border-top:   thin dotted #ccc;
 font-size: 20px;
}

h2 {
 font-size: 16px;
 font-family: times , serif;
 text-align: center;
 color: #993333;
padding-bottom:5px;
padding-top: 5px;
 line-height: normal;

}

h3 {
 line-height: normal;
 font-size: 14px;
 padding-bottom: 0px;
 margin-bottom: 3px;
 text-align: left;
}

h4 {
 font-size: 16px;
 font-family: times , serif;
 text-align: center;
 color: #993333;
margin-bottom:20px;
margin-top: 20px;

 line-height: normal;
 border-bottom: thin dotted #ccc;
}

#wrapper {
    position: relative;
	width:820px;
    text-align: left; /* counter the body center */
    background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-y; 
    margin-left: auto;
	margin-right: auto;
}

#main {
	padding: 0;
	margin: 0;
}

#header {
background: #ffffff url(images/applebrook_inn_banner.jpg) no-repeat; 
height: 155px;
margin: 0px 10px 0px 10px;
}

#mainContent {
	margin: 0px;
	height:auto;
	color:#666666;
}

#navBar {
	width: 800 px;
	height: 160 px;
	margin: 0px 10px 0px 10px;
	
}

#title {
	width: 780px;
	height: 63px;
	margin-left: -15px;
	margin-right: 10px;
	margin-bottom: 0px;
}


.bodyContent {
	margin: 0px;
	margin: 0px 25px 0px 25px;
}

.bodyContent a {
	color: #666;
	text-decoration:underline;
}

#footer  {
	line-height: 11px;
	height: 20px;
	padding: 10px 2px 2px 2px;
	margin: 0 10px 0 10px;
	color: #ccc;
	font-size: 12px;
	text-align: center;
	
}

#footer a {
	color: #666;
	text-decoration:none;
}

#copyright  {
	padding: 20px 2px 20px 2px;	
	color: #fff;
	background-image: url(images/footer_bg.jpg);
	height: 60px;
	font-size: 11px;
	text-align: center;
	margin: 0 10px 0 10px;

}

#copyright a {
	color: #fff;
	text-decoration:underline;
}


.pictureleft { float: left; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;}
.pictureright { float: right; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;}

.picturegallery a, .picturegallery p, .picturegallery tr, .picturegallery td { 
font: 12px/18px Arial , sans-serif;
text-align: center;
color: #666;
margin: 2px; 
text-decoration:none;
}

.form { 
font: 12px/18px Arial , sans-serif;
text-align: left;
color: #666;
text-decoration:none;
margin: 2px; 
}

.team { 
font: 12px/18px Arial , sans-serif;
text-align: left;
color: #666;
margin: 2px; 
}


#hor-minimalist-b
{
	font-size: 12px;
	background: #fff;
	margin: 10px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 10px 8px;
	border-bottom: 2px solid #666;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #999;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #333;
}








