/*defaults*/
body 	{background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#ed1c24; text-decoration:none;}
 
/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{width:100%; padding:10px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{background:url('../images/logo92.gif') no-repeat 685px 0; border-bottom:1px solid #DADADA; padding:20px 30px 32px 0px; font-size:32px; height:55px;}
#name { float: left;}
#navigation	{padding:10px 0; } 
#header		{background:#DADADA url('../images/front_range.jpg') no-repeat 10px 9px; padding:10px; height:200px; }
#header img {border: 0;}
#content	{float:left; width:510px; padding:20px 10px 0 0; line-height:160%; }
#top_content{ width: 710px; clear:both;}
#contact_content {width: 200px; line-height:160%;}
#news		{float:right; width:210px; padding:20px 0; line-height:140%; text-align:left; margin: 30px 10px 10px 10px;}
#map		{float:right; width:500px; margin: 80px 0px 10px 10px;}
#map_notfound {margin: 30px 15px 30px 0px;}
.newsItem	{padding:10px 19px 0px 19px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
.newsItemDrT {padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin:92px 0px 20px 0px; }
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }
.contact 	{margin: 0 0 15px 20px;}
#xray {margin-bottom:14px;}
#xray3D {margin-bottom:7px;}
#office_photos td {padding:3px;}
#office_photos img {background:#FFF; padding:4px; border:1px solid #ccc;}
#CBCT 	  {text-decoration: none;}
#CBCT img {position: relative; top: -65px; left: 690px}
/*headings*/
.newsItem h1	{color:#0053a0; margin:0 0 7px 0; padding:0; font-size:130%; font-weight:normal; }
.newsItem img 	{border:1px solid #ccc;}
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:175%; margin:0; padding:0; color:#0053a0; } 
#logo h1 a 		{color: #0053a0; text-decoration:none;}
.mini_text 		{color: #333; font-size:10px;}

/*random */
.standout {font-weight:bold; color:green;}
.attention { color:#0053a0;} 
.plain_attention {color: green;}
#test {margin-top:-15px; padding:0px;}
#front_page_directions { margin: 20px 0 15px 0;}
#front_page_directions input { margin: 4px 0 4px 0;}
#tooth_diagram {float: right; margin:10px;}

/*navigation*/
#navigation { border-bottom:1px solid #DADADA;}
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#0053a0; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }

/*lists*/
#general {
	margin: 0px;
	padding: 0px;
}
#general li {
	margin: 0px 10px 30px 0px;
	padding: 0px;
	list-style-type:none;
}
#general div{
	font-weight: bold;
	font-style:italic;
}
#bullet {
	margin: 0px 0px 15px;
	padding-left:40px;
}
#bullet li {
	list-style-type:circle;
	margin:0px;
}
#bullet a {
	color: #0053a0;
}
.bullet_side {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 25px;
}
.bullet_side li{
	margin:0;
	padding:0;
}
/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

/*Ryan Styles*/
.docName {
	line-height:21px;
	font-size:.7em;
}
#docs {
	float:right;
	margin-right:100px;
}
.credentials {
	color: #999;
	font-size: 10px;
	line-height:12px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.clear {
	clear:both;
}