@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);

#left-menu-box {
	margin: 0;
	/*padding: 6px 6px 0 6px;*/
	width: 170px;
	/*background-color:#00CC66;*/
}

#middle-marker-box {
	margin: 0px;
	padding-left: 13px;
	margin-top: -19px;
}

#right-marker-box {
	margin: 0px;
	padding-left: 13px;
	
}

#left-marker-box  {
	margin: 0 0px;
	padding: 0;
	width: 170px;
	margin-top:5px;
}

* html #left-marker-box  {
	margin-top:0px;
	}

#left-marker, #middle-marker, #right-marker {
	margin: 0;
	padding: 0px;
}


#left-marker {
font-family: verdana;
font-size: 9px;
}

#middle-marker {
position: relative;
top:30px;
}

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 715px;
}

#left {
	float: left;
	width: 180px;
	z-index: 4;
	
}

#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 185px;
}

#middle {
	float: right;
	width: 530px;
	z-index: 2;
	background: #FFFFFF;
	margin-left: 0px;
	
	margin-bottom: 40px;
	background-image: url("../img/back_content_top.jpg");
	background-repeat:no-repeat;
	background-position: 0px 22px;
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 530px;
	padding-top: 40px;
	
	
}

#right {
	float: right;
	width: 178px;
	z-index: 6;
	background: #FFFFFF;
	/*bkground-image:url("../img/back_right_top.jpg");
	background-repeat:no-repeat;*/
	height: 100%;
	
}

#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 178px;
	margin-top:0px;
	
	
}

#header, #outer-wrapper, #footer {
	width: 895px;
}

#header-img {
	width: 895px;
}

.cleaner {
	clear:both;
/*	float: left;*/
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0; 
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}

#rootline {
font-family: verdana,arial;
font-size: 11px;
margin-left: 12px;
margin-top:5px;
color: #006ab3;
text-decoration: none;
}


#rootline a {
color: #006ab3;
text-decoration: none;
}

hr {
background-color:#99c3e1;
height: 1px;
}


DIV.csc-frame-rulerAfter {
background-color:#99c3e1;
height: 1px;
}

