/*
On The Line PR
@author: Rick Stoopman
@version: 20090807-01

Used colors:
Orange: #ffa200;
Grey: #8d8d8d;
*/
/* Default
**********************************/		
body{
	background:#efefee;
	background-image:none;
	color:black;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:20px;
	}

#nav, #right-column, #contact, #social-media,.hide,.hidden, #breadcrumb{
	display:none;
	}
	
/* Set Sprite elements */
#header h1 a,a.more, div#contact ul, div#contact, a#hbmeo-logo, a#sopr-logo{
	background:url(/images/ontheline/sprites/main.png) no-repeat bottom right;
	}
/* bg images */
#header h1 a, a#hbmeo-logo, a#sopr-logo{
	display:block;
	text-indent:-5555px;
	}
#header{
	position:static;
	top:0;
	left:0;
	display:block;
	height:66px;
}
	
#header h1{
	margin:0;
	padding:0;
	
	}
	#header h1 a{
		height:66px;
		width:210px;
		background-position:0 0;
		}
		
h1,h2,h3,h4{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#ffa200;
	}	

div#footer span{
	margin-left:10px;
	display:inline-block;
}	
