/* Created by Emile Blume - 2006 - Netcreators.com*/

html, body {
	background: #FFFFFF url(../img/bg.gif) repeat-y left;
	color: #0B2621;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	background: url(../img/bg-top.gif) no-repeat top left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

html > body #container {
	height: auto;
}

#frame-content {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
}

table td {
	color: #0E342E;
	font-size: 11px;
}

img, fieldset {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	margin-bottom: 4px;
}

label {
	display: block;
	float: left;
	margin-bottom: 4px;
	width: 130px;
}

input.csc-mailform-submit {
	color: #0B2621;
	font-size: 11px;
	margin-left: 130px;
}

#main, #header, #left, #center {
	float: left;
	overflow: hidden;
}

#main {
	top: 0;
	position: relative;
	width: 770px;
}

#header {
	background: transparant;
	height: 73px;
	width: 770px;
}

#header #pay-off {
	display: block;
	height: 20px;
	width: 500px;
	right: 30px;
	top: 30px;
	position: absolute;
}

#header h1 span, #header h2 span {
	display: none;
}

#left {
	background: url(../img/bg-left.gif) no-repeat left;
	height: 503px;
	width: 187px;
}

#center {	
	background: url(../img/bg-frame.jpg) no-repeat left top;
	
	/*min-height: 503px;
	height: auto !important;
	height: 503px;*/
	width: 613px;
	width: 580px;
}

#content {
	margin: 20px;
	margin-top: 30px;
	margin-left: 15px;
	overflow: hidden;
	float: left;
	display: inline;
	min-height: 800px;
	heigth: auto;
	width: 565px;
}

#content h1, #content h2, #content h3 {
	border-bottom: 1px solid #BABFBF;
	font-size: 14pt;
	padding-bottom: 6px;
}

#content ul {
	margin-left: 0px !important;
	margin-left: 20px;
	padding-left: 20px !important;
	padding-left: 0;
}

#content li {
	list-style-image: url(../img/marker.gif);
}

#content a{	
	color: #9D0F2F;
	text-decoration: underline;
	cursor: hand;
}

#content a:hover{	
	color: #FF0000;
	text-decoration: none;
}

