@charset "UTF-8";
/* CSS Document */

#header {
	background-image:url(images/topbar1px.jpg);
	background-repeat:repeat-x;
	width:1027px;
	height:122px;
	margin:0 auto 0 auto;
	
}

#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:122px;
	margin:0 auto 0 auto;
}

#menu {
	width:142.83px;
	height:15px;
	float:left;
	padding-top:107px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	
	
}

#menu2 {
	width:142.83px;
	height:15px;
	float:right;
	padding-top:107px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	
}

a.menu {
	color:#fff;
	text-decoration:none;
}

a.menu_on {
	color:#000;
	text-decoration:none;
}

a.menu:hover {
	color:#000;
	text-decoration:none;
}

a.menu:active {
	color:#000;
	text-decoration:none;
}

a.maintext {
	color:#5a6b78;
	text-decoration:none;
}

a.maintext:hover {
	color:#306;
	text-decoration:none;
}

a.maintext:active {
	color:#306;
	text-decoration:none;
}

#maincontent {
	width:1027px;
	height:400px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
}


.sidebuttonsss2{
	margin-top:20px;
	margin-bottom:20px;
}


#images {
	width:400px;
	height:400px;
	float:left;
}

#textbox {
	width:400px;
	height:400px;
	float:left;
	margin-left:40px;
	padding-right:40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	overflow:auto;

}

#textbox2 {
	width:410px;
	height:400px;
	float:left;
	padding-left:40px;
	padding-right:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	overflow:auto;
}

#baseline {
	width:1027px;
	height:17px;
	background-image:url(images/botbar1px.jpg);
	background-repeat:repeat-x;
	margin:0 auto 0 auto;
	
}


#baselinetext {
	width:505px;
	height:16px;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	text-indent:10px;
	line-height:130%;
	float:left;
}
#baselinetext2 {
	width:500px;
	height:16px;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:right;
	padding-right:10px;
	line-height:130%;
	float:right;
}


#buttons {
	width:147px;
	height:400px;
	text-align:right;
	float:left;
}

a.baseline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
}

a.baseline:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

a.baseline:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#306;
	text-decoration:none;
}

.headline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	color:#5a6b78;
}

.dates {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#000;
}

.smalltitles {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#5a6b78;
	font-style:oblique;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



#gallery {width:1025px; height:400px; padding-top:10px; position:relative; border:opx solid #ddd; background:#fff;}
#gallery ul {list-style:none; padding:5px; margin:0; width:400px; float:right; height:250px; overflow:auto;}
#gallery ul li {display:inline; width:80px; height:80px; float:left; margin:0 4px 4px 0; border:1px solid #444; cursor:pointer;}
#gallery ul li img {display:block; width:80px; height:80px;}
#gallery ul li span {display:none; position:absolute; left:620px; top:285px; width:340px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#000; font-size:11px; line-height:15px; text-align:justify;}
#gallery ul li span b {color:#5a6b78; font-weight:normal; font-size:12px}
#gallery ul li span c {color:#000; font-weight:bold; font-size:14px}
#gallery ul li span e {color:#5a6b78; font-size:16px;}

a.gallery {
	color:#5a6b78;
	text-decoration:none;
}

a.gallery:hover {
	color:#000;
	text-decoration:none;
}

a.gallery:active {
	color:#5a6b78;
	text-decoration:none;
}

	
	
/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {margin:5px auto 0 auto; width:500px; height:400px; border:1px solid #fff;}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background:#f8f8f8; cursor:default;}

#gallery ul li.click i {position:absolute; left:0; top:0; width:580px; height:400px;}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;}

.gallery_text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-align:center;
	
}




.contacttext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
}

a.textbox2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#5a6b78;
}
	
#maincontent #textbox2 .contacttext a {
	color: #5a6b78;
	text-decoration:none
}
#maincontent #textbox2 .contacttext a:hover {
	color: #000;
	text-decoration:none
}


#baseline_button {
	width:1027px;
	height:190px;
	margin:0 auto 0 auto;
	padding-top:10px;
	
}

#baseline_button_sep {
	width:256px;
	height:180px;sssss
	float:left;
}
	
	

.social {
	margin:5px;
}	


.social2 {
	margin-top:20px;
	margin-bottom:20px;
}	


.sprytext {
	width:250px;
	height:20px;
	margin-bottom:5px;
	padding-left:10px;
	text-align:left;
}

.sprybody {
	width:250px;
	height:60px;
	margin-bottom:5px;
	padding-left:10px;
	padding:-top:10px;
	text-align:left;
}

.galleria {
	margin-left:0px;
	margin-right:20px;
}
.galleria2 {
	margin-right:20px;
	margin-left:20px;
}
.galleria3 {
	margin-right:0px;
	margin-left:20px;
	
}


a {
	text-decoration:none;
	
	#maincontent #textbox table {
	text-align: right;
}
#maincontent #textbox2 .contacttext a {
	color: #5a6b78;
}
.formtexts {
	font-size: 12px;
}


.buttonsform {
	color: #5a6b78;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #5a6b78;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#fff;
	margin-left:20px;
	line-height:15px;
	margin-bottom:5px;
	text-align:left;
}

