p {
	margin: 10px 0px;
	line-height: 1.5em;
}

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  text-align: left;
  /* color: #4C545B; */
  color: #000;
}

h2
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #000;
}

h3
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000;
}

h4
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  display: inline;
  padding-right: 5px;
  border-right:1px solid #458ac5;
  margin-right: 5px;
}

.adHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: oblique;
	color: #458ac5;
	line-height: 32px;
}

.adText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	color: #1b1a1a;
}

.bodyTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #1b1a1a;
}

.bodyTextBoldCapsTan {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #e8e8e6;
}

.headerCallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #EDEDEB;
}

.headerCallTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #EDEDEB;
}

.testDate {
	position: relative;
	float: left;
	width: 60px;
	height:90px;
}

.dayNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: center;
	width: 60px;
	padding-top: 25px;
	padding-bottom: 0px;
}

.dayYear {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #848173;
	text-align: center;
}

.testContent {
	postion: relative;
	float: left;
	width: 635px;
}

.sideBarSubHeader {
	font-weight: bold;	
}

.headerTwo {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #1b1a1a;
}

.headerThree {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #458ac5;
  display: inline;
  padding-right: 5px;
  border-right:1px solid #458ac5;
  margin-right: 5px;
}


.errorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #808b91;
}

.copyrightText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.copyrightTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}

.clear {
	float: none;
	clear: both;
}
	
#fbcctRight ul li, #fbcclContent ul li {
	list-style: disc;
	margin-left: 30px;
}

.siteTable td {
	padding: 2px;
}

.smileTable td {
	padding: 10px;
}
#dataTable td ul {
	margin-left:14px;
	list-style-type: disc;
}

.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6c6d67;
	background-color: #F6F7F3;
	border: none;
	padding: 3px;
	width: 350px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	CCborderRadius: 4px;
}

#lForm {
	margin-top: 10px;
}

#lForm .form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6c6d67;
	background-color: #F6F7F3;
	border: none;
	padding: 3px;
	width: 150px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	CCborderRadius: 4px;
}


/* FORM STYLES */
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #61201A;
}
.fRow {
	position: relative;
	clear: both;
	float: none;
}
.fInput {
	position: relative;
	width: 92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727375;
	padding: 3px;
	float: left;
	margin-right: 2px;
}
.fLabel {
	width: 94px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3e3e3e;
	padding: 3px;
	float: left;

}
.fInput1 {
	width: 194px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727375;
	padding: 3px;
	background-color: #E7EEEE;
	border: 1px solid #B3C0C1;
}
.fInput2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #727375;
	padding: 5px;
	background-color: #E7EEEE;
	background-image: url(../images/general/lightOverlay.png);
	background-repeat: repeat-x;
	border: 1px solid #cad8d9;
}


.pfRow {
	position: relative;
	margin-bottom: 1px;
}

.qfInput {
	position: relative;
	width: 227px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	padding: 3px;
	background-color: #b6d0c8;
	border: 1px solid #b6d0c8;
}
.qfInput2 {
	position: relative;
	width: 235px;
	float: left;
	padding: 0px;
}
.qfLabel {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 3px;
	float: left;

}

.enterBtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #727375;
	padding: 5px;
	background-color: #E7EEEE;
	background-image: url(../images/general/lightOverlay.png);
	background-repeat: repeat-x;
	border: 1px solid #cad8d9;
	width: 100px;
}

.enterBtnOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #727375;
	padding: 5px;
	background-color: #B9D2D2;
	background-image: url(../images/general/lightOverlay.png);
	background-repeat: repeat-x;
	border: 1px solid #cad8d9;
	width: 100px;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #D4830E;
}

/* Adds special style to an unvisited link. */
a:link {
  font-weight: normal;
  text-decoration: none;
  color: #D4830E;
}

/* Adds special style to a visited link. */
a:visited, a.visited {
	font-weight: normal;
	text-decoration: none;
	color: #BB832F;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
	font-weight: normal;
	text-decoration: none;
	color: #F3992A;
}

/* Adds special style to an unvisited link. */
a.header:link {
  font-weight: normal;
  text-decoration: none;
  color: #061c52;
}

/* Adds special style to a visited link. */
a.header:visited {
	font-weight: normal;
	text-decoration: none;
	color: #061c52;
}

/* :hover - adds special style to an element when you mouse over it. */
a.header:hover {
	font-weight: normal;
	text-decoration: none;
	color: #597BCB;
}

/* OFFER STYLES */

