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


/* Shauns additions */

.content-lhs {
	width: 700px;
	display: inline-block;
}

.content-rhs {
	width: 230px;
	background-color: #FFFFFF;
	float: right;
}

.FAQ .question {
	cursor: pointer;
}

.contact-rhs {
	float: right; 
	width: 200px;
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
	margin-top: 20px;
    min-height: 20px;
    padding: 19px;
}


/* 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:20px;
	width:980px;
	height:110px;
	background: url(../images/hazan-logo.jpg) no-repeat;
}

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

#home-logo{
	float:left;
}

#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;
}

ol.roman-list{
	list-style-type:upper-roman;
}


/* 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 0px 0px 20px;
}

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

#column-middle{
	width:690px;
	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;
}

