@page
{
	size: landscape;
}
body
{
	color: #556655;
	background-color: #F2F7F2;
	font-family: Arial, Helvetica, sans-serif;
}
h2
{
	color: #426442;
	font-size: medium;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2#openingInfo
{
	color: #990000;
	text-align: center;
	margin: 5px;
	margin-top: 20px;
	padding: 5px;
	border-color: #990000;
	border-width: 1px;
	border-style: dotted;
	background-color: #F2F7F2;
}
table.info th
{
	color: #426442;
	font-size: small;
	font-style: italic;
	background-color: #D3E2D3;
	text-align: left;
}
table.info tr
{
	background-color: #F2F7F2;
}
td
{
	font-size: x-small;
}
p
{
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 8px;	
}
label
{
	font-size: x-small;
	margin-top: 15px;
	margin-bottom: 5px;	
	font-style: italic;
	font-weight: bold;
}
img
{
	margin: 0px;
	padding: 0px;
}
div#logo
{
	background-image: url(../images/title_fill.gif);
	background-repeat: repeat-x;
}
div#topRight
{
	background-image: url(../images/house_outline.gif);
	background-repeat: no-repeat;
	width: 254px;
	height: 135px;
	/*
	float: right;
	*/
	position: absolute;
	top: 0 !important;
	top /**/: 1;
	right: 0 !important;
	right /**/: 1;
	margin: 0;
	padding: 0;
}
div#box
{
	position: relative;
	vertical-align: middle;
	border-width: 1px;
	border-color: #426442;
	border-style: solid;
	background-color: #FFFFFF;
}
div#bottomShadow
{
	background-image: url(../images/bottom_shadow.gif);
	background-repeat: repeat-x;
	width: 100%;
}
div#menu
{
	border: none;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 125px !important;
	width /**/: 140px;
	height: 100%;
	background-image: url(../images/menu_background.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 0px;
	text-align: left;
}
div#menu img
{
	vertical-align: middle;
}
div#menu a,
div#bottomNav a
{
	font-weight: bold;
	font-style: italic;
}
div#menu a:link,
div#menu a:visited,
div#bottomNav a:link,
div#bottomNav a:visited
{
	font-weight: bold;
	font-style: italic;
	font-size: x-small;
	color: #990000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
div#menu a:hover,
div#bottomNav a:hover
{
	font-weight: bold;
	font-style: italic;
	font-size: x-small;
	margin: 0px;
	color: #990000;
	text-decoration: none;
	border-bottom-color: #990000;
	border-bottom-width: 1;
	border-bottom-style: solid;
}
div#contactDetails 
{
	clear: both;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #426442;
	margin-top: 0px;
	padding: 2px;
	text-align: center;
	font-size: x-small;
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #426442;
}
div#container
{
	position: relative;
	width: 100%
}
div#mainContent
{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 160px;
	height: 300px;
}
img.photo
{
	margin-left: 10px;
	margin-bottom: 10px;
}
table
{
	clear: both;
}
div#table_container
{
	width: 100%;
	clear: both;
}
div#bottomNav
{
	text-align: center;
	padding: 5px;
}
ul
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
li
{
	list-style-type: square;
	list-style-image: url(../images/bullet_2.gif);
}