/* Piers Ibbotson */
/* Edward Eldon */
/* Auguest 2008 */


/*  GLOBAL RESET  */
* {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, fieldset, address {
	margin:0 0 0.5em 0;
}
	
	
fieldset {
padding:0.5em;
}	




body {
	background:url(../images/piersbg.gif) top left repeat-x #e2e2dc;
	font-size:62.5%; /*1em = 10px - approx! */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#333333;
}

/* ------------------------- positional elements -------- */

#wrap {
	width:900px; 
	margin:0 auto;
	min-height:700px;
	height:auto!important;
	height:700px;	
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	background:url(../images/edsplatbg.jpg) top right no-repeat #ffffff;	
}

#header {
	width:900px;
	overflow:hidden;
	background:url(../images/headershadow.jpg) bottom left no-repeat #ffffff;
}

#address {
	width:250px;
	float:right;
	margin-top:22px;
}
	
	
.moduletable_latestArticles {
	width:250px;
	float:right;
	margin-top:12px;
}

#sideBarLeft {
	width:152px;
	float:left;
	background-color:#ffffff;
	overflow:hidden;
}
/* there are 2 possible different widths for the middle column depending on if there is a right hand element or not*/
#middleColumn {
margin-left:41px;
margin-top:17px;
float:left;
width:687px;
padding-bottom:10px;
}


#rightColumn {
float:left;
width:200px;
background-color:#CCCC33;
}

#footer {
width:900px;
margin:0px auto;
clear:both;
padding-bottom:50px;

}


.column-1, .column-2, .column-3 {
	width:203px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}

.column-3 {
	margin-right:0;
}


/* ---------- main menu -------- */
.moduletablemenu ul{ 
	list-style: none;
	padding:0;
}

.moduletablemenu li {
	margin:0;
}

.moduletablemenu li a {
	display:block;
	text-align:right;
	color:#197129;
	font-size:1.3em;
	text-decoration:none;
	margin-top:20px;
}

.moduletablemenu li a:hover {
	color:#1f3277;
}

/*
.moduletablemenu li#current>a{> applies rule to the first a after current  - stops all sub menu going blue
	color:#1f3277;
}
*/
.moduletablemenu li.current>a{/* > applies rule to the first a after current  - stops all sub menu going blue*/
	color:#1f3277;
}

/* --- submenu --- */
li.item3 li a{
font-size:1.1em;
margin-top:5px;
}

li.item-108 li a{
font-size:1.1em;
margin-top:5px;
}

/* ---------- image elements --------- */
.blocked {
	display:block;
}

.logo {
margin-left:50px;
float:left;
padding-bottom:15px;
}

.floatright {
float:right;
clear:both;
}

/*
table.contentpaneopen img {
margin-left:20px;
margin-top:5px;
margin-bottom:5px;
}*/

.item-page img {
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}

/* ----  textual elements -- */
#address p {
font-size:1.1em;
color:#333333;
}

/*main title blue*/
#middleColumn h2{ 
	font-size:1.5em;
	color:#2b3d7f;
	font-weight:bold;
}

/*sub title gray*/
#middleColumn h3{
	font-size:1.3em;
	color:#333333;
	margin-bottom:0;
	font-weight:bold;
}



#middleColumn p{
	color:#333333;
	font-size:1.3em;
}

#footer p {
	font-size:1.1em;
	color:#333333;
	text-align:center;
}

#middleColumn a, #address a, .moduletable_latestArticles a {
	color:#307F3E;
	text-decoration:none;
	}
	
#middleColumn a:hover, #address a:hover, .moduletable_latestArticles a:hover {
	color:#2B3D7F;
	text-decoration:none;
	}	
		
		
	
td.article_column table.contentpaneopen_workshop td {
	padding-right:20px;
	background-color:red;
}


table.contentpaneopen {
width:100%;
}


/*
table.contentpaneopen_workshop ul{
list-style-type:disc;
margin-left:20px;
padding-left:1.3em;
font-size:1.2em;
margin-bottom:0.5em;
}

table.contentpaneopen_workshop ol{
list-style:decimal;
margin-left:20px;
padding-left:1.3em;
font-size:1.2em;
margin-bottom:0.5em;
}


table.contentpaneopen_workshop blockquote {
margin-left:30px;
}*/

#middleColumn ul{
list-style-type:disc;
margin-left:20px;
padding-left:1.3em;
font-size:1.2em;
margin-bottom:0.5em;
}

#middleColumn ol{
list-style:decimal;
margin-left:20px;
padding-left:1.3em;
font-size:1.2em;
margin-bottom:0.5em;
}

#middleColumn blockquote {
margin-left:30px;
}*/