body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	height: 100px;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: inherit;
}
#header {
	height: 152px;
	width: 1000px;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 95px;
	width: 394px;
	margin-top: 30px;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #850D11;
	float: right;
	height: 95px;
	width: 394px;
	margin-top: 30px;
	text-align: right;
	padding-top: 10px;
}
#nav {
	height: 35px;
	width: 1000px;
	visibility: inherit;
}
#main {
	width: 1000px;
	margin: 0px;
	overflow: inherit;
}
#leftcol {
	float: left;
	overflow: visible;
	visibility: visible;
	background-color: #ebecec;
	height: 100%;
}
.clearboth {
	clear: both;
}
#headshot {
	background-repeat: no-repeat;
	height: 386px;
	width: 250px;
	background-image: url(images/dr_rahnema.jpg);
}
#contact_info {
	width: 212px;
	background-color: #edeeee;
	padding: 19px;
	overflow: hidden;
	height: 100%;
}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8f191c;
}
#rightcol {
	padding: 30px;
	float: right;
	width: 690px;
	overflow: visible;
}
#footer {
	width: 1000px;
}
.redrule {
	background-color: #8C1413;
	height: 15px;
	width: 1000px;
	margin-bottom: 15px;
}
#copyright {
	height: 20px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
a.footerlinks1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8A1413;
	text-align: center;
	text-decoration: underline;
}
a.footerlinks1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8A1413;
	text-align: center;
	text-decoration: underline;
}
a.footerlinks1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8A1413;
	text-align: center;
	text-decoration: none;
}
a.footerlinks1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8A1413;
	text-align: center;
	text-decoration: underline;
}
#mapbox1 {
	float: right;
	height: 450px;
	width: 475px;
	margin-left: 15px;
}
.col1 {
	padding: 10px;
	float: left;
	width: 200px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 137px;
}
.col1last {
	padding: 10px;
	float: left;
	width: 200px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 137px;
}
.list1 {
	margin-top: 0px;
	margin-left: -15px;
}
.col2 {
	padding: 10px;
	float: left;
	width: 200px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 90px;
}



/* nwe css 12.05.19 */
#headshot-dr-vanbeuge {
    background: url(images/dr_vanbeuge.jpg) no-repeat 0 0;
    width: 250px;
    height: 292px;
}
#right-sidebar {
	background: #edeeee;
	width: 251px;
	float: left;
}
.headshot-sidebar {
    background: url(images/susan-vanbeuge.jpg) no-repeat 0 0 !important;
    width: 250px !important;
    height: 388px !important;
}
/*.home-rightcol {
	width: 439px !important;
	float: left !important;
}*/
.col-area { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-area .col1,
.col-area .col2,
.col-area .col1last {
    width: 199px;
    float: none !important;
    margin: 0 0 30px 0;
}
#sidebar_info {
	padding: 17px 25px 70px 19px;
}
#sidebar_info p {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright { width: 520px; }



.home-rightcol {
	width: 720px !important;
	padding-right: 0 !important;
}
.home-content-area { overflow: hidden; }
.home-content-left {
	width: 390px;
	float: left;
}
.home-content-right {
	width: 251px;
	float: right;
	margin-top: 4px;
}