A, A:link, A:active, A:visited {
	text-decoration: none;
	color: #F496CA;
	cursor: pointer;
	cursor: hand;
}

.homepage {
	width: 449px;
	height: 534px;
	background: #FFF;
	position:relative;
}

.page {
	width: 449px;
	background: #FFF;
	position:relative;
}

.adminpage {
	width: 95%;
	background: #FFF;
	position:relative;
}

.homepage .indextext {
	visibility: hidden;
}

.page .text P {
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
}

.pink {
	color: #F496CA;
}

#nav {
	float: right;
	width: 85px;
	line-height: 16px;
	padding: 19px 0 13px 9px;
	border-left: 1px solid #ECECEC;
}

#nav A, #nav A:link, #nav A:active, #nav A:visited {
	color: #ACACAC;
}

.navitem_on {
	padding: 1px;
	background: #FBE2F0;
	color: #F17CBD;
	width: 72px;
}

.navitem_on A, .navitem_on A:link, .navitem_on A:active, .navitem_on A:visited {
	color: #F17CBD;
}

#content {
	padding: 34px 89px 200px 20px;
	font-size: 14px;
	line-height: 17px;
}

#searchcontent {
	width: 449px;
	margin-left: -20px;
	font-size: 14px;
	line-height: 17px;
}

#searchcontent P {
	margin-left: 20px;
}

#content H1 {
	font-size: 15px;
	color: #EE7AB7;
	font-weight: normal;
	line-height: 15px;
}

#content H1 A {
	color: #EE7AB7;
}

#content H2 {
	font-size: 15px;
	color: #EE7AB7;
	font-weight: normal;
	line-height: 15px;
}

#content .cite {
	font-size: 11px;
	line-height: 12px;
}

#content .cite .name {
	color: #737373;
}

#secondnav {
	margin-bottom: 25px;
}

#secondnav .pagetitle {
	padding: 1px;
	font-size: 10px;
	background: #FBE2F0;
	color: #F17CBD;
}

#secondnav P {
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 9px;
}

#secondnav A {
	color: #6D6D6D;
}

#homefeature {
	width: 278px;
	height: 278px;
	background: #FFFFFF;
	position: absolute;
	margin: 138px 0 0 354px;
	padding: 3px;
	border: 4px solid #E63F97;
	z-index: 1;
}

#homefeature #job {
	width: 229px;
	height: 217px;
	background: #E63F97;
	padding: 0 30px 5px 17px;
	margin: 0;
	color: #FFFFFF;
	overflow: auto;
	border: 1px solid #E63F97;
}

#homefeature #job H1 {
	font-size: 19px;
	font-weight: normal;
	margin: 22px 0 0 0;
	padding: 0;
}

#homefeature #job H1 A {
	background: none;
	color: #FFFFFF;
	padding: 0;
}

#homefeature #job H2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #39011E;
}

#homefeature #job A {
	background: #FABFDE;
	color: #E852A1;
	padding-right: 7px;
}

#homefeature #jobno{
	float:right;
}

#homefeature #jobheader {
	width: 251px;
	height: 17px;
	background: #E63F97;
	padding: 0 10px 0 17px;
	margin: 0;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#homefeature #jobfooter {
	width: 251px;
	height: 27px;
	background: #A72056;
	color: #E852A1;
	padding: 8px 10px 0 17px;
	border-top: 1px solid #FFFFFF;
}

#homefeature #jobfooter A {
	color: #E852A1;
}


#homeimage {
	width: 293px;
	position: absolute;
	margin: 138px 0 0 354px;
	z-index: 2;
}

.hidden {
	position: absolute;
	top: -10000px;
}

#footer {
	font-size: 10px;
	color: #DBDBDB;
	position:absolute;
	bottom:0;
	margin: 0 0 19px 22px;
}

.subcontent {
	font-size: 11px;
	color: #8C8C8C;
	line-height: 15px;
	padding-bottom: 20px;
}

/* p3_search_form */
#p3_search_form
{
    clear: both;
    padding: 0 16px;
}

