 /* CSS Document */
 
body {
	background-color: #0f0f0f;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	margin: 0px auto;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

/* CONTAINER */
#container {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	z-index: 10;
	position: relative;
}

/* NAVIGATION AREA */
#navigationContainer {
	position: absolute;
	z-index: 2;
	width: 240px;
	margin: 35px 0 0 0;
/*	padding: 0px auto;*/
}

/* GRAPHIC AREA */
#graphicContainer {
	width: 770px;
	z-index: 15;
	margin: -21px 0 0 0;
	padding: 0px;
	font-size: 0;
	text-align: left;
	float: right;
}

/* CONTENT AREA */
#contentContainer {
	width: 754px;
	margin: 0 10px 0 220px;
	background-color: #FFFFFF;
	background-image: url('images/bg_conbot.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	text-align: left;
	border: 3px #FFFFFF solid;
	float: right;
}
#contentContainerColumn {
	width: 754px;
	margin: 0 10px 0 220px;
	background-color: #FFFFFF;
	background-image: url('images/bg_conbot_column.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	border: 3px #FFFFFF solid;
	float: right;
}
#content {
	width: 689px;
	min-height: 365px;
	background: url('images/bg_contop.gif') repeat-x top center;
	text-align: left;
	padding: 0 25px 20px 40px;
	margin: 0;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
#content h2 {
	color: #e60519;
	font-size: 24px;
	line-height: 24px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	margin: 0px;
	padding: 20px 15px 0 0;
	text-transform: uppercase;
}
#content h3 {
	color: #005387;
	font-size: 18px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	text-align: justify;
	margin: 0px;
	padding: 15px 0 0 0;
}
#content h4 {
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	text-align: justify;
	margin: 0;
	padding: 15px 0 0 0;
}
#content p {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 0;
}
#content ul, #contentMain ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style:none;
}
#content li, #contentMain li {
	height: 18px;
	line-height: 18px;
	color:#000000;
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	background-image: url('images/list_square.gif');
	background-repeat: no-repeat;
	background-position: left 0;
	margin: 6px 0px 0 0;
	padding: 0 0 0 22px;
}
#contentMain {
	width: 714px;
	background-image: url('images/bg_contop.gif');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0;
}
#contentMain h2 {
	width: 450px;
	color: #e60519;
	font-size: 24px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}
#contentMain h3 {
	width: 450px;
	color: #005387;
	font-size: 18px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	text-align: justify;
	margin: 0;
	padding: 10px 0 0 0;
}
#contentMain p {
	width: 450px;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 0;
}
#newsListings p {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	padding: 15px 15px 20px 0;
	margin: 0;
}
#newsListings h2 {
	float: left;
}
#newsListings h3 {
	color: #e60519;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;	
}
.newsdate {
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 15px 0 0 0;
	margin: 0;
	font-style: italic;
}
.newsdetails {
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
#contentContact {
	width: 714px;
	background-image: url('images/bg_contop.gif');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
#contentContact h2 {
	color: #e60519;
	font-size: 24px;
	line-height: 24px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	margin: 0px;
	padding: 20px 15px 0 0;
	text-transform: uppercase;
}
#contentContact h3 {
	color: #005387;
	font-size: 16px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#contentContact h4 {
	color: #005387;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0;
}
#contentCities {
	width: 714px;
	background-image: url('images/bg_contop.gif');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	padding: 0 0 15px 40px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
#contentCities h2 {
	color: #e60519;
	font-size: 24px;
	line-height: 24px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	margin: 0px;
	padding: 20px 15px 0 0;
	text-transform: uppercase;
}
#contentCities h3 {
	color: #e60519;
	font-size: 16px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#contentCities h4 {
	color: #005387;
	font-size: 18px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0 0 0;
}
#contentCities h5 {
	color: #005387;
	width: 677px;
	font-size: 18px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0 0 0;
}
#contentCities .stats {
	padding: 15px 0 15px 0;
	width: 448px;
	background: url(images/divider_cities.gif) no-repeat bottom;	
}
#contentCities .stats .left {
	width: 145px;
	color: #005387;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0 15px 0 0;
	text-align: right;
	float: left;
	display: inline;
	vertical-align: top;
}
#contentCities .stats .right {
	width: 286px;
	display: inline;
	text-align: left;
}
#contentCities .photoRow {
	float: left;
	padding: 0px 0 10px 0;
	width: 448px;
}

#contentCities .photoRow .image {
	float: left;
	width: 74px;
	padding: 4px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	margin-right: 4px;
}

