*
{
	margin:0;
	padding:0;
	border:0;
}

body
{
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size: 12px;
	color: #777;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#fff;
}

p
{
	clear: both;
	margin-bottom: 16px;
}

p a
{
	color:#105681;
	text-decoration: underline;
}

#container
{
	width: 980px;
	margin: 0px auto;
	background-color:#fff;
	text-align: left;
}


/********************************************
                                  header
********************************************/

#header
{
	position: relative;
	z-index: 9998;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}

#headerLogo a
{
	position: relative;
	top: -20px;
	float: left;
	background-image: url('./cd_logo.jpg');
	background-repeat: no-repeat;
	width: 600px;
	height: 60px;
	text-decoration: none;
}

h2 /* tagline */
{
	float: left;
	padding-top: 55px;
	padding-left: 66px;
	color: #fc9200;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/***** headerTabNav *****/
#headerTabNav
{
	position: relative;
	float: right;
	height: 50px;
	z-index: 9999;
}

#headerTabNav li
{
	list-style: none;
	display: inline;
}

#headerTab1 
{
	float: left;
  display: block;
  width: 178px;
  height: 33px;
  background: url("./cd_header_tab.jpg") no-repeat 0 0;
	text-align: center;
	padding-top: 11px;
	padding-left: 22px;
}

#headerTab1
{
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

#headerTab1:hover
{ 
  background-position: 0 -44px;
	padding-top: 15px;
	height: 29px;
}

#headerTab2
{
	float: left;
  display: block;
  width: 180px;
  height: 33px;
  background: url("./cd_header_tab.jpg") no-repeat 0 0;
	text-align: center;
	padding-top: 11px;
	padding-left: 20px;
}

#headerTab2
{
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

#headerTab2:hover
{ 
  background-position: 0 -44px;
	padding-top: 15px;
	height: 29px;
}

#headerTab3
{
	float: left;
  display: block;
  width: 180px;
  height: 33px;
  background: url("./cd_header_tab.jpg") no-repeat 0 0;
	text-align: center;
	padding-top: 11px;
	padding-left: 20px;
}

#headerTab3
{
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

#headerTab3:hover
{ 
  background-position: 0 -44px;
	padding-top: 15px;
	height: 29px;
}

#headerPhoneNumber
{
	clear: both;
	float: right;
	color: #fc9200;
	font-size: 18px;
	font-weight: normal;
}


/********************************************
                                   main
********************************************/

#main
{
	position: relative;
	float: left;
	background-color:#fff;
}

#mainLeft
{
	position: relative;
	float: left;
	width: 682px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 10px;
	line-height: 18px;
}

#mainRight
{
	position: relative;
	float: right;
	width: 248px;
	padding-top: 25px;
}

h1 /* page heading */
{
	font-size:28px;
	font-weight:bold;
	color:#105681;
	line-height: 38px;
}

h3 /* page subheading */
{
	font-size:16px;
	font-weight:bold;
	color:#105681;
	line-height: 26px;
}

h3 a
{
	color:#105681;
	text-decoration: none;
}

h3:hover a
{
	text-decoration: underline;
}

h5
{
	color: #fc9200;
	font-weight: bold;
	font-size: 13px;
}

.indent
{
	margin-left: 14px;
	padding-left: 0px;
}

.indent2
{
	margin-left: 28px;
	padding-left: 0px;
}


/***** siteMap *****/
.siteMapSection
{
	/* border-top:2px solid #ddd; */
	border-top:1px solid #f59f20;
	padding-bottom:20px;
	width: 650px;
}

.siteMapSection ul
{
	list-style: none;
}

.siteMapSection li
{
	margin-left: 14px;
}

.siteMapLink
{
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

.siteMapLink:hover
{
	color: #444;
}


/***** marquee *****/
#mainHomeMarquee
{
	position: relative;
	top: -20px;
	background: url("./cd_home_marquee.jpg");
	width: 980px;
	height: 392px;
}

#mainHomeMarqueeHeading
{
	position: relative;
	float: left;
	top: 120px;
	left: 100px;
	color: #fff;
	font-size: 32px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

#mainHomeMarqueeSubheading
{
	position: relative;
	clear: both;
	float: left;
	top: 138px;
	left: 210px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#mainHomeMarqueeForm
{
	clear: both;
	position: relative;
  top: 205px;
	left: 30px;
}

#mainHomeMarqueeFormText
{
	position: relative;
  top: 5px;
	float: left;
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 14px;
 	font-weight: bold;
	color: #fc9200;
	margin-right: 10px;
}

.mainHomeMarqueeFormField
{
	position: relative;
  top: 3px;
	float: left;
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	color: #888;
	text-align: left;
	background-color: #fff;
	border-width: 0px;
	padding: 3px;
	margin-bottom: 4px;
	margin-right: 10px;
	width: 148px;
	/* opacity: 0.8; */
}

#mainHomeMarqueeFormButton
{
	position: relative;
	float: left;
	left: -1px;
  background: url("./cd_bttn_60x24_orange.png") no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 51px;
	height: 18px;
	padding-top: 6px;
	padding-left: 9px;
}

#mainHomeMarqueeFormButton:hover
{
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
}


.mainHorzLine
{
	border-top:2px solid #f59f20;
	width: 980px;
}


/***** mainVideos *****/
.mainVideos
{
	margin-bottom: 20px;
}


/***** vertLeadCap form *****/
#vertLeadCapForm
{
	float: left;
  width: 228px;
	height: 160px;
	background: url("./cd_vertleadcap_blue.jpg") no-repeat 0 0;
	/*background: url("./cd_vertleadcap_orange.jpg") no-repeat 0 0;*/
	color: #fff;
	font-size: 12px;
	padding-top: 160px;
	padding-left: 20px;
}

.vertLeadCapFormField
{
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	color: #888;
	text-align: left;
	background-color: #fff;
	border-width: 0px;
	padding: 3px;
	margin-bottom: 5px;
	width: 200px;
}

#vertLeadCapFormButton
{
	position: relative;
	float: left;
	left: -1px;
  background: url("./cd_bttn_134x24_blue.png") no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 126px;
	height: 18px;
	padding-top: 6px;
	padding-left: 10px;
}

#vertLeadCapFormButton:hover
{
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
}


/***** vertRequestPricing form *****/
#vertRequestPricingForm
{
	float: left;
  width: 228px;
	height: 160px;
	background: url("./cd_vertrequestpricing_blue.jpg") no-repeat 0 0;
	color: #fff;
	font-size: 12px;
	padding-top: 160px;
	padding-left: 20px;
}

.vertRequestPricingFormField
{
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	color: #888;
	text-align: left;
	background-color: #fff;
	border-width: 0px;
	padding: 3px;
	margin-bottom: 5px;
	width: 200px;
}

#vertRequestPricingFormButton
{
	position: relative;
	float: left;
	left: -1px;
  background: url("./cd_bttn_134x24_blue.png") no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 126px;
	height: 18px;
	padding-top: 6px;
	padding-left: 10px;
}

#vertRequestPricingFormButton:hover
{
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
}


/***** white papers *****/
.wpBlock
{
	position: relative;
}

.wpColLeft
{
	float: left;
	width: 110px;
}

.wpColRight
{
	float: left;
	width: 570px;
}

.wpImage
{
	background-image: url('./cd_whitepaper_thumbnail.png');
	background-repeat: no-repeat;
	width: 70px;
	height: 100px;
}

.wpHorzLine
{
	margin-top: 6px;
	border-top:1px solid #f59f20;
	width: 570px;
	margin-bottom:10px;	
}

#wpForm
{
	float: left;
  width: 650px;
	height: 40px;
	color: #fff;
	background-color: #eee;
	font-size: 12px;
	padding: 15px;
	margin-bottom: 20px;
}

#wpForm p
{
	color: #777;
	margin-bottom: 2px;
}

.wpFormField
{
	float: left;
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	color: #999;
	text-align: left;
	background-color: #fff;
	border-width: 0px;
	padding: 3px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 112px;
}

#wpFormButton
{
	position: relative;
	float: left;
  background: url("./cd_bttn_134x24_orange.png") no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	width: 124px;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
}

#wpFormButton:hover
{
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
}

/***** roi *****/
#roi em
{
	color: #f59f20;
}

#roiTable
{
	background: url("./cd_roitable.gif") no-repeat 0 0;
	width: 690px;
	height: 600px;
}

#roiSideNote
{
	clear: both;
  width: 246px;
	height: 589px;
	background: url("./cd_roisidenotebg.jpg") no-repeat 0 0;
}

#roiSideNoteText
{
	position: relative;
	color: #777;
	font-size: 11px;
	top: 60px;
	line-height: 11px;
	margin-right: 24px;
	margin-left: 25px;
}

/***** offer page *****/
#offersTop
{
	height:20px;
}

#offerHeadline h1
{
	position:relative;
	top:16px;
	left:10px;
	z-index:10000;
	width:460px;
	height:50px;
	line-height:28px;
}

.offerSectionHeading
{
	color:#fc9200;
	font-size:24px;
}

#offerLeadCapForm
{
	position:relative;
	top:-40px;
  width:980px;
	height:553px;
	background: url("./cd_offers_leadcap.jpg") no-repeat 0 0;
	color: #fff;
	font-size:12px;
}

#offerLeadCapForm form
{
	position:relative;
	top:350px;
	left:650px;
  width:290px;
}

#offerLeadCapForm-OrasphereDVD
{
	position:relative;
	top:-40px;
  width:980px;
	height:553px;
	background: url("./cd_offers_leadcap_oraspheredvd.jpg") no-repeat 0 0;
	color: #fff;
	font-size:12px;
}

#offerLeadCapForm-OrasphereDVD form
{
	position:relative;
	top:350px;
	left:650px;
  width:290px;
}

#offerLeadCapForm-FreeTraining
{
	position:relative;
	top:-40px;
  width:980px;
	height:553px;
	background: url("./cd_offers_leadcap_freetraining.jpg") no-repeat 0 0;
	color: #fff;
	font-size:12px;
}

#offerLeadCapForm-FreeTraining form
{
	position:relative;
	top:350px;
	left:650px;
  width:290px;
}

#offerLeadCapForm-FreeEClaims
{
	position:relative;
	top:-40px;
  width:980px;
	height:553px;
	background: url("./cd_offers_leadcap_freeeclaims.jpg") no-repeat 0 0;
	color: #fff;
	font-size:12px;
}

#offerLeadCapForm-FreeEClaims form
{
	position:relative;
	top:350px;
	left:650px;
  width:290px;
}

#offerLeadCapForm-Save1000
{
	position:relative;
	top:-40px;
  width:980px;
	height:553px;
	background: url("./cd_offers_leadcap_save1000.jpg") no-repeat 0 0;
	color: #fff;
	font-size:12px;
}

#offerLeadCapForm-Save1000 form
{
	position:relative;
	top:350px;
	left:650px;
  width:290px;
}

#offerCanadaAddress
{
	position:relative;
	top:-30px;
	left:600px;
  width:360px;
	height:18px;
	background: url("./cd_offers_canada_address.gif") no-repeat 0 0;
}

.offerLeadCapFormField
{
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	color: #888;
	text-align: left;
	background-color: #fff;
	border-width: 0px;
	padding: 6px;
	margin-bottom: 10px;
	width:270px;
}

#offerLeadCapFormButton
{
	position: relative;
	top:345px;
	left:725px;
  background: url("./cd_submitbutton.png") no-repeat 0 0;
	width: 140px;
	height: 45px;
}

#offerLeadCapFormButton:hover
{
	position: relative;
	top:346px;
	left:726px;
	cursor: pointer;
}

#offerLeadCapDesc
{
	position:relative;
	top:-250px;
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 13px;
 	font-weight: normal;
 	color: #555;
	text-align: left;
	line-height:20px;
	width:570px;
}

.offerTestimonialTD
{
	width:360px;
}

#offerMainText
{
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 13px;
 	font-weight: normal;
 	color: #555;
	text-align: left;
	line-height:20px;
}

#offerMainImage
{
  width: 360px;
  height: 200px;
	margin-top:4px;
  margin-right: 40px;
  margin-bottom:10px;
}

#offerBottom
{
	clear:both;
}

#offerBottomImage
{
	float:left;
  background:url("./cd_offers_bottom.jpg") no-repeat 0 0;
	width:220px;
	height:220px;
	margin-right:20px;
}

#offerBottomImage a
{
	cursor: pointer;
}

#offerBottomImage-OrasphereDVD
{
	float:left;
  background:url("./cd_offers_bottom_oraspheredvd.jpg") no-repeat 0 0;
	width:220px;
	height:220px;
	margin-right:20px;
}

#offerBottomImage-OrasphereDVD a
{
	cursor: pointer;
}

#offerBottomImage-FreeTraining
{
	float:left;
  background:url("./cd_offers_bottom_freetraining.jpg") no-repeat 0 0;
	width:220px;
	height:220px;
	margin-right:20px;
}

#offerBottomImage-FreeTraining a
{
	cursor: pointer;
}

#offerBottomImage-FreeEClaims
{
	float:left;
  background:url("./cd_offers_bottom_freeeclaims.jpg") no-repeat 0 0;
	width:220px;
	height:220px;
	margin-right:20px;
}

#offerBottomImage-FreeEClaims a
{
	cursor: pointer;
}

#offerBottomImage-Save1000
{
	float:left;
  background:url("./cd_offers_bottom_save1000.jpg") no-repeat 0 0;
	width:220px;
	height:220px;
	margin-right:20px;
}

#offerBottomImage-Save1000 a
{
	cursor: pointer;
}

#offerBottomText
{
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	color: #555;
	text-align: left;
	line-height:26px;
	margin-bottom:40px;
}

/***** about us *****/

#mattDorey
{
	position:relative;
	width:248px;
}

#mattDorey img
{
  width:130px;
  height:164px;
	margin-right:10px;
	float:right;
}

#mattDorey p
{
	float:left;
	font-size:10px;
}

#mattDorey strong
{
	color: #fc9200;
}



/********************************************
                               formResults
********************************************/
#formResultsSuccessDemo
{
	position: relative;
	float: left;
	background: url("./cd_formresultssuccessdemo.jpg") no-repeat 0 0;
	width: 980px;
	height: 392px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#formResultsSuccessPricing
{
	position: relative;
	float: left;
	background: url("./cd_formresultssuccesspricing.jpg") no-repeat 0 0;
	width: 980px;
	height: 392px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#formResultsSuccessEmail
{
	position: relative;
	float: left;
	background: url("./cd_formresultssuccessemail.jpg") no-repeat 0 0;
	width: 980px;
	height: 392px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#formResultsSuccessWP
{
	position: relative;
	float: left;
	background: url("./cd_formresultssuccesswp.jpg") no-repeat 0 0;
	width: 980px;
	height: 392px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#formResultsSuccessWPLinks
{
	position:relative;
	top:245px;
	left:28px;
	z-index:9999;
}

#formResultsSuccessWPLinks a
{
	color:#105681;
	text-decoration:underline;
}

#formResultsError
{
	position: relative;
	float: left;
	background: url("./cd_formresultserror.jpg") no-repeat 0 0;
	width: 980px;
	height: 392px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.formResultsButton a
{
	position: relative;
	float: left;
	left: 11px;
	top: 270px;
  background: url("./cd_bttn_134x24_orange.png") no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 106px;
	height: 19px;
	padding-top: 5px;
	padding-left: 28px;
}

.formResultsButton:hover a
{
	position: relative;
	top: 271px;
	left: 12px;
}

/***** tables *****/
.tables
{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	margin: 0px;
}
.tables td, .tables th 
{
	font-size:12px;
	padding:3px 7px 2px 7px;
	border:1px solid #aaa;
}
.tables th 
{
	font-size:12px;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#aaa;
	color:#fff;
}
.tables tr.alt td 
{
	background-color:#eee;
}


/********************************************
                              bottom
********************************************/

#bottom
{
	clear: both;
}


/********************************************
                              audience Nav
********************************************/

#audienceNav
{
	position: relative;
	float: left;
	top: 0px;
}

.audienceNavLinkText
{
	color: #076ea8;
	text-decoration: underline;
}

#audienceNavDentist
{
	float: left;
  display: block;
	padding: 40px 0px 0px 20px;
  width: 197px;
  height: 128px;
  background: url("./cd_audience_dentist.jpg") no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	margin-right: 0px;
}

#audienceNavDentist:hover
{
  background-position: top right;
	padding: 40px 100px 0px 20px;
  width: 219px;
	height: 128px;
	font-size: 14px;
	text-indent: 0px;
}

#audienceNavOffMgr
{
	float: left;
  display: block;
	padding: 40px 0px 0px 20px;
  width: 197px;
  height: 128px;
  background: url("./cd_audience_offmgr.jpg") no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	margin-right: 0px;
}

#audienceNavOffMgr:hover
{
  background-position: top right;
	padding: 40px 90px 0px 20px;
  width: 229px;
	height: 128px;
	font-size: 14px;
	text-indent: 0px;
}

#audienceNavHygienist
{
	float: left;
  display: block;
	padding: 40px 0px 0px 20px;
  width: 197px;
  height: 128px;
  background: url("./cd_audience_hygienist.jpg") no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	margin-right: 0px;
}

#audienceNavHygienist:hover
{
  background-position: top right;
	padding: 55px 90px 0px 20px;
  width: 229px;
	height: 113px;
	font-size: 14px;
	text-indent: 0px;
}

#audienceNav:hover #audienceNavForm
{
	width: 97px;
	background-position: left top;
}

#audienceNavForm
{
	float: left;
  display: block;
	padding: 40px 90px 0px 20px;
  width: 219px;
	height: 128px;
  background: url("./cd_audience_form.jpg") no-repeat 0 0;
  background-position: top right;
	color: #fff;
	font-size: 12px;
}

#audienceNav #audienceNavForm:hover
{
	width: 219px;
	background-position: right top;
}

#audienceNavFormContents
{
	position: relative;
	float: left;
}

.audienceNavFormField
{
	font-family: Arial,  Tahoma,  Verdana,  Helvetica,  Sans-serif;
 	font-size: 11px;
 	font-weight: normal;
 	color: #888;
	text-align: left;
	background-color: #fff;
	border-width: 0px;
	padding: 3px;
	margin-bottom: 4px;
	width: 148px;
}

#audienceNavFormButton
{
	position: relative;
	float: left;
	left: -1px;
  background: url("./cd_bttn_134x24_blue.png") no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 126px;
	height: 18px;
	padding-top: 6px;
	padding-left: 10px;
}

#audienceNavFormButton:hover
{
	position: relative;
	top: 1px;
	left: 1px;
	cursor: pointer;
}

/*
#audienceNav div
{
	-webkit-transition: width 1s ease-out;
}
*/

/***** small version *****/
#audienceNavSm ul
{
	position: relative;
	float: left;
	top: 0px;
}

ul#audienceNavSm
{
	list-style: none;
}

#audienceNavSmDentist a
{
	float: left;
  display: block;
  width: 228px;
  height: 116px;
  background: url("./audience_menu_secpgs.jpg") no-repeat 0 0;
	background-position: top left;
	margin-right: 8px;
}

#audienceNavSmOffMgr a
{
	float: left;
  display: block;
  width: 228px;
  height: 116px;
  background: url("./audience_menu_secpgs.jpg") no-repeat 0 0;
	background-position: top center;
	margin-right: 8px;
}

#audienceNavSmHygienist a
{
	float: left;
  display: block;
  width: 228px;
  height: 116px;
  background: url("./audience_menu_secpgs.jpg") no-repeat 0 0;
	background-position: top right;
}


/********************************************
                             preFooterNav
********************************************/

#preFooterNav
{
	clear: both;
	float: none;
	position: relative;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	margin-left: 10px;
}

#preFooterNavIcons
{
	float: left;
	position: relative;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

#preFooterNavIcons img
{
	position: relative;
	vertical-align: middle;
	border: 0px;
	margin-left: 5px;
}

#preFooterNavLinksMenu
{
	float: left;
	margin-left: 15px;
}

.preFooterNavLinks
{
	color: #777;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

.preFooterNavLinks:hover
{
	color: #444;
}

#preFooterNav span
{
	color: #777;
	margin-left: 10px;
}

#preFooterNavLike
{
	float: left;
	height: 30px;
	position:relative;
	top: 14px;
	margin-left: 15px;
}



/********************************************
                                  footer
********************************************/

#footer
{
	clear: both;
	float: none;
	color: #777;
}

#footerTable
{
	clear: both;
	float: none;
}

#footerTableR1C1
{
	background-color:#ddd;
	height: 34px;
	line-height: 35px;
	width: 650px;
	margin: 0 6px 0 0;
	font-weight: bold;
	padding-left: 20px;
}

#footerTableR1C2
{
	background-color:#ddd;
	height: 34px;
	line-height: 35px;
	width: 174px;
	margin: 0 6px 0 0;
	font-weight: bold;
	padding-left: 20px;
}

#footerTableR1C3
{
	background-color:#ddd;
	height: 34px;
	line-height: 35px;
	width: 110px;
	margin: 0 0 0 0;
	font-weight: bold;
	padding-left: 20px;
}

h4
{
	font-size: 12px;
 	font-weight: bold;
}

#footerTableR2C1
{
	background-color:#ebebeb;
	margin: 0 6px 0 0;
	padding: 10px 20px 20px 20px;
	font-size: 12px;
 	font-weight: normal;
	vertical-align:top;
}

#footerTableR2C2
{
	background-color:#ebebeb;
	margin: 0 6px 0 0;
	padding: 10px 20px 20px 20px;
	font-size: 12px;
 	font-weight: normal;
	line-height: 24px;
	vertical-align:top;
}

#footerTableR2C2Nav
{
	list-style: none;
	position: relative;
	float: left;
}

#footerTableR2C3
{
	background-color:#ebebeb;
	padding: 10px 20px 20px 20px;
	line-height: 24px;
	vertical-align:top;
}

#footerTableR2C3Nav
{
	list-style: none;
	position: relative;
	float: left;
}

.footerTableLink
{
	color: #777;
	font-weight: bold;
	text-decoration: none;
}

.footerTableLink:hover
{
	color: #444;
}

.footerImage
{
	float:left;
	width:110px;
	height:75px;
	margin-right:15px;
}

#footerCopyright
{
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 11px;
}

#endOfPage
{
	clear: both;
	height: 50px;
}