#p3_search_form .input_text
{
    width: 304px;
    padding: 6px 15px;
    font-size: 29px;
    color: #E63F97;
    background: #fff url(cssimg/search_input_text.gif) no-repeat 0 0;
	border: 2px solid #DADADA;
}

#p3_search_form #input_text_border
{
	width: 338px;
	border: 1px solid #FFF;
}

#p3_search_form .searching .input_text
{
    color: #E63F97;
    background: #fff url(../images/backgrounds/search_input_text_bg.gif) no-repeat 0 0 !important;
}

#p3_search_form .dropborder {
	background: #FFFFFF;
}

#p3_search_form select {
	background: #F6F6F6;
	color: #A1A1A1;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	margin: 0;
}

#p3_search_form #search_dropdowns {
	height: 39px;
}

#email_pagination_box {
	width: 403px;
	background: #FBE2F0;
	margin-left: -20px;
	font-size: 14px;
	padding: 9px 22px 21px 24px;
}

#search_pagination {
	float: right;
	border: 2px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #E63F97;
}

/* form input hackery */
.input_container
{
    position: relative;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #8E8D8A;
}

.input_hider
{
    height: 1.8em;
    overflow: hidden;
}

.input_text
{
    font-family: Arial, Helvetica, sans-serif;
}

p.field_notice
{
    padding-top: 4px;
    font-size: 1.1em;
    line-height: 1.3;
    font-family: Verdana, sans-serif;
}

label .field_notice
{
    display: block;
    font-size: .9em;
    font-family: Arial, Helvetica, sans-serif;
}

#searchbar {
	width: 449px;
	background: #FBE2F0;
	border-bottom: 1px solid #F9CFE6;
	margin-top: 12px;
	margin-left: -20px;
}

#search_instructions {
	font-size: 10px;
	color: #F3A5CF;
	margin: 3px 19px;
}
#p3_search_results {
	border-top: 1px solid #EF84BD;
}

#p3_search_results .item {
	border-bottom: 9px solid #FBE2F0;
	font-size: 12px;
	padding: 0 100px 10px 22px;
}

#p3_search_results h1 {
	font-size: 13px;
	font-weight: bold;
	border: 0;
	margin: 0;
}

#p3_search_results .locsalary {
	font-size: 13px;
	font-weight: bold;
	border: 0;
	margin: 0;
}

/* styles applied by javascript */
.highlight{
    border-color: #1B72CC !important;
}
.grayed_out{
    color: #A8A8A8 !important;
}

/* styles for forms */
.form {
	font-family : Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #B7B7B7;
	margin-bottom: 6px;
}

.quicksearch {
	font-family : Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #CCC;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	float: left;
	border-top: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
}

/* styles for job page */


#jobpage {
	font-size: 12px;
	line-height: 15px;
}

#jobheader {
	width: 449px;
	height: 53px;
	background: #FBE2F0;
	border-bottom: 1px solid #F9CFE6;
	margin-top: 12px;
	margin-left: -20px;
}

.job_no {
	color: #EF84BD;
	padding-left: 5px;
	padding-bottom: 6px;
}

#joblocsalary {
	margin-left: 169px;
	padding: 5px 20px 0 8px;
	background: url("../images/backgrounds/jobs_dotted.gif") top left no-repeat;
	width: 500px;
}

#jobpage h1 {
	color: #EF84BD;
	font-size: 22px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 7px;
	line-height: 22px;
}

.addendum {
	color: #E1E1E1;
}

.addendum A {
	color: #DEB1CA;
}

.listtable {
	font-size: 12px;
	line-height: 15px;
	width: 95%;
}

.listtable tr {
	background-color: #FFFFFF;
}

.listtable tr td {
	border-bottom: 1px solid #F9CFE6;
}

.listtable tr.header td {
	background-color: #F6F6F6;
	border-top: 1px solid #F9CFE6;
	border-bottom: 1px solid #F9CFE6;
}

.vsmall {
	font-size: 9px;
}

#searchbox {
	position: absolute;
	margin-left: 464px;
}

#searchbox .form {
	border: 0;
	font-size: 12px;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.fieldlabel {
	font-size: 11px;
	color: #EF84BD;
	font-weight: bold;
}

#seekbanner {
	position: absolute;
	margin-left: 705px;
}