/* CSS for mindstream - Simon Pollard for deckchair.co.uk 2008 */
/* Style for all pages */
* { padding: 0; margin: 0; }
* html a:hover {visibility:visible}
html {
	height: 100%;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
div#main {
	text-align: left;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #404041;
    position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
div#header {
}
div#logo {
	height: 26px;
	width: 184px;
	background-image: url(../images/mindstream.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}
div#logo a {
	display: block;
	height: 26px;
	width: 184px;
}
div#nav {
	width: 810px;
	height: 30px;
	padding-top: 5px;
	background-color: #6c4f7e;
	background-image: url(../images/nav-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
div#nav a {
	display: block;
	float: left;
	height: 25px;
	color: #404041;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-decoration: none;
	font-size: 13px;
	border-left: #6c4f7e 1px solid;
}
div#nav a:hover {
	background-color: #c4b9cb;
}
div#nav a.selected {
	background-color: #6c4f7e;
	color: #FFFFFF;
	padding-top: 2px;
	height: 28px;
}

div#content {
}

div#latest-news {
	position: relative;
	clear: both;
	background-color: #f7f8f8;
	width: 810px;
	height: 70px;
	color: #626262;
	margin-bottom: 20px;
}
span#latest-news-title {
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	position: absolute;
	top: 15px;
	left: 15px;
}
span#latest-news-item1 {
	position: absolute;
	left: 100px;
	top: 15px;
	font-size: 9px;
	width: 290px;
	padding-left: 50px;
	background-image: url(../images/index/news1.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
span#latest-news-item2 {
	position: absolute;
	left: 460px;
	top: 15px;
	font-size: 9px;
	width: 290px;
	padding-left: 50px;
	background-image: url(../images/index/news2.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
div#latest-news b {
	font-size: 13px;
}
div#latest-news a {
	text-decoration: none;
	color: #6c4f7e;
	font-weight: bold;
}
img.img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: -50px;
	margin-top: 15px;
}

/* FOOTER CONTENT */
div#footer {
	padding-top: 20px;
	clear: both;
	height: 40px;
	position: relative;
}
div#footer-line {
	height: 1px;
	background-color: #d0d0d0;
	width: 810px;
	font-size: 1px;
}
span#copywrite {
	font-size: 10px;
	color: #959595;
	top: 30px;
	position: absolute;
}
/* END FOOTER CONTENT */