@charset "UTF-8";
#wrapper {
	text-align: center;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 852px;
	top: 30px;
	position: relative;
}
#header {
	background-image: url(../media/images/core/headerBG.png);
	height: 84px;
	width: 851px;
}
#logo {
	float: left;
	height: 46px;
	width: auto;
	position: relative;
	top: 35px;
	left: 30px;
}
#navigation {
	float: right;
	top: 57px;
	position: relative;
	font-size: 13px;
	width: 440px;
	text-align: right;
	right: 25px;
	color: #FFF;
}
#contentWrapper {
	height: auto;
	width: 851px;
	color: #FFF;
	background-image: url(../media/images/core/contentBG.png);
	background-repeat: repeat-y;
	float: left;
}
#textArea {
	float: left;
	height: auto;
	width: 350px;
	font-size: 12px;
	text-align: justify;
	position: relative;
	left: 30px;
	padding-top: 25px;
}
#photoArea {
	float: right;
	height: auto;
	width: 450px;
	text-align: center;
	font-size: 10px;
	clear: right;
	position: relative;
	padding-top: 25px;
}
#gallery {
	float: left;
	height: auto;
	width: 800px;
	font-size: 12px;
	text-align: justify;
	position: relative;
	left: 30px;
	padding-top: 25px;
}
#footer {
	height: 60px;
	width: 851px;
	font-size: 10px;
	color: #FFF;
	background-image: url(../media/images/core/footerBG.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	clear: left;
	float: left;
	vertical-align: bottom;
	top: 5px;
}
#footer a  {
	color: #86C325;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#indexTextArea {
	float: left;
	height: auto;
	width: 250px;
	font-size: 12px;
	text-align: justify;
	position: relative;
	left: 30px;
	padding-top: 25px;
}
#indexPhotoArea {
	float: right;
	height: auto;
	width: 480px;
	text-align: center;
	font-size: 10px;
	clear: right;
	position: relative;
	padding-top: 25px;
	padding-right: 30px;
}
a {
	color: #8DCD27;
	text-decoration: none;
}
/* CSS Document */

body {
	background-image: url(../media/images/core/bg.jpg);
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#content {
	float: left;
	height: auto;
	width: 100%;
	background-position: 50px;
}
.pageTitle {
	font-weight: bold;
	color: #86C325;
}
.floatLeft {
	float: left;
	padding-right: 15px;
}
a:hover {
	color: #60C;
	text-decoration: none;
}
.pagePhoto {
	border: thin solid #CCC;
	margin: 2px;
	padding: 2px;
}
.center {
	text-align: center;
}

* override the arrow image of the tooltip */ 

#dynatip.bottom { 
    background:url(../media/images/core/toolTipLG.png);     
    padding-top:40px; 
    height:55px; 
} 
 
#dynatip.bottom {
	background-image: url(../media/images/core/toolTipLG.png);
}
.miniText {
	font-size: x-small;
	text-align: center;
}
