*{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/layout/body-bg.gif);
	background-repeat: repeat-x;
}
#divCentered{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#divWrapper{
	width: 1000px;
	float: left;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/layout/borders-bg.gif);
	background-repeat: no-repeat;
}
#divBackground{
	width: 1000px;
	float: left;
	background-repeat: repeat-y;
	background-image: url(../images/layout/wrapper-bg.gif);
	background-position: center top;
}
#divHeader{
	width: 970px;
	height: 115px;
	float: left;
	background-image: url(../images/layout/header-bg.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
#divLogo{
	float: left;
	height: 80px;
	width: 175px;
	padding-top: 20px;
	padding-right: 426px;
	padding-bottom: 0px;
	padding-left: 23px;
}
#divLogo a img{
	border:none;
}
.PrintLogo{
	display:none;
}
/*--------------------- Repair Station ---------------------*/
#divRepairStation a {
	display: block;
	width:180px;
	height: 42px;
	background-image: url(../images/layout/repair-request.gif);
	background-position: 0px 0px;
	float: left;
	margin-top: 59px;
	background-position: 0px 0px;
}
#divRepairStation a:hover{
	background-image: url(../images/layout/repair-request.gif);
	background-position: 0px -42px;
}
#divRepairStation span {
	position: absolute;
	left: -10000px;
}
/*--------------------- Request A Quote ---------------------*/
#divRequestAQuote a {
	display: block;
	width:146px;
	height: 42px;
	background-image: url(../images/layout/repair-request.gif);
	background-position: -180px 0px;
	float: left;
	margin-top: 59px;
}
#divRequestAQuote a:hover{ /*make second list use an image background*/
	background-image: url(../images/layout/repair-request.gif);
	background-position: -180px -42px;
}
#divRequestAQuote span { /*make text links disappear*/
	position: absolute;
	left: -10000px;
}
/*--------------------- Request A Catalog ---------------------*/
#divRequestACatalog a {
	display: block;
	width:308px;
	height: 64px;
	background-image: url(../images/layout/request-a-catalog.png);
	background-position: 0px 0px;
	float: left;
}
#divRequestACatalog a:hover{ /*make second list use an image background*/
	background-image: url(../images/layout/request-a-catalog.png);
	background-position: 0px -64px;
}
#divRequestACatalog span { /*make text links disappear*/
	position: absolute;
	left: -10000px;
}
#divPrimaryNavigation{ /*floating div for navigation system*/
	position:relative;
	z-index:1;
	width: 940px;
	height: 40px;
	background-image: url(../images/navigation/primary-navigation-bg.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-left: 30px;
}
.divLargeImage{
	height: 215px;
	width: 940px;
	position:relative;
	z-index:0;
	padding-bottom: 5px;
	padding-top: 3px;
}
#divContent{
	width: 940px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
