@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/oc_bg_span.gif);
	background-repeat: repeat;	
}
/*//////////////////////////////
// BANNER //////////////////////
//////////////////////////////*/
#banner {
	margin: 0px;
	padding: 0px;
	width: 970px;
	height: 147px;
	display: block;
	clear: both;
	background-image: url(images/oc_banner.jpg);
	background-repeat: no-repeat;

}
/*///////////////////////////////
//Bottom links (News, Resources)/
///////////////////////////////*/
#bottom-links {
	padding: 6px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 970px;
	clear: both;
	color: #000000;
	background-color: #ffffff;

}

#bottom-links a:link,
#bottom-links a:visited {
	text-decoration: none;
	color: #1d385b;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
/*	clear: both;*/
}

#bottom-links a:hover {
	text-decoration: none;
	color: #f4b025;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#bottom-links a:active {
	text-decoration: none;
	color: #1d385b;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*////////////////////////////
// BUSINESS ADDRESS ////////
///////////////////////////*/
#business-address {
/*	width: 970;*/
	padding: 3px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #1d385b;
	clear: both;
	text-align: center;
	background-color: #ffffff;
}
/*//////////////////////////////////////
// Base paragraph emphasis formatting//
//////////////////////////////////////*/
.catchline-bold15 {
	font-size: 16px;
	font-weight: bold;
	color: #c31e1e;
	margin: 12px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*//////////////////////
// CREDIT CARD ///////
/////////////////////*/
#cc {
	margin: 0px;
	padding: 0px;
	border: none;
}
/*//////////////////////////////////
// citylist page - city formatting//
//////////////////////////////////*/
.citylist-li-left,
.citylist-li-right {
	display: inline;
	float: left; 
	width: 250px; 
	padding: 0px;
	margin: 0px 0px 10px 60px; 
/*	border: 1px solid #ffffff;*/
}

.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: 600px; 
	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 /////////////////
//////////////////////////*/
#content {
/*	width: 707px;*/
	margin: 0px;
	padding: 8px;
}
#content p {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
#content-container {
	padding: 0px;
	margin: 0px;
	width: 970px;	
}
#content-fix { 
	width: 970px;
	height: 1px;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#content-left {
	width: 244px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content-left-serviceboxes {
	width: 244px;
	height: 358px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/oc_serviceboxes.jpg);
	background-repeat: no-repeat;
	display: block;
}
#content-right {
	width: 707px;
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 0px 0px;
	float: right;
	background-image: url(images/oc_content_span.gif);
	background-repeat: repeat-y;
	border: 0px solid #000000;	
}
/*////////////////////////////
//Base paragraph formatting///
////////////////////////////*/
.content-pgraph {
	font-size: 13px;
	padding: 0px;
	margin: 6px 0px 6px 0px;
}

.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;
}
/*//////////////////////////
// COUPON //////////////////
//////////////////////////*/
#coupon {
	width: 707px;
	height: 74px;
	border: 0px;
}
/*////////////////
// FEED CONTAINER //
//////////////////*/
#feed-container {	
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 16px 0px;
	background-color: #ffffff;
/*	background-image: url(images/links_bottom_span.jpg);
	background-repeat: repeat-y;*/
	text-align: center;
	color: #000000;
}
.feed-img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
/*////////////////////////////////
//Footer formatting///////////
////////////////////////////////*/
#footer {
	width: 970px;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	text-align: center;
	clear: both;
	text-transform: uppercase;
}

#footer h1 {
	padding: 0px;
	margin: 0px;
}

#footer h1 a,
#footer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #1d385b;
	font-size: 11px;
	font-weight: bold;
}
/*////////////////////////////////
//Form paragraph formatting///////
////////////////////////////////*/
#form-greeting { /* Used on community form */
	padding: 10px 0px 15px 0px;
}
/*//////////////////
// COMPANY HEADER //
//////////////////*/
#header-company { /* COMPANY NAME AT TOP */
	margin: 0px;
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4d6999;
	background-color: #aed9ee;	
/*	background-image: url(images/c_header_company_span.jpg);
	background-repeat: repeat-y;*/
	clear: both;
	text-align: left;
	text-transform: uppercase;
}

#header-company h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
/*////////////////////////////////
//Link cloud formatting///////////
////////////////////////////////*/
#link-cloud { /* link cloud block */
	padding: 12px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;	
	background-image: url(images/span_content.gif);
	background-repeat: repeat-y;	
}

#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 0px 10px 0px
}

.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 {
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
}
/*////////////////////////
// NEWS SUMMARIES ////////
////////////////////////*/
#news-menu {
	width: 244px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#news-header {
	width: 244px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/oc_news_header.jpg);
	background-repeat: no-repeat;
	display: block;
}
#news-container {
	width: 233px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	background-color: #ffffff;
	border-top: 0px solid #f6c259;
	border-left: 1px solid #f6c259;
	border-right: 1px solid #f6c259;
	border-bottom: 1px solid #f6c259;
	
}
#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: #000000;
}
.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 #8a0d06;	
}
.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: 29px;
	width: 707px;
	background-image: url(images/oc_pagehead.jpg);
	background-repeat: no-repeat;
	text-align: center;
/*	display: block;*/
	clear: both;
	background-color: #ffffff;
}

#pagehead h1 {
	padding: 5px 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: #bd6a09;
}
/*////////////////////////////
// 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: 0px 0px 20px 20px;
	padding: 0px;
}

#phone-list p {
	margin: 20px 0px 0px 0px;
	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 //
//////////////////*/
#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;
}
/*////////////////////////////
// Top menu //////////////////
////////////////////////////*/
#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	width: 970px;
	height: 32px;
	background: url(images/oc_menu.jpg) no-repeat;
	float: left;
}

#menu h1 {
	padding: 0px;
	margin: 0px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menu ul li a {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#menu a:hover {
	background: url(images/oc_menu.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}

#menu-home a {
	width: 94px;
	left: 232px;
}

#menu #menu-home a:hover {
	background-position: -232px -32px;
}

#menu-automotive a {
	width: 136px;
	left: 326px;
}
#menu #menu-automotive a:hover {
	background-position: -326px -32px;
}

#menu-residential a {
	width: 141px;
	left: 462px;
}
#menu #menu-residential a:hover {
	background-position: -462px -32px;
}

#menu-commercial a {
	width: 148px;
	left: 603px;
}
#menu #menu-commercial a:hover {
	background-position: -603px -32px;
}

#menu-contact a {
	width: 116px;
	left: 751px;
}
#menu #menu-contact a:hover {
	background-position: -751px -32px;
}
#menu-about a {
	width: 103px;
	left: 867px;
}
#menu #menu-about a:hover {
	background-position: -867px -32px;
}

/* end menu */
