@charset "utf-8";
/* CSS Document */

body {
	background-color: #4f3f46;
	font-family: Arial, Helvetica, sans-serif;
	color: #F0F0F0;
}

.title_text {
	font-size: 46px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
}

.subtitle_text {
	font-size: 20px;
	color: #D0D0D0;
	padding-top: 10px;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 20px;
	text-decoration: none;
	font-style: italic;
}

.address_text {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 5px;
	text-decoration: none;
	font-style: normal;
	padding-right: 15px;
}

.summary_home_text {
	font-size: 16px;
	color: #A9CF10;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
	padding-right: 16px;
}
.summary_page_text {
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 25px;
	text-decoration: none;
	padding-right: 16px;
}

.menu_text {
	font-size: 16px;
	color: #A9CF10;
	padding-top: 18px;
	padding-left: 30px;
	font-weight: bold;
	padding-bottom: 8px;
	text-decoration: none;
	padding-right: 30px;
}

.footer_text {
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	font-style: italic;
	padding-bottom: 8px;
	font-weight: bold;
}
.main_home_text {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
}
.main_text {
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
}
a {
	color: #B3DB11;
	text-decoration: none;
}
a:hover {
	color: #E2ED18;
	text-decoration: none;
}
a:active {
	color: #CAEF36;
	text-decoration: none;
}
image_settings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
}


/*Settings for images gallery */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 250;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px #E2E2E2;
margin: 0px 5px 5px 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 0px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #727A63;
	padding: 0px;
	left: -1000px;
	/*border: 1px dashed gray;*/
visibility: hidden;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 162px;  /*position where enlarged image should offset vertically */
left: 231px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

</style>
