@charset "UTF-8";
html {
	height:100%;
	background-color:#E7E5DE;
}
body,td,th {
	font-family: "Arial", Helvetica, serif;
	font-size: 11px;
	margin:0;
}

a { color:#7f518b; text-decoration:none;}

a:hover { color:#7f518b; text-decoration:underline;}

body {
	background-color: #fff;
	margin:0;
	background-image:url('/img/bg.gif');
	background-repeat:repeat-x;
	width:100%;
	color:#968e73;
	text-align:center;
}

.clearall {clear:both;}
h1 { margin:0; padding:0; }
.masthead, h1 {
	font-size:18px;
	height:28px;
}
	#bgspanner {
		background-color:#f2efe8;
		width:100%;
	}
	
	#bgspanner2 {
		background-color:#f2efe8;
		width:100%;
	}

	#header {
		height:150px;
		width:900px;
		margin:0 auto;
		text-align:left;
	}
	
		#header img {
			margin-top:25px;	
		}
	
	#nav {
		background-image:url('/img/navbg.gif');
		background-repeat:no-repeat;
		width:900px;
		height:32px;
		margin:0 auto;
	}
	
	#nav > div.items {
		display:inline;
		float:left;
		margin:8px 0px 0px 150px;
	}
	
	#nav > div.items > div {
		display:inline;
		float:left;
		margin:0px 20px 0px 0px;
	}
	
	#housing {
		width:900px;
		height:auto;
		margin:0 auto;
	}
	
	#housing_top {
		background-image:url('/img/top_border.gif');
		background-repeat:no-repeat;
		margin:0 auto;
		width:900px;
		height:14px;
	}
	
	#housing_left {
		float:left;
		height:100%;
		background-image:url('/img/glow_left.png');
		background-repeat:repeat-y;
		background-position:top right;
		width:32px;
	}
	
	#content {
		width:840px;
		margin:0 auto;
		background-color:white;
		float:left;
	}
	
	#housing_right {
		float:left;
		height:inherit;
		background-repeat:repeat-y;
		height:100%;
		width:20px;
		background-image:url('/img/glow_right.png');
	}
	
	#footer_spacer {
		width:900px;
		height:30px;
		background-image:url('/img/footer_03.png');
		background-repeat:no-repeat;
		margin:0 auto;
		background-position:center top;
	}
	
	#footer {
		width:100%;
		height:80px;
		margin:0 auto;
		text-align:center;
		font-size:10px;
		color:#c4bcab;
		padding-top:15px;
		background-color:#e7e5de;
	}
	
	#footer a { color:#a0998a; text-decoration:none; }
	
	form { margin:0px; padding:0px;}
	
	div.input label { width:50px; float:left; margin:5px;}
	
	div.input { 	
		width:300px; 
		float:left; 
					
		} 
	div.input input {
		border:1px solid #e1e1e1; 
		background-color:#f9f9f9;
		padding:3px;
		font-size:11px;
		margin-top:5px;
		width:200px;
	}
	div.input input.error {
		border:1px solid red;
	}
	
	div.input select {
		margin-top:10px;
	}
	
	
	div.submit input { 
		float:left;
		margin-top:10px;
	}
	
	div.submit input:hover {
		background-color:white;
	}
	
#home, #about, #doctors,#eczema, #contact, #support {
	margin:10px;
}

#eczema_listing {
	width:550px;
	float:left;
	margin-left:15px;
}

#home #panel_tl {
	height:270px;
	width:403px;
	background-color:#d2c8d4;
	float:left;
}
	#panel_tl img {
		margin-top:8px;
	}

#home .panel {
	height:268px;
	float:left;
	display:block;
	width:135px;
	border:1px solid #d2c8d4;
	margin-left:2px;
	background-repeat:no-repeat;
}
	.panel a, .panel a:visited, a .panel {
		color:#968E73;
	}
	.panel a:hover {
		text-decoration:none;
	}
	.panel_1 {
		background-color:#e7e5de;
		width:133px;
		background-image:url('/img/panel_1.jpg');
		
	}
	.panel_2 {
		background-color:#d3d7e7;
		background-image:url('/img/panel_2.jpg');
	}
	.panel_3 {
		background-color:#d8e1ca;
		background-image:url('/img/panel_3.jpg');
	}
	
	#home .panel > .board {
		background-color:white;
		margin:145px 0px 10px 5px;
		width:108px;
		text-align:left;
		padding:8px;
	}
	
	#home .panel > .board p {
		margin:8px 0px 0px 0px;
		padding:0;
		height:45px;
		overflow:hidden;
	}

#home #welcome {
	width:415px;
	text-align:left;
	margin-top:13px;
	float:left;
	margin-bottom:10px;
}
	#home #welcome > div {
		border-top:1px solid #e7e5de;
		margin:4px 0px 0px 8px;
		padding-top:10px;
		line-height:18px;
	}
	
	#home #welcome > a {
		margin-left:8px;
	}

#meeting {
	height:auto;
	padding-bottom:10px;
	width:386px;
	text-align:left;
	background-color:#f4f4f1;
	border:1px solid #e7e5de;
	float:left;
	margin-top:8px;
	margin-bottom:10px;
}
	#meeting > div {
		margin-left:10px;
	}
	#meeting .next {
		background-color:#ebeae4;
		width:365px;
		margin:5px;
		padding:5px;
	}
	
		#meeting .next > div {
			background-color:#fafaf8;
			padding:3px;
			margin:5px 0px 5px 0px;
			color:#673f72;
		}
		
#about {
	text-align:left;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	padding:8px;
}

#resources_nav {
	float:left;
	display:block;
	width:200px;
	padding:10px;background-color:#F4F4F1;
	border:1px solid #E7E5DE;
}

#eczema {
	text-align:left;
	line-height:18px;
}

#doctors, #contact, #support {
	text-align:left;
}

	.sidenav {
		width:190px;
		float:left;
		background-color:#f2efe8;
		padding:5px;
	}
		.sidenav a {
			width:180px;
			padding:5px;
			float:left;
			background-color:#e7d0ec;
			margin-bottom:1px;
		}
	#doctors_list {
		width:580px;
		margin-left:20px;
		float:left;
		
	}
	.doctor {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom: 1px dotted #c1bfc2;
		line-height:18px;
	}
	
	.doctor .name {
		font-size:18px;
		height:25px;
	}
	
	.doctor .doctor_info {
		font-size:12px;
		border-bottom:1px solid #f7f7f7;
		margin-bottom:5px;
		padding-bottom:5px;
	}
	
	.doctor img {
		float:left;
		padding:2px;
		margin:0px 10px 10px 0px;
		display:block;
		border:1px solid #c1bfc2;
	}
	
	.doctor div {
		float:left;
		width:400px;
	}
.subnav {
	background-color:#d3c8d6;
	width:100%;
	float:left;
	height:auto;
	margin-bottom:10px;
	padding-bottom:4px;
	line-height:14px;
}
	.subnav a {
		display:block;
		background-color:#f0d3f2;
		border:1px solid #c7bcca;
		padding:3px 15px 3px 15px;
		float:left;
		font-size:10px;
		margin:4px 4px 0px 4px;
		text-decoration:none;
	}
	
	.subnav a:hover {
		background-color:#564637;
		color:#c7bcca;
	}
	
	.subnav a.top {
		float:right;
	}

.col {
	width:380px;
	float:left;
	margin:0px 15px 8px 0px;
}

img.border {
	
	padding:2px;
	border:1px solid #c1bfc2;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}