/* begin HR css */

/*

   .7em ~ 11px

*/


/* STYLES FOR NAVIGATION */

/* Top most dark blue heading */

.deptheader a {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	background: #FFFFFF;
	padding: 5px 2px 5px 15px;
	display: block;
	text-decoration: none;
}

.deptheader a:hover {
	background: #6699CC;
	color: #FFFFFF;
}

/* Grey heading */

.sidenav a{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px 4px 15px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	text-decoration: none;
}

.sidenav a:hover {
	background: #6699CC;
	color: #FFFFFF;
}

.sidenavNoLink{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 4px 4px 15px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	text-decoration: none;
}

/* Light blue links  */

.linkStyle a {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	display: block;
	padding: 2px 10px 2px 30px;
	background: #FFFFFF;
	text-decoration: none;
}

.linkStyle a:hover {
	background: #6699CC;
	color: #FFFFFF;
}


/* Light blue horizontal line dividing sidenav elements */

.linkBreakBlue {
	display: block;
	border-bottom: 1px solid #A8BECF;
	text-decoration: none;
}

/* Vertical line dividing nav from content  */

.verticalRedLine {
        border-right: 1px solid #660000;
}



/* STYLES FOR CONTENT */


/* Margins for main content */
.contentMargins {
	display: block;
	margin: 0px 15px 0px 15px;
	text-align: left;
}


   /* main body text style */
.bodytext {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
    text-align: justify;
	line-height: 17px;
	color: #000000;
}

   /* testimonials */
.bodytextItalic {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	line-height: 17px;
	color: #000000;
	font-style: italic;
}

   /* No Justify for Home right column, Forms, Salary Schedules */
.bodytextNoJustify {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
	color: #000000;
	line-height: 17px;
}

   /* Larger Text, Justify */
.bodytext2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
    text-align: justify;
	color: #000000;
	line-height: 18px;
}

   /* Larger text, No Justify */
.bodytext2NoJustify {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	text-align: left;
	line-height: 18px;
}

   /* job openings, increased line height */
.bodyLineheight {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
    text-align: justify;
	line-height: 19px;
	color: #000000;
}

.tableHead{
    text-align: left;
	line-height: 15px;
}


   /* Subtitles */
.blueText {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: none;
        color: #336699;
}

   /* Subtitles */
.redText {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 0.85em;
        font-weight: bold;
        text-decoration: none;
        color: #7f3439;
}

   /* Job Description Titles */
.titleText {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.0em;
        font-weight: bold;
		text-align: center;
        text-decoration: none;
        color: #7f3439;
}

/* Yellow horizontal line used in body of pages */

.linkBreak2 {
	display: block;
	border-bottom: 1px solid #edb55c;
}

   /* Job Openings Titles */
h1 {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 120%;
        text-decoration: none;
		margin: 0;
        padding: 0;
}

   /* Job Openings Titles */
h2 {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 130%;
        font-weight: bold;
        text-decoration: none;
        color: #7f3439;
		margin: 0;
        padding: 0;
}

   /* Job Openings SubTitles */
h3 {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 120%;
        font-weight: bold;
        text-decoration: none;
        color: #7f3439;
		margin: 0;
        padding: 0;
}


   /* text wrap around image flush right */

.float-right-wrap {
	float: right;
	position: right;
	padding: 0px;
	width: auto;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.float-left-wrap {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
	align: middle;
}

.clearAll {
        clear: both;
}

.nowrap {
        clear: right;
}

