@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
ul{margin:0;padding:10px;}

li {border-bottom:1px #F7DBFD dashed;
background:url(../images/icon.gif) left no-repeat;
margin:7px;
padding-left:15px;
list-style:none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
.bd_pic {
	margin: 1px;
	padding: 1px;
	border: 1px solid #FFCC00;
}
.bd2{
	padding:inherit;
	border:1px solid #CC99FF;
}

.style1 {
	color: #FFFFFF
}
.activity {
	margin-left: 3px;
	margin-right: 5px;
	width:120px;
}

.intro{
	margin-left: 5px;
	margin-right: 5px;
	width:90%;
}

.content {
	margin-left:30px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px;
	line-height:18px;
}

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid #F7DBFD;
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F7DBFD;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type:none;
width: 135px;
background-color:none;
}
.news {
	border: 1px dotted #F9D2F4;
	padding: 10px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height:17px;
}

.board {
	border: 1px dotted #F9D2F4;
	padding: 10px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height:17px;
}
.gal {
	border: 1px dotted #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height:17px;
}
.heading {
	background-color: #FCE8FA;
	padding: 5px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border:1px dotted #FCE8FA;
}

.heading2 {
	background-color: #FCE8FA;
	padding: 5px;
	margin: 5px 20px 5px 20px;
	border:1px dotted #FCE8FA;
}

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

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

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F0F0F0;
padding: 5px;
left: -1000px;
border: 1px solid #F9D2F4;
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;
}

#form3 table {
	margin: 10px;
	width: 90%;
	padding: 5px;
}
.more {
	margin-right: 20px;
	margin-left: 20px;
}
