@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/jac_bg_span.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #026680;
}
/*///////////////////////////////
//Bottom links (News, Resources)/
///////////////////////////////*/
#banner {
	width: 970px;
	height: 155px;
	background-image: url(images/jac_banner.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
}
/*///////////////////////////////
//Bottom links (News, Resources)/
///////////////////////////////*/
#bottom-links {
	padding: 4px 0px 2px 0px;
	margin: 0px;
	text-align: center;
	/*width: 970px;*/
	clear: both;
	color: #ffffff;
	/*background-color: #6f8c90;*/
}

#bottom-links a:link,
#bottom-links a:visited {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
/*	clear: both;*/
}

#bottom-links a:hover {
	text-decoration: none;
	color: #ffd801;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#bottom-links a:active {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*////////////////////////////
// BUSINESS ADDRESS ////////
///////////////////////////*/
#business-address {
/*	width: 970;*/
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	clear: both;
	text-align: center;
	/*background-color: #000000;*/
}
/*//////////////////////////////////////
// Base paragraph emphasis formatting//
//////////////////////////////////////*/
.catchline-bold15 {
	font-size: 16px;
	font-weight: bold;
	color: #c31e1e;
	margin: 12px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*//////////////////////////////////
// citylist page - city formatting//
//////////////////////////////////*/
.citylist-li-left,
.citylist-li-right {
	display: inline;
	float: left; 
	width: 210px; 
	padding: 0px;
	margin: 0px 0px 10px 60px; 
}

.citylist-li-left {
	margin: 0px 0px 0px 80px; 
}

.citylist-li-left a:link, .citylist-li-left a:visited,
.citylist-li-right a:link, .citylist-li-right a:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.citylist-li-left a:hover,
.citylist-li-right a:hover {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}

.citylist-li-left a:active,
.citylist-li-right a:active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#citylist-span {/* fixes div overflow problem if applicable */
	padding: 1px; 
	margin: 0px; 
	width: 410px; 
	display: block; 
	clear: both
}
/*////////////////////////////
//Alpha city menu formatting///
////////////////////////////*/
#cloud-menu {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
}

#cloud-menu a:link,
#cloud-menu a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#cloud-menu a:hover {
	text-decoration: none;
	color: #c31e1e;
	font-weight: bold;
}

#cloud-menu a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
/*//////////////////
// CONTAINERS /////
//////////////////*/
#container-in {
	width: 970px;
	margin: 0px;
	padding: 0px;	
	background-color: #ffffff;	
}
#container-out {
	padding: 0px;
	margin:0px;
	width: 100%;
}
/*////////////////////////
// CONTENT CONTAINERS ////
////////////////////////*/
#content {
	padding: 5px;
	margin: 0px;
}
#content p {
	padding: 0px;
	margin: 4px 0px 4px 0px;
}
#content-container {
	width: 970px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/jac_content_span.jpg);
	background-repeat: repeat-y;
}
#content-container-left { /*SERVICEBOXES*/
	width: 203px;
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0px 0px;
/*	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
	float: left;
}
#content-container-right {
	width: 679px;
	padding: 0px;
	margin: 0px 60px 0px 0px;
	float: right;
	display: inline;
}
#content-fix { 
	width: 970px;
	height: 1px;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*////////////////////////////
//Base paragraph formatting///
////////////////////////////*/
.content-pgraph {
	font-size: 13px;
	padding: 6px;
	margin: 6px;
}

.content-pgraph a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.content-pgraph a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;	
}
.content-pgraph a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.content-pgraph a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;	
}

.content-pgraph a.i-link {
	color: #000000;
	text-decoration: none;
}

.content-pgraph-h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}
/*////////////////
// FEED CONTAINER //
//////////////////*/
#feed-container {	
	margin: 0px;
	padding: 16px 0px 16px 0px;
/*	background-image: url(images/links_bottom_span.jpg);
	background-repeat: repeat-y;*/
	text-align: center;
	color: #ffffff;
}
.feed-img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
/*////////////////////////////////
//Footer formatting///////////
////////////////////////////////*/
#footer {
	/*width: 970px;
	height: 22px;*/
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	/*background-color: #6f8c90;*/
	clear: both;
}

#footer h1 {
	padding: 0px;
	margin: 0px;
}

#footer h1 a,
#footer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#footer-bottom-container {
	/*width: 756px;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/jac_footer_span.jpg);
	background-repeat: repeat-y;
	text-align: center;
	/*border: 1px solid #ffffff;*/
}
#footer-cap {
	width: 970px;
	height: 5px;
	display: block;
	background-image: url(images/jac_footer_cap.gif);
	background-repeat: no-repeat;
}
/*////////////////////////////////
//Form paragraph formatting///////
////////////////////////////////*/
#form-greeting { /* Used on community form */
	padding: 10px 0px 15px 0px;
}
/*////////////////////////
// COMPANY NAME AT TOP //
///////////////////////*/
#header-company { 
	padding: 0px 0px 0px 10px;
	clear: both;
	margin-left: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #007297;	

}
.i-link {
	color: #000000;
	text-decoration: none;
}
/*////////////////////////////////
//Link cloud formatting///////////
////////////////////////////////*/
#link-cloud { /* link cloud block */
	padding: 12px 4px 8px 4px;
	margin: 0px 0px 0px 0px;
	clear: both;	
	background-image: url(images/span_content.gif);
	background-repeat: repeat-y;	
	font-size: 13px;
}

