﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
Green: #47AA42
Blue: #01529C
Lt. Blue: #CFDFEC
Text: #2F2F2F
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F2F2F;
	line-height: 1.5em;	
	background: #DBECCF;
	text-align: center;
}

a {
	color: #01529C;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #47AA42;
}

a:visited :hover {
	color: #47AA42;
}

blockquote {
	margin-left: 30px;
}

dfn {
	font-style: normal;
	border-bottom: 1px dashed #DA9D37;
}

form {
	margin-bottom: 20px;
}

h1{
	font-size: 24px;
	color: #01529C;
	margin: 20px 0 5px 15px;
}

h2{
	font-size: 18px ;
	color: #47AA42;
	margin: 0 5px 0 10px;
}

h3{
	font-size: 15px;
	color: #01529C;
	margin: 7px 0 0 10px;
}

iframe {
	margin: 15px 62px;
}

label {
	font-weight: bold;
	display: block;
}

p {
	margin: 0 10px 10px;
}

small {
	font-style: italic;
	font-size: 11px;
	margin-left: 20px;
	line-height: 1.35em;
	color: #999;
}

table {
	width: auto;
	margin: 0 auto 5px;
	border: 1px solid #DEDEDE;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #DEDEDE;
	border-collapse: collapse;
}

th {
	vertical-align: top;
	padding: 2px;
	border: 1px solid #DEDEDE;
	border-collapse: collapse;
}

th {
	background: #01529C;
	color: #FFF;
	vertical-align: bottom;
	text-align: center;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 790px;
	text-align: left;
	margin: 20px auto 0;
	padding-top: 335px;
	background: url('../../images/clarksBG.gif') repeat-y center top;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 790px;
	height: 90px;
	padding-top: 5px;
	background: url('../../images/clarksBGtop.gif') no-repeat center top;
	z-index: 10;
}

/* for centered banner ad
#bannerAd {
	position: absolute;
	left: 300px;
	top: 5px;
	width: 300px;
	height: 90px;
	padding-left: 100px;
	background: transparent url(../images/clarksEasyFill.jpg) left top no-repeat;
}
*/

#bannerAd {
	position: absolute;
	right: 5px;
	top: 3px;
	width: 200px;
	height: 90px;
	padding-right: 85px;
	background: url('../../images/clarksEasyFill2.jpg') no-repeat right top;
	z-index: 15;
}

/* without flash
#pics {
	position: absolute;
	top: 91px;
	left: -15px;
	width: 820px;
	height: 210px;
	background: url('../../images/bannerPics.jpg') no-repeat center top; 
}
*/

/* with flash */
#pics {
	position: absolute;
	top: 45px;
	left: -8px;
	width: 822px;
	height: 215px;
	background: none;
}


#menu {
	position: absolute;
	top: 300px;
	left: 5px;
	width: 780px;
	height: 35px;
	background: #01529C;
}

#subMenu {
	width: 780px;
	height: 21px;
	border-bottom: 1px solid #01529C;
}


#mainContent {
	width: 780px;
	min-height:310px;
	height:auto !important;
	height:310px;
	margin: 0 auto 0;
	padding-top: 10px;
	background: url('../../images/clarksMCbg.jpg') repeat-x left top;
}

#copy {
	width: 360px;
	margin: 10px 0 15px 15px;
	float: left;
}

#copy2 {
	width: 360px;
	margin: 10px 0 15px 15px;
	float: left;
}

#copyWide {
	width: 760px;
	margin: 10px 0 15px 15px;
}

#subContent {
	width: 790px;
	margin: 0 5px;
	clear: both;
}

#copyright{
	width: 790px;
	height: 41px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	background: #01529C url('../../images/clarksBottomBG.gif') no-repeat center top;
	clear: both;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#banner img {
	margin: 7px 0 0 13px;
}

#bannerAd h2 {
	margin: 15px 0 0 5px;
	font-size: 21px;
	font-weight:normal;
}

#bannerAd p {
	margin: 0 0 10px 10px;
	line-height: 1.3em;
	font-size: 12px;
}

#copyright a {
	color: #FFF;
}

#copyright a:hover {
	color: #47AA42;
}

#copyright a:visited :hover {
	color: #47AA42;
}

#copyright p {
	padding: 8px 0 0 0;
	font-size: 11px;
}

#menu ul {
	list-style: none;
	float: left;
	margin: 10px 0 0 3px;
}

#subMenu ul {
	list-style: none;
	margin: 0 10px 0 95px;
	float: right;
}

#menu ul li { 
 	float: left;
	margin: 5px 1px 0 2px;
}

#subMenu ul li { 
 	float: left;
	margin: 0 1px 0 2px;
}

#subMenu li a { 
	display: block;
	float: left;
	padding: 1px 7px 1px;
	height: 18px;
	color: #FFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}

#menu li a { 
	display: block;
	float: left;
	padding: 1px 6px 1px;
	height: 18px;
	color: #FFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}

#subMenu li a { 
	color: #01529C;
	padding: 2px 7px  1px;
}


