/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#FFF url(http://www.smileswashington.com/images/bg-body.jpg) top repeat-x;
	text-align:center; 
	font:14px/18px  Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

#column-right p.h1{font-size:1.2em;color:#325769;font-weight: bold;}
#column-right p.h2{ font-size:1.1em; color:#325769;font-weight: bold;}
#column-right p.h3{ font-size:1em; color:#666633;font-weight: bold;}

a:link,a:visited	{ color:#2f86af; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000033; text-decoration:underline; outline:none; }

p,ul,img{ margin-bottom:10px;}

/* ----- classes ----- */

.clear{ clear:both;width:100%;}

p.back-to-top {
	text-align:right;
	padding-right:15px;
	width:98%;
	display: block;
}
	
.img-left {float:left;margin:0 10px 10px 0;}
	
.img-right {float:right;margin:0 0 10px 10px;}

	
/* ----- global form elements ----- */ 

form {
	width:200px;
	margin:10px 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#ECEBE6!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #CCCCCC;
	color:#000;
	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: Arial, Helvetica, sans-serif; 
	font-size:1em;
	}
	
select { width:170px; padding:0; } /* same width as form - !important */

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

#contact-business { display: none; } /* do not remove */ 

#ptt{ width:145px; height:69px; display:block; background:url(http://www.smileswashington.com/images/ptt-button.gif);}

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

#contact-main label { 
	width:220px; 
	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:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:50px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


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

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

input.submit-contact-main { margin:20px 0 0 50px; }




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

#wrap {

	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url(http://www.smileswashington.com/images/masthead.gif);
	height:86px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:431px;
		top:0px;
		height:86px; 
		}

/* ----- column-left ----- */

#column-left {
	width:145px;
	float:left;
	display: inline;
}
	

			
/* ----- column-right ----- */

#column-right {width:585px;float:left;margin-left: 15px;}
	#column-right p{ color:#666633;}
	
#column-right ul { padding-left:15px; }
		#column-right ul li {
	padding-left:10px;
	list-style:disc;
	color: #666633;
}
			
.content{ width:760px;}
.content img.bna{	float:left;	margin-left: 45px;}	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:20px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-flash { height:246px; background:url(http://www.smileswashington.com/images/header-img.jpg); } /* sets height for the flash header - REMOVE IF NOT USED */



/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {height:24px;margin-top: 51px;margin-bottom: 10px;}

	body#index #subhead { background:url(http://www.smileswashington.com/images/subhead-index.jpg) no-repeat; }
	body#about #subhead { background:url(http://www.smileswashington.com/images/subhead-about.gif) no-repeat; height:45px; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	font: 10px/12px;
	}

#footer p {
	color:#2B5A70;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#2B5A70; }

#footer a:hover, #footer a:active { color:#4E92B7; }

#footer ul {margin-top:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #2B5A70;
	}

	#footer li.first { border: none; }
	
	
	/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url(http://www.smileswashington.com/images/nav.jpg) top left no-repeat;					
	width:145px;		/* Width of buttons, not entite image (or half of entire image) */
	height:339px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:25px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:51px; width:145px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08 { margin-top:11px; width:145px; }

#nav-01 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px  -51px no-repeat; }
#nav-02 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px  -87px no-repeat; }
#nav-03 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px  -123px no-repeat; }
#nav-04 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px  -159px no-repeat; }
#nav-05 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px -195px no-repeat; }
#nav-06 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px -231px no-repeat; }
#nav-07 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px -267px no-repeat; }
#nav-08 a:hover { background:url(http://www.smileswashington.com/images/nav.jpg) -145px -303px no-repeat; }
