/* Ashford Arms stylesheet */

BODY { 
 	top: 0px;
  	left: 40px;
  	padding: 0px;
	margin-top: 0px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 1em;
  	font-style: normal;
  	font-weight: normal;
  	color: #000000;
  	/*background-color: #3A5C22;*/
	text-align: center; 
  	color: #000000;
  	background-color: #f8f8f8;
}

div.hidden {
	visibility: hidden;
	
}

div.mainpage {

}

H1 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 20pt;
  	color: #004000;
}

H2 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 16pt;
  	line-height: 24pt;
  	margin-top: 6px;
  	margin-bottom: 6px;
  	color: #004000;
  	text-align: center;
}

H3 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 14pt;
  	line-height: 14pt;
  	margin-bottom: 1pt;
  	color: #004000;
  	letter-spacing: 1px;
  	text-align: center;
}

H4 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 13pt;
  	margin-bottom: 2px;
  	margin-top: 2px;
  	color: #516e3c;
  	text-align: center;
}

h5 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 11pt;
  	text-align: center;
  	margin-top: 2px;
  	margin-bottom: 2px;
}


P {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.90em;
	margin-left: 4px;
	margin-right: 4px;
  }

LI {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.90em;
  	color: #000000;
}

table {
  	width: 100%;
  	/*border-left: 	1px   #616613 solid; 
  	border-RIGHT: 	1px   #616613 solid; 
  	border-TOP: 	1px   #616613 solid;
  	border-BOTTOM: 	1px   #616613 solid;*/
	border: 1px #E5D775 solid;
  	padding: 	0px;
}

table.main {
	text-align: center;
	width: 780px;
	top: 0px;
}

td {
	background-color: #FFF8C0;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
  	vertical-align: top;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.9em;
}

td.mainimage {
	margin: 0px;
	text-align: center;
	background-color: #FFF8C0;
	width: 350px;
}

td.maincenter {
	background-color: #808080;
	color: #ffffff;
	padding: 4px;
	text-align: center;
}

td.maintext {
	background-color: #E0E0E0;
	color: #000000;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
  	vertical-align: top;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.9em;
}


td.menu {
	text-align: center;
	background-color: #808080;/* #E5D775;*/
	width: 130px;
	height: 20px;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.menubox {
	width: 760px;
}

td.topimage {
	text-align: center;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #3A5C22;
	width: 780px;
}

td.bottom {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	width: 410px;
}

img.edged {
  	border-width: 1px;
  	border-color: #e5d673;
  	vertical-align: middle;
}

img.logo {
	margin-left: 5px;
	margin-right: 5px;
}

a:link {
  	color: #E5D775;
  	background-color: transparent;
 	text-decoration: none;
}

a:active {
  	color: #E5D775;
  	background-color: transparent;
  	text-decoration: none;
}

a:visited {
  	color: #D5C760;
  	background-color: transparent;
  	text-decoration: none;
}

a:hover {
  	color: #000000;
  	background-color: transparent;
  	text-decoration: underline;
}

.maintext a:link {
	color: #004000;
}
.maintext a:hover {
	color: #008040;
}
.small {
	font-size: 0.85em;
}
.center {
	text-align: center;
}

