BODY{
	background-color: #222;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#bodyBox{
	background-color: white;
	width: 950px;
	margin: auto;
}

#headerBox{
	background-image: url(logo.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

#headerBox H1{
	display: none;
}

#menuBoxParent{
	border-top: black solid 3px;
	width: 95%;
	margin: auto;
}

#menuBox{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

#menuBox ul{
    list-style:none;
    position:relative;
    left:50%;
}


#menuBox a{
	padding: 30px 10px 30px 10px;
	margin: 0 1px;
	margin-top: -14px;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
	color: black;

}

#menuBox a:HOVER, li.active a{
	background-color: #c5d301;
	color: white;
}



#contentBox{
	margin-top: 10px;
	padding: 15px;
}

#contentBox H1{
	display: block;
	width: 100%;
	font-size: 36px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: auto;
	padding: 10px 0px;
	font-weight: lighter;
}

#contentBoxLeft {
	float: left;
	width: 250px;
}

#contentBoxRight, div.contact, article.item-page{
	margin-left: 250px;
	width:680px;
}

div.contact H1, article.item-page H1{
	margin-left: -250px ;
}

#menuBox li{float:left;position:relative;}/* ie needs position:relative here*/

#footer{
	height: 70px;
	background-color: #c5d301;
	width: 100%;
	}


div.contact-form INPUT{
	width: 80%;
	}

span.jicons-icons{
	display: none;
}

.tooltip {
    display: none!important;
}

#imgTitle{
	float: left;
	color: white;
	font-size: 80%;
	width: 150px;
	margin-top: 740px;
	margin-left: 20px;
	 position: absolute; 
}
