/* redefine tags */
body {
	background: #fff url('../images/theme/bg-page.gif') repeat-y top right;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
img { border: 0; }

a { color: #005f77; text-decoration:none; }
a:visited { color: #005f77; }
a:hover { color: #06f; 	}

h3 {
	font-size: 1.6em;
	font-weight:normal;
	margin:0 0 0 0;
	padding: 0 0 8px 0;
}

/* set the max width of the displayed content */
.wrapper {
	margin: 0 auto;
	width:780px;
	text-align: center;
}

/* top and bottom menus */
.menu {
	border: 1px solid #c9c9c9;
	clear:both;
}

.menu-inner { 
	margin: 1px;
	background: #e8e8e8 url('../images/theme/bg-header.gif') repeat-x;
	height: 20px;
	border: 1px solid #e8e8e7;
	padding-top: 0;
	text-align: center;
}

.menu a, .menu a:visited { color: #005f77; }
.menu a:hover { color: #005f77; }

.sidebar-node {
/*	float: left;*/
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	padding: 2px 0 0 0;
}
.sidebar-node h3 {
	display: inline;
	font-size: 10px;
	font-weight: normal;
}
.sidebar-node ul {
	margin: 0 0 0 3px;
	padding:0 0 0 0;
	display: inline;
}

.sidebar-node ul li {
	display: inline;
}

/* main content */
.content {
	text-align: left;
	margin: 25px 0 25px 0;
	padding: 0 0 0 0;
	clear: both;
}

.left_side {
	width: 150px;
	float:left;
	margin: 0 0 0 15px;
/*	border: 1px solid #e8e8e8;*/
}

.middle {
	width: 390px;
	float: left;
/*	border: 1px solid #e8e8e8;*/
	margin: 0 0 0 7px;
	padding: 0 15px 0 20px;
}

.right_side {
	width:150px;
	float:right;
/*	border: 1px solid #e8e8e8;*/
	margin: 0 15px 0 0;
	padding: 150px 0 0 0;
}
#staffing_link a:link, #staffing_link a:visited, #staffing_link a:active {
	color:#FFFFFF;
	background-color:#005e77;
}
#staffing_link a:hover {
	color:#e7e7e7;
	background-color:#005e77;
}
#hr_seminar_link a:link, #hr_seminar_link a:visited, #hr_seminar_link a:active {
	color:#FFFFFF;
	background-color:#005e77;
}
#hr_seminar_link a:hover {
	color:#e7e7e7;
	background-color:#005e77;
}

/* workarounds and hacks */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */