@charset "utf-8";

* {
	margin:0;
	padding:0;
}
html, body {
    height:100%;
}
body {
	background-color:#010101;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	_behavior:url("/csshover.htc");
}
p {
	line-height: 1.2em;
}
h1 {
	font-family: Georgia, Times, serif;
	color: #FFFFFF;
	font-size: 1.4em;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	color: #c29b56;
}
h3 {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
}

.hRule {
	margin: 0;
	padding: 0;
	overflow:hidden;
	line-height: 2px;
	font-size: 2px;
}

#wrapper {
	width:1000px;
	margin:-86px auto auto;
	min-height:100%;
	height: auto !important;
	height:100%;/*same as footer height - this pulls the wrapper up to the top of the monitor */
	position:relative;
}
/* #innerWrap keeps any floats in the wrapper from clearing the :before float used for opera fix */
#innerWrap {
	width:1000px;
	overflow:hidden;
    /* you could use float:left instead of overflow:hidden if you wanted content to overflow*/
    /* background:#ffffcc; If floated instead of overflow:hidden then repeat #outer background color here */
}
#motto {
	position: absolute;
	left: 670px;
	top: 86px;
	z-index: 20;
}
#top {
	width: 1000px;
	height: 126px;
	background-image: url(../images/medCityDental_top.jpg);
	background-repeat: no-repeat;
	border-top:86px solid #0e0b09; /* soak up negative margin and allows header to start at top of page*/
	overflow: hidden;
	position:relative;
	
}
#officeInfo {
	float:right;
	padding: 38px 409px 0 0;
	width: 260px;
	position: relative;
	z-index: 200;
}
#officeInfo h1 {
	font-size: 17px;
	padding-bottom: 2px;
}
#officeInfo p {
	color: #fff;
	padding-top: 5px;
}
#officeInfo .hRule {
	border-bottom: #fff solid 2px;
	width: 255px;
}
#navigation {
	width:670px;
	height:33px;
	background-image: url(../images/medCityDental_navBG.jpg);
	background-repeat:repeat-x;
	position: relative;
	z-index: 50;
	margin-left:22px;
	
}
#navigation ul {
	height: 33px;
	padding:0 0 0 5px;
	background-image: url(../images/medCityDental_navEnd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position:relative;
}
#navigation ul li {
	color:#7cbdcf;
	line-height:33px;
	float: left;
	list-style:none;
}
#navigation ul li a {
	padding: 0 10px;
	line-height:33px;
	color:#7cbdcf;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	display:block;
}
#navigation ul li a:hover {
	color:#fff;
	background-image:url(../images/medCityDental_navBGHighlight.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#navigation ul ul {
	display:none;
	width:148px;
	height:auto;
	position:absolute;
	padding:0;
	background:#0e0b09 url(none);
}
#navigation ul li:hover ul {
	display:block;
}
#navigation ul ul li {
	padding:0;
	margin:0;

	float:none;
	text-align:left;
	font-size:11px;
}
#navigation ul ul li a {
	padding: 0 0 0 14px;
	line-height:33px;
	height:33px;
	margin:0;
	float:none;
}
#navigation ul ul li a:hover {
	background:url(none);
}
#navigation .subNav a, #navigation .subNav a:hover  {
	background: url(../images/navArrow.gif) no-repeat right center;
}
#navigation ul:hover ul ul, #navigation ul ul:hover ul {
	display:none;
}
#navigation li.twoLines {
	line-height: 16px;
}
#navigation .twoLines a {
	line-height: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#main {
	width: 1000px;
	background-image: url(../images/medCityDental_mainBg.jpg);
	background-repeat: no-repeat;
	background-position: left -5px;
}
#oneColumn {
	width:872px;
	padding: 58px 0 0;
	float:left;
	margin-left: 22px;
}
#mainLeft {
	width: 640px;
	padding: 58px 0 0 33px;
	float:left;
}
#mainLeft h1, #oneColumn h1 {
	padding:0 5px 14px 0;
}
#mainContent h2, #oneColumn h2 {
	padding: 0px 0px 5px;
}
#mainContent    a, #oneColumn a   {
	color: #fff;
}
#mainContent  a:hover, #oneColumn a:hover {
	color: #999999;
}
#mainContent ul {
	margin: 0px 0px 0px 24px;
	list-style: circle;
}
#mainLeft p, #oneColumn p {
	color: #fff;
	padding:5px 0 15px 0;
}
#mainLeft ul {
	color: #fff;
	padding-left: 20px;
}
#mainLeft .hRule {
	width:280px;
	border-bottom: #c29b56 solid 2px;
}
#slideshow {
	width: 634px;
	background-color: #fff;
	background-image: url(../images/medCityDental_slideshowTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#slideshow h2 {
	padding:22px 22px 5px 22px;
}
#slideshow p {
	padding:5px 22px 15px 22px;
	color:#4294ab;
}
#slideshow a {
	color:#4294ab;
}
#slideshow a:hover {
	color:#93b5be
}

