body  {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 12px;
	color: #5a5d5f;
	background-image: url(../images/background.gif);
	background-repeat: repeat; 
	margin-top: 0px;
	padding: 0px;
	text-align: center;
} 
 
A:link {
	color: #0097a4;
}

A:visited {
	color: #0097a4;
}

A:hover {
	color: #85c446;
}

h1  {
	font-size : 23px;
	font-family : 'Arial Narrow', Arial, sans-serif;
	font-weight : normal;
	color : #85c446;
	margin: 0px;
	padding-bottom: 6px;
}

h2  {
	font-size : 17px;
	font-family : 'Arial Narrow', Arial, sans-serif;
	color : #0097a4;
	padding-bottom: 7px;
	margin: 0px;
}

h3{
	font-size: 16px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-style: italic;
	color: #85c446;
	margin: 0px;
}

ul{
	margin-top: 5px;
}

ol{
	margin-top: 5px;
}


/*Header*/
/*Nav Bar*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
z-index: 100;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
height: 20px;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
font-size: 16px;
color: #ffffff;
text-align: center;
}

.suckertreemenu ul li a:visited{
display: block;
height: 20px;
text-decoration: none;
color: #ffffff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 170px; /*width of sub menu levels*/
color: #ffffff;
background-color: #204973;
text-decoration: none;
padding: 3px;
text-align: left;
font-size: 14px;
line-height: 15px;
border: none;
background-image: none;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 170px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: underline;
padding: 3px;
text-align: left;
font-size: 12px;
border: none;
background-image: none;
font-size: 14px;
}

.suckertreemenu ul li a:hover{
font-size: 16px;
background-image: url(../images/NavHover.gif);
color: white;

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


.navBar{
	background-image: url(../images/navBar.gif);
	background-repeat: repeat-x;
	border: #FFFFFF 1px solid;
}


/*Homepage*/
.candidateImage{
	float: right;
	border: 1px #0097a4 solid;
	margin-left: 10px;
}

.employerImage{
	float: right;
	border: 1px #0097a4 solid;
	margin-left: 10px;
}

/*Forms*/
.applyNowTitle{
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/quickAppTitleBar.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 10px;
	padding: 0px;
}

.floatright{
	float: right;
	margin: 0px;
	margin-right: 10px;
	border: 0px;
	padding: 0px;
}

.formText{
	color: #0097a4;
	font-size: 14px;
	font-weight: bold;
}

.formTextEmployer{
	color: #85c446;
	font-size: 14px;
	font-weight: bold;
}

.formTextGreen{
	color: #85c446;
	font-size: 12px;
	font-weight: bold;
}

.notes {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 11px;
	color: #0097a4;
	font-weight: 100;
	line-height: 12px;
}


.quickAppTitle{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/quickAppTitleBar.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 24px;
	padding: 0px;
}

.searchText{
	font-size: 14px;
	font-weight: bold;
}


/*Contact Page*/
.contactForm{
	background-image: url(../images/navBar.gif); 
	background-repeat: repeat-x; 
	color:#ffffff; 
	font-weight: bold;
}

.contactFormText{
	color: #0097a4;
	font-size: 14px;
	font-weight: bold;
}

.redAsterisk{
	color: #833b3d;
}

.requiredField{
	padding-left: 100px;
	font-size: 11px;
	font-style: italic;
}

/*Benefits*/
.healthcareLogo{
	float: right;
	margin: 0px;
	margin-right: 10px;
	border: 0px;
	padding: 0px;
}

/*Job Board*/
.jobBoard{
	color: #0097a4;
	font-size: 15px;
}

.jobBoardBold{
	color: #0097a4;
	font-weight: bold;
	font-size: 15px
}

.JobBoardCounter{
	font-size: 14px; 
	color: #0097a4; 
	font-weight: bold;
}

.JobBoardHeader{
	font-size: 16px;
	color: #85c446;
	font-weight: bold;
}

.jobBoardNext{
	font-weight: bold;
	font-size: 14px;
	color: #0097a4;
}

/*Candidate Logged In Pages*/
.candidateBold{
	font-size: 14px;
	font-weight: bold;
}

.candidateSubNav{
	background-image: url(../images/quickAppTitleBar.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px #ffffff solid;
	width: 784px;
}

.subNavLinks{
	font-size: 13px;
	font-weight: bold;
	color: #0097a4;
}

.subNavLinks:hover{
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

/*Staff Pharm page*/
.employerImageStaff{
	float: left;
	border: 1px #0097a4 solid;
	margin-right: 10px;
}

.candidateImageStaff{
	float: left;
	border: 1px #0097a4 solid;
	margin-right: 10px;
}

/*Testimonial pages*/

.quote{
	font-style:italic; 
	color:#0097a4;
}

.quotedBy{
	color:#85c446; 
	font-weight: bold; 
	font-size: 13px;
}


/*Footer*/
.footer{
	font-size: 11px;
	font-weight: bold;
}

.footerBack{
	border-top: #0097a4 1px solid;
	background-color: #FFFFFF;
}

.footerLinks{
	font-size: 12px;
	font-weight: bold;
}



/*Old Styles Reused*/
.font8 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 13px;
	color: #0097a4;
	font-weight: 100;
}

.font8bold {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 13px;
	color: #0097a4;
	font-weight: bold;
}

.font12 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	color: #0097a4;
}

.font12bold {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 15px;
	color: #85c446;
	font-weight: bold;
}

.font10 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	color: #5a5d5f;
}

