/* Hack for IE */
* html {
    height: 100%;
}
/* End IE Hack */ 

html {
    height: 100%;
}

* {
	font-family:Arial, tahoma;
	padding: 0;
	margin: 0;
}

body { background:#f0f0f0; font-size:100%; line-height:1em; color:#000; }

a {
color:#F00;
text-decoration:none;
}

a:hover {
color:#333;
text-decoration:underline;
}

#container {
	z-index:0;
	margin: 0 auto;
	padding: 0;
	position: relative;	
	top:0px;
	left:0px;
	width: 970px;
	min-height: 100%;
	height:710px;
	background-color:#cbcbcb;
}

#page_header{
	z-index:10;
	position:absolute;
	background-image:url(../jc_img/header_bg.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	height:68px;
	width:970px;
}

#logo{
	z-index:100;
	position:absolute;
	background-image:url(../jc_img/logo.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:28px;
	height:154px;
	width:464px;
	border:#6b6b6b 2px solid;
}

#photo_bg{
	z-index:9;
	position:absolute;
	background-color:#2f302b;
	top:66px;
	left:0px;
	height:210px;
	width:970px;
	border-bottom:#000 5px solid;
}

#photo1{
	z-index:0;
	position:absolute;
	background-image:url(../jc_img/lake_photo_01.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:28px;
	height:209px;
	width:228px;
}

#photo2{
	z-index:0;
	position:absolute;
	background-image:url(../jc_img/lake_photo_02.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:256px;
	height:209px;
	width:229px;
}

#photo3{
	z-index:0;
	position:absolute;
	background-image:url(../jc_img/lake_photo_03.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:485px;
	height:209px;
	width:229px;
}

#photo4{
	z-index:0;
	position:absolute;
	background-image:url(../jc_img/lake_photo_04.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:713px;
	height:209px;
	width:229px;
}

#menu{
	visibility:hidden;
	z-index:9;
	position:absolute;
	background-color:#2f302b;
	top:275px;
	left:28px;
	height:70px;
	width:915px;
}

#home_text{
	z-index:50;
	position:absolute;
	font-size:12px;
	color:#333;
	background-color:#dbdbdb;
	padding-left:5px;
	padding-right:5px;
	top:293px;
	left:63px;
	height:145px;
	width:612px;
	border:#000 1px solid;
}

#home_video{
	z-index:50;
	position:absolute;
	padding-left:5px;
	padding-right:5px;
	top:456px;
	left:355px;
	height:218px;
	width:224px;
}

#home_photo{
	z-index:400;
	position:absolute;
	background-image:url(../jc_img/lighthouse.jpg);
	background-repeat:no-repeat;
	top:478px;
	left:29px;
	height:267px;
	width:200px;
	border:#000 1px solid;
}

#meeting{
	z-index:50;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	color:#F00;
	background-color:#ebebeb;
	padding-left:5px;
	padding-right:5px;
	top:287px;
	left:717px;
	height:397px;
	width:231px;
	border:#000 1px solid;
}

#contactus{
	z-index:50;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	color:#CCC;
	background-color:#2f302b;
	padding-left:5px;
	padding-right:5px;
	top:468px;
	left:665px;
	height:177px;
	width:282px;
	border:#000 1px solid;
}

#page_footer{
	z-index:100;
	position:absolute;
	background-color:#6b6b6b;
	top:710px;
	left:0px;
	height:30px;
	width:970px;
	padding-top:13px;
	color:#CCC;
	font-size:9px;
	text-align:center;
	border-top:#000 3px solid;
}

.box_header{
	height:20px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	border-bottom: #000 solid 1px;

}
