/* css2 selectors */

#container {
	margin: 0px;
	top: 0px;
	padding: 0px;
	}
	


/* This bit does all the work 
For container2 see sepearate CSS file
*/


* html #container2 {
	display:inline-block;
	}

#box2left {
	float:left; 
	position:relative; 
	width:156px; 
	margin-left:-155px; 
	display:inline;
	z-index: 10000;
	}
* html #box2left {
	width:149px;
	}

#box2right {
	float:right; 
	position:relative; 
	width:198px; 
	margin-right:-197px; 
	display:inline;}

.clear {clear:both;height:1px;overflow:hidden;}

/* positional declarations */
#gridgroup1, #gridgroup2, #gridgroup3 {
	padding: 0px;
	margin-top: 0px;
	position:relative;
	width: 790px;
	margin-right:auto;
	margin-left:auto;
	
	top:0;
	background: #fff;	
	text-align: left;

	}

/* silly decorative declarations */
#gridgroup1 {
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	}
#gridgroup2 {
	/*border-top:1px solid #999999;*/
	}
#gridgroup3 {
	border-top:1px solid #999999;
	background: #fff;	
	border-bottom:1px solid #999999;
	}


#logotext {
	margin-left: 15px;
}

#organised {
	margin-top: 45px;
	margin-left: 500px;
	
}

#navigation {
	margin-top: 10px;
	float:left;
	/*background-color: #66CC66;*/
	background-image: url(../wd_images/wd_navBack.jpg);
	background-repeat: repeat-y;
}
#navigation h2 {
	margin-top:20px;
	margin-left:15px;
}
#navigation ul {
	margin-left:0px;
	margin-top: 5px;
	padding-left:15px;
	list-style-type: none;

}
#navigation li {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../wd_images/wd_navBullet.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	text-decoration:none;
	color: #00498C;
	display:block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-left: 25px;
}
#navigation li a:hover {
	background-color: #00498C;
	color:#fff;
}



#navigation ul ul {
	list-style-type: disc;
	list-style-image: url(../fileadmin/templates/EWEAimages/bluebullet2.gif);
	margin: 0px;
	padding: 0px;
}
#navigation ul ul li {
	margin-top:0px;
	text-transform: none;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px;
}
#navigation ul ul li a {
	text-decoration:none;
	color: #B1005D;
	display:block;
	width:92%;
	padding:3px 0px 4px 3px;
}
#navigation ul ul li a:hover {
	background-color: #B1005D;
	color:#fff;
}





/* SPECIAL FOR PLUG INTO WIND */
#navigation ul#plug {
	margin-left:30px;
	margin-top: 5px;
	padding-left:15px;
	list-style-type: disc;
	list-style-image: url(../wd_images/plug.gif);
}





.rightbox {
        /*background-image: url(../EWEAimages/rightbox_middle.gif);*/
        width:80%;
        float:right;
        margin-bottom: 10px;
        margin-right: 10px;
		background: #eee;
		border: 1px solid #ccc;
}
.rightbox h2 {
	margin-left:10px;
	margin-top:0px;
}
.rightbox ul {
	margin-left:12px;
	padding-left:12px;
	list-style-type: disc;
	list-style-image: url(../fileadmin/templates/EWEAimages/greybullet.gif);
	padding-bottom:0px;
	margin-bottom:0px;
}
.rightbox li {
	margin-top:0px;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #fff;
	/*width:120px;*/
}
.rightbox li a {
	text-decoration:none;
	color: #636363;
	display:block;
	width:99%;
	padding-top:6px;
	padding:3px 0px 3px 3px;
	padding-bottom:6px;
}
.rightbox li a:hover {
	background-color: #FFFFFF;
	color:#666;
}
.rightbox .last {
	border-bottom: 0px;
}
.rightbox .first {
	border-top: 0px;
}
.rightbox .single {
	border-top: 0px;
	border-bottom: 0px;
}



#box6-3 {
	position:relative;
	padding-left:0;
	padding-right:10px;
	}


#gridgroup2 div.box h1 {
	margin:0;
	padding:0.3em 10px;
	color: #fff;
	background:#4D5FB1;
	font-size: 14px;
}
.box p, .box ul {
	margin:0;
	padding:4px 10px;
	background:#fff;
}
.box li {
	margin:0 0 0 2em;
	padding:0;
}


#maincontent ul li {
       margin-left: 18px;
}
