/* Main Street Optometry - Style Sheet */

A:link {
   font-weight: bold;
   color: #2F4090;
   text-decoration: none
}

A:visited {
   font-weight: bold;
   color:#75A4DE;
   text-decoration: none
}

A:hover {
   font-weight: bold;
   color: #4C89D4;
   text-decoration: none
}


H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	background-color: #2E6FBF;
	text-align: center;
	border: medium solid #2E6FBF;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2F4090;
	background-color: #C4DAFF;
	border-top: thick solid #C4DAFF;

	border-right: thin none 
	border-bottom: thin solid #2E6FBF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #2F4090;
	text-align: center;
}

H3 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: 666666;
}

H4 {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #2F4090;
	font-style: normal;
	text-align: center;
}

.addressbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;

}

.sptextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	text-transform: none;
	padding: 5px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	text-transform: none;
	padding: 10px;
}

.uptextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	text-transform: none;
	padding: 10px;
	border-bottom-style: none;
}

.addressbox  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	padding: 20px;
}

.buttonscontainer {
	width: 225px;
	top: auto;
}

.buttons a {color: #2F4090;
background-color: #C4DAFF;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #4C89D4;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.buttons a:hover {
	border-left: 10px solid #F7FAFF;
	text-decoration: none;
	color: #FFFFFF;
}


ul {
	text-align: left;
	list-style-type: square;
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;

}

.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.bottombox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
	background-color: #F7FAFF;
	padding-right: 20px;
	padding-left: 20px;
}

ol {
	list-style-type: lower-alpha;
	text-align: left;
}

.darkbluebg {
	background-color: #2E6FBF;
	border-top: none;
	border-right: none;
	border-bottom: thin solid #FFFFFF;
	border-left: none;
}
.whitelinebox {
	border: thin solid ffffff;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

hr {
	color: #2E6FBF;
}
.rightsideglow {
	background-image: url(../template_images/rsg_repeat.gif);
	background-repeat: repeat;
}
.bottomglow {
	background-image: url(../template_images/bottomglow.gif);
}
.bluebackground {
	background-color: #F7FAFF;
}
.hpemaillink {
	font-size: xx-small;
}
.bottomaddress {
	font-size: xx-small;
	background-color: #F7FAFF;
	text-align: center;
}
dt {
	font-weight: bold;
	font-size: 11px;
	white-space: normal;
	line-height: normal;
	padding: 17px;
}
dl {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
.tab10 {
	text-indent: 10px;
}
