/*****************************************************************
	Description:	Master stylesheet for Gentle Dental
	Author:			Angie Herrera for Threshold - yourthreshold.com
	Version:		2007.04
*****************************************************************/

body {
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	font: small/1.5em Arial, Helvetica, "Trebuchet MS", sans-serif;
	background: #e2e3e5 url(/images/bg-body.jpg) 0 0 repeat-x;
	color: #2b3644;
}

#shadowContainer {
	margin: 75px auto 0 auto;
	width: 920px;
	background: url(/images/bg-shadow.png) 0 0 repeat-y !important;
	background: url(/images/bg-shadow.gif) 0 0 repeat-y;
}

#wrapper {
	text-align: left;
	width: 880px;
	margin: 0 auto;
	position: relative;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

img {
	border: 0;
}

.tableborder { padding : 1px;border : 1px solid #ccc; }
.tablePad { padding : 3px 3px 5px 3px;background : #fff; }
.resultRowOne { padding: 2px 0 3px 5px;background : #f9f9f9;border-top : 1px solid #ccc; }
.resultRowTwo { padding: 2px 0 3px 5px;background : #fcfcfc;border-top : 1px solid #ccc; }
.resultHead { color : #000;padding : 8px 0 8px 8px;border-bottom : 1px solid #999; background : transparent; }



/*	GLOBAL
-------------------------------------------------------------------*/
a { color: #d22300; }

a:hover { text-decoration: none; }

h3 {
	color: #2b5183;
	font-weight: normal;
	font-size: 140%;
	margin-bottom: -.6em;
	margin-top: 1.2em;
}

#printLogo { display: none; }


/*	MASTHEADS
-------------------------------------------------------------------*/
h1,
h1 a {
	display: block;
	width: 347px;
	height: 87px;
	background: url(/images/gdlogo.png) 0 0 no-repeat !important;
	background: url(/images/gdlogo.gif) 0 0 no-repeat;
}

h1 {
	position: absolute;
	left: -1em;
	~left: -0.8em;
	top: -2.9em;
	~top: -1.3em;
	_top: -1.3em;
	z-index: 10;
}

h1 a span {
	display: none;
}

#home h2,
#secondary h2,
#region h2 {
	color: #d22300;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.2em;
	position: relative;
}

#secondary h2 {
	color: #fff;
	top: 3.3em;
	left: 2em;
}

#secondary #primaryContent h2 {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

h2#locationHeader {
	position: absolute;
	left: 1.7em;
	top: 4em;
	font-style: italic;
	color: #fff;
	font-size: 160%;
}

p.phone {
	position: absolute;
	right: 0;
	top: -2em;
	~top: -1em;
	font-size: 155%;
	color: #255283;
}

.polaroid {
	position: absolute;
    left: -1.6em;
	_left: -1.6em;
    top: 0em;
}

#locationFinder {
	position: absolute;
	right: 5em;
	top: 2em;
	width: 550px;
}


/*	TEMPORARY MASTHEADS UNTIL IMAGES ARE FINALIZED	*/
#region #masthead,
#location #masthead,
#secondary #masthead {
	margin: 0 auto;
	height: 194px;
/*
d.prock creative
DEPRECATED 04.24.07
background: url(/images/dummyregion1.jpg) 0 0 no-repeat;
*/

}

#secondary #masthead {
	background: url(/images/masthead-secondary.jpg) no-repeat 0 0;
}

#dummyregion1 #masthead {
	margin: 0 auto;
	height: 194px;
	background: url(/images/dummyregion1.jpg) no-repeat 0 0;
}

#dummyregion2 #masthead {
	margin: 0 auto;
	height: 194px;
	background: url(/images/dummyregion2.jpg) no-repeat 0 0;
}

#dummyregion3 #masthead {
	margin: 0 auto;
	height: 194px;
	background: url(/images/dummyregion3.jpg) no-repeat 0 0;
}



