@charset "utf-8";
/* CSS Document */
* 
{
	margin: 0;
	padding: 0;
}

body 
{ 
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	background-color: #f1844a;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#004171;
}

#menu
{
	position:relative;
	height:34px;
	padding-top:21px;
	width:972px;
	padding-left:14px;
	padding-right:14px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/menu-bg.png);
	margin-top:14px;
	text-align:center;
}

#menu ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu ul li
{
	float:left;
	position:relative;
}


#menu ul li a
{
	display:inline;
	width:84px;
	height:22px;
	padding:10px;
	color:white;
	text-decoration:none;
}


#menu ul li a:hover
{
	
	background-color:#004171;
}

#main-top
{
	position:relative;
	margin-top:21px;
	width:1064px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/main-top-bg.png);
}

#main
{
	position:relative;
	width:1064px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/main-bg.png);
}

*html #main
{
	height:600px;
}

#header
{
	position:relative;
	width:1000px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}

#header #head
{
	float:left;
	height:82px;
	width:auto;
}

#header #logo
{
	float:right;
}

#left
{
	position:relative;
	float:left;
	width:768px;
	min-height:500px;
	margin-left:26px;
	margin-top:20px;
	margin-bottom:20px;
}

*html #left
{
	height:500px;
}

#right
{
	position:relative;
	float:right;
	width:226px;
	min-height:500px;
	margin-right:26px;
	margin-top:20px;
	margin-bottom:20px;
}

*html #right
{
	height:500px;
}

.clear
{
	clear:both;
	width:100%;
	height:1px;
}

#main-menu
{
	position:relative;
	float:left;
	left:6px;
	width:127px;
	min-height:360px;
	margin-bottom:20px;
}

*html #main-menu
{
	height:360px;
}

#main-menu ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#main-menu ul li
{
	float:left;
	position:relative;
	margin-bottom:2px;
}


#main-menu ul li a
{
	position:relative;
	display:block;
	width:127px;
	height:32px;
	background-image: url(images/main-menu-bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:8px;
	padding-top:8px;
	text-decoration:none;
	font-weight:bold;
}

#main-content
{
	position:relative;
	float:left;
	left:90px;
	width:600px;
	min-height:360px;
	margin-bottom:20px;
}

*html #main-content
{
	height:360px;
}

#main-content h1
{
	margin-bottom:20px;
}

#main-content p
{
	margin-bottom:4px;
	margin-top:2px;
}

#main-foot
{
	position:relative;
	width:1064px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/main-foot-bg.png);
}

#social-media
{
	position:relative;
	float:right;
	width:740px;
	height:85px;
	font-size:11px;
}

.social-media-box
{
	position:relative;
	float:right;
	width:230px;
	height:85px;
	margin-left:16px;
}

.social-media-box h3
{
	position:absolute;
	top:0px;
	left:0px;
	font-size:15px;
	color:#e95e11;
}

.social-media-box .twitter-span, .social-media-box .twitter-date, .social-media-box .blog-span
{
	position:absolute;
	color:#004171;
}

.social-media-box .twitter-span
{
	top:24px;
	left:0px;
}

.social-media-box .twitter-date
{
	top:74px;
	left:0px;
	color:#e95e11;
}

.social-media-box .blog-span
{
	top:38px;
	left:0px;
	width:230px;
	height:40px;
	overflow:hidden;
}

.social-media-box a.blog-title, .social-media-box a.read-more
{
	position:absolute;
	color:#e95e11;
}

.social-media-box a.blog-title
{
	top:20px;
	width:240px;
	height:20px;
	overflow:hidden;
	font-weight:bold;
	text-decoration:none;
}

.social-media-box a.blog-title:hover
{
	text-decoration:underline;
}

.social-media-box a.read-more
{
	top:80px;
	left:160px;
	font-weight:bold;
	text-decoration:none;
}

.social-media-box a.read-more:hover
{
	text-decoration:underline;
}