#contentCities p {
	margin: 0;
	padding: 0;
}
#contentApplication {
	width: 714px;
	background-image: url('images/bg_contop.gif');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0 0 60px 0;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
#contentApplication h2 {
	color: #e60519;
	font-size: 24px;
	line-height: 24px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	margin: 0px;
	padding: 20px 15px 0 0;
	text-transform: uppercase;
}
#contentApplication h3 {
	color: #005387;
	font-size: 16px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#contentApplication h4 {
	color: #005387;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0;
}
#contentApplication h5 {
	background-color: #e60519;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 5px;
	text-transform: uppercase;
	width: 677px;
}
#contentApplication h6 {
	background-color: #eff2f4;
	color: #005387;
	font-size: 16px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px;
	text-transform: uppercase;
	width: 677px;
}
#contentApplication .edHistory {
	margin: -15px 0 25px 0;
}
#contentApplication .edHistory h4 {
	color: #005387;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	margin: 0;
	padding: 0 0 6px 0;
}
#contentApplication p, #contentContact p {
	width: 687px;
}
.applicationText {
	width: 687px;	
}

/* CONTENT NEWS */
#contentNews {
	width: 245px;
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
	border-left: 3px #FFFFFF solid;
	float: right;
}
#contentNews .news {
	color: #007dc6;
	width: 218px;
	font-size: 12px;
	line-height: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	padding: 15px 12px 15px 15px;
	margin: 0;
	background-image: url('images/bg_news.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
#contentNews .email {
	color: #007dc6;
	width: 218px;
	font-size: 12px;
	line-height: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	padding: 10px 12px 15px 15px;
	margin: 0;
	background-image: url('images/bg_botnews.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
#contentNews .news .image {
	width: 205px;
	padding: 4px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
}

#contentNews .news b, #contentNews .email b {
	color:#005387;
}
#contentNews .more {
	padding: 15px 15px 15px 15px;
}
#contentNews .filler {
	height: 600px;
}
#contentNews .filler2 {
	height: 30px;
}
.divider {
	margin: 5px 0 5px 0;
	height: 1px;
	width: 687px;
	background-image: url('images/divider.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
#contentNews .newsHot {
	color: #FFFFFF;
	width: 218px;
	font-size: 13px;
	line-height: 16px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	padding: 15px 12px 15px 15px;
	margin: 0;
	background: #ffd743 url('images/bg_newsHot.gif') no-repeat center bottom;
}
#contentNews .newsHot b {
	font-size: 14px;
	color: #e60519;
	font-weight: bold;
	background: url('images/bullet_buildings.gif') no-repeat left center;
	padding: 0 0 0 18px;
}

/* NAVIGATION */
#navigation {
	width: 232px;
	padding: 3px 4px 3px 4px;
	margin: 0 auto;
	background-image: url('images/bg_navbox.gif');
	background-repeat: repeat-y;
	background-position: left;
}
.navGreen {
	width: 240px;
	height: 5px;
	background-color: #8cc63f;
	font-size: 0;
}
.navGreenBot {
	width: 240px;
	height: 5px;
	background-color: #8cc63f;
	font-size: 0;
	border-top: 1px #e2e2e2 solid;
}
#navigation ul {
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
}
#navigation li {
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 3px 0;
}
#navigation li a:link, #navigation li a:visited {
	height: 31px;
	width: 220px;
	color:#FFFFFF;
	text-decoration:none;
	text-align: left;
	font-size: 15px;
	line-height:31px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;	
	background-image: url('images/bg_nav.gif');
	background-repeat: no-repeat;
	background-position: left 0;
	padding: 0 0 0 30px;
	margin: 0;
	display: block;
}
#navigation li a:hover {
	width: 220px;
	text-decoration:underline;
	background-position: left -31px;
}
#twitter {
	padding: 25px 0 0 45px;
}
#youtube {
	padding: 15px 0 0 45px;
}

/* LOGIN BOX */
#loginDiv {
	float: right;
	width: 101px;
	height: 26px;
	z-index: 30;
	margin: 0 6px 0 0;
	display: inline;
}
#loginBox {
	width: 101px;
	height: 26px;
	margin: 0;
	padding: 3px;
	background-color: #FFFFFF;
	position: absolute;
}