/*	NAVIGATION
-------------------------------------------------------------------*/
ul#nav {

 margin:0px;
 padding: 0 0 0 30px;
 list-style: none;
 display: block;
 text-align: center;
 height: 32px;
background-color:#F4F5F7;
_margin: 0 auto 2em 0;
border-bottom:1px solid #b5b9bc;

}
ul#nav li {
	display: block;
	float: left;
}

ul#nav li a {
	display: block;
	float: left;
	background: url(/images/bg-navDivider.jpg) right bottom no-repeat;
	height: 22px;
	padding: 10px 12px 0 12px;
	color: #3d4f59;
	text-decoration: none;
	font-size: 95%;
	text-align: center;
}

ul#nav li a:hover,
ul#nav li.current a {
	color: #d22300;
}

ul#nav li#last a {
	background-image: none;
}

ul#nav li#first {
	margin-left: 50px;
	_margin-left: 0px;
}

p#breadcrumb {
	font-size: 90%;
	margin: 1em 34px 0 34px;
	font-style: italic;
	_margin: -.5em 34px 1.25em 34px;
}






/*	LEFT COLUMN / PRIMARY CONTENT
-------------------------------------------------------------------*/
#primaryContent2 {
	width: 515px;
	float: left;
	margin: 2em 0 1em 32px;
	_margin: 2em 0 0em 16px;
	background: #fff;
	color: #555;
	border-right: 1px solid #ddd;
	padding-right: 35px;
}

#primaryContent2 h2 {
	color: #d22300;
	font-weight: normal;
	font-size: 200%;
	padding: 0;
	margin: 0;
}

#primaryContent {
	width: 515px;
	float: left;
	margin: 2em 0 2em 32px;
	_margin: 2em 0 2em 16px;
	background: #fff;
	color: #555;
	border-right: 1px solid #ddd;
	padding-right: 35px;
}
#primaryContent1 {
	width:624px;
	float: left;
	margin: 0 0 2em 10px;
	_margin: 0 0 2em 5px;
	background: #fff;
	color: #555;
	
}
#primaryContent h2 {
	color: #d22300;
	font-weight: normal;
	font-size: 200%;
	padding: 0;
	margin: 0;
}

p.introP {
	font-size: 130%;
	line-height: 1.5em;
}

p span {
	/*color: #d22300;*/
}


#primarSecTryWrapper {width:800px; float:left; padding-top:10px; padding-left:30px;}

#primaryContentNew {width:213px; float:left; padding-right:20px; border-right:1px solid #cccccc; }
#secondaryContentNew {width:213px; float:left; padding-left:20px; border-right:1px solid #cccccc;  }
#triContentNew {width:273px; float:left; padding-left:20px; }



/*	RIGHT COLUMN / SECONDARY CONTENT
-------------------------------------------------------------------*/
#secondaryContent {
	width: 243px;
	float: right;
	margin: 2em 20px 2em 20px;
	_margin: 2em 10px 2em 20px;
	background: #fff;
	
}

#secondaryContent p {
	color: #777;
}

#secondaryContent img {
	border: 1px solid #8f9093;
/*	padding: 2px;*/
}

p.backlink {
	font-size: 90%;
}

#triContent {
	width: 243px;
	float: left;
	margin: 2em 20px 2em 20px;
	_margin: 2em 10px 2em 20px;
	background: #fff;
}



/*	FOOTERS
-------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 740px;
	height: 100px;
	overflow: hidden;
	background: url(/images/bg-footer.png) 0 0 no-repeat !important;
	background: url(/images/bg-footer.gif) 0 0 no-repeat;
	z-index: 2;
	font-size: 85%;
	line-height: 1.2em;
}

#footer p {
	margin-left: 34px;
	_margin-left: 17px;
}

#footer p#copyright {
	float: left;
	width: 50%;
	text-align: left;
	color: #455560;
	margin-top: .6em;
}

#footer p#credits {
	float: right;
	text-align: right;
	color: #6d7f93;
	margin-right: 34px;
	_margin-top: 1.2em;
}

#footer p#credits a {
	color: #6d7f93;
}

#footer p#credits a:hover {
	text-decoration: none;
}

#footer p#interdent {
	clear: both;
	text-align: left;
	color: #818b92;
}




/*	NEWS SECTION + NEWS-RELATED
-------------------------------------------------------------------*/
dl#newsList {
	margin: -1em 0 0 0;
	padding: 0;
}

