/* Chamge normal CSS Layouts */
* { margin: 0; font-family: Verdana, Arial; font-size: 11px; line-height: 18px; color: #4f5b4d; padding: 0; }
h5 { font-size: 12px; }
h4 { font-size: 13px; }
h3 { font-size: 14px; }
h2 { font-size: 15px; }
h1 { color: #5b8353; font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; padding-top: 15px; padding-bottom: 15px; }
ul { margin-left: 18px; }
p { margin-bottom: 8px; }

/* Global Styles */
.clearer {
 height: 0px;
 width: 0px;
 padding: 0px;
 margin: 0px;
 clear: both;
 font-size: 0px;
}

/* Layout */
div#page {
	width: 775px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}

div#head {
	width: 775px;
	height: 146px;
	background: url(../images/header-background.jpg) top left no-repeat;
	margin-bottom: 8px;
}

div#head-wrap {
	background-repeat: no-repeat;
	background-position: top right;
	height: 113px;
	overflow: hidden;
}

div#head-wrap a {
	padding: 15px 0px 0px 11px;
	width: 156px;
	height: 79px;
	display: block;
}

div#logo-wrap {
	width: 160px;
	float: left;
}
div#fl_header_slide_slideshow {
	float: right;
	width: 610px;
	text-align: right;
}

/* Navigation */
table#nav-tab a {
	display: block;
	padding: 8px 18px;
	color: #585953;
	text-decoration: none;
}

/*table#nav-tab a:hover,*/
table#nav-tab td.active a {
	font-weight: bold;
}


/* body */
div#body { background: #ffffff url(../images/background-content.gif) repeat-y left top; }
div#body-top-wrap {
	background: #FFFFFF url(../images/background-content-top.jpg) top left no-repeat;
	height: 15px;
}
div#body-footer-wrap {
	background: #FFFFFF url(../images/background-content-footer.jpg) top left no-repeat;
	height: 15px;
}


div#content-left {
	float: left;
	width: 185px;
	overflow: hidden;
}
div#content-center {
	float: right;
	width: 575px;
}

div#content-left-wrapper {
	padding: 0 8px 0 13px;
}
div#content-center-wrapper {
	padding: 0px 10px 0px 0px;
}

/* Let menu */
div#content-left-menu { padding-left: 5px; }

div#content-left-menu ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid white; }
div#content-left-menu li { list-style: none; margin: 0; padding: 0; }

div#content-left-menu ul li a { color: #505654; background-color: #cadfcc; display: block; border-bottom: 1px solid white; padding: 8px 0 8px 8px; text-decoration: none; }

div#content-left-menu ul li.active a,
div#content-left-menu ul li a:hover { color: #fff; font-weight: bold; background-color: #89b680; }

/* Footer */
div#footer {
	margin: 0 auto;
	font-size: 10px;
	padding: 8px;
	text-align: center;
}

div#footer a {
	font-size: 10px;
}

/* Form */
fieldset.csc-mailform { 
	padding-top: 20px; 
	border:0; 
}

fieldset.csc-mailform label { 
	line-height: 22px; 
	width: 400px; 
	text-align: left; 
	margin-right: 10px; 
	margin-left: 1px; 
	display: block;
}

fieldset.csc-mailform input,
fieldset.csc-mailform textarea  { 
	margin-bottom: 15px; 
	font-size:10px; 
	font-family: Verdana, Arial; 
	border:solid 1px #ccc; 
	width:400px; 
	margin-top: 0; 
	padding: 2px; 
}

#mailformformtype_mail { 
	padding:2px; 
	margin-left:40px; 
	background:#eee; 
	border:solid 1px #ccc; 
	width:180px; 
	text-align:center; 
	float: right; 
	margin-right: 10px; 
}

fieldset.csc-mailform input.csc-mailform-check,
fieldset.csc-mailform input.csc-mailform-radio {
	width: 13px;
	
}

fieldset.csc-mailform span.csc-mailform-radio fieldset {
	padding: 5px;
}