﻿/*	Cascading Style Sheet for mentalhealthcommision.org.cy/
			Web Design and Hosting by dmajor.org			*/
			
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/body-background.gif) repeat-x;
	font-family: tahoma,arial,sans-serif;
	color: #555;	}
	
a, a img {
	text-decoration: none;
	border: none;
	color: #555;	}

/*	Container	*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 48em;	}
	
/*	Header 	*/

#header {
	margin: 0 auto;
	padding: 1em 0;
	width: 48em;
	height: 13em;	}
#header h2 {
	padding-top: 4em;	
	text-align:center;	}
#logo {
	width: 13em;
	height: 13em;
	float: left;	}
#logo img {
	width: 13em;
	height: 13em;	}
	
/*	Menu		*/

#menu {
	float: left;	}
#menu-top {
	width: 13em;
	height: 3.25em;	} 
#menu-top img {
	width: 13em;
	height: 3.25em;
	position: absolute;	
	z-index: 0; }
#menu-top span {
	font-size: larger;
	padding: 0.8em 0 0 3em;
	position: absolute;
	z-index: 1;	}
.menu-entry {
	margin-top: 1px;
	padding: 0.2em 0 0.3em 1em;
	width: 12em;	
	background: #e1f3f8;	
	border-bottom: 1px dotted #00adef; }
.menu-entry span {
	font-size: smaller;
	font-weight: bold;	}
.menu-entry span:hover {
	text-decoration:underline;	}

/*	Content	*/

#content {
	width: 34em;
	float: right;	}
#content h3, h4 {
	margin-top: 0;
	padding-bottom: 0.2em;
	border-bottom: 2px dotted #fe6600;}
#content a.simple {
	text-decoration:underline;	}
#content a.simple:hover {
	background: #eeeeee;	}
#content a.internal {
	text-decoration: underline;
	color: #fe6600;	}
#content a.external {
	text-decoration: none;
	color: #00adef;	}
#content a.external:hover {
	background: #eeeeee;
	text-decoration: underline;	}
.credit {
	width: 34em;
	height:	2.2em;	}
.credit img {
	width: 34em;
	height: 2.2em;	
	position: relative;
	z-index: 0;	}
.date {
	padding: 0.8em 0 0 2em; ;
	font-size: smaller;
	font-weight: bold;
	position: relative;
	top: -3.1em;
	z-index: 1;	
	float:left;}
.name {
	padding: 0.8em 2em 0 0;
	font-size: smaller;
	font-weight: bold;
	position: relative;
	top: -3.1em;
	z-index: 1;	
	float:right;	}
.link-expl	{
	font-size: smaller;
	font-weight: bold;	}
.deprecated {
	text-decoration: line-through;	}
	