dl#newsList dt {
	margin: 1em 0 0 0;
	padding: 0;
}

dl#newsList dd {
	margin: 0;
	padding: 0;
}

dl#newsList dd a {
	color: #2b5194;
	text-decoration: none;
}

dl#newsList dd a:hover {
	color: #7fb0db;
}

.news_summary {
	margin-top: 2em;
	border-bottom: 1px solid #b1c4dd;
}

p.date {
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	margin: .7em 0 -1em 0;
	padding: 0;
	color: #7fb0db;
}

.news_summary p a.more {
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	display: block;
	text-align: right;
	margin: -2em 0 0 0;
	padding: 0;
}

p.pagination {
	font-size: 85%;
	color: #78828c;
}



/*	REGIONAL + OFFICE PAGES
-------------------------------------------------------------------*/

.announcements {
	background: #fff9ad;
	margin: 2em 0;
	padding: .25em 1.5em .25em 1em;
	border: 1px solid #999;
	border-style: double;
}

.specialOffer {
	background: #fff9ad;
	margin: 2em 0;
	padding: .25em 1.5em .25em 1em;
	border: 1px solid #8f9093;
	border-style: double;
}

.photoBio {
	height: auto;
/*	margin-bottom: 6em;*/
	clear: both;
}

.photoBio img {
	float: left;
	border: 1px solid #8f9093;
	padding: .25em;
	margin: 0 1em 2em 0;
}

.photoBio h4 {
	color: #d22300;
	font-weight: normal;
	font-size: 120%;
	margin: .5em 0 -.75em 0;
	padding: 0;
}

dl#locations {
	margin: 0;
	padding: 0;
}

dl#locations dt {
	background: url(/images/bg-dtLocation.gif) 0 0 no-repeat;
	margin: 1.3em 0 0 0;
	padding: 0 0 0 1.6em;
	color: #d22300;
	font-size: 130%;
}

dl#locations dd {
	margin: 0;
	padding: 0 0 0 2em;
}

dl#locations dd.req_appt {
	background: url(/images/calendar.jpg) no-repeat 0 0;
	font-weight: bold;
}

dl#locationInfo {
	margin: 0 0 0 2em;
	padding: 0;
}
dl#locationInfo dt {
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 120%;
}

dl#locationInfo dd {
	margin: 0 0 0 1.5em;
	padding: 0;	
}

dl#locationInfo dd span {
	display: block;
	width: 7em;
	float: left;
}


.sitemap #contentContainer p {
	margin: 0;
	padding: 0;
}

.sitemap #contentContainer p.subli {
	margin-left: 1.4em;
}



/* new css */
.imgBorder{
	padding:2px;
	background:#ffffff;
	border:1px solid #b8b9bb;
}


#home #masthead {
        margin: 0 auto;
        height: 220px;
        background: url(/images/bg-masthead-home.jpg)  no-repeat 269px 0!important;
}


/***********************CIPL ****************/


#wrapper-inner {
 text-align: left;
 width: 880px;
 margin: 0 auto;
 position: relative;
}
#shadowContainer-inner {
 margin: 75px auto 0 auto;
 width: 920px;
 background: url(/images/bg-shadow2.png) 0 0 repeat-y !important;
 background:url(/images/bg-shadow2.gif) 0 0 repeat-y;
}
#secondary #masthead-inner {
 margin: 0 auto;
 height: 194px;
}
#secondary #masthead-inner {
 background: url(/images/masthead-secondary2.jpg) no-repeat 0 0;
 margin: 0 auto;
}

