/* CSS Document */

body {
	background: url(images/top_background_new2.gif) top repeat-x;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.75em;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
a.nav:link {color: /*#3D2219*/#7A963A; text-decoration: underline;}
a.nav:visited {color: /*#3D2219*/#7A963A; text-decoration: underline;}
a.nav:hover {color: #7A963A; text-decoration: underline;}	


a.main:link {color: #432B2F; text-decoration: none}
a.main:visited {color: #432B2F; text-decoration: none}
a.main:hover{color: #432B2F; text-decoration: none}

div#container {
	width: 760px;
	margin-left: 145px;
	margin-right: 100px;
	margin-top: 0;
	padding: 0;
	/*text-align: center;*/
	}

div#table {
	margin-top: 50px;
	}

.table2 {
	margin-top: 0px:
}

td.txt {color: #48383A; font-family:tahoma, arial, helvetica, sans-serif; font-size: 15px; line-height: normal; padding:0; text-align: left}
	
div#upcoming {
	background: url(images/Upcoming.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}
	
div#mission{
	background: url(images/mission.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}

div#scholar{
	background: url(images/scholarship.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}
	
div#recipient{
	background: url(images/recipients.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}

div#contact{
	background: url(images/contact.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}

div#membership{
	background: url(images/membership.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}

div#board{
	background: url(images/2011_board.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}

div#gallery{
	margin-top: 3em;
	height: 31px;
	}

div#affiliates{
	background: url(images/affiliates.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}

div#legal{
	background: url(images/legal.gif) no-repeat;
	margin-top: 3em;
	height: 31px;
	}

div#container h1.h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 27px;
	line-height: normal;
	padding: 0;
	text-align: left;
	color: #432B2F;
	margin-bottom: 0;
	margin-left: 6%;
	margin-top: 0.5em;
	}
	
div#container h1.h1smaller {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	padding: 0;
	margin-left: 6%;
	text-align: left;
	color: #432B2F;
	margin-top: 0;
	}
	
div#container h3 span {
	display: none;
	}

div#container h2.h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	padding: 0;
	text-align: left;
	color: #48383A;
	}
	
div#container h2.header {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	padding: 0;
	text-align: left;
	color: #48383A;
	font-weight: bold;
	}
	
	
div#container p.text {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	padding: 0;
	text-align: justify;
	color: #48383A;
	}

div#container p.imagehead {
	margin-left: 0%;
	}
	
div#container ul.bullet {
	list-style: disc;
	margin-left: 10%;
	margin-right: 20%;
	font-size: 15px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #48383A;
}

div#container li.padding {
	padding: 1em;
}

div#container a.thumbnail{
	position: relative;
	z-index: 0;
}

div#container a.thumbnail:hover{
	background-color: transparent;
	z-index: 60;
}

/*CSS for enlarged image*/
div#container a.thumbnail span{
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #3D2219;
	visibility: hidden;
	width: 506px;
	height: 335px;
	}

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

div#container a.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: auto;
	left: 25px; /*position where enlarged image should offset horizontally */
}

div#container a.thumbnail_l{
	position: relative;
	z-index: 0;
	/*top: auto;just added today*/
}


div#container a.thumbnail_l:hover{
	background-color: transparent;
	z-index: 50;
}


/*CSS for enlarged image*/
div#container a.thumbnail_l span{
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000;
	border: 1px solid #3D2219;
	visibility: hidden;
	width: 506px;
	height: 345px;
	}

div#container a.thumbnail_l span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

div#container a.thumbnail_l:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	/*top: auto;*/
	left: -435px; /*position where enlarged image should offset horizontally */
}

div#container a.thumbnail_p{
	position: relative;
	z-index: 0;
	/*top: auto;just added today*/
}


div#container a.thumbnail_p:hover{
	background-color: transparent;
	z-index: 50;
}


/*CSS for enlarged image*/
div#container a.thumbnail_p span{
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000;
	border: 1px solid #3D2219;
	visibility: hidden;
	width: 345px;
	height: 506px;
	}

div#container a.thumbnail_p span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

div#container a.thumbnail_p:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	/*top: auto;*/
	left: -315px; /*position where enlarged image should offset horizontally */
}

div#container a.thumbnail_pr{
	position: relative;
	z-index: 0;
}

div#container a.thumbnail_pr:hover{
	background-color: transparent;
	z-index: 60;
}

/*CSS for enlarged image*/
div#container a.thumbnail_pr span{
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #3D2219;
	visibility: hidden;
	width: 345px;
	height: 506px;
	}

div#container a.thumbnail_pr span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

div#container a.thumbnail_pr:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: auto;
	left: 25px; /*position where enlarged image should offset horizontally */
}


