@charset "UTF-8";

/* CSS Document */

/* >>> Reset Browser Defaults <<< */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, address, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a img {border: none;}

a {
	text-decoration: none;
	}

/* LAYOUT */

body {
	text-align: center;
	background: #eff2dc url(../assets/base_img/bg_bl_top.gif) repeat-x 0px 0px;
	color: #555;
	}	
#container {
	width: 950px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	}	
#pageHeader {
	height: 50px;
	margin: 0px;
	padding-left: 10px;
	}	
#logoNav1Container {
	float: left;
	position: relative;
	height: 300px;
	}	
	
	/* MAIN NAVIGATION - Vertical List */
#nav1 {
	margin: 0;
	padding: 0;
	z-index: 200;
	font-size: 0.9em;
	position: absolute;
	top: 175px;
	left: 17px;
	width: 225px;
}
#nav1 ul {
	margin: 0 auto 0 0px;
	padding: 0;
	list-style: none;
	width: 210px;
	}
#nav1 ul li {
	display: block;
	margin: 0;
	}
#nav1 a:link, #nav1 a:visited {
	display: block;
	background: #39140B;
	color: #EFF2DC;
	width: 100%;
	padding: 4px 0px 4px 20px;
	margin-bottom: 3px;
}
#nav1 a:hover, #nav1 a:active {
	color: #FFF;
	background-color: #228281;
	width: 100%;
	padding: 4px 0px 4px 20px;
	margin-bottom: 3px;
}
.cosmetic #nav1 a.cosmeticLink,
.restorative #nav1 a.restorativeLink,
.general #nav1 a.generalLink,
.before #nav1 a.before_afterLink {
	background-color: #228281;
	color: #fff;
}	

/* NAVIGATION2 - HORZ. BAR */
#nav2 {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	margin-top: 20px;
	width: 100%;
	text-align: right;
	}

#nav2 ul {
	text-decoration: none;
	font-size: .9em;
	list-style: none;
	}
#nav2 li {
	display: inline;
	}
#nav2 a:link, #nav2 a:visited {
	padding: 5px 10px;
	color: #300;
	text-align: center;
}
#nav2 a:hover, #nav2 a:active {
	padding: 3px 10px 5px;
	color: #300;
	border-top: 3px solid #25816F;
}
.home #nav2 a.homeLink,
.bio #nav2 a.bioLink,
.meet #nav2 a.meetVangurpLink,
.practice #nav2 a.ourPracticeLink,
.heart #nav2 a.heartLink,
.testimonials #nav2 a.testimonialsLink,
.media #nav2 a.mediaLink,
.financing #nav2 a.financingLink,
.contact #nav2 a.contactLink {
	padding: 3px 10px 5px;
	border-top: 3px solid #25816F;
	color: #25816f;
}
/* IMAGE CONTAINER */			
#imageContainer {
	float: right;
	width: 650px;
	}
#imageContainer.map {
	padding-top: 20px;
	padding-left: 20px;
	width: 625px;
	}	
#mainContent {
	clear: both;
	}
#textContainer {
	width: 575px;
	float: right;
	padding-right: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
#textContainer img.right {
	float: right;
	}	
	
/* >>>MAIN CONTENT STORIES - SEPARATED INTO SECTIONS<<<*/

.story {
	padding: 15px 10px 10px 25px;
	border-top: 2px dotted #A9863F;
	margin-top: 20px;
	background: url(../assets/base_img/quotemarks.gif) no-repeat 0px 10px;
	}	
	
/* >>> Additional Sidebar Navigation for 2nd tier pages.<<<*/
#nav3 {
	width: 275px;
	float: left;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 5px;
	}
#nav3 h4, #nav3 p, #nav3 h3 {margin-left: 15px;}

#nav3 a:link {
	color: #36c;
	}
#nav3 a:visited {
	color: #639;
	}
#nav3 a:hover {
	text-decoration: underline;
	}		

/* >>> CONTACT PAGE - MAP <<<*/
#mapSidebar {
	width: 270px;
	float: left;
	margin-top: 30px;
	}
.contact #mapSidebar img {
	border: 2px solid #AA8641;
	margin-left: 20px;
}
#mapSidebar h3 {
	margin-left: 20px;
	margin-bottom: 10px;
}
	
