body {
	background: White;
	color: Black;
	margin: 0px;
	padding: 0px;	
}

a {
	text-decoration: underline;
}

p {
	font: 12pt/16pt "Times New Roman", Times, serif;
	text-align: justify;
}

p.avail {
	font: italic bold 10pt/15pt "Times New Roman", Times, serif;
	margin: 10px 5px;
	text-align: center;
}

li {
	list-style: square outside url(images/bullet_small_blue.gif);
	font: 12pt/16pt "Times New Roman", Times, serif;
	text-align: justify;
}

ul.avail {
	font-size: 85%;
	margin: 10px 10px 0px 24px;
	padding: 0px;
}

p.center {
	text-align: center;
}

.clear {
	clear: both;
}

p.galleryhome {
	text-align: center;
	font: 80%/1.4em "Times New Roman", Times, serif;
}

h1 {
	background: transparent;
	color: #0071BC;
	font: italic bold 1.8em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h2 {
	background: transparent;
	color: #0071BC;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border-bottom: 1px solid #0071BC;
}

h3 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
}

table#container {
	width: 100%;
	height: 100%;
}

table#container td.header {
	height: 120px;
}

table#container td.menu {
	height: 40px;
	display: none;
}

table#container td.middle {
	height: 100%;
	vertical-align: top;
}

table#container td.footer {
	height: 119px;
}

table#header {
	width: 100%;
	height: 120px;
}

table#header td.headerrepeat1 {
	background: transparent url("images/header_repeat1.gif") repeat-x left;
	width: 100%;
	display: none;
}

table#header td.headerrepeat2 {
	width: 100%;
}

table#header td.headerprint {
	display: none;
}

#footer a {
	color: Black;
	background: transparent;
}

table#footer {
	width: 100%;
	height: 119px;
}

table#footer td.footerrepeat1 {
	background: transparent none no-repeat left;
	width: 100%;
	display: none;
}

table#footer td.footerrepeat2 {
	background: transparent url("images/footer_repeat.gif") repeat-x left;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
}

table#footer td.footerprint {
	display: none;
}

table#middle {
   width: 100%;
	height: 100%;
}

table#middle td {
	vertical-align: top;
}

table#middle td.middleleft {
	background: transparent url("images/border_left.gif") repeat-y top;
	width: 32px;
}

table#middle td.middleright {
	background: transparent url("images/border_right.gif") repeat-y top;
	width: 29px;
}

table#middle td.container {
	padding-right: 12px;
}

table#menu {
   width: 100%;
	height: 40px;
}

table#menu td.menuleft {
	background: transparent url("images/menu_left.gif") repeat-y top;
	width: 32px;
}

table#menu td.menuright {
	background: transparent url("images/menu_right.gif") repeat-y top;
	width: 29px;
}

#galleryindex {	
	width: 100%;
}

table#gallery {
	margin-left: auto;
	margin-right: auto;
}

#galleryindex td {
	border: 1px solid Black;
	text-align: center;
	width: 160px;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#galleryindex img{
	border: 1px solid Black;
}

#galleryindex a {
	color: Blue;
	background: transparent;
}

#galleryindex a:link{
	text-decoration: underline;
}

#galleryindex a:visited {
	text-decoration: underline;
}

#galleryindex a:hover{
	text-decoration: none;
}

#galleryindex a:active {
	text-decoration: underline;
}

table#details {
	width: 240px;
}

table#detailform {
	width: 100%;
}

table#detailform td.details {
	width: 240px;
}

table#detailform td.detailswide {
	width: 440px;
}

table#detailform td.form {
	width: 100%;
	border: 1px solid Black;
}

table#links {
	width: 90%;
	margin-left: 25px;
}

table#links td {
	font: 90%/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#avail table {
	background-color: Azure;
}

#avail th {
	background-color: #1E90FF;
	font: bold 12px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#avail td {
	border-bottom: 1px dotted Gainsboro;
	font: 11px/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#avail tr.taken {
	background-color: IndianRed;
}


td.blackborder {
	border: 1px solid Black;
}

img.photoleft {
   float: left;
	width: 150px;
	height: 150px;
	border: 1px solid Black;
	margin-right: 10px;
}

img.photoright {
	float: right;
	width: 150px;
	height: 150px;
	border: 1px solid Black;
	margin-left: 10px;	
}

#submenu {
	font: bold 12px Arial, Helvetica, sans-serif;
	display: none;
}

#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#submenu li {
	display: inline;
}

#submenu a:link, #submenu a:visited {
	padding: 3px 10px 2px 10px;
	color: #FFFFFF;
	background: #0071BC;
	text-decoration: none;
	border: 1px solid #711515;
}

#submenu a:hover {
	color: Black;
	background: LightBlue;
}

div.jmail {
	border: 1px solid #9FFEFF;
	background: Azure;
	color: Black;
	margin-bottom: 10px;
}

table.map {
	width: 400px;
	height: 800px;
	margin-left: 10px;
}






