@charset "UTF-8";

/*************************
    NOTES:
    This document contains items that are present consistently throughout the site.
    -- All comments are directly above the item they refer to.
    -- I use ID's instead of classes for most items. Where needed classes are used
    -- site color HEX values ::when needing to apply colors please use these throughout the site.
        #002a5f == dark blue
        #ff6600 == orange
        #b5b830 == green
        #98a28f == sandy grey
        #e7ebee == silvery grey
        #f0f0d5 == khaki
        #e7eede == seafoam
        #f1f5eb == overall background color
*************************/
body
{
	background-color: #525852;
	background-image: url(../cbdcImages/homePageBackground.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #002A5F;
	font-family:"Times New Roman",times-roman,Times,Georgia,Serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 18pt;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding:0px;
}

/*** GENERIC HEADER ITEMS ***/
h1,h2,h3,h4,h5,h6,h7 {
 margin:0px;
 color:#7CA87B;
 font-style:normal;
 font-variant:normal;
 font-weight:lighter;
 padding-top:3px;
 padding-right:0px;
 padding-bottom:3px;
 padding-left:0px;
 letter-spacing: -1px;
}

h1 { font-size:30pt; }
h2 { font-size:28pt; }
h3 { font-size:13pt; }
h4 { font-size:18pt; }
h5 {
	font-size:14pt;
	letter-spacing: 0px;
}
h6
{
	font-size: 12pt;
	color: #698868;
	padding-bottom: 0px;
	letter-spacing: 2pt;
	border-top: 1px #CCC dashed;
}
h7
{
	font-size: 8pt;
	line-height: 5pt;
}
h8
{
	font-size: 10pt;
	color: #698868;
	padding-bottom: 0px;
	letter-spacing: 2pt;
	font-family: Verdana,serif;
	font-weight: bold;
}
h9
{
	font-size: 10pt;
	color: #698868;
	padding-bottom: 0px;
	letter-spacing: 2pt;
	font-family: Verdana,serif;
	border-top: 1px #CCC dashed;
}
.darkGrey { color:#434843; }
.mediumGrey { color:#525852; }
.darkGreyVerdana
{
	color: #343A34;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: lighter;
}
.mediumGreyVerdana {
	color:#525852;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: lighter;	
}

/*** Phone Number block ITEMS ***/
.phoneNumberBlock
{
    position:relative;
    left:805px;
	width: 212px;
	height: 445px;
	background-color: #CCC;
	background-image: url(../cbdcImages/addressBlockTall.png);
	color: #FFF;
	font-size: 11pt;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
}


/*** FOOTER ITEMS ***/
#fbookContainerButton
{
	width: 167px;
	height: 60px;
	position: absolute;
	right: -180px;
	top:-40px;
	background-image: url(../cbdcImages/faceBookLogo.png);
}
.footerContainer
{
	position: fixed;
	width: 100%;
	height: 44px;
	bottom: 0px;
	background-color: #999;
}
.footerContainer #centeredBlock
{
	position:relative;
	margin: 0px Auto 0px Auto;
	width: 1024px;
	height: 44px;
}
.footerContainer #asteric
{
	position:absolute;
	left:0px;
	top:0px;
	width: 44px;
	height: 44px;
	background-image: url(../cbdcImages/footerAsteric.gif);
}
.footerContainer #blurb
{
	position: absolute;
	left: 44px;
	width: 940px;
	height: 40px;
	color: #FFF;
	font-size: 8pt;
	line-height: 9pt;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
}

/* shared amongst pages */
#mainContentContainer
{
	position: relative;
	width: 1024px;
	margin: 0px Auto 0px Auto;
	background-color: transparent;
}
#mainContentContainer #mainNavContainer  /*180 || 140 || 180*/
{
	width: 700px;
	height: 38px;
	position: relative;
	left: 69px;
	top: 400px;
	font-size: 13pt;
}
.menuDivider
{
	width: 4px;
	height: 38px;
	float: left;
	background-image: url(../cbdcImages/homeNavSeparator.gif);
}
#srvcBLOCK, #aboutBLOCK, #contactBLOCK, #directionsBLOCK {
	text-align: center;
	width: 120px;
	height: 34px;
	float: left;
}
#mainContentContainer #srvcBLOCK a, #mainContentContainer #aboutBLOCK a, #mainContentContainer #contactBLOCK a, #mainContentContainer #directionsBLOCK a {
	display: block;
	padding-top: 8px;
}

a:link
{
	color: #95b9ea;
	text-decoration: none;
}
a:visited {
	color: #95b9ea;
	text-decoration: none;
}
a:hover 
{
	color:#39F;
	text-decoration: none;
}
a:active {
	color: #95b9ea;
	text-decoration: none;
}

#mainContentContainer #mainNavContainer a:link
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
}

#mainContentContainer #mainNavContainer a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#mainContentContainer #mainNavContainer a:hover
{
	color: #91b490;
	text-decoration: none;
	font-weight: normal;
	background-color: #000;
}

#mainContentContainer #mainNavContainer a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#mainNavContainer
{
	width: 400px;
	height: 8px;
	background-color: none;
	position: absolute;
	bottom: -4px;
	left: -8px;
}
#servicesMarker {
	width: 120px;
	height: 8px;
	background-color: #788da2;
	position: absolute;
	bottom: -3px;
	left: 0px;
}
#aboutusMarker {
	width: 120px;
	height: 8px;
	background-color: #788da2;
	position: absolute;
	bottom: -3px;
	left: 124px;
}
#contactusMarker {
	width: 120px;
	height: 8px;
	background-color: #788da2;
	position: absolute;
	bottom: -3px;
	left: 248px;
}
#directionsMarker {
	width: 120px;
	height: 8px;
	background-color: #788da2;
	position: absolute;
	bottom: -3px;
	left: 372px;
}
.moreInfoLink
{
	width: 55px;
	height: 22px;
	background-image: url(../cbdcImages/moreLinkImage.gif);
}
.clearBoth {
	clear:both;
}
