@charset "UTF-8";
/* CSS Document */

/* default styles */

p, h1, h2, h3, ul {
	margin:0;
	padding:0;
	}
	


/* site page design styles */

body {
	background: #a57f52;
	background-image:url(../images/bkgrd_image_02.jpg);
	background-repeat:repeat-x;
	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: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	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. */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.oneColFixCtr #mainContent {
	background-image:url(../images/content_bkgrd1_06.jpg);
	background-repeat:repeat-y;
	width:800px;
}

.oneColFixCtr #home_top {
	background-image:url(../images/top_header_bkgrd_03.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:132px;
	font-size:16px;
	color:#FFFFFF;
	}		
	
#home_top a {
	color:#FFFFFF;
	text-decoration:none;
	}
#home_top a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#footer {
	clear:both;
	padding:15px 0 40px 210px;
	}

#divider {
	clear:both;
	padding:10px 30px 10px 185px;
	}
#homeDivider {
	padding:10px 30px 10px 10px;
	}
	
/* home (index) styles */

.oneColFixCtr #home_header {
	background-image:url(../images/header_bkgrd_05.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:413px;
	}
.oneColFixCtr #home_header2 {
	background-image:url(../images/header_bkgrd_05.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:413px;
	}
	
#home_header ul {
	font-size:14px;
	line-height:40px;
	list-style:none;
	padding:0px 0 0 15px;
	}
#home_header ul a {
	color:#FFFFFF;
	text-decoration:none;
	}
#home_header ul a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
#phys_banner {
	float:left;
	} 
#phys_banner2 {
	float:left;
	background-color;
	color:#FFFFFF;
	background-image:url(../images/phys_side_bkgrd_06.jpg);
	background-repeat:repeat-y;
	width:170px;
	padding:5px;
	}
	
#phys_banner2 ul {
	list-style:none;
	padding-left:5px;
	padding-right:10px;
} 

#phys_banner2 li {
	padding-bottom:5px;
	}
	
#phys_banner2 hr {
	width:150px;
	margin:5px 0 10px 0;
	padding:0;
	}
	
#phys_banner2 a {
	color:#FFFFFF;
	text-decoration:none;
}
#phys_banner2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#phys_banner2 h2 {
	font-size:18px;
	font-weight:normal;
	padding:0 0 10px 5px;
	}

#home_content {
	float:left;
	padding:10px 20px 20px 40px;
	width:550px;
	}
#home_content p {
	padding:0 0 5px 0;
	}
#home_content h1 {
	font-size:24px;
	font-weight:normal;
	color:#003399;
	}

#home_content h2, h1 {
	padding:10px 0 10px 0;
	}
#home_newsletter {
	width:350px;
	border:#CCCCCC thin solid;
	padding: 5px;
	margin-top:10px;
	background-image:url(../images/newsletter_bkgrd.jpg);
	background-repeat:repeat-x;
	}
#home_newsletter h2 {
	font-size:18px;
	font-weight:normal;
	padding:5px 0 5px 0;
	}
	
/* footer */	

#footer a {
	color:#003399;
	text-decoration:none;
	}
#footer a:hover {
	color:#003399;
	text-decoration:underline;
	}
	
#printfooter {
	display:none;
}

/* about us page */

#aboutusContent {
	float:left;
	padding:10px 20px 20px 20px;
	width:500px;
	}

#aboutusContent h1 {
	font-weight:normal;
	font-size:24px;
	color:#003399;
	line-height:28px;
	}
#aboutusContent h2 {
	font-weight:normal;
	font-size:18px;
	}
#aboutusContent h2, h1 {
	padding:10px 0 15px 0;
	}
#aboutusContent p {
	padding-bottom:10px;
	}
#aboutusContent ul {
	padding-left:30px;
	padding-bottom:10px;
}
#aboutusContent ul a {
	text-decoration:none;
	color:#003399;
	}
#aboutusContent ul a:hover {
	text-decoration:underline;
	color:#003399;
	}	
	
	
/* PA page */

#paContent {
	float:left;
	padding:10px 20px 20px 210px;
	width:500px;
	}
	
#paContent h2 {
	font-size:18px;
	padding:5px 0 5px 0;
	font-weight:normal;
	}
#paContent h1 {
	font-weight:normal;
	font-size:24px;
	}
#paContent p {
	padding-bottom:10px;
	}
#pa_photo {
	width:160px;
	float:left;
	padding:20px 10px 10px 15px;
	}
#pa_photo ul {
	list-style:none;
	padding-left:0px;
	}
#pa_photo ul a {
	color:#003399;
	text-decoration:none;
	}
#pa_photo ul a:hover {
	color:#003399;
	text-decoration:underline;
	}