#offerHeader {
	color: #8a7a31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	text-align: center;
	padding: 60px 30px 0px 40px;
	height: 25px;
	width: 240px;
	background-image: url(../images/boger-dental-offer-header-bkg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#offerHeader3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	padding: 60px 30px 0px 40px;
	height: 25px;
	width: 240px;
	background-image: url(../images/boger-dental-offer-header-bkg-b.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#offerDetails {
	color: #8a7a31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	padding: 0px 50px 5px 50px;
	width: 210px;
	background-image: url(../images/boger-dental-offer-details-bkg.png);
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}

#offerDetails a {
	color:#3E78B4;
	cursor: pointer;
}

#offerDetails a:hover {
	color:#4689D9;
	cursor: pointer;
}

#offerForm {
	padding: 5px 0px 0px 114px;
	height: 160px;
	width: 196px;
	background-image: url(../images/boger-dental-offer-form-bkg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#offerForm input {
	background: transparent;
	border: none;
	height: 13px;
	width: 138px;
	margin: 0px 2px 8px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8a7a31;
	
}

#offerForm textarea {
	background: transparent;
	border: 1px solid #fff;
	height: 30px;
	width: 138px;
	margin: 0px 2px 8px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8a7a31;
	
}

#offerForm .submitBTN {
	width:55px;
	height:25px;
	border:none;
	float:left;
}

#offerForm a {
	color:#3E78B4;
	cursor: pointer;
}

#offerForm a:hover {
	color:#4689D9;
	cursor: pointer;
}

.specialDis {
	font-style: oblique;
}

#offerForm2 {
	padding: 5px 55px 0px 55px;
	height: 120px;
	width: 200px;
	background-image: url(../images/boger-dental-offer-button-bkg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#offerForm3 {
	padding: 5px 55px 0px 55px;
	height: 90px;
	width: 200px;
	background-image: url(../images/boger-dental-offer-button-bkg-b.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#offerButton a {
	background-image: url(../images/btn-learn-more.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 50px;
	text-indent: -9999px;
	margin-top: 20px;
}

#offerButton a:link, #offerButton a:visited {
	background-position: 0px 0px;
}

#offerButton a:hover {
	background-position: 0px -50px;
}


/* VIDEO BTN */

a.videoBTN {
	position: relative;
	width: 235px;
	height: 66px;
	display: block;
	background-image: url(../images/boger-dental-video-library-btn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

a.videoBTN:link, a.videoBTN:visited  {
	background-position: 0px 0px;
}

a.videoBTN:hover {
	background-position: 0px -66px;
}


/* PICTURE/CAPTION Styles */
.caption2up {
	position: relative;
	width: 530px;
	margin: 10px 0px 1px 0px;
	padding: 0px;
}

.caption2up .cLeft {
	position: relative;
	width: 250px;
	margin-right:20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #857363;
	text-align: center;
	background-color: #E1DBD3;
}

.caption2up .cRight {
	position: relative;
	width: 250px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #857363;
	text-align: center;
	background-color: #E1DBD3;
}

.picture2up {
	position: relative;
	width: 530px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.picture2up .pLeft {
	position: relative;
	width: 230px;
	margin-right:20px;
	float: left;
	text-align: center;
	background-color: #E1DBD3;
	padding: 10px;
}

.picture2up .pRight {
	position: relative;
	width: 230px;
	float: left;
	text-align: center;
	background-color: #E1DBD3;
	padding: 10px;
}



/* HUBSPOT OFFER STYLES */


#oPageHeader {
	position: relative;
	background-color: #458ac5;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	padding: 10px 0px;
}

#oHeader {
	color: #8a7a31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	text-align: center;
	padding: 10px 10px 0px 10px;
}

#oDetails {
	color: #8a7a31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	padding: 10px 20px 5px 20px;
	display: none;
	border-top: 1px solid #D8CEBB;
	margin-top: 10px;
}

#oDetailsButton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: right;
	padding: 5px 20px 5px 20px;
	border-top: 1px solid #D8CEBB;
	margin-top: 5px;
}

#oDetails a {
	color:#3E78B4;
	cursor: pointer;
}

#oDetails a:hover {
	color:#4689D9;
	cursor: pointer;
}

#oForm {
	padding: 10px 10px 10px 10px;
}

#oForm a {
	color:#3E78B4;
	cursor: pointer;
}

#oForm a:hover {
	color:#4689D9;
	cursor: pointer;
}

.specialDis {
	font-style: oblique;
}



/* CALL OUT STYLES */

ul.callOuts {
	list-style: none;
	padding: 0px;
	margin: 0;	
}

