﻿html {}
body { 
	background-image: url(../images/bg-gradient.jpg);
	background-position:top center;
    background-repeat: repeat-y;
	margin:0px;
	padding:0px;
	background-color:#ff4b0d;
}

#bg {
	background-image: url(../images/bg-main.jpg);
	background-position:top center;
    background-repeat:no-repeat;
    width: 100%;
    height: 1024px; /* height of bg! */
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
#header_bhujlogo{ display:none;}
#main {
	width:985px;
	margin-top:0px;
	text-align:left; 
	margin-left:auto; 
    margin-right:auto;
}
#header {
	margin-top:0px;
	height:120px;
}
#headingtext 
{
    background-image: url(../images/title.png);
    background-repeat:no-repeat;
    height:103px;
    position:relative;
    top:15px;
}

#headingimage 
{
    position:relative;
    top:-140px;
    right:-10px;
    left:730px;
    z-index:-1;
    width:260px;
}

#social-links {
    float:left;
    text-align:left;
	margin-right:10px;
	padding-top:5px;
}

#header-content {
    padding-top:0px;
    clear:both;
}
.heading_subtitle{ font:25px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#ff5400; }
#menu {width:100%; margin-left:20px;}

#main-page-canvas {
    display:none;
}

#inner-page-canvas {
    clear:both;
	float:left;
	width:985px;
    height: 90px;
    position:relative;
    top:-35px;
}

#canvas {
	margin-top:10px;
	float:left;
	width:690px; /* was 866*/
	background-color:#fff;
	border:7px solid #d6d8dc;
	text-align:left;
	padding:20px 20px 40px 20px;
	min-height:850px;
    height:auto !important;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:12px;
}