


#divWelcome
{
	margin-top:40px;
}


/******************************************************************/
/* Peace quote */ 
/******************************************************************/
.quote_table { height:45px;}
.quote_table td
{
	font: bold 9pt arial;
	color: teal;
	padding-right:5px;
}
.quote_table .author
{
	font: 8pt arial;
	color:#990000;	
}
#divQuote {	position:relative;}
/******************************************************************/
/* Buckets */ 
/******************************************************************/
#tblHomeBucket td.bucketTitle 
{
	font: 9pt arial;
	color: black;
	font-weight:700;	
	width:171px;
	border-right:solid 1px #669997;
	border-top:solid 1px #669997;
	border-bottom:solid 1px #669997;
	background:url(../images/tileLightBlue.gif) repeat;	
}html>body #tblHomeBucket td.bucketTitle { width:174px;}

#tblHomeBucket td.bucketText
{	
	font: 8pt arial;
	font-size:8pt;
	color: #333366;	
	background:white;
	border-right:solid 1px #669997;
	border-left:solid 1px #669997;
	padding: 5px 4px 5px 4px;
	height:144px;
	width:100%;
}

#tblHomeBucket td.bucketTab { border-bottom:solid 1px #669997; }

#divBucket /* layer used for floating menu */
{
	position:relative;
	z-index:998;
}

/******************************************************************/
/* Staff photo */ 
/******************************************************************/
.photo_container_home
{
	float:left;
	position:relative;
	width:211px;
	padding-bottom:2px;
	padding-right:6px;
	
} html>body .photo_container_home { width:205px;height:134px;margin-bottom:25px;top:4px;}	

.photo_container_home .spacer
{
	position:relative;
	height:2px;
	background-color:White;
	width:203px;	
}

.photo_container_home .staff_photo
{
	background-color:White;
	border:solid 1px #999999;	
	height:136px;
} html>body .photo_container_home .staff_photo { height:134px;}

.photo_container_home .staff_photo img
{
	position:relative;
	top:1px;
	left:1px;	
}

.photo_container_home .photographer 
{	
	text-align:right;
	width:203px;	
} 

.photo_container_home .photographer .gray_space
{
	background-color:#cccccc;
	height:14px;
	
} html>body .photo_container_home .photographer .gray_space { height:14px; } 

.photo_container_home .photographer .gray_space div td
{
	font-size:8pt;
	color:#990000;
	background-color:white;
}



/******************************************************************/
/* Announcement Tab */ 
/******************************************************************/

.announcement_table 
{ 
margin-top:5px;
} html>body .announcement_table { margin-top:0px;margin-bottom:4px; }

.announcement_table .title
{
	border:solid 1px white;
	background:url(../images/tabHomeAnnouncement.gif) no-repeat;
	font: 10pt arial;
	color: white;
	font-weight:700;	
	width:516px;
	height:22px;
	padding-left:2px;
}

.announcement_table .gray_border { border:solid 1px #cccccc; }
.announcement_table div { margin:4px; }