/* HEADER / FOOTER AREA */
#topRed {
	width: 750px;
	height: 5px;
	background-color: #e60519;
	font-size: 0px;
	margin: 10px 0 0 0;
}
#botRed {
	width: 760px;
	height: 5px;
	background-color: #e60519;
	font-size: 0px;
	float: right;
	margin: 64px 10px 0 0;
}
#footerLogo {
	width: 237px;
	height: 84px;
	float: left;
	position: relative;
	z-index: 40;
	margin: -3px 0 0 205px;
	display: inline;
}
#footerNav {
	width: 542px;
	height: 68px;
	float: right;
	background-color:#FFFFFF;
	background-image: url('images/bg_footer.gif');
	background-repeat: repeat-x;
	background-position: top center;
	border: 3px #FFFFFF solid;
	position: relative;
	z-index: 40;
	margin: -3px 0 0 0;
	display: inline;
}
#footerNav p {
	line-height:19px;
	text-align: left;
	color:#FFFFFF;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	padding: 0;
	margin: 15px 0 0 20px;
	position: relative;
	z-index: 60;
}
#footerNav a, #footerNav a:visited {
	line-height:19px;
	text-align: left;
	color:#FFFFFF;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
	text-decoration:underline;
}
#footerNav a:hover {
	text-decoration:none;
}
#footerArrow {
	width: 37px;
	height: 84px;
	float: right;
	position: relative;
	z-index: 50;
	margin: -69px 11px 0 0;
	display: inline;
}

/* SECONDARY PAGES */

#sqBlue {
	width: 207px;
	height: 340px;
	float: left;
	background-image: url('images/bg_sqblue.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #007dc5;
	border-top: 3px #FFFFFF solid;
	margin: 0 3px 0 0;
	padding: 10px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	display: inline;
}
#sqBlue b {
	font-size: 14px;
	line-height: 15px;
}
#sqBlue i {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	font-weight: normal;
}
#sqGreen {
	width: 210px;
	height: 340px;
	float: left;
	background-image: url('images/bg_sqgreen.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #6fbd43;
	border-top: 3px #FFFFFF solid;
	margin: 0 3px 0 0;
	padding: 10px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	display: inline;
}
#sqGreen b {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
}
#sqGreen i {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	font-weight: normal;
}
#sqYellow {
	width: 204px;
	height: 340px;
	float: left;
	background-image: url('images/bg_sqyellow.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ffcb08;
	border-top: 3px #FFFFFF solid;
	padding: 10px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 13px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-weight: bold;
	display: inline;
}
#sqYellow b {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 15px;
}
#sqYellow i {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	font-weight: normal;
}

/*LINKS*/
#content a, #contentContact a {
	color: #e60519;
	text-decoration:underline;
}
#content a:hover, #contentContact a:hover {
	text-decoration:none;
}
a.bullet_square {
	color: #e60519;
	text-decoration:underline;
	background: url('images/bullet_square.gif') no-repeat left center;
	padding: 0 0 0 16px; 
}
a.bullet_square:hover {
	text-decoration:none;
}
#contentNews .news a, #contentNews .email a {
	text-decoration: none;
	color: #000000;
}
#contentNews .news a:hover, #contentNews .email a:hover {
	text-decoration: underline;
	color: #007dc6;
}
#contentNews .newsHot a {
	text-decoration: none;
	color: #FFFFFF;
}
#contentNews .newsHot a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#newsListings h3 a {
	text-decoration: none;
	color: #005387;
}
#newsListings h3 a:hover {
	text-decoration: underline;
	color: #005387;
}
#newsListings a.bullet_square {
	text-align: left;
	color: #e60519;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	padding: 0 0 0 16px;
	background: url('images/bullet_square.gif') left center no-repeat;
}
#newsListings a.bullet_square:hover {
	text-decoration: none;
}


