/* SET */

body { 
	font: 11px Verdana, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	text-align: center;
	padding:0;
	margin:0;
}
* td {
	font: 11px Verdana, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
}
a { text-decoration: underline; color: #000; }
a:hover , a.active { text-decoration: none; outline: none; }
a img { border: none; }
abbr, acronym { border-bottom: 1px dotted #fff; cursor: help; }
.none { display: none; }
.clear { clear: both; height: 0; line-height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }


ul, ol {
	padding-left:40px;
}

p {
	margin:0 0 1em 0;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* LAYOUT */
#mainframe { width: 960px; margin: 0 auto; text-align: left; }

#header { width: 960px; height: 121px; background-image: url(images/header.gif); margin-top: 10px; position:relative;}

#header #search { height: 89px; text-align: right; }
#header #sysnav {
	height: 31px;
	line-height: 31px;
	padding-right: 17px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	position:absolute;
	right:0;
	bottom:0;
}
#header .logo , #header .logo2 {
	position:absolute;
	left:0;
	top:0;
	width:120px;
	height:120px;
	overflow:hidden;
	text-indent:-1000px;
	outline:0;
}
#header .logo2 {
	left:190px;
	top:10px;
	width:565px;
	height:75px;
}
#header #sysnav a:link,
#header #sysnav a:visited { text-decoration: none; color: #ffffff; }
#header #sysnav a:active,
#header #sysnav a:hover { text-decoration: underline; color: #ffffff; }

#breadcrumbs { height: 30px; line-height: 30px; font-size: 11px; padding-left: 210px; }
#breadcrumbs ul {
	padding:0;
	margin:0;
}
#breadcrumbs li { float: left; padding:0; margin:0; list-style:none; }
#breadcrumbs a:link, 
#breadcrumbs a:visited { text-decoration: underline; }
#breadcrumbs a:active, 
#breadcrumbs a:hover { text-decoration: none; }

#navigation { float: left; width: 180px; }
#navigation a { display: block; margin-bottom: 1px; padding-left: 32px; font-size: 11px; font-weight: bold; line-height: 21px; text-decoration: none; }
#navigation a:hover { text-decoration: underline; }
#navigation a.level1 { background: #F7C2F9 url(images/nav1.gif); background-repeat: no-repeat; text-transform: uppercase; }
#navigation a.level1-active { background: #C213C5 url(images/nav1-2.gif); background-repeat: no-repeat; text-transform: uppercase; }
#navigation a.level2 { background: #FAE9FA url(images/nav2.gif); background-repeat: repeat-y; }

#content {
	float: left;
	width: 510px;
	margin-left: 30px;
	font-size: 11px;
	line-height: 15px;
	padding:24px 0;
}

h1 { font-size: 15px; font-weight: bold; margin: 7px 0 7px 0; }

h1,h2,h3,h4,h5 {
	font-size:12px; padding:0; margin:0 0 7px 0; font-weight:bold;
}

#content-right { float: left; width: 210px; margin-left: 30px; }

#content-right p.bodytext { padding: 0 10px 10px 10px; }

#content-right h1 { font-size: 11px; font-weight: bold; margin: 0 0 10px 0; text-transform: uppercase; background-color: #F7C2F9; padding: 6px 0 6px 10px; line-height: 11px; }

#footer { height: 30px; line-height: 30px; font-size: 11px; margin-left: 210px; width: 510px; }
.footer-bottom { height: 30px; line-height: 30px; font-size: 11px; background: url(images/line.gif); background-repeat: repeat-x; }

.csc-sitemap {
	line-height:15px;
	font-size:11px;
}

.rcontent {
	margin-bottom:15px;
	background-color: #F9E9F9;
}

#mailform {
        /*margin-top: 30px;*/
        font-size: 11px;
}
.csc-mailform {
	border: 0;
}

.csc-mailform-field label {
	width: 11em;
	float: left;
	text-align: left;
	margin-right: 0.0em;
	display: block;
}

.csc-mailform-submit {
	margin-top: 1em;
} 

.csc-mailform-submit input {
	background-color: #999999;
}
.capimg img {
	vertical-align:bottom;
}