#secondary #masthead-inner h1 a {
 display: block;
 width: 347px;
 height: 87px;
 background: url(/images/gdlogo.png) 0 0 no-repeat !important;
 background: url(/images/gdlogo.gif) 0 0 no-repeat;
}

#secondary #masthead-inner h1 {
 position: absolute;
 left: -1em; !important;
 left: -0.8em;
 top: -20px !important;
 top: -20px;
 z-index: 10;
 border:1px solid red;
}

#secondary #masthead-inner h1 a span {
 display: none;
}


#secondary #masthead-inner4 {
 margin: 0 auto;
 height: 194px;
}
#secondary #masthead-inner4 {
 background: url(/images/masthead-secondary4.jpg) no-repeat 0 0;
 margin: 0 auto;
width:880px;
}

#secondary #masthead-inner4 h1 a {
 display: block;
 width: 347px;
 height: 87px;
 background: url(/images/gdlogo.png) 0 0 no-repeat !important;
 background: url(/images/gdlogo.gif) 0 0 no-repeat;
}

#secondary #masthead-inner4 h1 {
 position: absolute;
 left: -1em; !important;
 left: -0.8em;
 top: -2.8em !important;
 top: -1.9em;
 z-index: 10;
}

#secondary #masthead-inner4 h1 a span {
 display: none;
}




#shadowContainer-inner3 {
 margin: 75px auto 0 auto;
 width: 940px;
 background: url(/images/bg-shadow2.png) 0 0 repeat-y !important;
 background:url(/images/bg-shadow2.gif) 0 0 repeat-y;
}
#secondary #masthead-inner3 {
 margin: 0 auto;
 height: 193px;
}
#secondary #masthead-inner3 {
 background: url(/images/masthead-secondary2.jpg) no-repeat 0 0;
 margin: 0 auto;
}

#secondary #masthead-inner3 {
 background: url(/images/masthead-secondary3.jpg) no-repeat 0 0;
 margin: 0 auto;
}

#secondary .doc_img {
 color: #fff;
 float: left;
 position: relative;
 top: 2.5em;
 left: 2.5em;
}

#secondary .title { 
 color: #fff;
 float: left;
 top: 2em;
 left: 2.5em;
}

#secondary .title span {
 font-weight: normal;
}

#rght-divider {
 width: 250px;
 border-right: 1px solid #adb2b5;
}

#prac-divider {
 width: 250px;
}

#lft-divider {
 border-right: 1px solid #adb2b5;
}

#leftcol {
 margin: 2em 0 2em 30px !important;
 margin: 2em 0 2em 20px;
 background: #fff;
 color: #555;
 padding-right: 28px;
 font-size: 12pt;
 
}

#leftcol h3 {
 color: #d22300;
 font-weight: normal;
 font-size: 200%;
 padding: 0;
 margin: 0;
 top: 0;
 left: 0;
}

#leftcol h4 {
 color: #293442;
 font-weight: normal;
 font-size: 140%;
 margin-bottom: 4px;
 margin-top: 1.2em;
}

#leftcol .timing {
 margin: 8px; 
 width: 200px;
 color: #000000;
}

#credentialCol {
 margin: 2em 0.5em 2em 20px;
 background: #fff;
 color: #555;
 padding-right: 25px;
}

#credentialCol h3 {
 color: #d22300;
 font-weight: normal;
 font-size: 200%;
 padding: 0;
 margin: 0;
 top: 0;
 left: 0;
}

#credentialCol h4 {
 color: #293442;
 font-weight: normal;
 font-size: 140%;
 margin-bottom: 4px;
 margin-top: 1.2em;
}

#prac-col {
 margin: 2em 0.5em 2em 20px;
 background: #fff;
 color: #555;
 padding-right: 25px;
}

#prac-col h3 {
 color: #d22300;
 font-weight: normal;
 font-size: 200%;
 padding: 0;
 margin: 0;
 top: 0;
 left: 0;
}

