#content
{
    width:960px;
    margin:20px 0 20px 0;
    height:400px;
}

#content-left
{
    float:left;
    width:400px;
    margin:auto;
    height:400px;
}

#content-right
{
    float:left;
    margin-left:20px;
    width:540px;
    height:400px;
}

/* root element for tabs  */
ul.tabs-m { 
	list-style:none; 
	margin:auto; 
	padding:0;
	height:400px;
	width:400px;
	background-image:url(images/ministries.png);
}

/* single tab */
ul.tabs-m li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs-m a { 
	display:block;
	font-size:1em;
	height: 100px;
	line-height: 100px;
	width: 100px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	margin:0;
}

a.light {
	background-image:url(images/ministries-fade.png);
}

ul.tabs-m a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs-m a:hover {
	color:#000;
	font-size:1.1em;
	background-image:none;	
}

/* active tab uses a class name "current" */
ul.tabs-m a.current, ul.tabs-m a.current:hover, ul.tabs-m li.current a {
	cursor:default !important; 
	color:#000 !important;
	background-image:none;
}

/* initially all panes are hidden */ 
div.panes-m div.pane-m {
	display:none;		
}

div.panes-m div {
	padding:10px;
	display:none;	
	color:#000;
	height:378px;
	font-size:.9em;
	border:1px solid grey;
	overflow:auto;
}

.rightlink
{
	float:right;
	position:relative;
	margin:0;
	padding:0;
	top:-50px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

