/* @override http://tysons-dental.com/css/layout.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#7fbed8 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#636363;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.3em; color:#72aec7; }
h2	{ font-size:1.2em; color:#3b5e6d; }
h3	{ font-size:1.0em; color:#72aec7; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#578d96; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#3c6369; text-decoration:none; outline:none; }

#noflash { color:#cccccc;}
#noflash a:link, #noflash a:visited,
#noflash  a:hover, #noflash a:active	{ color:#cccccc; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	position:relative;
	width:75px;
	height:25px;

	background:url("../images/btn-backtotop.jpg") right no-repeat;
	float:right;
	}
p.back-to-top a {	
		top:0px;
	left:0px;
	width:75px;
	height:25px;
	position:absolute;
	}

p.back-to-top span { display:none;}

.bnaexample {
float:right; text-align:center;
}

img.alignright {float:right; border:1px solid #578d97;margin-left:10px;}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 20px;
	}

img.img-right { 
	float:right; 
	margin:5px 50px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0px 15px 0px; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

#formquestion { margin-left:32px; width:178px;}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fffaf3 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #628fa6;
	color:#414141;
	width:170px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	margin-left:34px;
	}

 
 textarea#none { 
	background-color:#fffaf3 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #628fa6;
	color:#414141;
	width:420px!important; /* 5 pixles smaller than form width !important */
	height:120px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	margin-left:0px;
	} 
 

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:100%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:20px 0 0 232px; } /* defines placement of contact-main submit button */

input.submit-contact-main2 { margin:80px 0 0 232px; } /* defines placement of contact-main submit button */
input.submit-image, input.submit-search-blog { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:70px;
	height:18px;
	border:none;
	cursor:pointer;
	}
	
input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-main.jpg");
	width:69px;
	height:21px;
	border:none;
	cursor:pointer;
	}
	input.submit-contact-main2 { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-main.jpg");
	width:69px;
	height:21px;
	border:none;
	cursor:pointer;
	}
	

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:740px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") ;
	height:67px;
	 
	background-color:#5f8fa6;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:573px;
		width:160px;
		top:23px;
		height:42px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:241px;
	float:left;
	}

#title-readblog {
	position:relative;
	height:151px;
	background:url("../images/title-readblog.jpg") ;
	}
#title-readblog a { position:absolute; left:27px; width:192px; top:23px; height:109px;}
#title-readblog span { display:none;}



#title-links {
	position:relative;
	height:85px;
	background:url("../images/title-links.jpg") ;
	}
#title-links a { position:absolute; left:27px; width:192px; top:10px; height:75px;}
#title-links span { display:none;}




#title-contact {
	height:64px;
	background:url("../images/title-contact.jpg") ;
	}
	
#title-blog {
	margin-top:20px;
	height:64px;
	background:url("../images/title-blog.jpg") ;
	}	
	

#title-location {
	margin-top:20px;
	height:53px;
	background:url("../images/title-location.jpg") ;
	}
	
#title-hours {
	height:52px;
	background:url("../images/title-hours.jpg") ;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 30px;
		color:#252525;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:499px;
	float:left;
	background:url("../images/right-wrap.jpg") bottom;
	}

#subhead-feat {background:url("../images/subhead-feat.jpg"); height:73px; }
#subhead-specials {background:url("../images/subhead-specials.jpg"); height:73px; }

#subhead-cosmetic {background:url("../images/subhead-cosmetic.jpg"); height:73px; }
 
.right-bottom-wrap {background:url("../images/right-wrap-bottom.jpg") no-repeat; height:28px;}

.response {margin:15px 5px 10px 35px !important; width:200px; color:#C60 !important; background-color:transparent !important;}
 .mce_inline_error {margin:5px 0px 5px 35px !important; width:190px; background-color:transparent !important; font-size:.8em;    }
  

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 50px 10px 25px;
		}



	#column-right form { margin-left:0px; }

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			
			line-height:20px; 
			}



/* ------------------------ header framework ------------------------ */

#header-flash { height:251px; width:740px; background:url("../images/header-flash.jpg") top repeat-y;  } 
#header-graphic { height:253px; width:402px; float:left; background:url("../images/header-index.jpg");} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }

	