.font10bold {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	color: #85c446;
	font-weight: bold;
}


/*OLD STYLES*/

.red:link  {
	color : #990000;
}

.red:visited  {
	color : #990000;
}
.font7 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 7pt;
	color: #00000;
}

.fontsection1 {
	font-family:'Arial Narrow', Arial, sans-serif;
	font-size: 12pt;
	color: #8B8B5D;
	font-weight: bold;
}
.fontsection2 {font-family:'Arial Narrow', Arial, sans-serif;font-size:14pt;color:#131372;font-weight:bold;}

.fontsection3 {font-family:'Arial Narrow', Arial, sans-serif;font-size:13pt;color:#131372;font-weight:bold;}
.fontsection4 {font-family:'Arial Narrow', Arial, sans-serif;font-size:14pt;color:#8B8B5D;font-weight:bold;}

.font6 {font-family:'Arial Narrow', Arial, sans-serif;font-size:6pt;color:#000000;}
.font6bold {font-family:'Arial Narrow', Arial, sans-serif;font-size:6pt;color:#000000;font-weight:bold;}

.font8boldred {font-family:'Arial Narrow', Arial, sans-serif;font-size:8pt;color: #990000;font-weight:bold;}

.font9 {font-family:'Arial Narrow', Arial, sans-serif;font-size:11px;color:#000000;}
.font9bold {font-family:'Arial Narrow', Arial, sans-serif;font-size:11px;color:#000000;font-weight:bold;}
.font9white {font-family:'Arial Narrow', Arial, sans-serif;font-size:11px;color:#ffffff;}
.font9blue {font-family:'Arial Narrow', Arial, sans-serif;font-size:11px;color:#2a5c77;}
.font9boldred {font-family:'Arial Narrow', Arial, sans-serif;font-size:11px;color:red;font-weight:bold;}

.font10white {font-family:'Arial Narrow', Arial, sans-serif;font-size:11px;color:#ffffff;}
.white10bold { font-family:'Arial Narrow', Arial, sans-serif; font-size:11px; color:#ffffff; font-weight:bold; }

.font11bold {font-family:'Arial Narrow', Arial, sans-serif;font-size:11pt;color:#000066;font-weight:bold;}


.font14 {font-family:'Arial Narrow', Arial, sans-serif;font-size:14pt;color:#000000;}
.font14bold {font-family:'Arial Narrow', Arial, sans-serif;font-size:14pt;color:#000000;font-weight:bold;}

.red11bold { font-family:'Arial Narrow', Arial, sans-serif; font-size:11pt; color:#CC0000; font-weight:bold; }

.yellow10 { font-family:'Arial Narrow', Arial, sans-serif; font-size:11px; color:#ffff00; font-weight:bold; }
.yellow14bold { font-family:'Arial Narrow', Arial, sans-serif; font-size:14pt; color:#ffff00; font-weight:bold; }
*/

.white12link:link, .white12link:visited  {color:#ffffff; font-size:12px;font-family : 'Arial Narrow', Arial, sans-serif;}
.white12link:hover  {color:#666666;text-decoration:none;font-size:12px;font-family : 'Arial Narrow', Arial, sans-serif;}

a.whitelink:link, a.whitelink:visited {
color:white;
}

.ulinktext  {color:#000033; font-size: 8pt; font-family: 'Arial Narrow', sans-serif;}
.ulink:link  {color:#000033; text-decoration: none; font-size:8pt; font-family: 'Arial Narrow', sans-serif;}
.ulink:visited  {color:#000033; text-decoration: none; font-size:8pt; font-family: 'Arial Narrow', sans-serif;}
.ulink:hover  {color:#666666; text-decoration: none; font-size:8pt; font-family: 'Arial Narrow', sans-serif;}
.bodyfontboldxsmall{color:black;font-family:'Arial Narrow', sans-serif;font-size:x-small;font-weight:bold;}
*/





*/


