/* CSS for CMP Site */

/* Navigation Style here*/

#navigation a:visited {
  color: #FFFFCC;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: none;
  color: #32390f;
}

#navigation a:link {
  color: white;
  text-decoration: none;
}

#navigation {
	background-color: #666633;
	float: clear;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

#navigation li {
  float: left;
  position: relative;
  width: 124px;
  text-align: center;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  color: white;
  display: inline;
  background-color: #666633;
  z-index: 1;
}

#navigation li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

#navigation li li {
	display: block;
	float: none;
	background-color: #666633;
	border: 0;
	font-size: 1em;
	text-align: left;
}

#navigation li:hover ul, li.over ul {
  display: block;
}

#bottomnav {
	clear: both;
	margin: 10px 175px 0 175px;
}

#bottomnav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#bottomnav li {
  float: left;
  position: relative;
  width: 7.5em;
  text-align: center;
  cursor: default;
  padding: 3px 0 3px 0;
  display: block;
  background-color: #fbf2c9;
}

#bottomnav a {
  font-size: small;
}

/* Content Style Starts Here */

body {
	background: #828a5b url(images/shadow-bg3.jpg) center top repeat-y;
	margin: 0;
}

a {
	color: #32390f;
	text-decoration: underline;
}

a:hover {
	color: #cda427;
}

a:visited {
	color: #666633;
}

#bodywrap {
  font-family: verdana, sans-serif;
  font-size: .88em;
  background-color: #fbf2c9;
  width: 910px;
  margin: 0 auto 0 auto;
  color: #32390f;
}

#header {
	background-color: white;
	padding: 5px;
}
	
#tagline {
	  background-color: #a8bc6a;
	  font-style: italic;
	  color: #32390f;
	  padding-right: 5px;
}

#tagline h3 {
	margin: 0;
	padding-bottom: 3px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

h1 {
  background: url(backgrounds/cmpbuilding1.jpg) no-repeat right;
  margin: 0;
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

span {
	font-weight: bold;
	color: #32390f;
}

#returnlink {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 15px 0 15px 0;
}

#returnlink h3 {
	text-align:center;
}

#returnlink p {
	text-align: left;
}

#returnlink a.link {
	color: #666633;
}

.title {
	font-style: italic;
}

.photogallery {
	border: 5px solid #666633;
	margin-bottom: 5px;
	float: left;
	margin: 10px;
}

.spacer {
	height: 1px;
	width: 100%;
	margin-top: 20px;
	clear: both;
}

.firsth5 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.indenth5{
	margin: 0;
	padding: 0;
	text-indent: 10px;
}

.nexth5 {
	padding: 0;
	margin: 0;
}

#content {
  width: 560px;
  float: left;
  padding: 0 20em 4em 3em;
}

#sidebar {
    float: left;
    margin: 0 9px 4em -16em;
	width: 15em;
	text-align: center;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
	color: #32390f;
}

#sidebar .mod {
	background-color: #fefefe;
	margin-bottom: 5px;
}

#sidebar .modFirst {
	background-color: #fefefe;
	margin: 0;
	padding: 0;
}

#sidebar img {
	border: 5px solid #666633;
}

#sidebar img.button {
	border: none;
	padding: 0;
	margin: 0;
}

#sidebar img.socIcon {
	border: none;
}

#sidebar table {
	border-collapse: collapse;
	border: 1px solid #666633;
	margin-bottom: 15px;
}

#sidebar th {
	text-align: center;
	padding: 0.5em;
	color: white;
	background: #666633;
}

#sidebar td {
	border: 1px solid #666633;
	padding: 0.5em;
	color: #32390f;
	background-color: #ffffff;
}

#sidebar h4 {
	background-color: #a8bc6a;
	padding: 5px;
	border-bottom: solid 5px #fbf2c9;
	margin-top: 0;
}

#sidebar h5 {
	font-size: small;
}

#sidebar h6 {
	font-size: 0.8em;
}

#sidebar h5, h6 {
	margin: 0;
	padding-bottom: 5px;
}

#sidebar p {
	padding: 3px;
}

#sidebar ul {
	margin: 5px;
	width: 12em;
}

