@charset "utf-8";
/* UniversityPlacementServices.com stylesheet
   by: Chuck Reynolds of WebMediaRx
   lastmod: 24 Jan 08 */

@import 'reset.css';
@import 'typography.css';
@import 'forms.css';


body{margin:0 auto; background-color:#000; background: #fff url('../assets/bg_body.jpg') top center fixed no-repeat}
img{border:none; padding:0; margin:0}

/*  Layout
------------------------------------------- */
.container-container{width:100%; height:auto; background:url('../assets/bg_top_tile3.jpg') top center repeat-x}
.container-head{width:760px; margin:0 auto; background:url('../assets/bg_head3.jpg') top center no-repeat; min-height:214px}
h1#logo{float:left; width:266px; margin:82px 0 0 51px}
	h1#logo span{display:none; visibility:hidden}
.clear-float-fix{clear:both; height:1px}  /* so container BG tiles the span of the columns */

/*  Left Column
------------------------------------------- */
.left-column{float:left; margin:100px 0 0 0; width:425px; text-align:left}

/*  Right Column
------------------------------------------- */
.right-column{float:right; margin:69px 0 0 0; width:315px; text-align:left}
.button-employment{margin:43px 0 0 0}
.button-employees{margin:30px 0 15px 0}

/*  Footer
------------------------------------------- */
#footer{width:760px; height:109px; margin:15px auto 0 auto; background:url('../assets/bg_footer.jpg') no-repeat; text-align:center; clear:both}
#footer p{color:#333; padding:70px 10px 0 10px; font-size:9px; line-height:1.2}
#footer p a:link, #footer p a:hover, #footer p a:visited{color:#111; text-decoration:underline} 

/*  Navigation Definitions
------------------------------------------- */
ul#menu {float:right; width:258px; height:214px; background:transparent url('../assets/bg_nav3.jpg') no-repeat; margin:0; padding:0; position:relative;
  /* Commented backslash hack for IE Mac \*/ overflow: hidden; /* end hack */ } 
ul#menu li {margin:0; padding:0; list-style:none; position:absolute; left:0}
ul#menu li, ul#menu a {width:258px; display:block; position:absolute}

#menu-employment a{left:0; top:35px; height:51px; text-indent:-6969px }
#menu-employees a {left:0; top:86px; height:55px; text-indent:-6969px }
#menu-contact a   {left:0; top:141px; height:40px; text-indent:-6969px}

#menu-employment a:hover, #menu-employment a.current{background:transparent url('../assets/bg_nav3.jpg') -258px -35px no-repeat}
#menu-employees a:hover, #menu-employees a.current{background:transparent url('../assets/bg_nav3.jpg') -258px -86px no-repeat  }
#menu-contact a:hover, #menu-contact a.current{background:transparent url('../assets/bg_nav3.jpg') -258px -141px no-repeat     }