@charset "UTF-8";

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left;
	background-image: url(images/Pansybg3.jpg);
	background-repeat: repeat;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	z-index: 100;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 315px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 10px;
	color: #857994;
	float: right;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div#homelogo {
	background-color: #FFFFFF;
	height: 135px;
	text-align: center;
}
div#homesub {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#homepics {
	text-align: center;
	margin-bottom: 10px;
}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	;
	font-size:12px;
	margin: 0px;
	background-image: url(images/bg.gif);
}
#homebody {
	color: #FFFFFF;
}
h1 {
	font-weight: bold;
	color: #e8d790;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 10px;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	color: #333333;
	text-align: center;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0px;
	color: #e8d790;
}
.mail {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #857994;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}	
.homethumb {
	padding-right: 1px;
	padding-top: 10px;
}
#vertsubs {
	position:absolute;
	width:50px;
	height:430px;
	z-index:1;
	left: 260px;
	top: 110px;
}
#menu {
	position: absolute;
	height: 25px;
	width: 490px;
	left: 315px;
	top: 85px;
	z-index: 2;
}
#strap {
	position:absolute;
	width:270px;
	height:25px;
	z-index:3;
	left: 0px;
	top: 88px;
}
#latestnews {
	font-size: 11px;
	background-color: #d7c7ee;
	width: 175px;
	color: #372956;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: 0px;
}
.bold {
	font-weight: bold;
}
li {
	list-style-type: circle;
}
.latesthead {
	font-weight: bold;
	margin-top: 0px;
	padding-left: 4px;
}
.mail2 {
	color: #372956;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #372956;
}
#gallerythumbs{
}
div.img
{
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin: 2px;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {
	border: 1px solid #857994;
}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: 150px;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.twoColFixLtHdr #sidebargallery {
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFFFFF;
}
.contacttable {
	font-size: 11px;
	padding: 4px;
}
.purpletext {
	font-size: 11px;
	color: #000000;
}
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #999999;
}
.highslide:hover img {
	border: 1px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image-blur {
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}


a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

