/* CSS Document */
/* Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
  { margin : 0; padding : 0; }
/* Normalizes font-size for headers */ 
h1, h2, h3, h4, h5, h6 
  { font-size : 100%; }
/* Removes list-style from lists */ 
ol,ul 
  { list-style: none; }	
/* Normalizes font-style and font-weight to normal */ 
address, caption, cite, code, dfn, em, strong, th, var 
  { font-style: normal; font-weight: normal; }
/* Remaves borders and spacing from tables */ 
  table { border-width: 0px;}
/* Removes border from fieldset and img */ 
fieldset, img 
  { border : 0; }
/* Left-aligns text in caption and th */ 
caption,th 
  { text-align : left; }
/* Remaves quotation marks from q */ 
  q:before, q:after { content: ''; }
body {
	background-image: url(../images/layout/bg_Gradiant.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.2em;
	color: #DDD;
	background-color: #CCC;
	}

/* Page Layout - float center  */

#header{
	display: none;
	}
#globalNav{
	display: none;
}
#content {
	position: absolute;
	left:50%;
	width:928px;
	z-index: 2;
	height: auto;
	visibility: visible;
	margin-left: -465px;
	background-color: #494A4E;
	border: 1px solid #999;
 	}
 
#contentCol {
	width:550px;
	clear: both;
	min-height: 310px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 160px;
	padding-bottom: 1em;

}
#contentCol hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
}
#sideBar {
	display: none;
}
#contentTestimonial {
	padding: 1em;
	margin: 1em;
	background-color: #666;
}

#sideBar hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 0px;
	color: #999;
  }
#top-dentist{
	background-image: url(../images/layout/atlanta-top-dentist.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 90%;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 145px;
	background-position: left top;
	line-height: 1.5em;
}
#footer {
	font-size: 75%;
	text-align: center;
	clear: both;
	height: 35px;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 1em;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
}
#footerLinks {
	font-size: 75%;
	margin-top: -.5em;
	background-image: none;
 }
.alt {
	display: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}
.img_left_Portriat {
	float: left;
	margin-right: 2em;
	border: 1px solid #CCC;
}
.img_right_Landscape {
	float: right;
 	margin-left: 2em;
	border: 1px solid #CCC;
}

.img_right_Portriat {
	float: right;
	margin-left: 2em;
	border: 1px solid #CCC;
}
.img_right_Landscape {
	float: right;
 	margin-left: 2em;
	border: 1px solid #CCC;
}
	
.img_left_float {
	float: left;
	margin-right: 1em;
}
 
.img_right_float {
	float: right;
	margin-left: 1em;
 }
 
h1	{
	padding-top: 0.3em;
	padding-right: 0px;
	padding-bottom: 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 190%;
	line-height: 1em;
	font-style: italic;
	margin: 0px;
	color: #FFF;
  	}
h2 {
	font-size: 130%;
	font-weight: bold;
	padding-top: 0.5em;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 0.25em;
	color: #FFF;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
}

p {
	padding-bottom: 1.5em;
}
strong {
	font-weight: bold;
	color: #EEE;
}
em {
	font-style: italic;
}
#contentCol ul {
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#contentCol ul li {
	padding-left: 2em;
	background-image: url(../images/layout/bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 0.4em;
	list-style-type: none;
	margin-bottom: 0.1em;
	list-style-position: outside;
  }

#contentCol ul ul li {
	padding-left: 2em;
	background-image: url(../images/layout/bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 0.4em;
	list-style-type: none;
	margin-bottom: .5em;
	list-style-position: outside;
  }
#contentCol ol {
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-type: decimal;
	list-style-position: outside;
}
#contentCol ol ol {
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-type: upper-alpha;
}

#contentCol ol li {
	padding-left: 0.5em;
	margin-bottom: 0.3em;
	list-style-position: outside;
  }

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_justify {
	text-align: justify;
}


 a:link, a:visited {
	color: #E6D6B4;
	text-decoration: none;
}
#contentPR {
	color: #FFF;
	background-color: #0260a8;
	text-align: center;
	font-size: 90%;
	padding-right: 1.5em;
	padding-left: 1.5em;
}
#contentPR hr {
	text-align: center;
	width: 60%;
	color: #000;
}


.testimonial {
	font-size: 85%;
	clear: right;
}

.testimonial_signer{
	color: #6787D4;
	font-style: oblique;
}
.bottomMargin {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 1em;
}
blockquote {
	font-size: 90%;
	margin-right: 1em;
	margin-left: 2em;
}
blockquote hr {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
 }


.textCol {
	float: right;
	width: 420px;
}
address {
	font-size: 1em;
	letter-spacing: .1em;
}
iframe {
	border: 2px solid #CCC;
}