#subMenu li a:hover {
	text-decoration: underline;
} 


#menu li a:hover {
	text-decoration: underline;
} 

#menu ul li { 
	background: #47AA42 url('../../images/clarksTabL.gif') no-repeat left top;
}

#subMenu ul li { 
	background: #CFDFEC url('../../images/clarksSubTabL.gif') no-repeat left top;
}


#menu li a { 
	background: url('../../images/clarksTabR.gif') no-repeat right top;
}

#subMenu li a { 
	background: url('../../images/clarksSubTabR.gif') no-repeat right top;
}


{
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#home #menu li.home {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#locations #menu li.locations {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#compounding #menu li.news {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#diabetes #menu li.tools {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#cardio #menu li.library {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#homeMedical #menu li.recipes {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#prescriptions #menu li.prescriptions {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#resources #menu li.resources {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#valuePrograms #menu li.valuePrograms {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#about #menu li.about {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


#contact #menu li.contact {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}

#home #menu li.home a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#locations #menu li.locations a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#compounding #menu li.news a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#diabetes #menu li.library a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#cardio #menu li.tools a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#homeMedical #menu li.recipes a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#prescriptions #menu li.prescriptions a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#resources #menu li.resources a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#valuePrograms #menu li.valuePrograms a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#about #menu li.about a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

#contact #menu li.contact a {
	background: url('../../images/clarksTabActiveR.gif') no-repeat right top;
	color: #2F2F2F;
	height: 25px;
	padding: 3px 7px 6px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.w75 {
	width: 75px;
}

.w150 {
	width: 150px;
}


.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.storeCallOuts {
	width: 185px;
	height: 140px;
	border: 1px solid #01529C;
	background: #FFF;
	float: left;
	margin: 5px 0 5px 10px;
}

 .callouts {
	width: 185px;
	height: 140px;
	border: 1px solid #01529C;
	background: #FFF;
	float: left;
	margin: 5px 0 5px 10px;
}

 .storeCallOuts {
	width: 100%;
	height: auto;
	border: 1px solid #01529C;
	float: none;
	margin: 5px 0 5px 10px;
}


.callouts h2 {
	font-size: 14px;
	margin: 3px 5px 0;
	color: #01529C;
	float: left;
}

.storeCallOuts h2 {
	margin: 5px 0 5px 5px;
	width: 220px;
	float: left;

}

.storeCallOuts .phone {
	margin: 5px 5px 0 0;
	font-size: 18px ;
	float: right;
}

.callouts img {
	float: right;
	margin: 5px;
}

.callouts p {
	font-size: 12px;
	margin: 0 5px 10px 7px;
	line-height: 1.15em;
}

.storeCallOuts p {
	margin: 0 0 10px 7px;
	line-height: 1.25em;
	clear: both;
}

.caption p {
	font-style:italic;
	font-size: 11px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 0;
}

.highlight {
	color: #01529C;
}


.hours {
	width: 150px;
	float:left;
}	

.fLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.storeCallOuts .fLeft {
	float: left;
	margin: 0;
}

.storeCallOuts .fRight {
	float: right;
	width: 307px;
	margin: 0;

}

.storeCallOuts img.fRight {
	width: auto;
	margin: 0 10px 0 0;

}

.fRight {
	float: right;
	margin: 0 0 5px 10px;
}

.stores {
	width: 107px;
	float:left;
}	

.yin {
	background: #01529C;
}

.yang {
	background: #47AA42;
}

.yinFont {
	color: #01529C;
}

.yangFont {
	color: #47AA42;
}

.yinLight {
	background: #E7EFF5;
}

.yangLight {
	background: #E9F4E3;
}

.yinBoxes {
	width: 195px;
	height: 270px;
	background: #E7EFF5;
	float: left;
	margin: 0;
}

.yangBoxes {
	width: 195px;
	height: 270px;
	background: #E7EFF5;
	float: left;
	margin: 0;
}

.yangBoxes {
	background: #E9F4E3;
}

.yinBoxes h2 {
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	background: #01529C;
	margin: 0;
	padding: 7px;
	color: #FFF;
}

.yangBoxes h2 {
	height: 20px;
	font-size: 16px;
	font-weight: normal;
	background: #01529C;
	margin: 0;
	padding: 7px;
	color: #FFF;
}

.yangBoxes h2 {
	background: #47AA42;
}

.yinBoxes h2 a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}


.yangBoxes h2 a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}


.yinBoxes p {
	font-size: 12px;
	margin: 5px 10px;
	line-height: 1.35em;
	clear:both;
}


.yangBoxes p {
	font-size: 12px;
	margin: 5px 10px;
	line-height: 1.35em;
	clear:both;
}

.yinBoxes ul {
	font-size: 12px;
	margin: 5px 10px 5px 25px;
	line-height: 1.35em;
}

.yangBoxes ul {
	font-size: 12px;
	margin: 5px 10px 5px 25px;
	line-height: 1.35em;
}

#leaderDot p {
	border-bottom: 1px dotted #2F2F2F;
	padding-bottom: 3px;
}