/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../images/bg-body.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	color:#000000;
}

IMG {
	border: none;
}

A {
	text-decoration:none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearSpace {
	clear: both;
}

#holder{
	width: 905px;
	margin: 0 auto;
	border-left: 1px solid white;
}

#header{
	background-image:url(../images/bg-top.gif);
	background-position: 0px 0px;
	height: 115px;
}

#bannerTop{
	float: right;
	margin-right: 23px;

}

#navigation{
	background-image:url(../images/bg-nav.gif);
	background-repeat:no-repeat;
	background-position: 0px -1px;
	padding: 0 0 0 148px;
	height:35px;
	overflow: hidden;
}

.button, .buttonActive{
	float:left;
}

.buttonLeft{
	float: left;
	background-image:url(../images/button-left.gif);
	background-repeat:no-repeat;
	background-position:0px -1px;
	height: 34px;
	width: 30px;
}

.buttonContent{
	float: left;
	background-image:url(../images/button-content.gif);
	background-repeat:repeat-x;
	background-position:0px -1px;
	height: 34px;
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding: 8px 10px 0 0;
	overflow:hidden;
}

.buttonContent A{
	color:#FFFFFF;
}

.buttonRight{
	float: left;
	background-image:url(../images/button-right.gif);
	background-repeat:no-repeat;
	background-position:0px -1px;
	height: 34px;
	width: 15px;
}

.buttonActive .buttonLeft{
	background-image:url(../images/button-act-left.gif);
	
}

.buttonActive .buttonContent{
	background-image:url(../images/button-act-content.gif);
	color:#660000;
}

.buttonActive .buttonContent A{
	color:#660000;
}

.buttonActive .buttonRight{
	background-image:url(../images/button-act-right.gif);
}

.subbutton, .subbutton-act{
	background-image:url(../images/subbutton.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	color:#660000;
	height:16px;
	padding: 5px 0 0 15px;
}

.subbutton A{
	color:#660000;
}

.subbutton-act{
	background-image:url(../images/subbutton-act.gif);
	color:#FFFFFF;
}
.subbutton-act A{
	color:#FFFFFF;
}

#colLeft{
	float:left;
	width: 148px;
	background-image:url(../images/bg-colleft.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding: 180px 0 0 0;
}

#colHolder{
	background-image:url(../images/bg-holder.gif);
	background-repeat:repeat-y;
	width:905px;
	min-height: 450px;
}

#colHolder2{
	background-image:url(../images/bg-content-holder.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width:905px;
}

#contentHolder{
	width:577px;
	float:left;
}

#contentHolder2{
	overflow:hidden;
	width:527px;
	padding:5px 10px 0 10px;
}

#content{
	float:left;
	padding: 5px 5px 10px 5px;
}

#contentGeopath{
	border-bottom: #CCCCCC 1px solid;
	padding: 10px 10px 0 5px;
	color:#999999;
}

#contentGeopath A {
	color: #999999;
}

#contentFooter{
	border-top: solid #CCCCCC 1px;
	padding: 0 10px 0 10px;
	text-align: right;
	float:left;
}
#contentFooter A {
	color: #777777;
}


#colRight{
	float:left;
	width:174px;
}

#bannerLeft{
	padding: 10px 0 0 3px; 
}

.searchTarget{
	padding: 3px 0px 0px 10px; 
	float:left; 
	border:none; 
	width:115px; 
	height:23px; 
	background-image:url(../images/bg-search.gif);
	background-position: 0px 0px;
}

#searchSubmit{
	float:left;
	width:38px; 
	padding:2px 0 0 5px;
}

#searchSubmit A{
	color:#FFFFFF;
	font-size:12px;
}

h1,
csc-header {
	font-size:14px;}
