@charset "utf-8";
/* CSS Document */

/* =======================
Capstone Dentistry
Copyright 2010
Written for - www.capstonedentistry.com

Swatch colors
============
003479 - Navy
333 - font color
791D0E - link color
848484 - top gradient Nav
3c3c3f - bottom gradient Nav
848484 - top gradient highlight
BDBDBD - bottom gradient highlight
F2EEE1 - cream color background
==============================*/

/* resets and overrides
================== */
* {
	margin:0;
	padding:0;
}

.clearFix {
	clear: both;
}

img {
	border: 0;
}

img.right {
	display:inline-block;
	float:right;
	margin: 10px 33px 20px 33px;
	border: 2px solid #fff
}

img.noborder {
	display:inline-block;
	float:right;
	margin: 10px 33px 20px 33px;
}

img.title {
	display:inline-block;
	max-width: 881px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/*links & type
============*/

body {
	background: #000;
	background-image: url(source/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 20px;
}

table, td, th {
	border: 0;
	padding: 0;
	border-spacing: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #003479;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform:capitalize;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #003479;
	margin-top: 0;
	margin-bottom: 5px;
   text-transform:capitalize;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	margin-bottom: 20px;
}

hr {
   border: 0;
   border-top: 1px solid #ccc;
   background-color: #ddd; color: #ddd;
   border-bottom: 1px solid #eee;
   margin: 1px;
   width: 100%;
   height: 1px;
}

a:link, 
a:active, 
a:visited, 
a:hover {
	color: #791D0E;
}

iframe {
	display:inline-block;
	float:right;
	margin: 10px 33px 20px 33px;
	border: 2px solid #fff
}

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
}

.hidden {
	display: none; 
}

.unhidden {
	display: block;
}

/* Quote Bubbles 
===================== */

p.bubble {
	position: relative;
	background-color:#fff;
	margin: 0;
	padding:10px;
	text-align:center;
	width:725px;
	border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 4px 4px 4px #888; 
}

p.bubble:after {
	position: absolute;
	display: block;
	content: "";  
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 27px 22px 0;
	height:0;
	width:0;
	position:absolute;
	bottom:-19px;
	left:1em;
}

.appoint {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size:17px;
	text-shadow: 0 1px 1px #000000;
	background:-webkit-linear-gradient(top, #848484, #3c3c3f);/* Chrome,Safari4+ */
   background:-ms-linear-gradient(top, #848484, #3c3c3f); /* IE10+ */
   background:-moz-linear-gradient(top, #848484, #3c3c3f); /* FF3.6+ */
   background: -o-linear-gradient(top, #848484, #3c3c3f); /* Opera 11.10+ */
   background:linear-gradient(top, #848484, #3c3c3f); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#3c3c3f',GradientType=0 ); /* IE6-9 */
   height:35px;
   width:auto;
   list-style:none;
   border: 2px solid #fff;
   display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
}

.appoint:hover {
	text-decoration:none;
	background: -webkit-linear-gradient(top, #848484, #BDBDBD);/* Chrome,Safari4+ */
	background:-ms-linear-gradient(top, #848484, #BDBDBD); /* IE10+ */
   background:-moz-linear-gradient(top, #848484, #BDBDBD); /* FF3.6+ */
   background: -o-linear-gradient(top, #848484, #BDBDBD); /* Opera 11.10+ */
   background:linear-gradient(top, #848484, #BDBDBD); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#BDBDBD',GradientType=0 ); /* IE6-9 */
	color:#000000;
	text-shadow: 0 1px 1px #fff;
   border-radius: 0;
   -webkit-border-radius: 0;
}

/* Containers 
==================*/

#main-wrap {
	width: 885px; 
	margin-left: auto ;
	margin-right: auto ;
}

#header { 
	width: 885px;
	height: 143px;
	background: #FFFFFF;
} 

#header-left {
	width: 35px;	
	float: left;
}

#header-logo {
	width: 325px;	
	float: left;
	margin-top: 14px;
}

#header-right {
	width: 525px;
	float: left;
}

#title {
	width: 885px;
	height: 225px;
}	
	
#content {
	width: 821px;
	min-height: 525px;
	background-color: #F2EEE1;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 60px;
}	

#footer {
	width:881px;
	height: 75px;
	background-color: #003479;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#footer-left {
	float: left;
	max-width: 33px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 19px;
}

#footer-content {
	width: 569px;
	float: left;
	margin-top: 19px;
}

#footer-right {
	width: 249px;
	float: right;	
}	

.fltLeft {
float:left;
}

/* Navigation First Level */
#nav{
     font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
     font-weight: bold;
     font-size:17px;
     text-shadow: 0 1px 1px #000000;
}

#nav ul{
     background:-webkit-linear-gradient(top, #848484, #3c3c3f);/* Chrome,Safari4+ */
     background:-ms-linear-gradient(top, #848484, #3c3c3f); /* IE10+ */
     background:-moz-linear-gradient(top, #848484, #3c3c3f); /* FF3.6+ */
     background: -o-linear-gradient(top, #848484, #3c3c3f); /* Opera 11.10+ */
     background:linear-gradient(top, #848484, #3c3c3f); /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#3c3c3f',GradientType=0 ); /* IE6-9 */
     height:35px;
     width:auto;
     list-style:none;
     border: 2px solid #fff;
}

#nav li{
	float:left;
	padding-left:0;
	width: auto;
}

#nav li a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	line-height:35px;
	padding:0px 17px;
	-webkit-border-radius: 0px;
}

#nav li a:hover{
	text-decoration:none;
	background: -webkit-linear-gradient(top, #848484, #BDBDBD);/* Chrome,Safari4+ */
	background:-ms-linear-gradient(top, #848484, #BDBDBD); /* IE10+ */
   background:-moz-linear-gradient(top, #848484, #BDBDBD); /* FF3.6+ */
   background: -o-linear-gradient(top, #848484, #BDBDBD); /* Opera 11.10+ */
   background:linear-gradient(top, #848484, #BDBDBD); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#BDBDBD',GradientType=0 ); /* IE6-9 */
	color:#000000;
	text-shadow: 0 1px 1px #fff;
   border-radius: 0;
   -webkit-border-radius: 0;
}

/* Navigation Second Level */
#nav li ul{
	position:absolute;
	background:-webkit-linear-gradient(top, #848484, #3c3c3f);
	background:-ms-linear-gradient(top, #848484, #3c3c3f);
   background:-moz-linear-gradient(top, #848484, #3c3c3f);
   background:linear-gradient(top, #848484, #3c3c3f);
	display:none;
	height:auto;
	width:inherit;
	border-top-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-radius: 0;
   -webkit-border-bottom-right-radius: 0;
   -webkit-border-bottom-left-radius: 0;
	box-shadow: 3px 3px 15px #000;
	moz-box-shadow: 3px 3px 15px #000;
	webkit-box-shadow: 3px 3px 15px #000;
	margin-left:-3px;
	border: 0;
}

#nav li:hover ul{
	display:block;
	width:inherit;
}

#nav li li:hover {
	font-weight: bold;
}

#nav li li {
	display:block;
	float:none;
	width:auto;
}

#nav li ul a{
	text-align:left;
	display:block;
	height:35px;
	padding:0px 10px 0px 25px;
}
