@charset "utf-8";
/* CSS Document */

/* set border size to 8px */
.peKenBurns .peKb_slides {
    padding: 8px;
    /* customize rounded border (not supported in ie < 9) */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.peKenBurns .peKb_slides {
    background-color:#969494;
}

.peKenBurns .peKb_slides .peKb_caption .peKb_real{
	padding-top: 10px;
	padding-bottom: 10px;
} 

.peKenBurns {
	margin-top: 20px;
}

body {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

#distribution-list h4 {
	font-size: 14px;
}

#distribution-list p {
	font-size: 12px;
}

p {
	font-size: 12px;
}

a {
	font-size: 11.5px;
}

li {
	font-size: 12px;
}

.eventListing h2 {
	margin: 0;
	font-size: 14px;
}

#frmContact p {
	font-size: 10.5px;
}

a.careers-a {
	text-decoration: underline;
}

th {
	font-weight: bold;
}

#careers_all .mainContentItem {
	
}

#careers_all table {
	font-size: 1.1em;
	margin-top: 10px;
}

#careers_all th, #careers_all td {
	padding: 2px 20px 2px 0;
}

#job-list a {
	font-size: 1em;
}

#careers_all ul.a {
	list-style-type: disc;
	margin-left: 16px;
}
#careers_all ul.b {list-style-type: square;}

#careers_all ol.c {
	list-style-type: decimal;
	margin-left: 30px;
}
#careers_all ol.d {
	list-style-type: lower-alpha;
	margin-left: 16px;
}

#careers_all ol.e {
	list-style-type: lower-roman;
	margin-left: 16px;
}

ol.c li {
	list-style-type: decimal;
}

ol.d li {
	list-style-type: lower-alpha;
}

ol.e li {
	list-style-type: lower-roman ;
}