#testimonial {
	width: 275px;
	float: left;
	background: url(../assets/base_img/quotemarks.gif) no-repeat 0px 0px;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 5px;
	}
#assocLogos {
	width: 275px;
	float: left;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 5px;
	}
#assocLogos p {
	text-align:center;
	}
#assocLogos p img {
	padding: 5px 10px 5px 10px;
	}			
#footer {
	background: #333;
	clear: both;
	width: 950px;
	text-align: center;
	height: 70px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	}				
#footer h4, #footer p, #footer ul {
	color: #B9B9B9;
	line-height: 120%;
	}
#footer h4 {
	margin-bottom: 4px;
	margin-top: 16px;
	font-size: 0.9em;
	font-weight: normal;
}
#footer h4 a:link, #footer h4 a:visited {
	color: #E1CA8B;
	}
#footer h4 a:hover, #footer h4 a:active {
	color: #fff;
	}	
#footer p {
	margin-bottom: 5px;
}	
#footer .footerDiv1, #footer .footerDiv2, #footer .footerDiv3, #footer .footerDiv4 {
	float: left;
	margin-right: 30px;
	padding-left: 30px;
	text-align: left;
}
#footer .footerDiv2 {
	margin-top: 0px;
}
#footer .footerDiv3 {
	border-left: 1px solid #b9b9b9;
	margin-top: 12px;
	padding: 0 0 0 50px;
	}
#footer .footerDiv3 p {
	margin: 0;
	padding: 0;
	font-size: .8em;
	}
#footer .footerDiv1{ padding-left: 55px; }
	
#footer .footerDiv2 ul {
	text-decoration: none;
	list-style: none;
	}
#footer .footerDiv2 li, #footer .footerDiv2 img {
	display: inline;
	padding-right: 20px;
	margin-top: 0px;
	}	

/* >>> Miscelleanous Class <<<*/
.hide {display: none;}
.topMargin10 {margin-top: 10px;}
.topMargin20 {margin-top: 20px;}

.topMargin70 {
	margin-top: 70px;
	padding: 10px;
}
.floatImageRt {
	float: right;
	margin-top: 53px;
	padding: 0px 5px 5px 15px;
	}
.floatImageRt_16top {
	float: right;
	margin-top: 16px;
	padding: 0px 5px 5px 15px;
	}
.paddingLeft20 {
	padding-left: 20px;
}

/* >>> Typography <<<*/

body	{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100.1%;
	}
	

/* >>> Headings <<<*/	

h1, h2, h3, h4, h5, h6, p, ul {
	margin-top: 10px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 110%;
	font-weight: lighter;
}
h2	{
	font-size: .9em;
	line-height: 110%;
	font-weight: bold;
	margin-top: 15px;
}
h3	{
	font-size: .8em;
	line-height: 120%;
	font-weight: bold;
}
h4	{
	font-size: .8em;
	line-height: 130%;
	font-weight: bold;
}
h5	{
	font-size: .8em;
	line-height: 130%;
	font-weight: bold;
	font-style: italic;
}
h6	{
	font-size: .8em;
	line-height: 130%;
	font-weight: normal;
	font-style: normal;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}



/* >>> Standard Body Text <<< */

p	{
	font-size: .9em;
	line-height: 140%;
}

p img.left	{
	float: left;
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0;
	}
p img.right	{
	float: right:
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
	}
blockquote	{margin: 1.5em}

a:link {color: #36C;}
		
a:visited {color: #639;}

/* >>> Custom Adjustments <<< */

#testimonial h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	color: #888;
	margin-left: 15px;
}
#testimonial p {
	font-size: 0.7em;
	padding-left: 15px;
	color: #A9863F;
}
#textContainer ul, ol {
	font-size: 0.85em;
	line-height: 140%;
	}
#textContainer li {
	margin-top: 10px;
	list-style-position: inside;
	}
	
	/*Form Styles*/

#textContainer #contactForm {
	width: 530px;
	}
td, th {font-size: .8em;
	padding: 5px;
	}
.contact #textContainer #contactForm {
	background: #E2E4D0;
	padding: 10px;
	}
table {
	border-collapse: collapse;
	}
.redtype {color:#FF0000;}
