/* -----------------
   WORKPLACE STAFFING
   CSS Definitions

   Created: March 23, 2004
   Last Updated: July 21, 2004

   Jason Anderson
   jason@thenewjhp.com
   -----------------
*/


/* --- POSITIONS --- */

.cat_left {
	border-bottom: 2px solid #CCC2B5;
	border-top: 1px solid #FEFCED;

	padding-left: 10px;

	font-size: 14px;
	font-weight: bold;

	color: #775C5D;
	}
	
.cat_right {
	border-bottom: 2px solid #CCC2B5;
	border-top: 1px solid #FEFCED;
	padding-right: 10px;
	text-align: right;
	}
	
.cat_dataleft {
	border-bottom: 1px solid #CCC2B5;
	padding-left: 10px;
	font-size: 12px;
	}

.cat_dataright {
	border-bottom: 1px solid #CCC2B5;
	padding-right: 10px;
	text-align: right;
	}
	
.cat_row {
	background-color: #F1EEDF;
	}
	
.cat_href {
	color: #775C5D;
	text-decoration: none;
	}
	
.cat_href:hover {
	color: #CC3333;
	text-decoration: underline;
	}
	
.cat_dataleft a {
	color: #876C6D;
	}

.cat_dataleft a:hover {
	color: #CC3333;
	font-weight: bold;
	}

/* --- GLOBAL --- */


html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #AC9889;
	}

h2 {
	color: #333;
	font-size: 18px;
	}
	
/*h3 {
	color: #ED3C42;
	font-size: 14px;
	}
*/
	
h3 {
	color: #CC3333;
	font-size: 14px;
	}
	
h4 {
	font-size: 13px;
	color: #333;
	border-bottom: 1px solid #AAA;
	}
	
.nocss {
	display: none;
	}

/*a {
	color: #555DDE;
	}
*/
	
a {
	color: #993333;
	}
	
.address {
	color: #FEFCED;
	line-height: 16px;
	font-size: 11px;
	}
	
.bold {
	font-weight: bold;
	}

.currentlink {
	color: #CC3333;
	font-weight: bold;
	background: #BFAFA1;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.submenu {
	color: #EEEEEE;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a.submenu:hover {
	color: #CC3333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* --- MAIN CONTAINER --- */

#section-nav {
	list-style: none;
	padding: 0px;
	margin: 2px;
	}
	
#section-nav li {
	padding: 4px;
	text-align: right;
	}

#section-nav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;
	}
	
#section-nav a:hover {
	font-weight: bold;
	}
	
#pagebox {
	width: 728px;
	margin-left: 26px;

	background-color: #FFFCED;
	background-image: url("image/bg.gif");

	position: relative;

	border: 1px solid #494448;
	overflow: hidden;
	}



#content {
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	
	color: #775C5D;
	line-height: 17px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	}



/* --- CONTACT INFO --- */


#address {
	color: #EFECDF;
	float: left;
	font: 11px Verdana, Helvetica, sans-serif;
	line-height: 17px;
	margin-left: 50px;
	}

#phone {
	float: right;
	margin-right: 50px;
	color: #EFECDF;
	font: 11px Verdana, Helvetica, sans-serif;
	line-height: 17px;
	text-align: right;
	}
	