/*FORMS*/
#success {
	border: 1px solid #7eb33a;
	background-color: #8bc53f;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 20px 0;	
	width: 420px;
}
#error {
	border: 1px solid #c80416;
	background-color: #e60519;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 420px;
}
.noline {
	margin: 12px 0 12px 0;
	text-align: left;
}
.noline label{
	float: left;
	width: 120px;
	font-weight: normal;
	padding: 0;
	display: inline;
}
.formline {
	margin: 4px 0 4px 0;
	text-align: left;
}
label{
	float: left;
	width: 80px;
	font-weight: normal;
	padding: 3px 20px 0 0;
	display: inline;
	text-align: right;
}
.textbox {
	width: 335px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 14px;	
}
.dropdown {
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 14px;	
}
.month {
	width: 202px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 14px;	
}
.year {
	width: 201px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 14px;	
}
.button {
	font-size: 14px;
	margin: 2px 0 3px 0;
	padding: 2px 3px 2px 3px;

}
.messagebox {
	width: 335px;
	height: 150px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 14px;
}
.redtext {
	color: #e60519;
}
#infoRequest {
	padding: 5px 0 10px 0;
}
#contentApplication #success {
	border: 1px solid #7eb33a;
	background-color: #8bc53f;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 20px 0;	
	width: 665px;
}
#contentApplication #error {
	border: 1px solid #c80416;
	background-color: #e60519;
	color: #FFFFFF;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 665px;
}
#contentApplication .noline {
	margin: 12px 0 12px 0;
	text-align: left;
}
#contentApplication .noline label{
	float: left;
	width: 120px;
	font-weight: normal;
	padding: 0;
	display: inline;
}
#contentApplication .formline {
	margin: 4px 0 4px 0;
	text-align: left;
}
#contentApplication label{
	float: left;
	width: 155px;
	font-weight: normal;
	padding: 3px 20px 0 0;
	display: inline;
	text-align: right;
}
#contentApplication .textbox {
	width: 335px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 14px;	
}
#contentApplication .dropdown {
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 14px;	
}
#contentApplication .button {
	font-size: 14px;
	margin: 2px 0 3px 0;
	padding: 2px 3px 2px 3px;

}
#contentApplication .messagebox {
	width: 335px;
	height: 150px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 14px;
}
#newsListings .catdropdown {
	margin: 22px 0 0 5px;
	padding: 2px;
	color: #000000;	
	font-size: 12px;
	float: right;
}

/* CAREERS TABLE */
#careers {
	margin: 15px 0 15px 0;
	width: 677px;
}
#careers a {
	color: #005387;
	text-decoration: underline;
}
#careers a:hover {
	text-decoration: none;
}
#careers #top {
	background-color: #005387;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	width: 100%;
	height: 18px;
}
#careers .rowOdd {
	background-color: #f0f4f7;
	color: #000000;
	font-size: 14px;
	padding: 5px;
	width: 100%;
	height: 18px;
}
#careers .rowEven {
	background-color: #dee8ee;
	color: #000000;
	font-size: 14px;
	padding: 5px;
	width: 100%;
	height: 18px;
}
#careers .column1 {
	width: 360px;
	float: left;
}
#careers .column2 {
	width: 317px;
	float: left;
}
#careers .number {
	margin: 0 5px 0 0;
}

/* SERVICES TABLE */
#services {
	margin: 15px 0 15px 0;
	padding: 3px;
	width: 687px;
	background-color: #FFFFFF;
}
#services i {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}
#services .top1 {
	width: 217px;
	background-color: #005387;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	height: 18px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin: 0 3px 0 0;
}
#services .top2 {
	width: 220px;
	background-color: #8bc53f;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	height: 18px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}
#services .top3 {
	width: 214px;
	background-color: #ffca05;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	height: 18px;
	text-align: center;
	text-transform: uppercase;
	float: right;
}
#services .column1 {
	width: 217px;
	float: left;
	margin: 10px 3px 0 0;
	color: #005387;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	padding: 5px;
}
#services .column2 {
	width: 220px;
	float: left;
	margin: 10px 3px 0 0;
	color: #8bc53f;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	padding: 5px;
}
#services .column3 {
	width: 210px;
	float: right;
	margin: 10px 3px 0 0;
	color: #ffca05;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	padding: 5px;
}

/* CITIES TABLE */
#cities {
	color: #005387;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	width: 677px;
	text-align: left;
}
#cities a {
	font-size: 14px;
	color: #e60519;
	text-decoration: none;
}
#cities a:hover {
	text-decoration: underline;
}
#cities .row1 {
	padding: 0 0 50px 0;
}
#cities .column1 {
	width: 337px;
	float: left;
}
#cities .column2 {
	width: 338px;
	float: left;
}
#cities .column3 {
	width: 220px;
	float: left;
}
/* PAGINATE */
/*
.rowTopSort {
	background-color: #e5eaf1;
	color: #1b3a77;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px 0 8px;
	cursor: pointer;
}
*/
#paginate {
	color: #1b3a77;
	height: 32px;
	font-size: 12px;
	padding: 8px 8px 0 8px;
}
#paginate .current {
	background-color: #ffffff;
	border: 1px solid #acda14;
	padding: 5px 10px 5px 10px; 
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #364601;
	text-decoration: none;
}
#paginate .empty {
	padding: 5px 5px 5px 5px; 
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #1b3a77;
	text-decoration: none;
}
#paginate a {
	background-color: #8bc53f;
	border: 1px solid #acda14;
	padding: 5px 10px 5px 10px; 
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#paginate a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}