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

/* =========================================  NORMALIZING  ================================================== */


/* Normalizes margin, padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	margin : 0;
	padding : 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists 
table { border-collapse : collapse; border-spacing : 0; } */

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
	background:#fc3900 url(/images/bg_body.jpg) center top no-repeat;
	background-attachment:fixed;
}

h1 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9e19de;
	font-weight:bold;
}
h1.jobs {color:#19ded6;}
h1.candidates {color:#e0a41a;}
h1.clients {color:#9dd909;}
h1.contact {color:#de19a0;}
h1.home {color:#ea1b23;}
h1.raisin {color:#199bde;}

h2 {
	color:#9e19de;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
/* ================================================ HEADER =========================================== */
div#wrapper {
	width:715px;
	margin:0 auto;
	padding:0 15px;
	background:url(/images/bg_wrapper.png) top left repeat-y;
}

div#top {
	width:745px;
	height:26px;
	margin:60px auto 0 auto;
	background:url(/images/bg_top.png) top left no-repeat;
	text-indent:-9999px;
}
div#branding {

	/*position:relative;*/
}
div#menu {
	float:right;
	width:472px;
	height:79px;
	background:url(/images/bg_menu.gif) top left repeat-x;
	position:relative;
}
div#menu ul {
	position:absolute;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	top: -63px;
	left: 60px;
}
div#menu ul li {
	width:47px;
	float:left;
	margin-right:11px;
}
div#menu ul li a {
	display:block;
	width:47px;
	height:141px;
	text-indent:-9999px
}
div#date-time {
	position:absolute;
	font-size:10px;
	color:#666666;
	top: 17px;
	left: 300px;
	width:150px;
	text-align:right;
}
/* ================================================ CONTENT =========================================== */

div#leftCol {
	width:249px;
	float:left;
	margin-top: 10px;
}
div#leftCol img {
	margin-bottom:10px;
}
div#address {
	width:209px;
	height:83px;
	background:url(/images/address.jpg) top left no-repeat;
	padding:5px 30px 5px 10px;
	color:#ffffff;
	font-size:11px;
	margin-bottom:10px;
}
div#address a {
	color:#ffffff;
}

div#rightCol {
	width:466px;
	float:right;
	margin-top: 10px;
}
div#contentTop {
	height:36px;
	width:391px;
	padding:15px 15px 0 60px;
	background:url(/images/bg_content_top.gif) top left no-repeat;
	position: relative;
	
}
div#contentBody {
	width:436px;
	padding:0 15px;
	background:url(/images/bg_content_body.gif) top left repeat-y;
	padding-bottom:8px;
}
div#raisinroom img {
	margin-bottom:20px;
}

div#contentBody p {
	margin-top:10px;
}
div#contentBody p.first {
	margin-top:0px;
}
div#contentBottom {
	height:1px;
	width:466px;
	background:url(/images/bg_content_bottom.gif) top left no-repeat;
	margin-bottom:10px;
}

/* ------------------------------ MENU --------------------------------- */

a#btnHome {background:url(/images/btn_home.gif) top left no-repeat;}
a#btnHome:hover {background:url(/images/btn_home.gif) top center no-repeat;}

a#btnAbout {background:url(/images/btn_about.gif) top left no-repeat;}
a#btnAbout:hover {background:url(/images/btn_about.gif) top center no-repeat;}

a#btnContact {background:url(/images/btn_contact.gif) top left no-repeat;}
a#btnContact:hover {background:url(/images/btn_contact.gif) top center no-repeat;}

a#btnCandidates {background:url(/images/btn_candidates.gif) top left no-repeat;}
a#btnCandidates:hover {background:url(/images/btn_candidates.gif) top center no-repeat;}

a#btnClients {background:url(/images/btn_clients.gif) top left no-repeat;}
a#btnClients:hover {background:url(/images/btn_clients.gif) top center no-repeat;}

a#btnJobs {background:url(/images/btn_jobs.gif) top left no-repeat;}
a#btnJobs:hover {background:url(/images/btn_jobs.gif) top center no-repeat;}

a#btnRaisin {background:url(/images/btn_raisin.gif) top left no-repeat;}
a#btnRaisin:hover {background:url(/images/btn_raisin.gif) top center no-repeat;}

div#menu li a.selected {background-position:right;}

/* ================================================ FOOTER =========================================== */

div#footer {
	height:14px;
	background:#de19a0;
	padding:8px 10px;
	color:#ffffff;
	margin-left: 1px;
}
div#footer a {color:#ffffff; text-decoration:none;}
div#footer a:hover {text-decoration:underline;}


div#bottom {
	width:745px;
	height:22px;
	margin:0px auto 20px auto;
	background:url(/images/bg_bottom.png) top left no-repeat;
	text-indent:-9999px;
}
