/********************************************
 *
 * CSS Styles
 *	
 * TEMPLATES STUCTURE
 *	
 * Version 1.0 
 * (C) 2007.07.09 by TIM WILSON
 *
 ******************************************/

#pageSlideshow{
	width:320px;
	height:240px;
	position:relative;
	float:right;
	border: 2px solid #E9E4EB;
	margin-left: 20px;
	margin-bottom: 10px;
	display:none;
}


#flashImageHolder{
	width:420px;
	height:340px;
	position:relative;
	float:right;
	border: 2px solid #E9E4EB;
	margin-left: 20px;
	margin-bottom: 10px;
}

#pageSlideshow_left{
	width:320px;
	height:240px;
	position:relative;
	float:left;
	border: 2px solid #E9E4EB;
	margin-right: 20px;
	margin-bottom: 10px;
	display:none;
}

#pageSlideshow_top{
	
	height:240px;
	position:relative;
	float:right;
	clear:both;

	border: 2px solid #E9E4EB;
	margin-bottom: 10px;
	display:none;
}

/* Single Page */

#articleHeadline{
	position:relative;
	float:left;
	width: 100%;
	height:auto;
	border-bottom: 1px solid #CCD9E5;
	margin-bottom:10px;
}

#articleContent{
	float:left;
	position:relative;
	height:auto;
	width:610px;
}

#articleContentFull{
	float:left;
	position:relative;
	height:auto;
	width:100%;
}

#articleContent LI{
	list-style: disc;
	list-style-position: inside;
}
#articleContentFull LI{
	list-style: disc;
	list-style-position: inside;
}

/* Side Menu ----------------------------------------------------*/

#menuHolder{
	float:right;
	position:relative;
	width:150px;
	top:-33px;
}


#menuHeading{
	color:#444;
	font-size:13px;
	font-weight:bold;
	height:22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCD9E5;
	
}

.sideMenu {
	margin: 0px; 
	position:relative;
	right:0px;
	padding: 0px; 
	list-style-type: none;	
}

#currentArticle{
	color:#62A1CA;
}

.sideMenu li{
	font-size:11px;
	font-weight:bold;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:4px;
	margin-top:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD9E5;
	background-color:#fff;
}

.sideMenu li a {
/* use if link items is like a button. display: block;*/
	text-decoration:none;
	display:block;
}
.sideMenu li a:hover{

}

/* GALLERY PAGE -----------------------------------------------------------------*/

#thumbnails{
	margin-top:20px;	
	width:100%;
	clear:both;
	position:relative;
}

.thumbnailItem{
	width:92px;
	text-align:left;
	height:110px;
	float:left;
	left:0px;
	margin-right:15px;
	margin-bottom:20px;
	position:relative;
	font-size:11px;
	display:block;
	line-height:12px;
}

.thumbnailImage{
	border: 2px solid #E9E4EB;
	width:90px;
	height:90px;
	overflow:hidden;
	margin-bottom:3px;
	position:relative;
}


/** FRONT PAGE *********/
#frontPageFeatureRow{
	position:relative;
	margin-top:10px;
	width:773px;
	height:200px;
	border: 1px solid #999;
}

#frontPageFeatureImage{
	position:relative;
	left:1px;
	top:1px;
	width:771px;
	height:198px;
	background-color:#dddddd;
	overflow:hidden;
}
#frontPageFeatureRowShadow{
	position:relative;
	height:10px;
	width:775px;
	background-image: url(../graphics/templates/frontPageFeature_base.jpg);
	background-repeat: repeat-x;
}

#frontSlideshow{
	width:775px;
	height:200px;
	position:relative;
	display:none;
}

#frontPageRow2{
	position:relative;
	width:100%;
	float:left;
	margin-top:10px;
}

#frontPageRow3{
	position:relative;
	width:100%;
	float:left;
	margin-top:20px;
}

.frontPageRow2Cell1{
	position:relative;
	width:500px;
	margin-right:20px;	
	float:left;
	background-image: url(../graphics/templates/frontPageCell_bg.jpg);
	background-repeat: no-repeat;
}

.frontPageRow3Cell{
	position:relative;
	width:245px;
	margin-right:15px;
	float:left;
	background-image: url(../graphics/templates/frontPageCell_bg.jpg);
	background-repeat: no-repeat;

}

.frontPageRow3CellHeading{
	margin-top:14px;
	margin-left:15px;
	height:35px;
	position:relative;	
	line-height:25px;
	color:#204710;
	font-size:13px;
	font-weight:bold;
}


.frontPageContentItemImage{	
	position:absolute;
	height:30px;
	top:10px;
	right:1px;
}
.frontPageRow3CellText{
	list-style-position: inside;
	margin-left:15px;
	margin-top:15px;
	position:relative;
	line-height:16px;	
}

.frontPageRow2NewsCell{
	margin:2px;
	position:relative;
}


.frontPageUL{
	list-style-position: none;
	width:100%;
	margin:0px;
	
	padding:0px;
	position:relative;
	line-height:16px;	
	list-style-type: none;
	display: block;
}

.frontPageUL  li{
	position:relative;	
	display: block;
	font-size:11px;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
	text-indent:22px;
	line-height:27px;
	height:27px;
	overflow:hidden;
	
}
.frontPageUL li a {
	position:relative;
	color:#000;
	display: block;
	text-decoration:none;
	background-image: url(../graphics/templates/front_bulletPoint.gif);
	background-repeat: no-repeat;
	height:27px;
	
}
.frontPageUL li a:hover{
	background-color:#eee;
	display:block;
	color:#000;
	position:relative;
	
}

.frontPageUL li a:visited{
	color:#000;
	

}

