/*
Site URI: http://www.oralandcosmeticsurgery.com
CSS Author: Jori Ford (The Usman Group)
Contact: jori.ford@gmail.com

Notice:  This CSS File and all components and contents are the sole property of their respective parties and not for redistribution or sale.
	  
*/

/*General Stylings*/

* {
	padding: 0;
	margin: 0;
}

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ad4500;
	background-image: url(img/bg_top_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F15B29;
	font-weight: normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #E19F00;
	font-weight: normal;
}

ul li {
list-style-type:square;
margin-left:1.0em;
}

ol li {
margin-left:2.0em;
}

/*Layout Stylings*/
#wrapper { 
 margin: 0 auto 20px auto;
 width: 820px;
 background-color:#FFFFFF;
 height:100%;
}
#header {
	color: #333;
	width: 820px;
	height:296px;
	margin:0;
	background-color: #fff;
	background-image:url(img/header2-bg.jpg);
	background-repeat:no-repeat;
}
.spec{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:24px;
	font-weight:400;
	padding:30px 0 0 135px;
	text-decoration:none;
}
.nav-sec a {
 font-size:11px;
 text-decoration:none;
}
#tagline {
	text-align:left;
	font-weight:300;
	color:#F89422;
	padding-left:135px;
	width: 300px;
  }
/*#navigation {
 width: 790px;
 color: #333;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 margin:-65px 0 0 0;
} */
#leftcolumn { 
 color: #333;
 border-left: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 100%;
 width: 575px;
 float: left;
 background: #FFFFFF;
 text-align:left;
 line-height:1.6ems;
}
#news {
  border:1px solid #c19309;
  padding:5px;
  margin-top:20px;
}
#news h2 {
  border-bottom:1px solid #006666;
  margin-bottom:10px;
  font-weight:bold;
}
#news p {
  padding-left:5px;
}
#rightcolumn {
	float: right;
	position:relative;
	color: #333;
	border-right: 1px solid #ccc;
	margin:0px;
	padding: 10px;
	height:100%;
	width: 191px;
	background-color: #EEE4E2;
	text-align:left;
}
#footer {
	width: 820px;
	height:60px;
	clear: both;
	text-align:center;
	color: #333;
	border: 0px none #ccc;
	background-color: #c19309;
	margin: 0px;
	padding-top:5px;
}

/*Custom Stylings*/
#dentist {
 border:1px solid #000;
 padding:3px;
 }
#dentist img {
	margin-left:0px;
}
.heading {
 font-weight:500;
 font-weight:bold;
 }
h3 {
	font-size: 14px;
	color: #C19030;
}
.inset {
	margin-left: 15px;
	text-align: right;
}
a.img {
border:none;
}#uno {
	height: 590px;
}
#dos {
	height: 186px;
	width: 547px;
}
td {
	vertical-align: top;
}
#leftcolumn #tableH {
	line-height: 15px;
	margin-bottom: 5px;
}
#leftcolumn #tableH2 {
}