#link-cloud a:link,
#link-cloud a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}

#link-cloud a:hover {
	text-decoration: none;
	color: #c31e1e;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}

#link-cloud a:active {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}

#link-cloud-nw-title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#link-cloud h1 {
	display: inline;
}

#link-cloud-bottom-text {
	font-weight: bold; 
	font-size: 11px; 
	margin: 0px 4px 10px 4px
}

.list-link {
	padding: 2px 0px 2px 0px;
}

.list-link a:link,
.list-link a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}

.list-link a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}

.list-link a:active {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
/*///////////////////////
// PHONE NUMBER, RIGHT //
///////////////////////*/
#main-phone {
	width: 202px;
	height: 36px;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(images/jac_phone_back.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
/*////////////////////////
// TOP MENU TEXT LINKS ///
/////////////////////////*/
#menutxt {
	padding: 0px;
	margin: 0px;
	width: 970px;
	height: 34px;
	display: block;
	background-image: url(images/jac_menuback.jpg);
	background-repeat: no-repeat;
}
#menutxt ul {
	padding: 0px;
	margin: 0px 0px 0px 75px;
}
#menutxt .button {
	margin: 5px 70px 0px 0px;
	padding: 3px 0px 0px 0px;
	display: inline;
	float: left;
}
#menutxt .button a {
	font-size: 16px;
	font-weight: bold;

}
#menutxt .button a:link,
#menutxt .button a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menutxt .button a:hover {
	color: #ffd801;	
	text-decoration: none;
}
/*////////////////////////
// NEWS SUMMARIES ////////
////////////////////////*/
#news-menu {
	width: 216px;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
}
#news-header {
	width: 216px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/jac_news_header.jpg);
	background-repeat: no-repeat;
	display: block;
}
#news-container {
	width: 194px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	background-color: #ffffff;
	border-top: 0px solid #dac261;
	border-left: 2px solid #dac261;
	border-right: 2px solid #dac261;
	border-bottom: 2px solid #dac261;
	
}
#news-container p {
	padding: 0px;
	margin: 0px;
}
.news-title {
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;		
}
.news-title a {
	font-weight: bold;
	font-size: 12px;
	color: #b01a1b;
}
.news-title a:link,
.news-title a:visited {
	text-decoration: none;
}
.news-title a:hover {
	color: #b01a1b;
	text-decoration: underline;
}
.news-content {
	padding: 3px;
	margin: 0px;
	font-size: 11px;
	border-bottom: 0px solid #dac261;	
}
.news-more a {
	font-size: 11px;
	font-weight: normal;
}
.news-more a:link,
.news-more a:visited {
	color: #cc0000;
	text-decoration: none;
}
.news-more a:hover {
	color: #cc0000;
	text-decoration: underline;
}
/*////////////////////////
// Page Title Heading ////
////////////////////////*/

#pagehead {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 38px;
	width: 679px;
	background-image: url(images/jac_pagehead_back.jpg);
	background-repeat: no-repeat;
	text-align: center;
/*	display: block;*/
	clear: both;
	background-color: #013644;
}

#pagehead h1 {
	padding: 8px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
}

#pagehead h1 a {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
/*////////////////////////////
// Phone number list styles //
////////////////////////////*/

#phone-head a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#phone-list p,
#phone-list p ul,
#phone-list p ul li,
.phone-nums {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}

#phone-list p {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

#phone-list li {
	margin-left: 0px;
	font-weight: bold;
}

#phone-list li a:link,
#phone-list li a:visited {
	color: #CC0000;
	text-decoration: none;
}

#phone-list li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/*////////////////////
// SITEMAP //
//////////////////*/
#serviceboxes {
	height: 306px;
	width: 202px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/jac_serviceboxes.jpg);
	background-repeat: no-repeat;
	display: block;
}
/*////////////////////
// SITEMAP //
//////////////////*/
#sitemap p {
	font-size: 13px;
	font-weight: bold;
}
#sitemap p a:link,
#sitemap p a:visited,
#sitemap h1 a:link,
#sitemap h1 a:visited,
#sitemap p h1 a:link,
#sitemap p h1 a:visited,
#sitemap ul li a:link,
#sitemap ul li a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
#sitemap p a:hover,
#sitemap p h1 a:hover,
#sitemap ul li a:hover,
#sitemap h1 a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}
