/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 187px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 235px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	padding: 9px 30px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	letter-spacing: 2px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}
.headings {
	font-size: 24px;
	color: #CC9933;
}
.job_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
}
.red_field {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
