@charset "utf-8";
/* CSS Document */




/* shared definitions 
******************************************************/
#header, #body, #footer {display:block;width:900px;margin-left:55px;}



/* header
******************************************************/
	#header {height:27px;padding:30px 0 0 0;border-bottom:2px solid #282828;}


	/* nav
	******************************************************/
	#header #navigation {float:left;width:480px;height:20px;}
	#header #navigation ul {list-style-type:none;height:20px;margin:0;}
	#header #navigation ul li {display:inline;padding-right:58px;}
	#header #navigation ul li a {text-decoration:none;color:#000;font-weight:bold;font-size:15px;}
	#header #navigation ul li a:hover {color:#ccc;}
	#header #navigation ul li.active a {color:#ff6600;}
	

	/* social links
	******************************************************/
	#header #socialOutlets {float:right;width:130px;height:20px;margin:0 5px 0 0;}
	#header #socialOutlets ul {text-align:right;list-style-type:none;margin:0;}
	#header #socialOutlets ul li {float:right;width:15px;height:15px;margin-left:5px;}
	#header #socialOutlets ul li a span {visibility:hidden;width:15px;height:15px;overflow:hidden;}
	
	#header #socialOutlets ul li a {display:inline-block;width:15px;height:15px;text-decoration:none;overflow:hidden;}
	
	 
	#header #socialOutlets ul li a.facebook {background:url(../images/misc/ico_facebook_up.gif) no-repeat top right;}
	#header #socialOutlets ul li a.twitter {background:url(../images/misc/ico_twitter_up.gif) no-repeat top right;}
	#header #socialOutlets ul li a.linkedin {background:url(../images/misc/ico_linkedin_up.gif) no-repeat top right;}
	
	#header #socialOutlets ul li a.facebook:hover {background:url(../images/misc/ico_facebook_over.gif) no-repeat top right;}
	#header #socialOutlets ul li a.twitter:hover {background:url(../images/misc/ico_twitter_over.gif) no-repeat top right;}
	#header #socialOutlets ul li a.linkedin:hover {background:url(../images/misc/ico_linkedin_over.gif) no-repeat top right;}
	
	
	
	/* logo */
	#logo p {margin:3px 0 0 0;}
	

	
/* body
******************************************************/
	#body {padding:40px 0 0 0;border-top:2px solid #b1b1b1;}
	
	
	
	
	
	
	
	
	
