@charset "utf-8";
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- */

body {
	background-image: url('../images/body-background.gif');
	background-repeat: repeat-x;
	background-color: #cacfd5;
	padding-bottom: 20px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #393938;
}

a:hover, a:focus {
	text-decoration: none;
	color: #ffc702;
}

p {
	font-size: 13px;
	line-height: 1.5em;
	padding: 6px 0;
	color: #59626a;
}

h1, h2, h3, h4, h5, h6 {
	color: #393938;
	padding: 20px 0 6px 0;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: normal;
}

blockquote {
	margin-left: 50px;
}

dd, dt {
	font-size: 13px;
	line-height: 1.5em;
	color: #393938;
	padding-top: 5px;
}

form span {
	font-size: 13px;
}

fieldset {
	padding: 10px 20px;
	margin: 15px 0;
	border: 1px solid #e9ebed;
	background-color: #fff;
}

legend {
	font-size: 13px;
	font-weight: bold;
	color: #393938;
}

label {
	float: left;
	width: 25%;
}

table {
	margin: 10px 0;
	border: 1px solid #e9ebed;
	background-color: #fff;
}

td {
	font-size: 13px;
	padding: 8px 8px
}

thead td {
	font-weight: bold;
	background-color: #e9ebed;
}

tr.desc td {
	padding-top: 0;
	padding-bottom: 10px;
}

tr.alt td {
	background-color: #e9ebed;
}

#page {
	width: 980px;
	position: relative;
	margin: 0 auto;
	background-image: url('../images/page-background.png');
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height: 110px;
	position: relative;
	background-color: #fff;
}

#header ul {
	position: absolute;
	top: 20px;
	left: 50px;
}

#header li {
	display: inline;
	font-size: 11px;
	padding-right: 8px;
}

#header li a {
	text-decoration: none;
}

#header div {
	position: absolute;
	top: 0;
	right: 10px;
}

#teaser {
	height: 250px;
	position: absolute;
	padding: 0 10px;
	background-image: url('../images/teaser-background.gif');
}

#navigation {
	position: absolute;
	z-index: 2;
	top: 240px;
	left: 30px;
}

#navigation li {
	line-height: 0;
}

#navigation li.level1 {
	margin-top: 2px;
}

#content {
	position: relative;
	z-index: 3;
	top: 260px;
	left: 420px;
	width: 540px;
	margin-bottom: 310px;
	min-height: 400px;
}

#content ul, #content ol {
	list-style-position: outside;
	margin-left: 30px;
	padding: 3px 0 6px 0;
}

#content ul {
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

#content li {
	color: #59626a;
	font-size: 13px;
	line-height: 1.5em;
}

#content ul li ul {
	list-style-type: circle;
}

#footer {
	position: absolute;
	z-index: 2;
	height: 115px;
	width: 980px;
	bottom: 0;
	background-image: url('../images/footer-background.png');
}

#footer div {
	position: absolute;
	z-index: 3;
	top: 81px;
	left: 10px;
	width: 940px;
	height: 12px;
	padding: 6px 10px;
	background-color: #393938;
	text-align: right;
	line-height: 0;
}

#jobs {
	background-color: #fff;
	border: 1px solid #e9ebed;
	margin: 20px 0;
	padding: 14px 20px;
}

#jobs h2 {
	padding-top: 0;
	position: relative;
	z-index: 4;
}

#jobs ul {
	position: relative;
	z-index: 4;
	padding: 5px 0;
}

#jobs li {
	font-size: 13px;
	line-height: 1.5em;
}

#jobs img {
	position: absolute;
	bottom: -20px;
	right: 20px;
}

.csc-frame {
	margin: 10px 0;
	padding: 4px 20px;
}

.csc-frame-frame1 {
	border: 1px solid #e9ebed;
	background-color: #fff;
}

.csc-frame h2, .csc-frame h3 {
	padding-top: 5px;
}