/* RESET */
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,pre,form,p,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}

body {
	background: #41403f url(../images/back.jpg) repeat-x;
	font-family: "Trebuchet MS";
	color: #242021;
	font-size: 13px;
}

input,option,select,textarea { 
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	}

a { color: #9c8957; text-decoration:none;}

.padding {
	padding: 87px 10px 0px 16px;
}

#container { 
	background: url(../images/site_back.jpg) repeat-y;
	width: 961px;	
}
	#layout {
		background: url(../images/content_back.jpg) no-repeat;
		text-align: left;
		padding: 0px 16px 0px 10px;
	}
	
	#layout.physicians {
		background: url(../images/content_back_physicians.jpg) no-repeat;
	}
	
	#layout.fetters {
		background: url(../images/content_back_fetters.jpg) no-repeat;
	}
	
	
	#layout.home {
		background: url(../images/content_back_concierge_medicine.jpg) no-repeat;
	}
	
	#layout.patients {
		background: url(../images/content_back_patients.jpg) no-repeat;
	}
	
		#splash.index {
			height: 337px;
			border: 1px solid #000000;
			border-right: none;
			border-left: none;
		}
		
			#splash.index img {
				float: left;
			}
		
		#splash.patients {
			display: block;
			border: 1px solid #000000;
			border-right: none;
			border-left: none;
		}
		
			#splash.patients img {
				display: block;
			}
		
		#titles {
			display: block;
			padding: 44px 0px 86px 0px;
		}
		
			#titles img {
				padding: 0px 120px 0px 90px;
				float: left;
			}
	
		.content {
			padding: 0px 48px 0px 26px;
			line-height: 16px;
		}
		
			.content .leftcol {
				font-size: 12px;
				width: 282px;
				height: 630px;
				float: left;
			}
				
				.content .leftcol img {
					display: block;
				}
			
			.content .rightcol {
				margin: 0px 0px 0px 326px;
			}
				.content .leftcolhome {
				width: 500px;
				height: 460px;
				float: left;
						
			}
			
			.content .rightcolhome {
				font-size: 12px;
				width: 230px;
				height: 630px;
				float: right;
			}
				.content h2 {
					font-size: 16px;
					font-weight: bold;
					padding: 0px 0px 10px 0px;
				}

				.content h1 {
					font-weight: bold;
					padding: 6px 0px 10px 0px;
				}			
				
				.content p {
					margin: 0px 0px 10px 0px;
				}	
				
				.content .header {
					font-weight: bold;
					color: #9c8957;
					margin: 24px 0px 0px 0px;
				}
					
				.content .homeheader {
					font-size: 20px;
					font-weight: bold;
					color: #9c8957;
					padding: 12px 0px 12px 12px;
				}	
				
				.content .quote {
					display: block;
					margin: 10px 0px 20px 0px;
				}
				
				.content .footnote {
					font-size: 10px;
				}
				
				.content ul {
					margin: -10px 0px 5px 20px;
				}
		
				
					.content li {
						list-style-type: disc;
						list-style-position: outside;
						line-height: 18px;
					}
		
.logo {
	margin: 26px 0px 34px 637px;
}

#footer {
	width: 961px;
	height: 33px;
	display: block;
	background: url(../images/footer.jpg) no-repeat;
}

#footlinks {
	width: 961px;
	height: 33px;
	display: block;
	font-size:11px;
	color: #888785; 
	text-decoration:none;}
}

#footlinks a {
	color: #888785; 
	text-decoration:none;}
}