@charset "UTF-8";

@import url("reset.css");

/* Global
---------------------------------------------------*/

body {
	background: url(layout/bodybg.gif);
	font-family: Helvetica, Arial, sans-serif;
	color: #3e3e3e;
	font-size: 13px;
	line-height: 1.618em;
}
.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

/* Accessability Warnings
---------------------------------------------------*/

div.warning-box {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(layout/warningboxbg.png);
	color: #fff;
	border-bottom: 1px solid #000;
	z-index: 9999;
}
div.warning-box p {
	margin: 2% 2% 2% 1%;
	float: right;
	width: 67%;
}
div.warning-box h1 {
	font-size: 1.618em;
	padding: 2% 1% 2% 2%;
	float: left;
	width: 27%;
	text-align: right;
}
div.warning-box strong {
	font-weight: bold;
}
div.warning-box a, div.warning-box a:visited {
	text-decoration: none;
	color: #fff;
	font-style: italic;
	border-bottom: 1px dotted;
}
div.warning-box a:hover, div.warning-box a:active {
	border-bottom: solid;
}

/* Header
---------------------------------------------------*/

#headercontainer {
	width: 100%;
	background: url(layout/headercontainerbg.gif);
	height: 410px;
}
#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header h1 {
	background: url(layout/headerh1bg.gif);
	text-indent: -9999px;
	width: 240px;
	height: 240px;
	position: absolute;
	top: 92px;
	left: 50px;
}
#announcement {
	position: absolute;
	width: 560px;
	top: 127px;
	right: 20px;
}
#joining {
	background: url(layout/announcementbg.gif);
	width: 506px;
	height: 102px;
	text-indent: -9999px;
	margin: 0 0 23px 0;
}
#contentcontainer {
	background: url(layout/contentcontainerbg.gif) top repeat-x;
	width: 100%;
	padding: 1px 0 0 0;
	height: 440px;
}
#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 20px;
}
#content h2 {
	background: url(layout/content-h2bg.gif);
	width: 805px;
	height: 32px;
	text-indent: -9999px;
	margin: 47px auto;
}
#content div.box {
	background: url(layout/content-boxbg.gif);
	width: 288px;
	height: 219px;
	float: left;
	margin: 0 10px 0 0;
	padding: 22px 0 0 22px;
}
div.box h3 {
	font-size: 1.618em;
}
div.box p {
	margin: 0 0 16px 0;
}
#cslogo a, #cslogo a:visited {
	display: block;
	background: url(layout/cslogobg.jpg);
	width: 234px;
	height: 166px;
	text-indent: -9999px;
	margin: 8px 0 0 12px;
}