﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	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;
}

a img {
	border: none;
}

blockquote {
	margin-left: 30px;
}

dfn {
	font-style: normal;
	border-bottom: 1px dashed #DA9D37;
}

form {
	margin-bottom: 20px;
}

h1{
	font-size: 24px;
	color: #01529C;
	margin: 25px 0 5px 15px;
}

h2{
	font-size: 16px ;
	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 10px;
	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: 360px;
	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;
}

#bannerAd {
	position: absolute;
	right: 15px;
	top: 38px;
	width: 225px;
	z-index: 15;
	text-align: right;
}

#pics {
	position: absolute;
	top: 105px;
	left: 5px;
	width: 780px;
	height: 223px;
	background: none;
}

#sidePics {
	position: absolute;
	top: 375px;
	left: 550px;
	height: 328px;
	width: 219px;
	border: 1px solid #01529C;
}

#menu {
	position: absolute;
	top: 327px;
	left: 5px;
	width: 780px;
	height: 35px;
	background: #01529C;
}

#mainContent {
	width: 780px;
	min-height:350px;
	height:auto !important;
	height:350px;
	margin: 0 auto 0;
	padding-top: 10px;
	background: url('../../images/clarksMCbg.jpg') repeat-x left top;
}

#copy {
	width: 500px;
	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: bold;
}

#bannerAd p {
	margin: 0 0 10px 10px;
	line-height: 1.3em;
	font-size: 14px;
}

#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 5px;
}

#menu ul li { 
 	float: left;
	margin: 5px 1px 0 2px;
	background: #47AA42 url('../../images/clarksTabL.gif') no-repeat left top;
}

#menu li a { 
	display: block;
	float: left;
	padding: 1px 6px 1px;
	height: 18px;
	color: #FFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
	background: url('../../images/clarksTabR.gif') no-repeat right top;
}

#menu li a:hover {
	text-decoration: underline;
} 

#home #menu li.home {
	background: #CFDFEC url('../../images/clarksTabActiveL.gif') no-repeat left top;
	margin-top: 0;
}


/***********************************************/
/* Classes                                     */
/***********************************************/
.w75 {
	width: 75px;
}

.w150 {
	width: 150px;
}


.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.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;
}

.fRight {
	float: right;
	margin: 0 0 5px 10px;
}

.stores {
	width: 107px;
	float:left;
}	

.storeCallOuts {
	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;
}

.storeCallOuts h2 {
	margin: 5px 0 5px 5px;
	width: 220px;
	float: left;
}

.storeCallOuts .phone {
	margin: 5px 5px 0 0;
	font-size: 18px ;
	float: right;
}

.storeCallOuts p {
	margin: 0 0 10px 7px;
	line-height: 1.25em;
	clear: both;
}

.storeCallOuts .fLeft {
	float: left;
	margin: 0;
}

.storeCallOuts .fRight {
	float: right;
	width: 307px;
	margin: 0;

}


#leaderDot p {
	border-bottom: 1px dotted #2F2F2F;
	padding-bottom: 3px;
}