#sidebar li {
	list-style: none;
	font-size: 1em;
	text-align: left;
}

#sidebarModule {
	border: 2px solid #ffffff;
	padding: 0;
}

#sidebar a:visited {
  color: #898e57;
  text-decoration: underline;
}

#sidebar a:hover {
  text-decoration: none;
  color: #32390f;
}

#sidebar a:link {
  text-decoration: underline;
}

#sidebar p {
	padding: 5px;
	text-align: left;
}

.italic {
	font-style: italic;
}

h3.hilight {
	text-decoration: underline;
	font-size: x-large;
}

h4.hilight {
	font-size: medium;
	color: #cda427;
}

h5.hilight {
	margin: 0;
}

#welcome li {
	clear: left;
	text-decoration: none;
	list-style: none;
	width: 35em;
	text-align: left;
	margin: auto;
}

#billing h3 {
	margin-bottom: 10px;
	color: #32390f;
	text-align: center;
}

#billing span {
	font-weight: bold;
	text-decoration: underline;
}

#billhilight {
	border: double;
	border-color: #34390f;
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
}

#billhilight li {
	list-style-type: square;
}

.billexp li {
	margin-bottom: 10px;
}

.phototab img {
	border: 5px solid #666633;
	margin: 0;
	padding: 0;
}

#index {
	text-align: center;
	padding-left: 18px;
}

#seal {
	clear: both;
	background-color: white;
	padding: 5px;
}

#seal p {
	background: url(backgrounds/ncqa.jpg) no-repeat left;
	margin: 0;
	padding: 26px 0 25px 140px;
}

#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;
	margin-bottom: 15px;
}

.contact th {
	text-align: center;
	padding: 0.5em;
	color: white;
	background: #666633;
}

.contact td {
	border: 1px solid #666633;
	padding: 0.5em;
	color: #32390f;
	background-color: #ffffff;
}

/* Start Skincare style */

#skincare  h3 {
	text-align: center;
	color: #32390f;
	margin: 5px;
}

/* Clinicalrx style starts */

#clinicalrx h5 {
	margin-left: 0;
}

#clinicalrx h6 {
	margin-top: 25px;
}

#clinicalrx a {
	color: #cda427;
	font-weight: bold;
}

/* 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;
}

/* tableDesign Style */

#tableStyle h4 {
	font-family: garamond, book antiqua, serif;
	text-align: left;
	font-size: 135%;
	border-bottom: solid #cda427 2px;
	color: #666633;
}

#tableStyle table {
	border-collapse: collapse;

}

#tableStyle th {
	font-size: small;
	color: #ffffff;
	background-color:#666633;
}

#tableStyle td {
	padding: 0 0 5px 5px;
}

.odd {
	background-color: #dfe0ad;
}

.even {
	background-color: #FFFFCC;
}

#graphform img {
	border: none;
}

/* Form Style */

fieldset {
	width: 100%;
	padding: 0 0 1em 0;
	border-style: none;
}

legend {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0;
	color: #000000;
	font-weight: bold;
	color: #666633;
}

legend span {
	font-size: 135%;
}

label {
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: left;
}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #FFF;
	padding-left: 12em;
}

fieldset ol {
	list-style-type: none;
}

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

fieldset fieldset legend {
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 0;
	font-weight: normal;
	color: #32390f;
}

fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

/* start job style */

.job ol.second {
	list-style-type: lower-alpha;
}

.job ol.third {
	list-style-type: lower-roman;
}

.jobcategory {
	font-weight: bold;
}

.joboutline {
	text-decoration: underline;
	font-weight: normal;
}

ol.alphaol {
	list-style-type: upper-alpha;
}

#privstyle ol.primaryol {
	list-style-type: upper-alpha;
}

#privstyle ul {
	list-style-type: disc;
}

#hilight {
	border: solid;
	border-color: #666633;
	background-color: #FFFFFF;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
}

.privhilight {
	text-decoration: underline;
	font-weight: bold;
}

#privbottom {
	border-top: solid;
	font-weight: bold;
}

.footnote {
	font-size: small;
	padding-left: 45px;
	text-align:justify;
}