@import url(display.css);
@import url(chromestyle.css);

/* Basic Page Structure */

#container{
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}

#top{
	width:960px;
	height:20px;
	padding: 10px 20px 10px 20px;
}

#addthis-box{
	float:left;
}

#header{
	padding-left:250px;
	width:750px;
	height:110px;
	background: url(../images/hazan-logo.jpg) no-repeat;
}

#content-area{
	width:960px;
	padding: 20px 20px 10px 20px;
	background:url(../images/bg_internal.gif) repeat-x;
}

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}

div.divider {
	clear: both;
	border-bottom: solid 1px #e2e2e2;
	height: 1px;
	margin: 15px 0px 15px 0px;
}

div.divider hr {
	display: none;
}


/* Navigation Styles */

#nav{
	width:720px;
	height:30px;
	background:url(../images/bg-nav.gif) no-repeat #151E3F;
	padding: 20px 20px 0px 260px;
}


/* Home Page Styles */

#content-body-home{
	background: url(../images/bg-body-home.gif) repeat-y #ffffff;
	width:960px;
	padding: 0px 20px 0px 20px;
}

#column-left,#column-right{
	width:230px;
	float:left;
}

#column-middle{
	width:460px;
	float:left;
	padding: 20px 20px 10px 20px;
}

.content-box{
	padding:15px 15px 5px 15px;
}

#quicklink1,#quicklink2,#quicklink3,#quicklink4,#quicklink5{
	width:145px;
	height: 65px;
	padding: 10px 10px 0px 75px;
	border-bottom: solid 1px #e2e2e2;
}

#quicklink1{
	background:url(../images/quicklink1.jpg) no-repeat #EFAA0A;
}

#quicklink2{
	background:url(../images/quicklink2.jpg) no-repeat #EFAA0A;
}

#quicklink3{
	background:url(../images/quicklink3.jpg) no-repeat #EFAA0A;
}

#quicklink4{
	background:url(../images/quicklink4.jpg) no-repeat #EFAA0A;
}

#quicklink5{
	background:url(../images/quicklink5.jpg) no-repeat #EFAA0A;
}


/* Footer Styles */

#bottom{
	width:100%;
	background:#D4D4D4;
}

#footer-home, #footer{
	width:960px;
	margin: 0 auto;
	padding: 20px;
	background:#151E3F;
}

#footer-home{
	background:url(../images/bg_footer.gif) no-repeat #151E3F;
}

/* Internal Pages */

.col-left{
	width: 470px;
	padding: 0px 10px 0px 0px;
	float:left;
}

.col-right{
	width: 470px;
	padding: 0px 0px 0px 10px;
	float:left;
}
