@charset "UTF-8";
/* Everything outwith the main content area  goes here - the main content is in sytles separately as it nee3dds to be handles by WYSIWYG editor */
body, html {
height: 100% /* this is to ensure 100% Flash movies always appear as such in FireFox */
}

#horizon { /* use this to centre eveything on the screen if necessary - in #container then use... position: absolute; left:50%; margin-left: -[half width]px; top: -[half height]px; */
left:0;
position:absolute;
text-align:center;
top:50%;
width:100%;
}

* html input { overflow: visible; } /* removes padding from IE buttons */

body {
	margin: 0px;
	padding: 0px;
	background-color: #362144;	
	font-size: 80%;
	line-height:1.5;
}
#container {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1018px;
	position:relative; /*absolute items will appear correctly positioned within relative container */
}
#container #header {
	height: 184px;
	position: relative;
}
#Elanic_logo {
	position: absolute;
	left: 35px;
	top: 76px;
}

#container #contentwrapper {
	background-color:#FFF;
	background-image: url(/local/images/Standard/content_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #content {
	padding-top: 21px;
	margin-top: -1px; /*STOPS TOP PARAGRAPH OR HEADING ADDING A MARGIN*/
	background-image: url(/local/images/Standard/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#topMenu {
	overflow: auto;
}
#rightMenu {
	float: right;
	width: 178px;
}
.rightMenuItem {
	
	
	
	
	padding-top: 1px;
	margin-top: -1px; /*STOPS TOP PARAGRAPH OR HEADING ADDING A MARGIN*/
}

.rightMenuItem a {
		display:block;
		height: 114px;
			width: 178px;
			background-repeat: no-repeat;
			text-indent: -3000px;
			margin-bottom:20px;


}

.rightMenuItem, .rightMenuItem a {
	color:#303;
	text-decoration:none;
}




#topMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topMenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 114px;
	text-align: center;
	font-size:90%;
}
#topMenu ul li a {
	color: #362144;
	background-color: #C1D72F;
	text-decoration: none;
	width: 114px;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#topMenu ul li.item2 a, #topMenu ul li.item6 a {
	background-color: #B6D543;	
}
#topMenu ul li.item3 a, #topMenu ul li.item5 a {
	background-color: #C4DE68;
}
#topMenu ul li.item4 a {
	background-color: #D2E690;
}

#topMenu ul li a:hover {
	color: #A4CB29;
	background-color: #660068;
}
#topImage {
	margin-bottom:10px;
}


#container #footer {
	margin: 0px;
	padding: 20px;
}

#moreinfo, #moreinfo a {
	color: #C1D72F;
	text-decoration:none;
}

#bb {
	margin-top:10px;
}
#bb a {
	
	color:#FFF;
	text-decoration:none;
	font-size: 80%;
}

.crumbs, #articlesectionmenu {
	display:none;
}

#articleBody {
	margin-right:210px;
}
#Standard #container #header #banner {
	position: absolute;
	left: 280px;
	top: 52px;
}


#ms {
	float:left; 
	width:16px; 
	height:16px; 

	margin: 50px 0 0 -16px;
}

#ms a {
	float:left; 
	width:16px; 
	height:16px; 
	background-repeat:no-repeat; background-image:url(http://www.mediasolutions.org.uk/local/images/web-design-glasgow-icn.png); text-indent:-999em;
}