#prac-col h4 {
 color: #293442;
 font-weight: normal;
 font-size: 140%;
 margin-bottom: 4px;
 margin-top: 1.2em;
}

#nav-inner {
 background: url(/images/bg-nav2.jpg) 0 0 repeat-x;
 height: 30px;
 width: 900px;
}

#nav-inner ul {
 width: 710px;
 margin: 0 auto;
 padding: 0;
 list-style: none;
 display: block;
 text-align: right;
 float: right;
}

#nav-inner li {
 display: block;
 float: left;
}

#nav-inner li a {
 display: block;
 background: url(/images/bg-navDivider.jpg) right bottom no-repeat;
 height: 22px;
 float: left;
 padding: 10px 12px 0 12px;
 color: #3d4f59;
 text-decoration: none;
 font-size: 95%;
 text-align: right;
}

#nav-inner li a:hover,
#nav-inner li.current a {
 color: #d22300;
}

#nav-inner li#last a {
 background-image: none;
}

#nav-inner li#first {
}

/***** Inner Footer *****/
#footer-inner-others {
	width: 888px;
	margin: 0 auto;
}
#footer-inner {
	width: 883px;
	margin: 0 auto;
}

#footer-lft {
	background: url(/images/footer-lft.png) 0 0 no-repeat !important;
	background:url(/images/footer-lft.gif) 0 0 no-repeat;
	width: 10px;
	height: 48px;
	float: left;
}

#footer-bg {
	background: url(/images/footer-bg.png) 0 0 repeat-x !important;
	background:url(/images/footer-bg.gif) 0 0 repeat-x;
	width: 867px;
	height: 48px;
	float: left;	
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	font-size: 85%;
	line-height: 1.2em;
}

#footer-bg p {
	margin-left: 15px !important;
	margin-left: 7px;
}

#footer-bg p#copyright {
	float: left;
	width: 50%;
	text-align: left;
	color: #455560;
	margin-top: .6em;
}

#footer-bg p#credits {
	float: right;
	text-align: right;
	color: #6d7f93;
	margin-right: 34px;
	padding-top: 0px !important;
	padding-top: 10px;
}

#footer-bg p#credits a {
	color: #6d7f93;
}

#footer-bg p#credits a:hover {
	text-decoration: none;
}

#footer-bg p#interdent {
	clear: both;
	text-align: left;
	color: #818b92;
	*margin-top:20px;
	*margin-bottom:10px;
}

#footer-rght {
	background: url(/images/footer-rght.png) 0 0 no-repeat !important;
	background:url(/images/footer-rght.gif) 0 0 no-repeat;
	width: 11px;
	height: 48px;
	float: left;
}

.container {
 padding: 10px 0 0 0;
}

.thumb_img {
 float: left;
 margin-right: 5px;
}

.thumb_img img{
 border: 1px solid #8c9294;
 padding: 2px;
 margin-left: 2px;
}

.thumb_desc {
 min-height: 20px;
}

.thumb_desc a{
 color: #d62000;
 text-decoration: none;
}

.thumb_desc a:hover{
 color: #d62000;
 text-decoration: underline;
}

.thumb_desc p{
 color: #525552;
}

.thumb_desc p a{
 color: #000000;
 text-decoration: underline;
}

.thumb_desc .content {
 min-height: 65px;
}

.thumb_desc p a:hover{
 color: #000000;
 text-decoration: none;
}

/* Added by Ramesh on October 22, 2009 */

img, div, table, tr, td {
	behavior: url(/images/iepngfix.htc);
}

.inputWrapper {
	padding-top:15px;
	
}

form{display:inline}


