@charset "utf-8";
/* © 2008 SSUK Studios */
/* 'onepage' CSS document */
/* Please feel free to disect, reverse engineer and reproduce any part of this CSS document with exception of images */
/* This CSS is valid CSS Level 3. To check, please use the following link: http://jigsaw.w3.org/css-validator/ */

body {
	background-color:black;
	background-image:url(../img/gloss/background_corner1.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	margin:0px 0px 0px 0px;
}

a {
	color:white;
	text-decoration:underline;
	border:0px;
}

img {
	border:0px;
}

img a {
	border:0px;
}

hr {
	border-style:solid;
	border-color:#666666;
	border-width:1px;
}

.heading1 {
	font-size:16px;
	font-weight:bold;
}

#header {
	width:680px;
	height:110px;
	background-image:url(../img/gloss/header_bg.png);
	margin:auto auto;
	text-align:right;
}

#wrapper {
	width:680px;
	margin:auto auto;
}

.newsheader {
	height:31px;
	width:455px;
	background-image:url(../img/gloss/generic_header.png);
	float:left;
	display:inline;
	padding-left:5px;
	margin:auto auto;
}

.newsbody {
	background-image:url(../img/default/news_body.png);
	background-repeat:repeat-x;
	width:450px;
	padding-left:5px;
	padding-right:5px;
	height:200px;
	float:left;
	display:inline;
	overflow-y:scroll;
	background-position:top;
	text-align:justify;
}

.postdate {
	font-size:10px;
	font-style:italic;
}

.something {
	width:220px;
	height:231px;
	background-image:url(../img/default/sidebox_bg.png);
	float:right;
	display:inline;
}

#projectsheader {
	height:31px;
	width:675px;
	padding-left:5px;
	background-image:url(../img/gloss/generic_header.png);
	float:left;
}

.halfheadleft {
	height:20px;
	width:335px;
	padding-left:5px;
	background-image:url(../img/gloss/small_header.png);
	float:left;
	display:inline;
}

.halfheadright {
	height:20px;
	width:335px;
	padding-left:5px;
	background-image:url(../img/gloss/small_header.png);
	float:left;
	display:inline;
}

.halfbodyleft {
	width:340px;
	height:198px;
	padding-top:2px;
	background-image:url(../img/default/news_body.png);
	float:left;
	display:inline;
	overflow-y:scroll;
}

.halfbodyright {
	width:335px;
	height:200px;
	padding-left:5px;
	background-image:url(../img/default/news_body.png);
	float:left;
	display:inline;
	/*overflow-y:scroll; (To be used when the section becomes active).*/
}

#linksheader {
	height:31px;
	width:675px;
	padding-left:5px;
	background-image:url(../img/gloss/generic_header.png);
	float:left;
}

#linksbody {
	height:58px;
	width:673px;
	padding-top:2px;
	padding-left:7px;
	background-image:url(../img/default/links_body.png);
	float:left;
}

.linkitem {
	width:153px;
	height:53px;
	background-color:#333333;
	padding-top:3px;
	padding-left:3px;
	display: block inline;
	float:left;
	margin-right: 5px;
	margin-left:5px;
}

.linkitem a {
	text-decoration:none;
}

.linkitem:hover {
	background-image:url(../img/link_hover.gif);
}

.linkitem a span {
	display:none;
}

/*.linkitem a:hover span {
	display:block;
	position:absolute;
	width:149px;
	height:73px;
	padding:1px 1px;
	z-index:100;
	background-image:url(../img/default/tooltip_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	top:560px;
	left:inherit;
	font-size:11px;
}*/

.linkitem a:hover span {
	display:block;
	position:absolute;
	width:149px;
	height:inherit;
	padding:1px 1px;
	margin-top:-65px;
	z-index:100;
	text-align:center;
	/*top:556px;*/
	top:inherit;
	left:inherit;
	font-size:11px;
	color:black;
}

.linkitem a:hover span .tooltip_body {
	background-color:#CCCCCC;
}

.linkitem a:hover span .tooltip_end {
	width:15px;
	height:14px;
	background-image:url(../img/tooltip/tooltip_point.gif);
	margin:auto auto;
}

.linkside {
	width:153px;
	height:74px;
	float:left;
	display:inline;
	text-align:left;
	font-size:11px;
}

.linkside b {
	font-size:12px;
	font-weight:bold;
}

#footer {
	width:675px;
	height:35px;
	padding-top:5px; 
	padding-left:5px;
	float:left;
	background-image:url(../img/default/footer_bg.png);
	background-position:bottom;
}

.archivebody {
	width:670px;
	background-image:url(../img/default/news_body.png);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}
