/* CSS Document */

#main-layer {
	position:absolute;
	top:0px;
	left: 50%;
	width:760px;
	height:20000px;
	margin-left: -380px;
	background-color: #FFFFFF;
	z-index: 1;
}

#menu-layer {
	position:absolute;
	top:88px;
	left:0px;
	width:760px;
	z-index: 2;
}

#navcontainer{
	position:absolute;
	top:88px;
	left:0px;
	width:760px;
	z-index: 10;
	text-align: left;
	background-color:#165fb0;
	height: 22px;
	}

#content-layer {
	position:absolute;
	top:127px;
	left:160px;
	width:440px;
	z-index: 3;
	height: 86px;
}

#left-menu-layer {
	position: absolute;
	left: 0px;
	top: 111px;
	width: 150px;
	background-color: #CCCCCC;
}

#runaround-layer {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

#title-layer {
	position: absolute;
	left: 224px;
	top: 173px;
	z-index:4;
}

#footer-layer {
	position: relative;
	left: -155px;
	width: 750px;
	top: 10px;
	z-index:5;
}

#right-menu-layer {
	position: absolute;
	left: 610px;
	top: 111px;
	z-index:6;
	background-color: #165fb0;
}

#telephone-layer {
	position: absolute;
	left: 610px;
	top: 111px;
	z-index:6;
	width: 150px;
	background-color: #a51014;
	color: #FFFFFF;
	font-size: 16px;
}


#topstrip-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:7;
	width: 760px;
}
.nocursor {
	cursor: default;
}