.divOneColumn{
	width: 940px;
	float: left;
	margin-top: 10px;
}
.divLeftColumn{
	width: 620px;
	float: left;
	margin-top: 10px;
}
.LeftColumnFloat{
	width:580px;
	float:left;
}
.divImageAndList{
	float: left;
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url(../images/layout/large-module-hr.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.divFirstImageAndList{
	float: left;
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 18px;
	margin-top:10px;
	background-image: url(../images/layout/large-module-hr.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.divImageAndListNoSeparator{
	float: left;
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 18px;
}
.divListImage{
	width:100px;
	float: left;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 18px;
}
.divList{
	width: 465px;
	float: left;
}
.divRightColumn{
	float: left;
	margin-top: 10px;
	width: 308px;
	margin-left: 10px;
}
	
/*TYPOGRAPHY STYLES ..............................................*/
h1{
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	}
h2{
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	color: #A74748;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 3px;
	}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 10px;
	color: #333333;
	line-height: 17px;
	}
a:link, a:active, a:visited{
	text-decoration: none;
	color: #006699;
	}
a:hover{
	text-decoration: underline;
	}
h1 .Deemphasize{
	color: #CCCCCC;ww
	}
p .Deemphasize{
	font-weight:normal;
	}
p.PDF{
	background-image: url(../images/miscellaneous/pdf-icon.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-bottom: 10px;
	}
p.DOC{
	background-image: url(../images/miscellaneous/doc-icon.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	}
p.XLS{
	background-image: url(../images/miscellaneous/xls-icon.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	}
p.Link{
	background-image: url(../images/miscellaneous/link-icon.gif);
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 5px;
}
.divLeftColumn ul{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	padding-bottom: 10px;
	}
.divLeftColumn ul ul{
	padding-top: 10px;
	}
.divLeftColumn ul ul li{
	list-style-type: circle;
	}
.divLeftColumn li{
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 5px;
	}
.divLeftColumn ul h2{
	color: #990000;
	font-size: 16px;
	}
.TimeLineYear{
	color:#900;
	font-weight:bold;
	display: block;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 2px;
}
.TimeLineYearDescription{
	display: block;
}
.divOneColumn ul{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
	color: #333333;
	padding-bottom: 10px;
	}
.divOneColumn ul ul{
	padding-top: 10px;
	}
.divOneColumn ul ul li{
	list-style-type: circle;
	}
.divOneColumn li{
	list-style-type: disc;
	margin-left: 15px;
	padding-bottom: 5px;
	}
.divOneColumn ul h2{
	color: #990000;
	font-size: 16px;
	}

/*ONE COLUMN MODULE STYLES ..............................................*/
.divOneColumnModule{
	float: left;
	width: 940px;
	padding-bottom: 10px;
	}
.divOneColumnModuleTopBlack,
.divOneColumnModuleTopRed,
.divOneColumnModuleTopGreen,
.divOneColumnModuleTopBlue{
	float: left;
	width: 900px;
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
.divOneColumnModuleTopBlack{
	background-image: url(../images/layout/one-column-module-top-black.gif);
	}
.divOneColumnModuleTopRed{
	background-image: url(../images/layout/one-column-module-top-red.gif);
	}
.divOneColumnModuleTopGreen{
	background-image: url(../images/layout/one-column-module-top-green.gif);
	}
.divOneColumnModuleTopBlue{
	background-image: url(../images/layout/one-column-module-top-blue.gif);
	}
.divOneColumnModuleContent{
	float: left;
	width: 940px;
	background-image: url(../images/layout/one-column-module-middle.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
	}
.divOneColumnModuleImage{
	float: left;
	width: 900px;
	position:relative;
	z-index:0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
.divOneColumnModuleFullImage{
	float: left;
	width: 940px;
	}
.divOneColumnModuleHR{
	float: left;
	width: 620px;
	background-image: url(../images/layout/one-column-module-hr.gif);
	height: 23px;
	background-repeat: no-repeat;
	}
.divOneColumnModuleTextTop{
	float: left;
	width: 900px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url(../images/layout/one-column-module-hr.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
.divOneColumnModuleText{
	float: left;
	width: 900px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	}
.divOneColumnModuleBottom{
	float: left;
	width: 940px;
	background-image: url(../images/layout/one-column-module-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	}

/*LARGE MODULE STYLES ..............................................*/
.divLargeModule{
	float: left;
	width: 620px;
	padding-bottom: 10px;
	}
.divLargeModuleTopBlack,
.divLargeModuleTopRed,
.divLargeModuleTopGreen,
.divLargeModuleTopBlue{
	float: left;
	width: 580px;
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
.divLargeModuleTopBlack{
	background-image: url(../images/layout/large-module-top-black.gif);
	}
.divLargeModuleTopRed{
	background-image: url(../images/layout/large-module-top-red.gif);
	}
.divLargeModuleTopGreen{
	background-image: url(../images/layout/large-module-top-green.gif);
	}
.divLargeModuleTopBlue{
	background-image: url(../images/layout/large-module-top-blue.gif);
	}
.divLargeModuleContent{
	float: left;
	width: 620px;
	background-image: url(../images/layout/large-module-middle.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
	}
.divLargeModuleImage{
	float: left;
	width: 580px;
	/*position:relative;
	z-index:0;*/
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}
.divLargeModuleFullImage{
	float: left;
	width: 620px;
	}
.divLargeModuleHR{
	float: left;
	width: 620px;
	background-image: url(../images/layout/large-module-hr.gif);
	height: 23px;
	background-repeat: no-repeat;
	}
.divLargeModuleTextTop{
	float: left;
	width: 580px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 18px;
	background-image: url(../images/layout/large-module-hr.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
.divLargeModuleText{
	float: left;
	width: 580px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	}
.divLargeModuleBottom{
	float: left;
	width: 620px;
	background-image: url(../images/layout/large-module-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	}
	
/*SMALL MODULE STYLES ..............................................*/
.divSmallModule{
	float: left;
	width: 308px;
	padding-bottom: 11px;
	}
.divSmallModuleTopBlack, 
.divSmallModuleTopRed, 
.divSmallModuleTopGreen, 
.divSmallModuleTopBlue{
	float: left;
	width: 268px;
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
.divSmallModuleTopNavBlack{
	float: left;
	width: 268px;
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/layout/small-module-top-nav-black.gif);
	}
.divSmallModuleTopBlack{
	background-image: url(../images/layout/small-module-top-black.gif);
	}
.divSmallModuleTopRed{
	background-image: url(../images/layout/small-module-top-red.gif);
	}
.divSmallModuleTopGreen{
	background-image: url(../images/layout/small-module-top-green.gif);
	}
.divSmallModuleTopBlue{
	background-image: url(../images/layout/small-module-top-blue.gif);
	}
.divSmallModuleContent{
	float: left;
	width: 308px;
	background-image: url(../images/layout/small-module-middle.gif);
	background-repeat: repeat-y;
	}
.divSmallModuleFullImage{
	float: left;
	width: 298px;
	background-image: url(../images/layout/small-module-photo-bg.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-position: bottom;
	padding-bottom: 5px;
	}
.divSmallModuleImage{
	float: left;
	width: 268px;
	background-image: url(../images/layout/large-module-text-top-bg.gif);
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	padding: 15px;
	}
.divSmallModuleText{
	float: left;
	width: 268px;
	padding: 15px 20px 0px 20px;
	}
.divSmallModuleTextTop{
	float: left;
	width: 268px;
	padding: 15px 20px 0px 20px;
	background-image: url(../images/layout/small-module-hr.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
.divSmallModuleBottom{
	float: left;
	width: 308px;
	background-image: url(../images/layout/small-module-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	}
.divSmallModuleBottomNav{
	float: left;
	width: 308px;
	background-image: url(../images/layout/small-module-bottom-nav.gif);
	background-repeat: no-repeat;
	height: 38px;
	}
.divSmallModule h1{
	font-size: 14px;
}

/* ============================ consignment styles =================================*/
.CONSIGNMENT------------------------{
	}


.divConsignmentPartnersTop{
	float: left;
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom:5px;
	margin-top:10px;
	background-image: url(../images/layout/large-module-hr.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.divConsignmentPartners{
	width:580px;
	float:left;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.divConsignmentPartner{
	width:175px;
	float:left;
}
.divConsignmentPartnerImage{
	width:175px;
	float:left;
}
.divConsignmentPartnerInfo{
	width:175px;
	float:left;
	height:40px;
	background-image: url(../images/consignment_partner_logos/consignment-partner-label.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.divConsignmentPartnerInfo p{
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.divConsignmentPartnerInfo p.Link{
	background-image: url(../images/miscellaneous/link-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-align: left;
	margin-left: 10px;
}
.divConsignmentPartnerInfo p.PDF{
	background-image: url(../images/miscellaneous/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-align: left;
	margin-left: 10px;
	}

/* ============================ staff styles =================================*/
.STAFF------------------------{
	}
.divStaffMember{
	float:left;
	width: 580px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
.divStaffImage{
	float:left;
	margin: 3px 18px 0px 0px;
	border: 1px solid #999999;
	}
.divStaffName{
	float:left;
	width: 460px;
	}
.divStaffDescription{
	float:left;
	width: 460px;
	}
.divStaffContact{
	float:left;
	width: 460px;
	}
/* ============================ virtual tour styles =================================*/
.VIRTUAL TOURS------------------------{
	}
	
.divVirtualTour{
	float: left;
	width: 600px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
.divVirtualTourTNImage{
	float: left;
	height: 115px;
	width: 120px;
	background-image: url(../images/layout/bg-tn-image-gallery-frame.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	text-align: center;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.divVirtualTourTNImage a img{
	border: none;
	padding-bottom: 8px;
}
.VirtualTourTNLabel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 85px;
}
/* ============================ contact styles =================================*/
.CONTACT------------------------{
	}
.divContactForm{
	float: left;
	width: 620px;
	}
.divContactFormItems{
	float: left;
	background-image: url(../images/layout/large-module-hr.gif);
	background-repeat: no-repeat;
	width: 580px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	}
.divContactFormItem{
	float: left;
	width: 580px;
	margin-bottom: 8px;
	}
.divContactFormLabel{
	float: left;
	width: 100px;
	padding-top: 3px;
	}
.divContactFormField{
	float: left;
	width: 480px;
	}
.ContactInput1{
	width: 275px;
	}
.ContactInput2{
	width: 175px;
	}
.ContactTextArea{
	width: 375px;
	}
.ContactInputMenu{
	width: 170px;
	}
.divGoogleMap{
	float: left;
	width: 578px;
	height: 190px;
	border: 1px solid #333;
	}
.divContactInfo{
	width: 580px;
	}
.divContactInfoItem{
	width: 290px;
	float: left;
	padding-top: 2px;
	}
.divContactInfoEmail{
  clear: left;
	width: 580px;
	padding-top: 2px;
	}
.divStaffContactInfo{
	width: 580px;
	}
.divStaffContactInfoItem{
	width: 290px;
	float: left;
	}
/* ============================ contact typography styles =================================*/
.CONTACT TYPOGRAPHY------------------------{
	}
.divContactFormLabel label{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.divContactFormField label{
	padding-left: 1px;
	margin-right: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
.divContactFormField input{
	padding: 1px;
	}
.divContactFormField option{
	padding: 1px 4px;
	}
.divContactFormField,
.divContactFormField input,
.divContactFormField option,
.divContactFormField select,
.divContactFormField textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h2.ContactForm{
	margin-bottom: 15px;
}
.EuroTecName{
	font-weight: bold;
	line-height: 20px;
	}
.divStaffContactInfo p{
	padding-bottom: 10px;
	}
.BusinessName{
	font-weight: bold;
	line-height: 20px;
	}
.StaffName{
	font-weight: bold;
	line-height: 20px;
	}
.StaffTitle{
	color: #666666;
	font-weight: bold;
	}
.ContactLabel{
	color: #333;
	float:left;
	width:60px;
	font-weight:bold;
	}
.EmailLabel{
	color: #333;
	float:left;
	width:165px;
	font-weight:bold;
	}
.Optional{
	color: #666666;
	padding-left: 5px;
	}

/* ============================ request styles =================================*/
.REQUEST------------------------{
	}
.divRequestForm{
	float: left;
	width: 940px;
	}
.divRequestFormSet{
	float: left;
	background-image: url(../images/layout/one-column-module-hr.gif);
	background-repeat: no-repeat;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	}
.divRequestFormItemsLeft{
	float: left;
	width: 430px;
	padding-right: 20px;
	}
.divRequestFormItemsRight{
	float: left;
	width: 430px;
	padding-left: 20px;
	}
.divRequestFormItem{
	float: left;
	width: 430px;
	margin-bottom: 8px;
	}
.divRequestFormLabel{
	float: left;
	width: 100px;
	padding-top: 3px;
	}
.divRequestFormField{
	float: left;
	width: 330px;
	}
.RequestInput1{
	width: 275px;
	}
.RequestInput2{
	width: 150px;
	}
.PartNumber{
	width: 145px;
	}
.Quantity{
	width: 30px;
	}
.RequestTextArea{
	width: 320px;
	}
.RequestInputMenu{
	width: 170px;
	}
/* ============================ request typography styles =================================*/
.REQUEST TYPOGRAPHY------------------------{
	}
.divRequestFormLabel label{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.divRequestFormField label{
	padding-left: 1px;
	margin-right: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
.divRequestFormField input{
	padding: 1px;
	}
.divRequestFormField option{
	padding: 1px 4px;
	}
.divRequestFormField,
.divRequestFormField input,
.divRequestFormField option,
.divRequestFormField select,
.divRequestFormField textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.divRequestForm h2{
	margin-bottom: 15px;
}
.divRequestForm .Deemphasize{
	color:#CCC;
}

/* ============================ testimonials styles =================================*/
p.Testimonial{
	font-size:12px;
	text-align:left;
	font-style:italic;
	line-height:20px;
	}
p.TestimonialAuthor{
	font-weight:bold;
	padding-bottom:14px;
	}
p.TestimonialFrom{
	color:#666;
	}
h2.TestimonialFrom{
	font-size:13px;
	}
p.TestimonialBackground{
	font-size:11px;
	text-align:left;
	line-height:18px;
	}

/*Footer*/
#divFooter{
	float: left;
	width: 930px;
	height: 30px;
	padding-bottom: 20px;
	background-image: url(../images/layout/footer-bg.gif);
	background-repeat: no-repeat;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 10px;
	}
#divCredits{
	float: left;
	width: 930px;
	}
#divCredits p{
	margin:0px;
	padding:0px;
	}
#divSprout{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
#divFooterLinks{
	float: right;
	}
#divSprout p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	}
#divSprout p a{
	color: #666666;
	text-decoration: none;
	}
#divSprout p a:hover{
	text-decoration: underline;
	}
#divFooterLinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
#divFooterLinks p a{
	color: #666666;
	text-decoration: none;
	}
#divFooterLinks p a:hover{
	text-decoration: underline;
	}

