/* Global Styles */



TD {
	background-color: #A3B973;
}

body {
	margin:0px;
	min-width:1024px;
	text-align:center;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}
	
.menuColumn {
	width: 235px;
}
	
#mainColumn {
	background-color: #FFFFFF;
	width: 789px;
	vertical-align:top;
}

#navigation td, #spacer {
	border-bottom: 1px solid #FFFFFF;
}

/* Navigation Menus */
#navigation {
	width: 235px;
}

#navigation td {
	border-bottom: 1px solid #FFFFFF;
	width: 235px;
}
	
#navigation a {
	color: #153282;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	
#navigation a:hover {
	color: #669900;
	background-color: #FFFFFF;
}

#selectedItem {
	text-decoration: underline;
}

#contentTable {
	background-color: #FFFFFF;
}

#titleText {
	font: bold 16px Arial, Arial, Helvetica, sans-serif;
	color: #153282;
	background-color: #FFFFFF;
	line-height:26px;
	letter-spacing:.21em;
}

#bodyText {
	float:left;
	width:42%;
	padding: 5px 5px 5px 5px;
	vertical-align:text-top;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666666;
	background-color: #FFFFFF;
}

#bodyImages {
	float:right;
	padding:2px 2px 0px 0px;
}

.imageRow {
	padding: 0px 0px 2px 0px;
}

.bottomImageRow {
	padding: 0px 0px 2px 0px;
}


	#dhtmlgoodies_slideshow{
		width:710px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:2px solid #A3B973;
		margin-bottom:6px;	
		text-align:center;
		vertical-align:middle;
		padding-top:6px;

		position:relative;
		
		/* CSS HACK */
		height: 534px;	/* IE 5.x */
		height/* */:/**/530px;	/* Other browsers */
		height: /**/530px;
	}

	#galleryContainer{
		
		height:137px;	/* Height of the images + 2 */
		border:2px solid #A3B973;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 139px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/137px;	/* Other browsers */
		height: /**/137px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}	
	
	#theImages{
		position:absolute;
		height:135px;
		left:40px;
		width:100000px;
	}
	
	#waitMessage{
		display:none;
		position:absolute;
		left:300px;
		top:250px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages #slideEnd{
		float:left;
	}
	
  #theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=70);
		opacity: 0.7;
		cursor:pointer;
		border:0px;
	}