
/*********************************************************
	Top-level content block definitions

	These styles are used to define the major elements
	related to content blocks and block layouts

**********************************************************/

.contentBlock{
	float:left;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:16px;
	xborder:solid 1px black;}
	
.contentBlock2{
	float:left;
	padding-left:4px;
	margin-top:10px;
	xborder:solid 1px black;}
		
.contentBlock TABLE{
	height:10px;}
		
.contentBlock TABLE TR{
	height:10px;}

.header{
	height:20px;
	width:100%;
	padding-left:10px;
	color:white;
	font-family:Arial, Helvetica, Verdana;
	font-size:8.5pt;
	font-weight:bold;
	line-height:16px;
	background-repeat:no-repeat;}

.body{
	width:100%;
	background-repeat:repeat-y;}

.footer{
	height:13px;
	width:100%;
	background-repeat:no-repeat;}




/********************************************************
	PHOTO GALLERY STYLES

	These styles are used to dimension and position major 
	components of the photo gallery content block
********************************************************/
	
.photoGallery{
	width:760px;
	height:100px;
	padding:0px;
	margin:0px;}
	
#largeGalleryImageContainer{
	float:left;
	text-align:center;
	margin-top:10px;
	width:737px;
	xborder:solid 1px red;}	
	
#lineRule {
float:left;
text-align:center;
width:737px;
padding-top:12px;
}

#largeGalleryImageDescription{
	float:right;
	width:250px;
	height:65px;
	margin:5px;
	margin-right:25px;
	padding-top:3px;
	text-align:left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	xfont-weight:bold;
	color: #000000;
	xborder:solid 1px red;}
	
	
#galleryToolbox{
	float:right;
	display:inline;
	width:185px;
	margin:5px;
	margin-right:24px;
	text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #663300;
	xborder:solid 1px black;}

#galleryToolbox DIV{
	float:left;
	padding:5px;
	margin-left:5px;
	text-align:center;
	cursor:pointer;
	xborder:solid 1px red;}

	
#currentGalleryImageIndex{
	float:right;
	display:inline;
	width:55px;
	margin-top:10px;
	margin-right:110px;
	text-align:center;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	color: #663300;
	xborder:solid 1px red;}
	
	
#galleryImagesList{
	float:left;
	display:none;}
	



/********************************************************
	EVENT SCHEDULE STYLES

	These styles are used to dimension and position major 
	components of the event schedule content block
********************************************************/
	
.eventSchedule{
	width: 368px;
	height: 100px;
	padding:0px;
	margin:0px;}
	

.eventSchedule .scrollContainer{
	height:190px;
	width:328px;
	margin-left:20px;
	margin-top:12px;
	overflow:auto;}




/********************************************************
	GENERIC CONTENT STYLES

	These styles are used to dimension and position major 
	components of the generic content block
********************************************************/

.genericContent{
	width: 368px;
	height: 100px;
	padding:0px;
	margin:0px;}
	
.textBlock{
	width: 338px;
	height: 100px;
	padding-left:8px;
	margin:0px;
	padding-top:8px;}






