@charset "utf-8";
/* Pacesetter Website Classes */
.addressbox {
	font-size: 1em;
	color: #A7CEDE;
	float: left;
	height: 30%;
	width: 31%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 0%;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	background-image: url(images/grey-to-transparent-fade2x150.png);
	background-repeat: repeat-x;
	border: 1px solid #000;
}
.addressbox h3 {
	background-color: #1E84C6;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0.5em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
	letter-spacing: .07em;
	color: #FFF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.addressbox p {
	padding-left: .7em;
	padding-right: .6em;
	padding-top: .25em;
	padding-bottom: .25em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.backtotop {
	font-weight:600;
	letter-spacing:0.2em;
	text-transform: uppercase;
	background-image: url(images/top11x10.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 20em;
	margin-left: 3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.bluebox {
	color: #FFF;
	background-color: #1C71AA;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
}
.blueheader {
	background-color:#2594DE;
	padding:5px;
	margin-bottom:1em;
	font-weight:bold;
	background-image: url(images/grey-to-transparent-fade2x150.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: .1em;
	background-position: 0px -40px;
}
.BoldRed {
	color:#FF0000;
	font-weight:bold;
}
.centeredImageWithCaption {
	margin:2em auto;
	font-size:9px;
	text-align:center;
}
.darkgreyseparator {
	color: #FFF;
	background-color: #333;
	letter-spacing: .08em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}
.fakelink {
	cursor:pointer;
	color: #FC0;
}
.fakelink:hover {
	color: #F63;
}
ul.myGallery {
	padding:0px;
	margin-left:0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1.5em;
	width: 687px;
}
.myGallery li {
	padding:0.7em;
	margin-top: 0.8em;
	margin-right: 1.5em;
	margin-bottom: 0.8em;
	margin-left: 0em !important;
	width: 302px;
	list-style: none;
	display: inline;
	float: left;
	font-size: 10px;
	background-color: #000;
	font-style: italic;
}
.pseudolink {
	cursor:pointer;
	color: #FC0;
	font-size:0.9em;
	padding: 0em;
	float: left;
	width: 130px;
	margin-top: 0em;
	margin-right: 15px;
	margin-bottom: 17px;
	margin-left: 0em;
}
.now_hiring {
	background-image: url(../images/icons/now-hiring.gif);
	background-repeat: no-repeat;
	background-position: 65px 3px;
}
.leftalignedimage {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.starrylist {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.starrylist li {
	display: inline;
	line-height: 18px;
	float: left;
	width: 22%;
	background-image: url(../images/icons/star.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1%;
}
.smalltext {
	font-size:.8em;
}
.tinyflag {
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: -3px;
	padding: 0px;
	line-height: 16px;
}
.clear {
	clear: both;
}
.cleared {
	overflow: hidden;
}
.starthidden {
	display: none;
}
.spacer {
	margin-bottom: 20px;
}
.topspacer {
	margin-top: 20px;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.blueText {
	color: #2F8FB5;
	font-size: 1.2em;
}
/* Rounded Corners */
.ca {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.ct {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.cb {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.cl {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.ctl {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
.ctr {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.cbl {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.cbr {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.casml {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ctsml {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.cbsml {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
