/* CSS Document */

.mainTitle, .mainTitleDots {
	font-size: 24px;
	color: #339900;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 165px;
	padding-bottom: 10px;
	margin-left: 50px;
	margin-top: 5px;
	width: 535px;
	text-align: left;
}
p.staffSubTitle {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.subTitle {
	font-size: 14px;
	color: #333366;
	line-height: 18px;
	font-weight: bold;
}
.subTitleBlack {
	color: #333333;
	font-weight: bold;
}
.mainTitle {
	line-height: 24px;
}
.mainTitleDots {
	background-image: url(images/horizondots.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 32px;
}
div#aboutBox, div#aboutMain, div#galaMain, div#testimonialBox, div#counselorBox, div#newsBox, div#sitemap {
	background-image: url(images/dots.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
	padding-left: 15px;
	min-width: 100px;
	min-height: 150px;
	text-align: left;
	position: relative;
	margin-left: 200px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#newsBox_large {
	background-image: url(images/dots.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
	padding-left: 15px;
	min-width: 600px;
	text-align: left;
	position: relative;
	margin-left: 180px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 15px;
	padding-right: 5px;
}
div#sitemap dl {
	list-style-type: none;
}
div#sitemap dt {
	display:block;
	font-weight:bold;
	font-size:14px;
	padding-bottom: 3px;
}
div#sitemap dd a {
	text-decoration:none;
}
div#sitemap dd {
	display:block;
	padding-left:20px;
	background-image: url(images/open.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
div#siteGroup {
	float: left;
	padding-left: 10px;
	padding-right: 30px;
	width: 210px;
}
div#aboutMain {
	margin-right: 125px;
}
div#galaMain {
	text-align: center;
}
div#aboutBox, div#newsBox {
	margin-right: 140px;
	overflow: visible;
	position: relative;
	visibility: visible;
}
div#aboutBox li {
	list-style-position: outside;
	list-style-type: disc;
}
div#aboutBox ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
}
div#newsBox li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(images/dash.gif);
}
div#newsBox ul {
	margin-left: 30px;
}
div.staffmember, div.staffmemberTop {
	overflow: visible;
	position: relative;
	padding-top: 15px;
	margin-top: 10px;
	visibility: visible;
	margin-left: 48px;
	width: 700px;
}
div.staffmember {
	background-image: url(images/horizondots.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#staffTable {
	margin-top: 3px;
	margin-bottom: 15px;
	line-height: 20px;
}
.staffsubTitle {
	font-size: 14px;
	font-weight: bold;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */

/* simply add the clearfix class to any containter that must enclose floated elements */

/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */



.staffmember:after {
	content: ".";            /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */
	height: 0;               /* ensure the period is not visible */
	clear: both;             /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}
* html .staffmember {
	height: 1%;
}
.staffmember {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}/* a fix for IE Mac */
div.staffText {
	margin-right: 75px;
	height: 125px;
	padding: 5px 0px 0px;
}
img.staffPhoto {
	float: left;
	margin-right: 48px;
	margin-top: 5px;
}
div.arrowdiv {
	background-image: url(images/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 170px top;
}
div.noarrowdiv {
	background-repeat: no-repeat;
	background-position: 170px top;
}
div.eventLink {
	background-image: url(images/dots.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 200px;
	padding-left: 25px;
	width: 520px;
	display: block;
	line-height: 18px;
}
div.eventLink p {
	padding-bottom: 20px;
}
div.eventLink p#title {
	font-size: 13px;
	color: #1b155f;
	font-weight: bold;
	padding-top: 10px;
}
.titleDetail {
	font-size: 12px;
	color: #1b155f;
	font-weight: bold;
}
div.eventLink a {
	color: #1b155f;
	text-decoration: underline;
	overflow:hidden;
	height: 1%;
	display: inline;
}
div.eventLink a:hover {
	color: #339900;
	text-decoration: none;
}
div.eventLeftCol {
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 15px;
	width: 150px;
	color: #000099;
	font-weight: bold;
}
div.eventLeftCol a {
	color: #66CC00;
	text-decoration: underline;
}
div.financials {
	overflow: visible;
	position: relative;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 25px;
}
div.contentRow {
	overflow: visible;
	position: relative;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 25px;
}
div.partnerRow {
	margin-left: 48px;
	overflow: visible;
	position: relative;
	height: 60px;
}
div.partnerName {
	color: #1b155f;
	width: 600px;
	position: relative;
	background-image: url(images/dots.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
	overflow: visible;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-top: 20px;
}
div.partnerLogo {
	width: 150px;
	float: left;
	padding-top: 7px;
	padding-left: 49px;
}
div#testimonialPhoto {
	overflow: visible;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 50px;
}
div#testimonialBox {
	background-image: url(images/dots.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 10px;
	padding-left: 15px;
	min-width: 100px;
	min-height: 100px;
	text-align: left;
	position: relative;
	margin-left: 210px;
	overflow: visible;
	visibility: visible;
}
div#testimonialBox .subTitle {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1b155f;
}
div.programMenu {
	width: 170px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	left: 10px;
	top: 79px;
	overflow: visible;
	visibility: visible;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, "新細明體", "細明體";
	text-align: right;
}
div.programMenu a.programlink {
	color: #1b155f;
	text-decoration: underline;
	height: 2%;
	display: block;
	padding-top: 3px;
}
div.programMenu a.programlinkthis {
	color: #339900;
	text-decoration: none;
	height: 2%;
	display: block;
	padding-top: 3px;
}
div.programMenu a.programlink:hover {
	color: #339900;
	text-decoration: none;
}
.funderTitle {
	color: #339900;
	font-size: 22px;
	line-height: 30px;
}
div.newsMenu {
	width: 150px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	left: 55px;
	top: 55px;
	overflow: visible;
	visibility: visible;
}
div.newsMenu ul {
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: square;
}
div.newsMenu a.newslink {
	color: #1b155f;
	text-decoration: underline;
	height: 1%;
	display: block;
	width: 140px;
	padding-top: 2px;
}
div.newsMenu a.newslinkthis {
	color: #339900;
	text-decoration: none;
	height: 1%;
	display: block;
	width: 140px;
	padding-top: 2px;
}
div.newsMenu a.newslink:hover {
	color: #339900;
	text-decoration: none;
}
div#counselorBox {
	margin-right: 140px;
	overflow: visible;
	position: relative;
	visibility: visible;
	padding-right: 16px;
	padding-left: 16px;
}
div#counselorBox a {
	padding-top: 0;
	padding-bottom: 0;
}
div#login {
	width: 150px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	left: 49px;
	top: 57px;
	overflow: visible;
	visibility: visible;
}
a.smallLink {
	font-size: 10px;
}
div#updateSpacer {
	height: 130px;
}
div#gallerySpacer {
	height: 70px;
}