ul.callOuts li.coItem {
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-left: 15px;
	background-image: url(../images/boger-dental-arrows.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

ul.callOuts li:hover {
	background-position: left top;
}

ul.callOuts li.current {
	background-position: left top;
}


a.coLink:link {
	color: #a8a490;
	text-decoration: none;
	font-weight: normal;
}
a.coLink:visited {
	color: #a8a490;
	text-decoration: none;
	font-weight: normal;
}
a.coLink:hover {
	color: #458ac5;
	text-decoration: none;
	font-weight: normal;
}

a.coLink:active {
	color: #458ac5;
	text-decoration: none;
	font-weight: normal;
}

ul.callOuts li.current a {
	color: #458ac5
}

.coContent {
	display:none;	
	position: absolute;
	padding-left: 20px;	
}


/* TESTIMONIAL STYLES */

.testTitle {
	font-size: 16px;
	font-weight: bold;
	color: #458ac5;
	float: left;
}



/* NEWS STYLES */

.newsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #458ac5;
}
.newsSubTitle {
	font-size: 13px;
	font-weight: bold;
	color: #67829C;
}
.newsCopy {
	font-size: 12px;
	line-height: 1.2;
}

.newsHeader2 {
	font-size: 20px;
	color: #458ac5;
}
.newsTitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #458ac5;
}
.newsSubTitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #67829C;
}
.newsCopy2 {
	font-size: 11px;
	line-height: 1.5;
}


.feedBox {
	position: relative;
	padding: 10px 0px;
	background-image: url(../images/boger-dental-horizintal-divider.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.feedDate {
	position: relative;
	float: left;
	width: 60px;
	height:90px;
	margin-right: 10px;
}


.feedContent {
	position: relative;
	float: left;
	width: 595px;
}

.feedIntroImage {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
	overflow:hidden;
}

.feedIntroImage img {
	width: 100px;
	height: auto;
}

.bannerBox {
	position: relative;
	padding: 10px 0px;
	width: 705px;
	background-image: url(../images/boger-dental-horizintal-divider.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.bannerBox2 {
	position: relative;
	padding: 0px;
	width: 225px;
	height: 125px;
	margin-right: 15px;
	background-image: url(../images/banner-btns2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.bannerBox2 a.bbLink {
	position: absolute;
	display: block;
	width: 225px;
	height: 125px;
	background-image: url(../images/banner-btns2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	z-index: 2;
}

.bannerBox2 a.bbLink:link, .bannerBox2 a.bbLink:visited {
	background-position: 0px 0px;
}

.bannerBox2 a.bbLink:hover {
	background-position: 0px -125px;
}

.bbWrapper {
	position: absolute;
	padding: 10px;
	width: 205px;
	height: 105px;
	overflow: hidden;
	z-index: 1;
}

.bbWrapper .bbImage {
	position: relative;
	float: left;
	width: 55px;
	height: 105px;
	margin-right: 5px;
	overflow: hidden;
}

.bbWrapper .bbContent {
	position: relative;
	width: 205px;
	height: 105px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	overflow: hidden;
}

.bbWrapper .bbContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #000;
}

.bbWrapper .bbContent2 {
	position: relative;
	float: left;
	width: 145px;
	height: 105px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	overflow: hidden;
}

.bbWrapper .bbContent2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}


.right {
	margin-right: 0px;
}

/* LOGO LINK STYLES */

#fbcclLogos a {
	position: relative;
	display: block;
	float: left;
	height: 70px;
	text-indent: -9999px;
	background-image: url(../images/logo-line-10.png);
	background-repeat: no-repeat;
}

#fbcclLogos a.ll1 {
	width: 102px;
	background-position: 0px 0px;	
}

#fbcclLogos a.ll1:hover {
	width: 102px;
	background-position: 0px -70px;	
}

#fbcclLogos a.ll2 {
	width: 152px;
	background-position: -102px 0px;	
}

#fbcclLogos a.ll2:hover {
	width: 152px;
	background-position: -102px -70px;	
}

#fbcclLogos a.ll3 {
	width: 106px;
	background-position: -254px 0px;	
}

#fbcclLogos a.ll3:hover {
	width: 106px;
	background-position: -254px -70px;	
}

#fbcclLogos a.ll4 {
	width: 170px;
	background-position: -360px 0px;	
}

#fbcclLogos a.ll4:hover {
	width: 170px;
	background-position: -360px -70px;	
}

#fbcclLogos a.ll5 {
	width: 155px;
	background-position: -530px 0px;	
}

#fbcclLogos a.ll5:hover {
	width: 155px;
	background-position: -530px -70px;	
}


/* position and dimensions of the navigator */
.navi {
	height:20px;
	text-align: right;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/tab-dots.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}




