/* CSS Document */

/* begin redefined html elements */



img {display:block;}

a {
	color:#666666;
	outline:none;
	text-decoration:none;
	}

body {
	background-color:#dceee1;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

/* other bgcolors d3eeea, B0E0E6, dceee1*/

a:link {
	color:#666666;
	}
	
a:visited {
	color:#666666;
	}

table td {
	border-width:0px;
	padding:0px;
	vertical-align:top;
	background-color:#d4d4bd;
	border-spacing:0px;
	border-collapse:collapse;
	}
	
table tr {
}
	
	/* other bgcolors 4682B4 8eadb4 97b487 a8b4a2*/

table {
	margin:0;
	border-width:0px;
	vertical-align:top;
	background-color: transparent;
	border-collapse:collapse;
	}
	


/* end redefined html elements */

/* begin table rules */


#container {
	width: 800px;
	margin: 0px auto;
	height: 100%;
	background-color:transparent;
	border:1px solid black;
}

#mainbody {
	width: 100%;
}

#banner {
	width: 100%;
	height: 100px;
}


/* end table rules */

/* begin table cell rules */

#navcell, #textcell, #imagecell {
}

#navcell {
	width:180px;
}

#textcell {
	width:440px;
	height:100%;
}

#imagecell {
	width:180px;
}

#bannercell {
}

#mainnavcell {
	height:10px;
	background-color:white;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

/* end table cell rules */

/* begin content CONTAINER rules */

#mainnavcontainer {
	
}

#mainnavcontainer a{
	display: inline;
	padding-left: 8px;
	padding-right:3px;
	color:#666666;
	font-weight:bold;
	font-size:15px;
	}
	
#mainnavcontainer a:hover{	
	background-color:#ccceb0;
	border-right:4px solid #888879;
	margin-right:-4px;
}

#address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#78786b;
	margin-left:15px;
	margin-right:15px;
	padding-left:5px;
	padding-right:5px;
	background-color:white;
	border:1px solid #888879;
	
	
}
	
#navcontainer {
	margin: 10px;
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-y;
	padding-top:7px;
	margin-top:15px;
	border: 1px solid #888879;
	width:180px;
}

#navcontainer a {
	display:block;
	background-color:#f3f5db;
	border-top: 1px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
}

#navcontainer a#benjamin{display:none;}

#navtopbg{
	width:180px;
	height:33px;
	background-image:url(images/navtopbg.jpg);
	background-repeat:no-repeat;
}

#jenaya, #caroline, #esther, #nancy {
	border-bottom:1px solid gray;
}

#navcontainer a:hover {
	background-color:#ccceb0;
	border-right:4px solid #888879;
}
		/* other bg colors b6c5ba eef5e1*/

#menubottom {
	height: 15px;
}

#credentials {
	font-size:10px;
	color:#999999;
	padding-left:10px;
}

#jobcategories {
	display:block;
	color:#975419;
	background-color:transparent;
	border-top: 0px solid black;
	font-size:1.2em;
	padding-top: 8px;
	padding-bottom:4px;
	padding-left:10px;
}

     /* other bgcolors a88311 a25e1b*/

#textcontainer {
	margin:15px 5px 5px 5px;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 25px;
	background-image:url(images/contentbg_01.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	
}

#textcontainer p {
	padding-left:12px;
	
}

#textcontainer a {
	text-decoration:underline;
}

#imagecontainer {
	height: 200px;
	width: 150px;
	background-color: #c1c1ac;
	margin: 15px;
	border: 1px solid black;
}

#bannercontainer{
	background-image:url(images/bannerbg_02.jpg);
	height:100px;
	width:800px;
	padding: 0px;
	margin: 0px;
}
/* end content container rules */


/* begin TEXT rules */

#title {
	margin: 0px;
	position:relative;
	top:67px;
	left:305px;
	font-size:35px;
}

#credits {
	width:800px;
	margin: 0px auto;
	text-align:right;
}
#credits a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding: 2px 3px 8px 0px;
	color:#666666;
	
}

.name {
	display:block;
	font-size:24px;
	color:#975419;
	padding-top: 7px;
}

.address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:black;
}

		/* other color 737c75 */
/* end TEXT rules */

#eraser {}