/* ------------------------ subhead framework ------------------------ */
#subhead { height:73px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#smilegallery #subhead { background:url("../images/subhead-smilegallery.jpg"); }
	body#teethwhitening #subhead { background:url("../images/subhead-teethwhitening.jpg"); }
	body#implantsdentures #subhead{ background:url("../images/subhead-implantsdentures.jpg"); }
	body#veneerswhitefillings #subhead { background:url("../images/subhead-veneerswhitefillings.jpg"); }
	body#crownsbridges #subhead { background:url("../images/subhead-crownsbridges.jpg"); }
	body#invisalign #subhead{ background:url("../images/subhead-invisalign.jpg"); }
	body#acupuncture #subhead{ background:url("../images/subhead-acupuncture.jpg"); }
	body#blog #subhead{ background:url("../images/subhead-blog.jpg"); }
	body#forms #subhead{ background:url("../images/subhead-forms.jpg"); }
	body#links #subhead{ background:url("../images/subhead-links.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#error #subhead { background:url("../images/subhead-error.jpg"); }
	body#multi #subhead { background:url("../images/subhead-multi.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#cosdent #subhead { background:url("../images/subhead-cosdent.jpg"); }

	body#testi #subhead { background:url("../images/subhead-testi.jpg"); }

#subhead-video { height:52px;  background:url("../images/subhead-video.jpg"); } /* sets height for all subheads */


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") repeat-y;
	height:170px;
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:522px;
	margin:0 auto;
	text-align:left;
	float:left;
	}

#footer p {
	color:#a4bac2;
	margin:0px 10px 0px 26px;
	}

#footer a:link, #footer a:visited { color:#a4bac2; text-decoration:none; }
#footer a:hover, #footer a:active { color:#fff; text-decoration:none;  }

#footer ul {padding-top:20px; margin:0px 10px 10px 18px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		}
	#footer li.first { border: none; }

#addesss { float:left; width:216px;}
#addesss p {
	color:#fffaf3;
	padding:10px 0px 0px 15px;
	}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:740px; 
	height:38px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:38px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 80px; margin-left: 5px;}
#nav-02 { width: 74px;}
#nav-03 { width: 126px;}
#nav-04 { width: 120px;}
#nav-05 { width: 137px;}
#nav-06 { width: 111px;}
#nav-07 { width: 87px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -5px -38px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -85px -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -159px -38px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -285px -38px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -405px -38px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -542px -38px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -653px -38px no-repeat; }




/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#628fa6;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #628fa6;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-04 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#FFFFFF;
	color:#43687a;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-04 ul, #nav-04 li { width:200px; }		
#nav-06 ul, #nav-06 li { width:110px; }
#nav-07 ul, #nav-07 li { width:150px; }



/* wordpress blog elements
 * ------------------------------------------------------------------------- */

#blogmenu {margin:0px 50px 10px 25px;}
#menu ul { margin:0 0 0 0px;
		   padding-bottom:10px;
			}

#menu ul li ul li {
			font-weight:bold;
			padding-left:10px;
			}

.storytitle { font-size:16px; color:#6bafc2; text-decoration:none;}

.storycontent p em { font-style:normal;} 

.meta {
		font-size:.8em;
		background-color:#f4f1ec;
		 
		margin:0 46px 30px 26px;
		}
 
.feedback {
		text-align:right;
		font-size:.9em;
		margin:0 55px 10px 0; 
		}

#blog blockquote p{ background-color:#F1F7FB;
					margin:0 20px 0 38px;
					}
				
#blog ol { list-style-type:decimal !important;
		   margin:0 0 0 65px !important;
			} 
#blog ol li p {margin:0 0 20px 0;}
#blog ol li p cite { font-size:.9em;}


#blog h3 a:link, #blog h3 a:visited	{ color:#578d96; text-decoration:none; outline:none; }
#blog h3 a:hover,#blog h3 a:active	{ color:#3c6369; text-decoration:none; outline:none; }

#next {margin-left:25px;}






.letalight {  float:left; width:225px; margin-right:0px;}
.letalight img { border:1px solid #bcd1ce;}