/* BOTTOM NAVIGATION STYLES */

.navText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #BABAB8;
}

a.bNav:link {
	color: #BABAB8;
	text-decoration: none;
	font-weight: normal;
}
a.bNav:visited {
	color: #BABAB8;
	text-decoration: none;
	font-weight: normal;
}
a.bNav:hover {
	color: #f3a102;
	text-decoration: none;
	font-weight: normal;
}

.copyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #9E9E9C;
}

a.copy:link {
	color: #9E9E9C;
	text-decoration: none;
	font-weight: normal;
}
a.copy:visited {
	color: #9E9E9C;
	text-decoration: none;
	font-weight: normal;
}
a.copy:hover {
	color: #f3a102;
	text-decoration: none;
	font-weight: normal;
}

/* STAFF STYLES */
.staffHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #857363;
}

.staffImage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #857363;
	padding: 5px 5px 5px 0px;
	margin-right: 5px;
	float:left;
	width: 100px;
}
.staffText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #857363;
	line-height: 1.5;
	text-align: left;
	padding: 5px 0px;
	float:left;
	width: 595px;
}


/* SMILE GALLERY */

.smileImageBox {
	position: relative;
	float: left;
	width: 200px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #383838;
}


/* Navigation Styles */

.navTopTextBlue {
	font-family: Verdana, Geneva, sans-serif;
	color: #5D718E;
	font-weight: bold;
}

TABLE.navi2{
margin-left:0px;
z-index:50;
}

TABLE.navi2 TD,TABLE.navi2 TD.selected{
align:center;
font-size:12px;
font-family: Verdana, Geneva, sans-serif;
padding:2px 5px 1px 0px;
text-decoration:none;
color:#1b1a1a;
margin-bottom: 10px;
}

TABLE.navi2 TD A,TABLE.navi2 TD A:visited{
color:#1b1a1a;
text-decoration:none;
}

TABLE.navi2 TD.selected{
background-color:#c9c9c2;
text-decoration:none;

}
TABLE.navi2 TD.selected A,TABLE.navi2 TD.selected A:visited{
color:#95857B;
text-decoration:none;
}

TD.navi,TD.navibottom,TD.central{
border-style:solid;
border-color:#9E9E9C;
border-width: 1px 1px 0px 1px;
}

TABLE.dd_menu{
position:relative;
top: 1px;
filter:alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;
}

TABLE.dd_menu TD{
padding:0;
margin:0;
}

TABLE.dd_menu TD.dd_menu_inside {
padding:5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color:#9E9E9C;
background-color: #c9c9c2;
}

TABLE.dd_menu TD.dd_menu_footer{
padding:2px 2px 3px 2px;
}

TABLE.dd_menu TD.dd_menu_footer_fill{
background-color: #c9c9c2;
}


TABLE.dd_menu TD.dd_menu_inside UL {
list-style:none;
padding:0px;
margin:0px;
}

TABLE.dd_menu TD.dd_menu_inside UL LI {
padding:5px;
}

TABLE.dd_menu TD.dd_menu_inside A:link{
	text-decoration:none;
	font-weight: normal;
	color: #727170;
}

TABLE.dd_menu TD.dd_menu_inside A:visited{
text-decoration:none;
font-weight: normal;
color: #727170;
}

TABLE.dd_menu TD.dd_menu_inside A:hover{
text-decoration:none;
font-weight: normal;
color: #3D342E;
}


/* TOP NAVIGATION TWO STYLES */
/* MAIN NAVIGATION TAG AND CLASS STYLES */
#hcMainNavigation ul {
	width:940px;
	margin-top: 3px;
}
#hcMainNavigation li {
	display: inline;
	margin-right: 1px;
}
#hcMainNavigation li .current {
	background-color:#c9c9c2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
    CCborderRadius: 4px;
}
#hcMainNavigation ul li a {
	font: 13px/1 Georgia, "Times New Roman", Times, serif;
	color: #1b1a1a;
	height: 25px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
}
#hcMainNavigation ul li a:hover {
	background-color:#c9c9c2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
    CCborderRadius: 4px;
}
#hcSubNavigationContent .subnav_column {
	float:left;
	margin-right:40px;
}
#hcSubNavigationContent .subnav_column li {
	margin: 5px 0;
	list-style-type: none;
	color:#ffffff;
}
#hcSubNavigationContent .subnav_column a {
	text-decoration:none;
	color:#ffffff;
}
#hcSubNavigationContent .subnav_column a:hover {
	color:#eeeeee;
	text-decoration:underline;
}

