
/* layout areas */

body {
	text-align: center ; /* ie5 */
	margin: 30px 5px ;
	}
#wrapper {
	width: 760px ;
	margin: auto ;
	text-align: left ; /* ie5 */
	}
#masthead {
	}
#logo {
	float: left ;
	margin-bottom: 10px ;
	}
#info_links {
	float: right ;
	padding-top: 15px ;
	margin-bottom: 10px ;
	}
#tagline {
	clear: both ;
	background-image:url(tagline_bg.gif) ;
	background-repeat: repeat-x ;
	padding: 2px 0 6px 0 ;
	font: bold 17px Arial, Helvetica, sans-serif ;
	color: #AA4853 ;
	margin-bottom: 10px ;
	text-align: center ;
	}
#page_body {
	float: right ;
	width: 600px ;
	}
#menu {
	float: left ;
	width: 150px ;
	overflow: hidden;
	}
#footer {
	clear: both ;
	margin-top: 10px ;
	}
#tagline2 {
	margin-bottom: 10px ;
	}
#bottom_links {
	margin-bottom: 3px ;
	}
#smallprint {
	color: #999;
	font-size: 10px ;
	}
#smallprint a {
	color: #999 ;
	}
#meta {
	display: none ;
	}

/* menus and boxes */
.menu_1_head {
	background-image: url(menu_1_head.gif) ;
	background-repeat: no-repeat ;
	height: 12px ;
	overflow: hidden ;
	}
.menu_1_body {
	background-image: url(menu_1_body.gif) ;
	padding: 0 10px ;
	}
.menu_1_body ul {
	margin: 0 ;
	padding: 0 0 0 17px;
	list-style-type: circle ;
	color: #AA4853;
	line-height: 2em ;
	}
.menu_1_body a {
	color: black ;
	text-decoration: none ;
	}
.menu_1_body a:hover {
	text-decoration: underline ;
	}
.menu_1_foot {
	background-image: url(menu_1_foot.gif) ;
	height: 12px ;
	overflow: hidden ;
	margin-bottom: 10px ;
	}

.menu_2_head {
	background-image: url(menu_2_head.gif) ;
	background-repeat: no-repeat ;
	background-color:#AA4853 ;
	padding: 3px 10px ;
	font-size: 11px ;
	color: white ;
	margin-bottom: 0 ;
	}
.menu_2_head_cont {
	background-image: url(menu_2_head_cont.gif) ;
	background-repeat: no-repeat ;
	background-color:#AA4853 ;
	padding: 3px 10px 4px 10px ;
	font-size: 11px ;
	color: white ;
	margin-bottom: 0 ;
	}
.menu_2_head_cont_big {
	line-height: 13px ;
	background-image: url(menu_2_head_cont_big.gif) ;
	background-repeat: no-repeat ;
	background-color:#AA4853 ;
	padding: 3px 10px 5px 10px ;
	font-size: 11px ;
	color: white ;
	margin-bottom: 0 ;
	}
.menu_2_body {
	background-color:#AA4853 ;
	padding: 10px ;
	font-size: 10px ;
	color: white ;
	}
.menu_2_body input.text {
	font-size: 10px ;
	background-color: #FFEBCC ;
	border-style: none ;
	width: 125px ;
	padding: 2px ;
	}
.menu_2_foot {
	background-image: url(menu_2_foot.gif) ;
	background-color:#AA4853 ;
	height: 12px ;
	overflow: hidden ;
	margin-bottom: 10px ;
	}
	
.box_1_head {
	background-image: url(box_1_head.gif) ;
	background-repeat: no-repeat ;
	height: 12px ;
	overflow: hidden ;
	}
.box_1_body {
	background-image: url(box_1_body.gif) ;
	width: 100%;
	}
.box_1_body .inner {
	padding: 0 20px;
	float: left;
	}
.box_1_foot {
	background-image: url(box_1_foot.gif) ;
	height: 12px ;
	overflow: hidden ;
	margin-bottom: 10px ;
	clear: both;
	}

.box_2 {
	clear: both ;
	width: 270px ;
	float: right ;
	}
