@charset "utf-8";
/* CSS Document */

/* Commonly used to style page titles. */
h1 {
	font-family:"Times New Roman", Times, serif;
	color: #330000;
	font-size: large;
	font-weight: 100;
	margin-top: 0px;
}
/* Commonly used to style section titles. */
h2 {
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
	font-weight:100;
	line-height:1.3em;
	margin-top: 0px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
	color: #878F7B;
	font-size: 120%;
	font-weight: 100;
	margin-top: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #797F5B;
}
.thumbImage {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Sets the style for unvisited links. */
a,  a:link {
font-family:Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #EAFAD6;
}
.contactBoxes {
	background-color: #BAAA79;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #454539;
	border-left-color: #454539;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454539;
}
.sendMail {
	background-color: #BAAA79;
	border: 1px solid #454539;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.underlineTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAAA79;
	padding-bottom: 10px;
}
.maptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#outerWrapper #contentWrapper #leftColumn2 .imageTbumb {
	margin: auto;
	padding: 3px;
	height: 100px;
	width: 100px;
	border: 1px solid #626749;
	overflow: hidden;
}
#outerWrapper #contentWrapper #content table .tableSubdiv {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.alignRight {
	float:right;
	margin-right: 5px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #454539;
	top: 0px;
	background-color: #EAFAD6;
	overflow: hidden;
	height: 150px;
	width: 150px;
}
#outerWrapper #contentWrapper #content2 #hiddenGallery {
	margin: 0px;
	padding: 0px;
}
#repeatImage {
	width: 150px;
	height: 100px;
	overflow:hidden;
	padding: 2px;
	background-color: #EAFAD6;
	float: left;
	margin: 2px;
}
#note {
	clear: both;
	float: left;
	width: 100%;	
}
#note .noteProp {
	font-size:9px ;
}
