/**
 * Include NAV
 */
@import url(/nav.css);


/**
 * Main styles
 */
body {
   background-color: #818285;
   margin-left: 20px;
   margin-top: 30px;
   margin-right: 0px;
   margin-bottom: 0px;
}
.verdana10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #CCC;
}

a:link {
   color: #FFFFFF;
   text-decoration: none;
}
a:visited {
   color: #CCCCCC;
   text-decoration: none;
}
a:hover {
   color: #A0A5AB;
   text-decoration: underline;
}
a:active {
   color: #CCCCCC;
   text-decoration: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #CCC;
	text-decoration: none;
}
.names {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

#employmentContent {
   color: #ffffff;
   width: 560px;
   height: 430px;
   padding: 10px;
   margin-top: 35px;
   margin-left: 65px;
   overflow: scroll;
   overflow-x: hidden;
}
#employmentContent h1 {
   margin-top: 0;
   padding-top: 0;
   font-size: 22px;
}
#employmentContent h2 {
   margin-top: 0;
   padding-top: 0;
   font-size: 18px;
}
.jobListing {
   padding-bottom: 20px;
}
.jobTitle {
   font-weight: bold;
}
.jobLocation {
   font-style: italic;
}
.jobSummary {
   font-size: 13px;
   padding-bottom: 5px;
}
.viewMore a,
.viewMore a:visited {
   text-decoration: underline;
}
.viewMore a:hover {
   text-decoration: none;
}
.jobCloses {
   color: #CCCCCC;
   font-size: 10px;
   padding-bottom: 5px;
}
.jobAdded {
   font-size: 10px;
}
.applyNow {
   padding: 10px 0 10px 0;
}
#bigShowcase {
   color: #ffffff;
   height: 200px;
   overflow: scroll;
   overflow-x: hidden;
   padding-right: 10px;
}

.showcaseList {
   font-weight: bold;
   line-height: 22px;
}
.showcaseList ul {
   list-style-image: url(images/grey8.gif);
}
.Heading2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

