/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 260px;
	margin: 20px 20px 0px 0px;
	padding: 0 30px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
* html #pageleft {width: 255px;}
#pageleft img {width: 260px;}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 0 0px 0px;
	padding: 0 30px 0 5px;
	text-align:justify;
	border-right: solid 1px #999;
	}
* html #pagemiddle {width: 255px;}
* html #pagemiddle img {width: 255px;}

#pagemiddle img {width: 260px;}
	
#pageright {
	float: left;
	width: 257px;
	margin: 0 20px 0 0;
	padding: 0 15px 0 30px;
	text-align:justify;
	}
*html #pageright {width: 255px; margin: 0; padding: 0 10px 0 30px;}
#pageright img {width: 260px;}
#pageright div.topper {
background: #bdbbb8 url(../images/backgrounds/bg_top_side.png) repeat-x;
font-size:1em;
height:4.2em;
margin: 0 10px 20px -30px;
width: 295px;
padding-right: 4px;
}
* html #pageright div.topper {width: 291px; margin: 0 15px 19px -30px; height: 40px; }
#pageright div.topper li.searchform {list-style-image:none;
list-style-position:outside;
list-style-type:none; text-align: right; padding:17px 0 14px 5px;}
* html #pageright div.topper li.searchform {padding: 17px 0 16px 5px;}
#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style:disc;
	margin-bottom:5px;
	
	margin-left:12px;
	}

/* Styles for the "featured-page template" */

#featured-top {
	margin: 20px 32px 12px 0; 
	}
* html #featured-top {
	margin: 20px 32px 12px 0; 
	}
#featuredpagepic {width: 286px; float: left; margin-right: 18px;}

#featured-content {
	clear:both;
	float:left;
	}
	
	
#featured-sidebar {
	width: 250px;
	float:right;
	}
	
#featured-sidebar h3 {
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
	}	
	
#featured-sidebar .sidebar_widget {
	margin:0 0 20px 0;
	text-align:justify;
	}
	
#featured-leftcol {
	width:600px;
	float:left;
	margin:20px 20px 0 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #999;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 20px 22px 12px 0;
	border-top:1px solid #B6B6B6;
	padding-top: 18px;
	}
#featured-content.normpage h2 {
	border: none;
	margin: 0 22px 12px 0;
}

#featured-leftcol img{
	float:left;
	margin:0 20px 10px 0;
	padding:1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width:230px;
	float:right;
	margin-top:20px;
	}

#featured-rightcol li {
	list-style:none
	}

#featured-rightcol .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}


