.cb { clear: both; }

body {
	background-color: #2D2118;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #6D1385;
	text-decoration: none;
}

div.centerpage {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

div#hw {
	background: url('../images/header_bgr.gif') repeat-x;
	height: 400px;
}
div#hwc {
	position: relative;
}
div#cw {
	background: #7F7F7F;
}
div#cwc {
	padding: 30px 0 20px 0;
}

div#fw {
	background: url('../images/footer_bgr.gif') repeat-x;
	height: 80px;
}
div#fwc {
	position: relative;
}

div#logo {
	position: absolute;
	top: 12px;
	left: 5px;
}

div#nav {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
}
div#nav ul {}
div#nav ul li {
	display: block;
	float: left;
}
div#nav ul li a {
	color: #B9C1C6;
	display: block;
	width: 100px;
	height: 70px;
}
div#nav ul li a:hover {
	color: #B9C1C6;
	background: url('../images/main_menu_bgr.gif') no-repeat;
}
div#nav ul li.selected a, div#nav ul li.selected a:hover {
	color: #6D1385;
	background: url('../images/main_menu_bgr.gif') no-repeat -100px 0;
}

div#nav ul li a span {
	display: block;
	text-align: center;
	padding: 22px 0 0 0;
}
div#nav ul li ul {
	position: absolute;
	z-index: 1000;
	background: #7F7F7F;
	display: none;
}
div#nav ul li.selected ul {
	display: block !important;
}
div#nav ul li ul li {
	float: none;
}
div#nav ul li ul li a {
	display: block;
	background: none !important;
	width: 180px;
	height: auto;
	color: #B9C1C6;
	padding: 10px 0 10px 0;
}
div#nav ul li.selected ul li a {
	background: #B9C1C6 !important;
}
div#nav ul li ul li a:hover, div#nav ul li ul li.selected a {
	background: #6D1385 !important;
	color: #B9C1C6 !important;
}
div#nav ul li ul li a span {
	padding: 0 0 0 20px;
	text-align: left;
}

div#links {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 880px;
	height: 300px;
	background: url('../images/header_img_bgr.jpg') no-repeat;
}
div#links div.button {
	width: 197px;
	position: absolute;
	top: 120px;
}
div#links div.button span {
	display: block;
	font-size: 14px;
	color: #B9C1C6;
	text-align: center;
	margin-top: 5px;
}
div#links div#link1 {
	left: 133px;
}
div#links div#link2 {
	left: 345px;
}
div#links div#link3 {
	left: 555px;
}
div#links a.selected span { color: #6D1385; }

div#footer-logo {
	position: absolute;
	top: 0;
	left: 5px;
}
div#footer-links {
	position: absolute;
	top: 40px;
	left: 150px;
}
div#footer-links span {
	display: block;
	float: left;
	margin: 0 0 0 40px;
}
div#footer-links span.bullet {
	background: url('../images/footer_bullet.gif') no-repeat;
	width: 12px;
	height: 12px;
}
div#footer-links span.text {
	font-weight: bold;
	color: #B9C1C6;
	padding: 1px 0 0 0;
}
span#linkedin {
	position: relative;
}
span#linkedin img {
	position: absolute;
	top: -4px;
}

div#page-left {
	width: 500px;
	float: left;
}
div#page-right {
	width: 350px;
	float: right;
}

/* CONTENT */
#cwc h1 {
	font: 22px Georgia bold;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#cwc h2 {
	font: 20px Georgia bold;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#cwc h3 {
	font: 18px Georgia bold;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#cwc h4, #cwc h5, #cwc h6, {
	font: 14px Georgia bold;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#page-left h1 { color: #2D2118; border-bottom: 1px solid #2D2118; }
#page-right h1 { color: #B9C1C6; border-bottom: 1px solid #B9C1C6; }

div.image {
	float: left;
	margin: 0 10px 10px 0;
	background: url('../images/img_frame_bgr.gif') no-repeat;
	width: 250px;
	height: 191px;
}
div.image img {
	margin: 7px 0 0 7px;
	width: 236px;
	height: 177px;
}
#cwc p {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 1.2;
	color: #2D2118;
}
#cwc ul {
	font-size: 12px;
	margin: 0 0 10px 10px;
	line-height: 1.2;
	color: #2D2118;
	list-style: none;
}
#cwc li {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 1.2;
	color: #2D2118;
	background: url('../images/bullet.gif') no-repeat 0 6px;
	padding: 0 0 0 8px;
}


#cwc strong, #cwc b { font-weight: bold; }
#cwc em, #cwc i { font-style: italic; }

#newsPanel {}
#newsPanel h2 {
	font: 22px Georgia bold;
	margin: 0 0 10px 0;
	padding: 0 !important;
	color: #B9C1C6;
}
#newsPanel p {}
#newsPanel p a { color: #B9C1C6; }
#newsPanel p a:hover { color: #6D1385; }
#newsPanel p a.selected { color: #6D1385; }
#newsPanel p.item {
	padding: 10px 0 0 0;
	border-top: 1px solid #B9C1C6;
}
#newsPanel p.item span.image { display: block; float: left; width: 109px; }
#newsPanel p.item span.data { display: block; float: right; width: 239px; }
#newsPanel p.item span.data span.date { display: block; font-weight: bold; margin: 0 0 5px 0; }
#newsPanel p.item span.data span.title {}