#contact-form
{
	position:relative;
	width:226px;
	height:161px;
	background-color:#042137;
	background-image: url(../images/contact-form-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	background-color:#FFFFFF;
}

#contact-form label
{
	position:absolute;
	left:11px;
	width:40px;
	height:12px;
	text-align:right;
}

#contact-form input, #contact-form #form_contact_us_message, #newsletter-form #form_newsletter_email
{
	position:absolute;
	left:60px;
	width:134px;
	height:17px;
	border:0px;
	background-image:url(../images/input-bg.gif);
	font:Arial;
	font-size:11px;
	padding-top:4px;
	padding-left:4px;
}

#contact-form #form_contact_us_message
{
	height:35px;
}

#contact-form #label_name
{
	top:50px;
}

#contact-form #label_email
{
	top:75px;
}

#contact-form #label_phone
{
	top:100px;
}

#contact-form #label_message
{
	top:125px;
}

#contact-form #form_contact_us_name
{
	top:46px;
}

#contact-form #form_contact_us_email
{
	top:71px;
}

#contact-form #form_contact_us_phone
{
	top:96px;
}

#contact-form #form_contact_us_message
{
	top:121px;
}

#contact-form-foot
{
	position:relative;
	width:226px;
	height:36px;
	background-image: url(../images/contact-form-foot-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:20px;
}

.submit_send
{
	width:53px;
	height:26px;
}

#contact-form-foot .submit_send
{
	position:absolute;
	left:140px;
	top:6px;
} 

#newsletter-form
{
	position:relative;
	float:left;
	width:226px;
	min-height:70px;
	color:#004171;
	font-size:12px;
	margin-bottom:30px;
}

#newsletter-form #label_newsletter
{
	position:absolute;
	top:0px;
	left:6px;
	font-weight:bold;
}

#newsletter-form #label_newsletter
{
	position:absolute;
	top:0px;
	left:6px;
}

#newsletter-form #form_newsletter_email
{
	top:42px;
	left:6px;
	width:112px;
}

#newsletter-form #newsletter_send
{
	position:absolute;
	left:140px;
	top:40px;
}

.promo-box
{
	position:relative;
	float:left;
	width:201px;
	padding-left:15px;
	padding-right:15px;
	padding-top:13px;
	min-height:22px;
	background-image:url(images/promo-box-bg.jpg);
	background-repeat:no-repeat;
}

*html .promo-box
{
	height:22px;
}

.promo-box-foot
{
	position:relative;
	float:left;
	width:227px;
	height:11px;
	background-image:url(images/promo-box-foot-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:12px;
}

.promo-box-foot h3
{
	position:relative;
	font-size:16px;
	width:227px;
	
}

.h3_link
{
	color:#f98f55;
	text-decoration:none;
}

.text_link
{
	color:#004171;
	font-size:11px;
	text-decoration:none;
}

#footer
{
	position:relative;
	width:1052px;
	height:220px;
	background-image:url(images/footer-bg.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	top:40px;
}

#footer-left
{
	position:relative;
	float:left;
	left:260px;
	width:500px;
	height:180px;
	padding-top:40px;
	font-size:12px;
	font-weight:bold;
}

#footer-left ul
{
	position:relative;
	float:left;
	list-style:none;
	margin-right:50px;
}

#footer-left ul li
{
	margin-bottom:10px;
}

#footer-left ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#footer-left ul li a:hover
{
	text-decoration:underline;
}

#footer-right
{
	position:relative;
	float:right;
	width:285px;
	height:220px;
	text-align:right;
}

#footer-right img
{
	border:0px;
	margin-left:2px;
}

#footer-right h4
{
	font-family:Arial;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:40px;
	margin-top:10px;
}
/* bespoke */
#home-page
{
	position:relative;
	width:768px;
	min-height:100px;
}

*html #home-page
{
	height:100px;
}

#home-page-left
{
	position:relative;
	float:left;
	width:330px;
	left:40px;
}

#home-page-right
{
	position:relative;
	float:right;
	width:325px;
	margin-right:32px;
}

#home-page h1
{
	font-size:20px;
	font-weight:bold;
	line-height:20px;
}

#home-page p
{
	margin-top:10px;
	margin-bottom:10px;
}

#dental-services
{
	position:relative;
	width:768px;
	padding-top:29px;
	height:364px;
	background-color:#e5ecf1;
	background-image: url(../images/dental-services-bg.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.dental-treatment
{
	position:relative;
	float:left;
	width:224px;
	height:321px;
	margin-left:21px;
}

.dental-treatment h2
{
	position:absolute;
	font:Arial;
	font-size:15px;
	font-weight:bold;
	left:2px;
	top:2px;
}

.dental-treatment h2 a
{
	color:#e95e11;
	text-decoration:none;
}

.dental-treatment img
{
	position:absolute;
	left:0px;
	top:41px;
}

.dental-treatment p
{
	position:absolute;
	left:2px;
	top:125px;
}

.dental-treatment a.dt-more
{
	position:absolute;
	top:328px;
	padding-top:2px;
	left:182px;
	width:51px;
	height:18px;
	background-image: url(../images/more-bg.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	text-align:center;
}

.rss_ic {
	background-color:#FFFFFF;
	background-image:url("images/rss-icon.jpg");
	background-position:10px 18px;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	font-family:Helvetica;
	font-size:12px;
	height:37px;
	margin-bottom:5px;
	padding-left:52px;
	padding-top:30px;
	position:relative;
	text-decoration:none;
	width:178px;
}

#right ul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

#main-content h2 a{
	text-decoration:none;
	color:#004171;
}

.entry {
	padding-top:6px;
	padding-bottom:10px;
}

.promo-box a {
	text-decoration:none;
	color:#004171;
}

#respond h3 {
	padding-bottom:8px;
	padding-top:10px;
}


h3#comments {
	padding-bottom:10px;
	}
	
.comment-author {
	padding-bottom:2px;
	}
	
.comment-body p {
	padding-top:5px;
}

.commentlist li .avatar {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #004171;
	float:right;
	padding:2px;
}

.commentlist cite, .commentlist cite a {
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}

.fn a.url {
	color:#004171;
	font-weight:bold;
	text-decoration:none;
}

.commentmetadata a {
	color:#E95E11;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

.commentlist p {
margin:10px 5px 10px 0;
}

.commentlist p {
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}

#content_right_sub p  {
	color:#404041;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:40px;
	position:relative;
}

.metadata {
	color:#E95E11;
	font-size:11px;
	font-weight:bold;
}

hr {
	color:#E95E11;
}

#main-content h2 {
	padding-bottom:6px;
}

#main-content h3 a{
	text-decoration:none;
	color:#004171;
}

.postmetadata a {
	text-decoration:none;
	}
	
.secondarymetadata {
	color:#000;
	font-size:11px;
}	

.secondarymetadata a{
	text-decoration:none;
	color:#000;
}

.entryfooter a {
	text-decoration:none;
	color:#E95E11;
	font-weight:bold;
}

.HYS a {
	text-decoration:none;
	color:#E95E11;
	}
	
#post-footer {
	border:dotted 1px #E95E11;
}	

#post-footer h3 {
	padding-top:4px;
	padding-left:5px;
}

#post-footer p {
	padding-left:20px;
	padding-bottom:4px;
}	

.twitter_box {
	float:left;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:20px;
	position:relative;
	z-index:10;
}



