@charset "utf-8";

/*  Pod Box Corners, Drop Down boxes Corners */
.tl { background-repeat: no-repeat; background-position: left top; }
.tr { background-repeat: no-repeat; background-position: right top;}
.bl { background-repeat: no-repeat; background-position: left bottom;}
.br { background-repeat: no-repeat; background-position: right bottom;}


.placeholder_box {
	border: solid 1px #c7c9cb;
	margin: 0 0 1em 0;
	overflow: hidden;

}
	.placeholder_box h3 {
		display: block;
		background-color: #c7c9cb;
		color: #003366;
		padding: .2em 1em;
		font-size: 120%;
		font-weight: bold;
	}
	.placeholder_box .content {
		padding: 1em;
	}
	
	.placeholder_box ul {
		margin: 0;
		padding: 0;
	}
	.placeholder_box ul li {
		padding: 1em;
		border-bottom: dashed 1px #ccc;
	}
	.placeholder_box ul li:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
    }    
	
	.placeholder_box ul li.lastitem {
		border-bottom: none;
	}
	
	
.placeholder_button	 { 
		color: white;
		padding: .5em;	
		margin: 0 0 1em 0;
	}
/* Removed 26/05/08
.placeholder_button .image  {
	float: left;
	padding: 0 20px 0 0;
	width: 70px;
}

.placeholder_button .image  img {
		border: solid 1px white;
		width:70px;
		height:70px;
}
*/
.placeholder_button .content {
	padding: .5em;
}

.placeholder_button h3 {
	padding: 0 0 .5em 0;
	font-size: 120%;
	color: white;
}
.placeholder_button h3 a {
	color: white;
	text-decoration: none;
}
.placeholder_button ul	{
	padding: 0;
	margin: 0 0 0 1em;
}
.placeholder_button	ul li {
	list-style: disc;
	padding: .2em 0;
	margin: 0;
	background-image: none;
}
.placeholder_button	ul li a {
	color: white;
}
.red {				background-color: #e43e6c;	}
.blue {				background-color: #4aabd8 ;	}
.green {			background-color: #509f4d ;	}	
	
	
/* Our Boards, under About Us */	
.board_layout {
	clear: both;
	padding: .5em 0;
	border-bottom: dotted 1px #e1e1e1;
}
.board_layout:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }  
.board_layout img {
	padding: 0 1em 0 0;
}	
	
	
	
