*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px verdana, Arial, Helvetica;
	background: #171717 url(/images/dh_bg.jpg) ;
}

#outer_wrapper
{
	/*display: none;*/
	visibility: hidden;
}

a
{
    color: #49be3f;
}
a:hover
{
    color: #46ec38;
    text-decoration: none;
}

.clear
{
	clear: both;
}

.fixed_width
{
    width: 900px;
    margin: 0 auto;
}

#header
{
    background: url(/images/job_openings.png) no-repeat right 20px;
    height: 95px;
    
}
#header .logo
{
    padding-left: 10px;
     padding-top: 10px;
}
#header .logo img
{
	border: 0;
}
#header .top_menu
{
	float:right;
	margin-top: -60px;
	margin-right: 10px;
	color: #49be3f;
}
#header .top_menu #user_name
{
	color: #fff;
}

#shelf
{
    width: 998px;
    margin:0 auto;
}

#shelf_top
{
	height: 43px;
	margin:0 auto;
	margin-top: 10px;
}

#shelf_top .left
{
	background: url(/images/menu/shelf_top_left.png);
	width: 54px;
	height: 43px;
	display: block;
	float: left;
}
#shelf_top .middle
{
	background: url(/images/menu/shelf_top_bg.png) repeat-x;
	width: 792px;
	height: 43px;
	display: block;
	float: left;
}
#shelf_top .right
{
	background: url(/images/menu/shelf_top_right.png);
	width: 54px;
	height: 43px;
	display: block;
	float: left;
}


#menu_bar
{
    position: absolute;
	top: 55px;
	z-index: 1;
	width: 1000px;
}
#menu_bar  a
{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 80px;	
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-size: 0px;
}
#menu_bar #home
{
	background: url(../images/menu/home_up_over.png) no-repeat top;
	margin-left: 300px;
	
}
#menu_bar #home:hover, #menu_bar #home.selected
{
	background-position: bottom;
	margin-top: 3px;
}
#menu_bar #about
{
	background: url(../images/menu/H_up_over.png)  no-repeat top;
}
#menu_bar #about:hover, #menu_bar #about.selected
{
	background-position: bottom;
	margin-top: 3px;
}
#menu_bar #rules
{
	background: url(../images/menu/i_up_over.png) no-repeat top;
}
#menu_bar #rules:hover, #menu_bar #rules.selected
{
	background-position: bottom;
	margin-top: 3px;
}
#menu_bar #contact
{
	background: url(../images/menu/mail_up_over.png) no-repeat top;
}
#menu_bar #contact:hover, #menu_bar #contact.selected
{
	background-position: bottom;
	margin-top: 3px;
}

#content_wrapper
{
	clear: both;
	background: url(/images/shelf_front_bg.png);
	color: #fff;
	margin:0 auto;
	font-size: 14px;
}

#content_wrapper h3
{
    font-variant: small-caps;
    color: #d5e79f;
    font-size: 18px;
}

#content_wrapper .content
{
    padding: 20px 10px;
}
#content_wrapper .left_content
{
	float: left;
	width: 50%;
	
}
#content_wrapper .right_content
{
	float: right;
	width: 50%;
}

#footer
{    
    width: 998px;
	clear: both;
	color: #333;
	height: 76px;	
	text-align: center;
	margin: 0 auto;
}
#footer .left
{
    background: url(/images/footer/footer_left_bg.png) no-repeat;
    float: left;
}
#footer .center
{
    background: url(/images/footer/footer_center_bg.png) repeat-x;
    float: left;
    height: 100%;
}
#footer .right
{
    background: url(/images/footer/footer_right_bg.png) no-repeat;
    float: right;
}
#footer .left, #footer .right
{
    width: 49px;
    
    display: block;
    height: 100%;
    margin: 0px;
}

#footer img
{
	margin: 0 auto;
	margin-top: 32px;
}

#loading
{
	z-index: 2;
	background: #fff;
	width: 300px;
	height: 75px;
	position: absolute;
	
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -37.5px;
	
	text-align: center;
	padding-top: 5px;
}


#no_script
{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top:0;
    left:0;
    z-index: 999;
}

