@charset "utf-8";
/* CSS Document */

html {
	height: 100%; margin-bottom: 0.1px;
	overflow: -moz-scrollbars-vertical;
}


body {
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper, #bottom {
	width:982px;
	margin:auto;
	padding:0px;
	background: url(../images/menu-left-middle.gif) left repeat-y top;

}

#bottom {
	background: url(../images/menu-left-bottom.gif) top left no-repeat;
	height:40px;

	clear:both;
}



#banner {
	width:982px;
	height:109px;
	background: url(../images/banner.gif);
	text-indent:-9999px;
	font-size:1px;
	position:relative;
}

#bannerlink {
	display:block;
	background: url(../images/blank.gif);
	height:90px;
	width:240px;
	position:absolute;
	top:10px;
	left:10px;
	text-decoration:none;
}

#menu-left {
	margin:0px;
	padding:0px;
	width:141px;
	float:left;
}

#menu-left-top {
	background: url(../images/menu-left-top.gif) top left no-repeat;
	margin:0px;
	padding:0px;
	height:158px;
}

#menu-left-middle {
	background: url(../images/menu-left-middle.gif) top left repeat-y;
	/*min-height:300px;*/

}

#menu-left-bottom {
	/*background: url(../images/menu-left-bottom.gif) top left no-repeat;
	height:179px;*/
}



#menu-right {
	width:141px;
	float:right
}

#menu-right-top {
	background: url(../images/menu-right-top.gif) top left no-repeat;
	height:87px;
}

#menu-right-middle {
	background: url(../images/menu-right-middle.gif) top left repeat-y;
	min-height:100px;

}

#menu-right-bottom {
	background: url(../images/menu-right-bottom.gif) top left no-repeat;
	height:50px;

}

#content {
	background: url(../images/bg-content.gif) top left no-repeat;
	float:left;
	width:670px;
	padding:60px 10px 20px 20px;
}

.csc-menu-1 {
	border:1px solid #000;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
	border:1px solid #DDD;
	width:100%;
}
.csc-menu-1 li{
	display:inline;
	white-space:normal;
	padding:5px;
}

#wrapper {
	background: url(../images/wrapper_background.gif) top left repeat-y;
}


.csc-mailform-field {
	vertical-align:top;
	margin-bottom:10px;
}
.csc-mailform-field label {
	vertical-align:top;
}

fieldset {
	border:none;
}

.csc-mailform-label {
	font-weight:bold;
	color: #F00;
	font-size:110%;
}


#submenu {
	padding:5px 0px 5px 0px;
	margin:0px 0px 20px 0px;
	border:1px solid #000;
	text-align:center;
	background-color:#EEE;
}	

/*	display:block;
	float:left;
	width:150px;
}

.csc-mailform-field .csc-mailform-radio  {
	border:1px solid #123;
}
*/