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

body {
	background-color:#000018;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}

/*RELATIVE HOLDER - CENTERED*/
#holder {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:1130px;
	z-index:1;
	left: 0px;
	top: 0px;
}

/*HEADER / LOGO*/
#header {
	position:absolute;
	background-image:url(../images/headerBkgd_Decorating.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #000000;
	width:998px;
	height:178px;
	z-index:4;
	left: 0px;
	top: 0px;
}
#JJUK_Logo {
	position:absolute;
	width:190px;
	height:36px;
	z-index:1;
	left: 27px;
	top: 21px;
}
#searchBox {
	position:absolute;
	width:270px;
	height:25px;
	z-index:3;
	left: 14px;
	top: 150px;
	vertical-align:bottom;
}
#topNavBar {
	position:absolute;
	width:704px;
	height:20px;
	z-index:2;
	top: 153px;
	left: 287px;
	font-size:14px;
	font-weight:normal;
}

/*LEFT NAVIGATION*/
#leftNavPanel {
	position:absolute;
	width:200px;
	height:525px;
	z-index:2;
	left: 0px;
	top: 180px;
	background-color:#17479E;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}

/*RIGHT NAVIGATION*/
#rightNavPanel {
	position:absolute;
	width:180px;
	height:525px;
	z-index:3;
	left: 818px;
	top: 180px;
	background-color:#17479E;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

/*CONTENT AREA*/
#content {
	position:absolute;
	width:998px;
	height:683px;
	border-top:1px solid #000000;
	z-index:1;
	left: 0px;
	top: 180px;
	background-color: #FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#flashHolder {
	position:absolute;
	width:100%;
	height:160px;
	z-index:1;
	top: 0px;
	left: 0px;
	background-image: url(../images/flashBkgd.jpg);
	background-repeat:repeat-x;
}

#actualContent {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:600px;
	z-index:5;
	top: 100px;
}
#commercial {
	position:absolute;
	width:360px;
	height:460px;
	z-index:4;
	top: 120px;
	left: 40px;
}
#FlashArrows {
	position:absolute;
	width:110px;
	height:130px;
	z-index:6;
	left: 400px;
	top: 157px;
}
#residential {
	position:absolute;
	width:360px;
	height:434px;
	z-index:5;
	left: 510px;
	top: 120px;
}
#contentBottom {
	position:absolute;
	width:998px;
	height:160px;
	z-index:3;
	left: 0px;
	top: 565px;
	background-image: url(../images/contentBottm.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/*FOOTER*/
#footer {
	position:absolute;
	width:998px;
	height:220px;
	z-index:4;
	left: 0px;
	top: 906px;
	background-color:#000018;
	background-image: url(../images/footerBkgd.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


/*ORDERED / UN-ORDERED LISTS*/
ul {
	font-size: 12px;
	color: #FFFFFF;
}
li {
    margin-left:25px;
	padding-bottom:1px;
    letter-spacing:0px;
    list-style-image: url(../images/bullet.gif);
}