#mainContent .hRule {
	width:500px;
	border-bottom: #c29b56 solid 2px;
}

#calloutBox {
	background-color: #fff;
	width: 634px;
}
#calloutBox .hRule {
	border-bottom: #c29b56 solid 2px;
	width: 590px;
	margin-left: 20px;
}
#calloutBox p {
	color: #0e0b09;
	padding: 0 20px 0 20px;
}
#calloutBox a {
	color:#c29b56;
}

.calloutBoxTop {
	background-image: url(../images/medCityDental_slideshowTop.gif);
	background-repeat: no-repeat;
	width: 594px;
	padding: 20px 20px 5px 20px;
	color: #c29b56;
}
#calloutBoxBottom {
	background-image: url(../images/medCityDental_slideshowBottom.jpg);
	background-repeat: no-repeat;
	width: 634px;
	background-position: left bottom;
	height: 11px;
	clear: both;
}
#contact_form {
	padding: 26px 0 20px 20px
}
#mainRight {
	float: right;
	width: 254px;
	padding: 90px 23px 0 0;
}
#mainRight h2 {
	padding:0 0 5px 0;
}
#mainRight a {
	color: #fff;
}
#mainRight a:hover {
	color: #999999;
}
#mainRight p {
	color:#fff;
	padding:5px 0 15px 0;
}
#mainRight li {
	color: #fff;
	list-style-position: outside;
}
#mainRight ul {
	padding-left: 25px;
} 
.message {
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mainRight .hRule {
	border-bottom: #c29b56 solid 2px;
	width: auto;
}
#bottom {/* footer now sits at bottom of window*/
	background-image: url(../images/medCityDental_bottom.jpg);
	background-repeat: no-repeat;
	width:1050px;
	margin:auto;
	height:86px;/* must match negative margin of #outer */
	clear:both;
	position: relative;
}
#bottom ul {
	height: 86px;
	text-align:center;
	padding:0 0 0 190px;
	position:relative;

}
#bottom ul li {
	color:#7cbdcf;
	line-height:33px;
	padding: 0;
	float: left;
	list-style:none;
}
#bottom ul li a {
	line-height:33px;
	color:#7cbdcf;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	padding: 0 10px;
	display:block;
}
#bottom ul li a:hover {
	color:#fff;
}
#bottom ul ul {
	display:none;
	width:148px;
	height:auto;
	position:absolute;
	top:-99px;
	padding:0;
	background:#0e0b09 url(none);
	border: 1px solid #2a2521;
}
#bottom ul li:hover ul {
	display:block;
}
#bottom ul ul li {
	padding:0;
	margin:0;

	float:none;
	text-align:left;
	font-size:11px;
}
#bottom ul ul li a, {
	padding: 0 0 0 14px;
	margin:0;
	line-height:33px;
	height:33px;
	float:none;
}

#bottom .subNav a, #bottom .subNav a:hover  {
	background: url(../images/navArrow.gif) no-repeat right center;
}
#bottom ul:hover ul ul, #bottom ul ul:hover ul {
	display:none;
}
#bottom li.twoLines {
	line-height: 16px;
}
#bottom .twoLines a {
	line-height: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
}
#bottom #dropdown1 {
	top:-83px;
}
#bottom #dropdown4 {
	top:-132px;
}
#bottom #dropdown2, #bottom #dropdown3 {
	top:-66px;
}
.gold {
	color: #c29b56;
}
.bioL {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.bioR {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.video {
}
.clear {
	clear: both;
}



/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
}

.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 */
