@charset "utf-8";
/* CSS Document
BlairGMC.com
navy #094E8D
aqua #4FAAD3
orange #F26522 */

body {
	color: #000000;
	background-color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	/* lets IE6 recognize :hover on non-anchors */
    behavior: url("scripts\csshover3.htc");
}
a:link {
	text-decoration:none;
	color:#0D4D8C;
}
a:visited {
	text-decoration:none;
	color:#4FAAD3;
}
a:hover {
	text-decoration:none;
	color:#094E8D;
}
a:active {
	text-decoration:none;
}
img {
	border:none;
	/* fixes IE6s issues with png transparency */
    behavior: url("scripts\iepngfix.htc");
}
p {
	margin:0;
}
ul {
	margin:0;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	color:#094E8D;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0;
}
h2 {
	font-size:14px;
	color:#094E8D;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
}
.floatCloser {
	float:none;
	clear:both;
}
#wrapper {
	width:902px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:902px;
	height:100px;
}
#main {
	clear:both;
	/*position:absolute;*/
width:896px;
	border:3px solid #0D4D8C;
}
#logo {
	width:509px;
	height:39px;
	margin:54px 0 0 1px;
	float:left;
	background:url(images/BlairLogo.png) no-repeat;
}
.blockLink {
	width:100%;
	height:100%;
	display:block;
}
#phoneNumbers {
	margin:54px 1px 0 0;
	float:right;
	text-align:right;
	color:#f26522;
}
.note {
	font-size:10px;
	}
#left {
	float:left;
	width:648px;
}
#right {
	float:right;
	width:246px;
	border-left:2px solid #0D4D8C;
}
.navDiv {
	height:	48px;
	border-bottom:2px solid #0D4D8C;
}
#navLinkHome {
	background:transparent url(images/navOffSprite.png) 18px 18px no-repeat;
}
#navLinkHome:hover {
	background:transparent url(images/navHomeHover.png) 18px 17px no-repeat;
	background-color:#4FAAD3;
}
#navLinkAboutBlair {
	background:transparent url(images/navOffSprite.png) 18px -33px no-repeat;
}
#navLinkAboutBlair:hover {
	background:transparent url(images/navAboutBlairHover.png) 18px 16px no-repeat;
	background-color:#4FAAD3;
}
#navLinkCoreServices {
	background:transparent url(images/navOffSprite.png) 18px -82px no-repeat;
}
#navLinkCoreServices:hover {
	background:transparent url(images/navCoreServicesHover.png) 18px 16px no-repeat;
	background-color:#4FAAD3;
}
#navLinkServiceAreas {
	background:transparent url(images/navOffSprite.png) 18px -131px no-repeat;
}
#navLinkServiceAreas:hover {
	background:transparent url(images/navServiceAreasHover.png) 18px 16px no-repeat;
	background-color:#4FAAD3;
}
#navLinkRequestAnEstimate {
	background:transparent url(images/navOffSprite.png) 18px -178px no-repeat;
}
#navLinkRequestAnEstimate:hover {
	background:transparent url(images/navRequestAnEstimateHover.png) 18px 17px no-repeat;
	background-color:#4FAAD3;
}
#navLinkContactBlair {
	background:transparent url(images/navOffSprite.png) 18px -230px no-repeat;
}
#navLinkContactBlair:hover {
	background:transparent url(images/navContactBlairHover.png) 18px 17px no-repeat;
	background-color:#4FAAD3;
}
#restaurantServicesOffer {
	width:222px;
	height:93px;
	margin:32px 0 0 8px;
}
#bottomRightBug {
	width:100px;
	float:right;
	height:49px;
	margin:100px 13px 11px 0;
}
#bugImage {
	float:right;
}
#outerFooter {
	width:900px;
	text-align:center;
	margin:auto;
	font-size:10px;
}
#poweredByJDM {
	margin-top:10px;
}
.contentBody{
	padding:0 24px 24px 24px;
}
#contentHeadline{
	margin:18px 0 18px 0;
}
#tickerHolder{
width:100%;
position:relative;
height:26px;
overflow:hidden;
}
#ticker{
/* change this width value to set the width of the ticker and keep the ticker text from wrapping */
width:2800px;
/* leave all this the same */
position:absolute;
left:910px;
top:6px;
text-align:left;
font-size:12px;
}
.tickerHeadline{
font-weight:bold;	
}
.RequestLink:hover{
	color:#F26522;
	text-decoration:underline;
}
.RequestLink:visited{
	color:#F26522;
	text-decoration:none;
}
.RequestLink{
	color:#F26522;
	text-decoration:none;
}