.box_2_head {
	background-image: url(box_2_head.gif) ;
	background-repeat: no-repeat ;
	background-color:#AA4853 ;
	padding: 3px 10px 4px 10px ;
	font-size: 11px ;
	color: white ;
	margin-bottom: 0 ;
	}
.box_2_body {
	background-color:#AA4853 ;
	padding: 5px 0 0 0;
	text-align: center;
	height: 115px ;
	}
.box_2_foot {
	background-image: url(box_2_foot.gif) ;
	background-color:#AA4853 ;
	height: 12px ;
	overflow: hidden ;
	margin-bottom: 10px ;
	}
.box_3 {
	width: 320px ;
	float: left ;
	}
.box_3_head {
	background-image: url(box_3_head.gif) ;
	background-repeat: no-repeat ;
	padding: 3px 10px 4px 10px ;
	color: white ;
	font-size: 11px ;
	margin-bottom: 0 ;
	}
.box_3_body {
	background-image: url(box_3_body.gif) ;
	background-color:#AA4853 ;
	background-repeat: repeat-y ;
	padding: 20px 0 0 0;
	font-size: 10px ;
	color: white ;
	text-align: center;
	height: 115px ;
	}
.box_3_foot {
	background-image: url(box_3_foot.gif) ;
	height: 12px ;
	overflow: hidden ;
	margin-bottom: 10px ;
	}
.box_4 {
	width: 320px ;
	float: left ;
	}
.box_4_body {
	padding: 0px 0px 5px 0px;
	text-align: justify;
	font-family: Verdana, Arial; 
	font-size: 11px; 
	color: #AA4853;
	}
.box_5 {
	width: 270px ;
	float: right ;
	}
.box_5_body {
	padding: 0px 0px 5px 0px;
	text-align: justify;
	font-family: Verdana, Arial; 
	font-size: 11px; 
	color: #AA4853;
	}
.box_banner {
	clear: both ;
	width: 600px ;
	float: left ;
	}

/* search form */
.search_form {
	width: 100% ;
	}
.search_form td {
	font-size: 10px ;
	padding: 5px ;
	}
.search_form td td {
	padding: 0 ;
	}
.search_form select {
	width: 190px ;
	background-color: #EEEEEE ;
	}
.search_form .keywords {
	width: 270px ;
	background-color: #EEEEEE ;
	border: 1px solid #7F9DB9 ;
	padding: 2px ;
	}
.search_form img {
	margin-bottom: 10px ;
	}

/* pager */
table.pager {
	width: 560px ;
	background-image: url(pager_dots.gif) ;
	background-repeat: repeat-x ;
	height: 25px ;
	margin-bottom: 10px ;
	}
table.pager td {
	font-size: 10px ;
	}
table.pager a {
	font-weight: bold ;
	}
	
/* jobspec */
table.job_list {
	width: 560px ;
	}
th.job_title {
	color: white ;
	background-color: #C37F86 ;
	background-image: url(blue_corner_tl.gif) ;
	background-repeat: no-repeat ;
	text-align: left ;
	font-style: normal ;
	font-size: 11px ;
	padding: 0 10px ;
	height: 19px ;
	}
th.job_title h2 {
	font-size: 11px ;
	font-weight: bold ;
	margin: 0 ;
	}
th.job_title a {
	color: white ;
	}
th.job_meta {
	color: white ;
	background-color: #C37F86 ;
	text-align: right ;
	font-style: normal ;
	font-size: 11px ;
	padding: 0 10px ;
	height: 19px ;
	}
td.job_info {
	background-color: #eee ;
	border-right: 1px solid  #C37F86 ;
	border-bottom: 1px solid #C37F86 ;
	border-left: 1px solid  #C37F86 ;
	padding: 5px 10px ;
	}
td.job_info p {
	margin-bottom: 0.5em ;
	}
td.job_space {
	}
.relevance_percentage {
	border-right: 1px solid white ;
	}

/* featured links table */
table.featured_links {
	width: 560px ;
	}
table.featured_links td {
	text-align: center ;
	padding: 5px ;
	}

/* used to wrap a div. */
.wrap {
	display: block;
}
.wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}	
	