#pa_photo h3 {
	font-size:14px;
	font-weight:normal;
	padding:0 0 10px 0;
	}
#phys_assistants {
	float:left;
	color:#FFFFFF;
	background-image:url(../images/phys_side_bkgrd_06.jpg);
	background-repeat:repeat-y;
	line-height:20px;
	width:170px;
	padding:5px;
	} 
#pa_assistants {
	float:left;
	background-image:url(../flash/phys_bkgrd.jpg);
	background-repeat:repeat-y;
	line-height:20px;
	width:170px;
	padding:5px;
	} 
	
/* generic content */

#generic_content {
	float:left;
	padding:10px 20px 20px 200px;
	width:450px;
	}

#generic_content p {
	padding-top:10px;
	}
#generic_content h1 {
	color:#003399;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	line-height:28px;
	}
#generic_content h2 {
	font-size:18px;
	font-weight:normal;
	padding:10px 0 10px 0;
	}
#generic_content h3 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0 10px 0;
	}
#generic_content li {
	padding-top:5px;
	}
#generic_content ul {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
#generic_content ul a {
	color:#003399;
	text-decoration:none;
	}
#generic_content ul a:hover {
	color:#003399;
	text-decoration:underline;
	}

/* clear content style */

#clearContent {
	clear:both;
	width:540px;
	padding:0 0 0 200px;
	margin:0;
}
#clearContent p {
	padding-top:10px;
	}
#clearContent h1 {
	color:#003399;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	line-height:28px;
	}
#clearContent h2 {
	font-size:18px;
	font-weight:normal;
	padding:10px 0 10px 0;
	}
#clearContent h3 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0 10px 0;
	}
#clearContent li {
	padding-top:5px;
	}
#clearContent ul {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
#clearContent ul a {
	color:#003399;
	text-decoration:none;
	}
#clearContent ul a:hover {
	color:#003399;
	text-decoration:underline;
	}



/* physicians pages (internal) */

.oneColFixCtr #phys_header {
	background-image:url(../images/phys_header_bkgrd_03.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:325px;
}
.oneColFixCtr #hiker_header {
	background-image:url(../images/hiker_header_bkgrd.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:325px;
}
.oneColFixCtr #feet_header {
	background-image:url(../images/feet_header_bkgrd.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:325px;
}
.oneColFixCtr #hammer_header {
	background-image:url(../images/hammer_header_bkgrd.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:325px;
}
.oneColFixCtr #soccer_header {
	background-image:url(../images/soccer_header_bkgrd.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:325px;
}
.oneColFixCtr #fisher_header {
	background-image:url(../images/fisher_header_bkgrd.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:325px;
}
	
#phys_header2 {
	float:left;
	}
#phys_header2 ul {
	font-size:14px;
	line-height:25px;
	list-style:none;
	padding:0px 0 0 15px;
	}

#phys_headline {
	float:left;
	width:400px;
	padding:150px 0 0 40px;
	color:#FFFFFF;
	}
#phys_content {
	float:left;
	padding:10px 20px 20px 10px;
	width:350px;
	}
#phys_content p {
	padding-top:10px;
	}
#phys_content h1 {
	color:#003399;
	font-size:24px;
	font-style:normal;
	font-weight:normal;
	line-height:28px;
	}
#phys_content h2 {
	font-size:18px;
	font-weight:normal;
	padding:10px 0 10px 0;
	}
#phys_content h3 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0 10px 0;
	}
#phys_content li {
	padding-top:5px;
	}
#phys_content ul {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
#phys_content ul a {
	color:#003399;
	text-decoration:none;
	}
#phys_content ul a:hover {
	color:#003399;
	text-decoration:underline;
	}

#phys_photo {
	float:left;
	padding:0 0px 0 25px;
	}
#phys_photo h3 {
	padding:0 0 5px 10px;
	color:#003399;
	}
#phys_photo ul {
	list-style:none;
	padding-left:10px;
	}
#phys_photo ul a {
	color:#003399;
	text-decoration:none;
	}
#phys_photo ul a:hover {
	color:#003399;
	text-decoration:underline;
	}
#phys_newsletter {
	clear:both;
	width:350px;
	border:#CCCCCC thin solid;
	padding: 5px;
	margin:0px 0 0 205px;
	background-image:url(../images/newsletter_bkgrd.jpg);
	background-repeat:repeat-x;
	}
#phys_newsletter h2 {
	font-size:18px;
	font-weight:normal;
	padding:5px 0 5px 0;
	}

#phys_assistants h3 {
	font-size:12px;
	}
#phys_assistants ul {
	list-style:none;
	margin:0;
	padding:0;
	} 
#phys_assistants ul a {
	color:#FFFFFF;
	text-decoration:none;
	}
#phys_assistants ul a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	} 