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

/* ClearFix */
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.body-container {
	position: relative;
	margin: 0 auto;
	background: #CCCCCC;
	background-image: url("../images/background.jpg");
	height: 754px;;
	top: 0px;
	width: 1000px;
	z-index: 0;

	}
	
.bodyarea {
	position: absolute;
	margin: 0 auto;
	top: 30px;
	height: 850px;
	width: 975px;
	left: 12px;
	z-index: 500;
	}
	
.banner {
	position: relative;
	margin: 0 auto;
	top: 0px;
	height: 177px;
	background: #FFFFFF;
	width: 975px;
	}

.bodytext {
	position: relative;
	margin: 0 auto;
	background: #999999;
	top: 0px;
	height: 497px;
	width: 975px;
	left: 0px;
	z-index: 10000;
	}
.body-type {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 225px;
	}

.bodytext_float {
	position: absolute;
	width: 186px;
	height: 100%;
	background: #999999;
	left: 789px;
	z-index: 10001;
	}

.hor-line {
	position: absolute;
	height: 2px;
	width: 975px;
	background-image: url("../images/hor-line.jpg");
	z-index: 10002;
	}

.vert-line-index {
	position: absolute;
	height: 300px;
	top: -10px;
	left: 789px;
	width: 2px;
	background-image: url("../images/vert-line.jpg");
	z-index: 10002;
	}
	
.vert-line-pages {
	position: absolute;
	height: 507px;
	top: -10px;
	left: 790px;
	width: 2px;
	background-image: url("../images/vert-line.jpg");
	z-index: 10002;
	}
	
.hor-line-index {
	position: absolute;
	height: 2px;
	width: 975px;
	top: 196px;
	background-image: url("../images/hor-line.jpg");
	z-index: 10002;
	}

.footer {
	position: relative;
	left: 16px;
	height: 22px;
	width: 930px;
	z-index: 10050;
	top: 17px;
	}
	
#content {
	position: absolute;
	width: 725px;
	height: 430px;
	left: 228px;
	top: 89px;
	}
	
#contentbar {
	position: absolute;
	width: 15px;
	height: 496px;
	z-index: 300003;
	background: #cccccc;
	top: 4px;
	left: 772px;
	}
	
/*body {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; width:100%;height:100%;overflow:hidden}*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.form {
	width: auto;
	height: auto;
	}
