/* CSS for CMP Site - Print Style */

/* block out navigation for printing */

#navigation {
	display: none;
}

#bottomnav {
	display: none;
}

/* start printable style */

body {
	background: white;
}

a {
	color: #666633;
}

#bodywrap, #container, #sidebar {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
	color: black;
	background: transparent;
}

#bodywrap {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 12pt;
}

#tagline h3 {
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-style: italic;
	color: #32390f;
	padding-right: 5px;
}

h3 {
  font-family: garamond, book antiqua, serif;
}

span {
	font-weight: bold;
	color: #32390f;
}

.title {
	font-style: italic;
}

.photogallery img {
	border: 5px solid #666633;
	margin-bottom: 5px;
} 

.photogallery h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.photogallery h5 {
	text-align: center;
}

.photogallery h6 {
	text-align: center;
}

.photogallery p {
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	margin: auto;
}

.photogallery {
	border-bottom: 2px solid #cda427;
	margin: 5px;
	text-align: center;
}

#sidebar {
	margin: 30px;
	padding: 0;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

#sidebar h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar img {
	border: 5px solid #666633;
}

#sidebar li {
	list-style: none;
	font-size: x-small;
	text-align: left;
}

#printleft {
	padding: 0 100px 75px 10px;
	float: left;
}

#welcome li {
	text-align: left;
}

#billing h3 {
	margin-bottom: 10px;
	text-align: center;
}

#billing span {
	font-weight: bold;
	text-decoration: underline;
}

#billhilight {
	border: double;
	padding: 10px;
	margin-bottom: 10px;
}

#billhilight li {
	list-style-type: square;
}

.billexp li {
	margin-bottom: 10px;
}

.billexp a {
	color: black;
}

h3.billexp {
	display: none;
}

.billexp a:visited {
	color: grey;
}

.phototab img {
	border: 5px solid #666633;
	margin: 0;
	padding: 0;
}

#index {
	text-align: center;
	padding-left: 18px;
}

#seal {
	display: none;
}

#copyright {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5px;
	color: #32390f;
	padding-bottom: 15px;
}

/* Start Department table style */

.departments td {
	text-align: center;
	color: #32390f;
	font-size: 10.5px;
}

/* Start Contact Us table style */

.contact table {
	border-collapse: collapse;
	border: 1px solid #666633;
}

.contact th {
	text-align: center;
	padding: 0.5em;
	color: white;
	background: #666633;
}

.contact td {
	border: 1px solid #666633;
	padding: 0.5em;
	color: #32390f;
}

/* Start Skincare style */

#skincare  h3 {
	text-align: center;
	margin: 5px;
}

#skincare a {
	color: #32390f;
}

#skincare a:hover {
	color: #cda427;
}

#skincare a:visited {
	color: #666633;
}

/* RxTrials style start */

.rxtrials {
	border-bottom: 3px #cda427 solid;
	margin: 10px;
}

.rxtrials h3 {
	font-size: 2em;
	margin: 0;
}

.rxtrials li {
	list-style: square;
}

/* start insurance style */

#insurance h3 {
	margin-bottom: 10px;
	color: #32390f;
	text-align: center;
}

#insurance ul {
	margin: 0 25% 0 25%;
}

#insurance li {
	color: #32390f;
	list-style: none;
}

/* Site Map Style */

#sitemap h4 {
	font-family: garamond, book antiqua, serif;
}

#sitemap a {
	color: #32390f;
}

#sitemap a:visited {
	color: #666633;
}

#sitemap a:hover {
	color: #cda427;
}

#graphform img {
	border: none;
}

/* Survey Style */

form.satisfaction fieldset {
	border: solid #cda427 1px;
	padding: 10px;
	margin: 5px;
}
form.satisfaction legend {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #32390f;
	font-size: 18px
}

form.satisfaction p.fixedwidth, label.fixedwidth {
	display: block;
	width: 277px;
	float: left;
}

form.satisfaction p {
	margin: 5px;
}

form.satisfaction .button input {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: center;
	background-color: #666633;
	color: white;
	font-weight: bold;
	padding: 5px;
}

form.satisfaction .button {
	text-align: center;
	padding: 4px;
}