body {
	background: #EBEFEF url(../images/layout/bg_body.gif) repeat-x 0 0;
}


/****************
** PAGE LAYOUT **
****************/
#page-top {
	background: #8E9BA1 url(../images/layout/bg_page_top.gif) no-repeat 50% 0;
	height: 8px;
	font-size: 1px;
	width: 920px;
	margin: 0 auto;
}

#frame-outer {
	margin: 0 auto;
	width: 920px;
	background: #EAEEEE url(../images/layout/bg_page.gif) repeat-y 50% 0;
}

#frame-inner {
	width: 848px;
	background: #FFF;
	margin: 0 auto;
}

#header {
	position: relative;
	background: #8E9BA1 url(../images/layout/bg_header.gif) no-repeat 50% 0;
	height: 72px;
}



/********************
** MAIN NAVIGATION **
********************/
#mainNav {
	height: 32px;
	z-index: 5;
	background: #FFF url(../images/layout/bg_mainNav.gif) repeat-x 0 0;
	padding-left: 0.5em;
	margin: 0;
}

#mainNav ul { margin: 0; }

#mainNav ul li {
	float: left;
	background: none;
	margin: 0; padding: 0;
}

#mainNav ul li a,
#mainNav ul li a:link,
#mainNav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	padding: 0 1.1em 0 1em;
	height: 32px;
	line-height: 32px;
	margin-left: 1px;
}

#mainNav ul li.hover a,
#mainNav ul li.active a:link,
#mainNav ul li.active a:visited
{
	background: #CCC url(../images/layout/bg_mainNav_on.png) no-repeat right top;
}

#mainNav ul li.active,
#mainNav ul li.hover
{
	background: transparent url(../images/layout/mainNav_dotted_line_left.png) no-repeat left top;
}



/******************
** SUBNAVIGATION **
******************/

#subNav {
	clear: both;
	display: block;
	float: left;
	width: 142px;
	margin: 2px 1px 0 0;
	background: transparent url(../images/layout/subNav_dotted_line.gif) 1px 222px repeat-x;
	min-height: 223px;
}

#subNav ul {
	list-style-type: none;
}

#subNav ul li {
	background: #FFF url(../images/layout/subNav_dotted_line.gif) 1px bottom repeat-x;
	padding: 0 0 1px 0;
}

#subNav ul li a {
	font-family: arial,helvetica,sans-serif,verdana;
	background: transparent url(../images/layout/arrow_subNav.gif) 6px 9px no-repeat;
	padding: 4px 5px 5px 15px;
	display: block;
	position: relative;
	text-align: left;
	letter-spacing: 0.01em;
	text-decoration: none;
	color: #000;
}

#subNav ul li a:hover,
#subNav ul li.active a:link,
#subNav ul li.active a:visited
{
	background-image: url(../images/layout/arrow_subNav_on.gif);
	color: #777777;
}



/*****************
** HEADER LINKS **
*****************/
#headerLinks {
	position: absolute;
	text-align: right;
	top: 2px; right: 1em;
	width: 14em;
}
#headerLinks a, #headerLinks a:visited, #headerLinks span {
	color: #60747D;
	text-decoration: none;
}
#headerLinks a:hover {
	color: #2D4854;
}
span.linkDivider {
	padding: 0 0.4em 0 0.2em;
}



/**********************
** LANGUAGE SELECTOR **
**********************/
div#languageSelector {
	display: inline;
	padding: 0 0 1px 1px;
	text-align: right;
}
div#languageSelector ul {
	text-align: right;
	float: left;
	z-index: 100;
	padding: 0; margin: 0;
}

div#languageSelector #langHeader {
	display: inline;
}
div#languageSelector li {
	display: none;
	padding: 0;
	background-image: none;
}
div#languageSelector li.active a {
	background: transparent url(../images/layout/arrow_list.gif) no-repeat 1px 0.4em;
	padding-left: 10px;
}



/*******************
** HOME / SITEMAP **
*******************/
#specialPageLinks {
	float: right;
	padding: 0.8em 1.2em 0 2em;
}

#specialPageLinks a, #specialPageLinks a:visited, #specialPageLinks span {
	color: #FFF;
	text-decoration: none;
}



/***********
** BANNER **
***********/
#banner {
	height: 224px;
	width: 513px;
	float: left;
	margin-top: 1px;
}
#banner div.csc-textpic-imagewrap, #banner dl {
 	margin: auto;
}
#banner .csc-textpic-imagerow {
	position: absolute;
	left: 0;
	top: 0;
}

.homePage #banner {
	width: 656px;
}

#bannerRight {
	width: 191px;
	margin: 1px 0 0 1px;
	height: 224px;
	float: left;
	background: url(../images/layout/bg_right_box.jpg) #CED6DE 1px 0;
}



/************
** CONTENT **
************/

#contentArea {
	float: left;
	padding: 0 0 2em 0;
}

#content {
	clear: both;
	float: left;
	width: 486px;
	padding: 9px 9px 18px 18px;
}

.homePage #content {
	padding-left: 161px;
}

.content * {
	margin-bottom: 1em;
}



/******************
** CONTENT BOXES **
******************/
.tblContentBox td {
	vertical-align: top;
	padding: 0.6em;
	border: 1px solid #CCC;
	width: 48%;
}
.tblContentBox td.margin {
	border-width: 0px;
	width: auto;
}
.tblContentBox img {
	float: left;
	padding: 0 0.6em 0.6em 0;
}



/****************
** RIGHT BOXES **
****************/
.rcBox {
	width: 157px;
	float: left;
	margin: 1px 0 0 1px;
	padding: 14px 17px;
	background: url(../images/layout/icon_rcBox.gif) no-repeat 182px 2px;
}

#bannerRight .rcBox {
	margin: 0;
}

.rcBox a, .rcBox a:link, .rcBox a:visited, .rcBox a:active {
	color: #2D4854;
}

.rcLight {
	background-color: #E4E9EC;
}



/************
**  FOOTER **
*************/
#footer {
	clear: both;
	height: 41px;
	background: url(../images/layout/bg_footer.gif) no-repeat 50% 0;
	position: relative;
}

#footer div {
	text-align: right;
	margin: 0 auto;
	width: 848px;
	height: 41px;
	position: relative;
	top: 4px;
	padding-right: 31px;
}

#footer span {
	padding: 0 0 0 1.3em;
	font-size: 0.9em;
	font-family: Tahoma;
}

#footer span, #footer span a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	color: #FFF;
}



/**********
** FORMS **
**********/
fieldset.csc-mailform {
	border-width: 0;
}
fieldset.csc-mailform label {
	font-weight: bold;
	color: #666;
	width: 10em;
	display: block;
	float: left;
}

input.csc-mailform-submit {
	float: right;
}
input.csc-mailform-check {
	margin: 0;
	padding: 0;
}