.stateWrapperLocation {width: 844px; overflow: hidden; font: 12px Arial, Helvetica, sans-serif; padding-left:35px; background:#f2f2f2; border-top:1px solid #dddddd;}
.stateWrapperLocation h4 { font-size:15px; font-weight:bold; margin:10px 0 0 0; color:#d22300; text-align:left;}
.stateWrapperLocation ul { margin: 0; padding: 0; }
.stateWrapperLocation ul li { float: left;  margin: 10px 15px 10px 0; padding: 0 0 0 0; list-style-type: none; font-weight: bold; color:#2b5194}
.stateWrapperLocation ul li ul { margin: 0; padding: 0; }
.stateWrapperLocation ul li ul li { margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: disc; font-weight: normal; float:none; color: #3d4f59; list-style-position:inside}
.stateWrapperLocation ul li a {
	padding: 0px 5px 0 0px;
	color: #3d4f59;
	text-decoration: none;
	font-size: 95%;
	
}

.stateWrapperLocation ul li a:hover
{
	color: #d22300;
}



.stateWrapper {width: 844px; overflow: hidden; font: 12px Arial, Helvetica, sans-serif; padding-left:35px; background:#f2f2f2; border-top:1px solid #dddddd; margin-left:20px;padding-bottom:10px;}
.stateWrapper h4 { font-size:15px; font-weight:bold; margin:10px 0 0 0; color:#d22300; text-align:left;}
.stateWrapper ul { margin: 0; padding: 0; }
.stateWrapper ul li { float: left;  margin: 10px 15px 10px 0; padding: 0 0 0 0; list-style-type: none; font-weight: bold; color:#2b5194}
.stateWrapper ul li ul { margin: 0; padding: 0; }
.stateWrapper ul li ul li { margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: disc; font-weight: normal; float:none; color: #3d4f59; list-style-position:inside}
.stateWrapper ul li a {
	padding: 0px 5px 0 0px;
	color: #3d4f59;
	text-decoration: none;
	font-size: 95%;
	
}

.stateWrapper ul li a:hover
{
	color: #d22300;
}


#shadowContainer11 {
	margin: 0 auto;
	width: 920px;
	background: url(/images/bg-shadow.png) 0 0 repeat-y !important;
	background: url(/images/bg-shadow.gif) 0 0 repeat-y;
}


#shadowContainer11 p#interdent {
	clear: both;
	text-align: left;
	color: #818b92;
	*margin-top:20px;
	*margin-bottom:10px;
	font-size: 85%;
	line-height: 1.2em;
}

#footer-lft11 {
	background: url(/images/footer-lft11.gif) 0 0 no-repeat !important;
	background:url(/images/footer-lft11.gif) 0 0 no-repeat;
	width: 10px;
	height: 38px;
	float: left;
}

#footer-bg11 {
	background: url(/images/footer-bg11.gif) 0 0 repeat-x !important;
	background:url(/images/footer-bg11.gif) 0 0 repeat-x;
	width: 862px;
	height: 38px;
	float: left;	
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	font-size: 85%;
	line-height: 1.2em;
}


#footer-rght11 {
	background: url(/images/footer-rght11.gif) 0 0 no-repeat !important;
	background:url(/images/footer-rght11.gif) 0 0 no-repeat;
	width: 11px;
	height: 38px;
	float: left;
}

.bottomShadow {
   background: url(/images/footer_bottom_bg.gif) 0 0 no-repeat;
   width:884px;
   height: 9px;
   margin: 0 auto;
   padding-bottom: 10px;
  }
  
  
/* -------changes in css div for phoenix page----------- */

  
  
#secondaryContent1 {
	width:222px;
	float: right;
	background: #fff;
	padding-bottom:20px;
	border-left:1px solid #ccc;
	padding-left:10px
}

#secondaryContent1 p {
	color: #777;
}

#secondaryContent1 img {
	border: 1px solid #8f9093;
/*	padding: 2px;*/
}


.underMapBox {width:212px; float:left; padding-bottom:20px; padding-right:5px }
.underMapBox dd{font-size:11px!important}
.underMapBox dt{font-size:13px!important}
.boxDevider {border-bottom:1px solid #e2e3e5; float:left; width:100%;}


  
