@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(Images/bg.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font: small arial, helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #E0E0E0;
}
div
{
	width: auto;
	border-width: 0;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 0;
}	
a:link {
	color: #666666;
	text-decoration:none;
	border:none;
}
a:hover {
	color: #333333;
	text-decoration:none
}
a img {
	border:none;
}
#wrapper
{
	width: 685px;
	margin:auto;
}	
.header
{
	height:105px;
	background-image: url(Images/MeyerCo-logo-yellow-lg.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	position: relative;
	text-align: right;
	vertical-align: baseline;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	width: 685px;
}
.footerInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #3E3E3E;
	padding-top: 30px;
	text-align: center;
	width: 685px;
}
.headerInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: right;
	list-style-type: circle;
	position: relative;
	padding-top: 90px;
	width: 650px;
	color: #666666;
}
#banner {
	background-repeat:no-repeat;
	height:224px;
	width:685;
	position: relative;
	background-position: top center;
	padding-left: 20px;
	padding-top: 4px;
	margin-top:2px;
}
.contentHeader {
	background-image: url(Images/content-header.gif);
	background-repeat: no-repeat;
	height: 25px;
	width:685px;
}

.contentFooter {
	background-image: url(Images/content-footer.gif);
	background-repeat: no-repeat;
	height: 30px;
	clear: both;
	width:685px;
}
.content {
	width: 685px;
	background-image: url(Images/content-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	margin: auto;
}

#leftCol {
	width: 320px;
	padding: 0px 5px 0px 0px;
	float:left;
}
#rightCol {
	width:320px;
	border-left-width: 1px;
	border-left-style: solid;
	padding: 0px 0px 0px 5px;
	float:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#largeLeft {
	width: 435px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-bottom:15px;
}

#smallRight {
	width: 214px;
	float: right;
	margin-right: 15px;
	padding: 5px;
}

#smallRight h1 {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	border-bottom:#333333 1px solid;
	margin: 0 0 10px 0;
	padding: 0;
}

#smallRight p {
	margin: 0 0 8px 0;
	padding: 0;
}
#smallRight .rss-box {
	width: 220px;
}
#smallRight .rss-items {
	margin-left: -20px;
}
*:first-child+html #smallRight .rss-items {
margin-left: 15px;
}
* html #smallRight .rss-items {
margin-left: 15px;
}
.pic {
	padding: 8px;
}
.staffPic {
	padding: 0px 10px 2px 0px;
}
.oneCol {
	padding: 0px 0px 0px 0px;
	width: 675px;
}


p {
	margin: 0px 15px 15px 15px;
	text-align: left;
}
#bio {
	text-align: left;
}
h1 {
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 15px 15px 15px;
	text-align: left;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-transform: uppercase;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	margin: 0px 15px 0px 15px;
	text-align: left;
}
.contentLeft  {
	width: 312px;
	left: auto;
	margin-left: auto;
}
#infoTable{
	width: 91%;
	border-collapse: collapse;
	margin-left: 20px;
}
#infoTable td{
	border-top: thin solid #cecece;
	border-bottom: thin solid #cecece;
	padding: 4px 10px 4px 10px;
}
#infoTable tr{
	font: x-small arial, helvetica, sans-serif;
}

.solidRight {
	border-right-width: 1px;
	border-right-color: #cecece;
	border-right-style: solid;
}

.solidLeft {
	border-left-width: 1px;
	border-left-color: #cecece;
	border-left-style: solid;
}

.smallGray {
	background-color: #CCCCCC;
	width: 200px;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.gray {
	background-color: #CCCCCC;
}