/* ----- Import external stylesheets ------------------------------------ */
@import url("common.css");

#mainwrapper{
     width:800px;
     height:600px;
     margin: 20px auto 0 auto;
     background:#989898;
}
#header{
     background:#989898;
     height:104px;
}

#nav ul, #nav li{
     list-style:none;
     padding:0;
     margin:0;
     height:27px;
     overflow:hidden;
     border:0;
     text-align:left;
}
#nav li{
     display:inline;
     float:left;
} 
#side{
     clear:left;
     display:inline;
     float:left;
     padding:0;
     margin:0;
     width:279px;
     height:469px;
     overflow:hidden;
}
#main, #main_interior{
     float:right;
     width:521px;
     height:469px;
}

#main_interior{
	background:#eaeaea url('../images/bkg.jpg') repeat-y;
}

#content{
     border:0px solid #000000;
     height:442px;
     padding:18px 22px 0 36px;
     overflow:auto;
}

#list li{
	list-style:default;	
	margin-left:25px;
}

/*
	Navigation Items;
*/

#nav_about a{
	display:block;
	height:27px;
	width:140px; 
	background: url('../images/nav1.gif') no-repeat;
}
#nav_about a:hover{background:url('../images/nav1_on.gif') no-repeat;}

#nav_contact a{
	display:block;
	height:27px;
	width:140px;
	background: url('../images/nav2.gif') no-repeat;
}
#nav_contact a:hover{background:url('../images/nav2_on.gif') no-repeat;}  

#nav_jobs a{
	display:block;
	height:27px;
	width:123px;
	background: url('../images/nav3.gif') no-repeat;
}
#nav_jobs a:hover{background:url('../images/nav3_on.gif') no-repeat;}

#nav_talent a{
	display:block;
	height:27px;
	width:139px;
	background: url('../images/nav4.gif') no-repeat;
}
#nav_talent a:hover{background:url('../images/nav4_on.gif') no-repeat;}   

#nav_timecards a{
	display:block;
	height:27px;
	width:128px;
	background: url('../images/nav5.gif') no-repeat;
}
#nav_timecards a:hover{background:url('../images/nav5_on.gif') no-repeat;}

#nav_register a{
	display:block;
	height:27px;
	width:130px;
	background: url('../images/nav6.gif') no-repeat;
}
#nav_register a:hover{background:url('../images/nav6_on.gif') no-repeat;} 
.copyright{
	font-size:10px;
	color:#ACACAC;
	text-align:right; 
	margin-top:9px;
}

.newlist{
	text-indent: -12px;
	margin-left:11px;
}