@charset "UTF-8";
/* CSS Document */

body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #19569b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px 0 20px;
	margin:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#top_header {
	margin:0;
	padding:0;
	background-image:url(images/top_header_bkgrd_02.jpg);
	width:1000px;
	height:122px;
}

#top_header h1 {
	padding:20px 10px 40px 0;
	text-align:right;
	margin:0;
	font-weight:normal;
	color:#19569B;
	font-size:24px;
	}
#top_header ul {
	padding:0;
	margin:0;
	list-style:none;
}
#top_header li {
	padding:0 10px 0 0;
	margin:0;
	display:inline;
	}
#top_header li a {
	color:#19569B;
	text-decoration:none;
	}
#top_header li a:hover {
	color:#19569B;
	text-decoration:underline;
	}
	
	
#mainContent h1 {
	padding:20px 0 10px 0;
	margin:0;
	font-weight:normal;
	}
#mainContent h2 {
	padding:10px 0 10px 0;
	margin:0;
	font-weight:normal;
	}
#mainContent p {
	padding:0 0 10px 0;
	margin:0;
	line-height:20px;
	}
	
#leftCol {
	float:left;
	width:550px;
}
#leftCol p {
	color:#666666;
	}
#leftCol ul {
	margin:0 0 0 40px;
	padding:0;
	list-style:square;
	color:#666666;
}
#leftCol li {
	padding-bottom:5px;
	}
	
#rightCol {
	float:right;
	width:400px;
	background-color:#dcdcdc;	
}

#rightCol table {
	margin:0 0 0 20px;
	padding:0 0 20px 0;
	}
#rightCol td {
	font-size:12px;
	padding:5px 0 5px 0;
	}

#apptButton {
	background-color:#55781a;
	height:50px;
	}
#apptButton p {
	padding:15px 0 0 20px;
	font-size:16px;
	}
#apptButton a {
	color:#FFFFFF;
	text-decoration:none;
	}
#apptButton a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#liveSurgery {
	background-color:#19569b;
	height:50px;
	margin-top:20px;
	margin-right:10px;
	}
#liveSurgery p {
	padding:15px 0 0 20px;
	font-size:16px;
	}
#liveSurgery a {
	color:#FFFFFF;
	text-decoration:none;
	}
#liveSurgery a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#newsletterSignUp {
	font-size:12px;
	color:#333333;
	line-height:16px;
	margin:0px 20px 10px 20px;
	padding:0;
	}
	
#testimonial td {
	font-size:18px;
	color:#666666;
	line-height:28px;
	}
#testimonial ul {
	font-size:12px;
	list-style:none;
	line-height:14px;
	padding:0;
	margin:0;
}
#physicians p {
	padding-bottom:5px;
	}
#physicians a {
	color:#0066CC;
	text-decoration:none;
	}
#physicians a:hover {
	color:#0066CC;
	text-decoration:underline;
	}
#physicians td {
	font-size:12px;
	line-height:20px;
	padding:0 35px 10px 0;
	color:#666666;
	}
#physicians table {
	padding:30px 0 0 0;
	}
#physicians h3 {
	margin:0;
	padding:5px 0 5px 0;
	color:#666666;
	border-bottom:#999999 1px solid;
	}
#physicians img {
	border-bottom:#666666 5px solid;
	float: left;
	margin: 0 5px 5px 0;
	}
#physicians ul {
	margin:0;
	padding:0px 0 10px 30px;
	list-style:square;
	}
	
#location td {
	font-size:12px;
	line-height:20px;
	color:#666666;
	}
#appointment td {
	font-size:16px;
	padding:10px 0 10px 0;
	}
.list {
	width:300px;
	}
#footer {
	font-size:14px;
	color:#FFFFFF;
	padding:15px 0 40px 0;
	}
