<style type="text/css"> 
/* #fdfdfd;
   #c4c8ca; /* gray*/
   #382203; /* very dark brown */
   #3d3d3b;  /*brown/black */ 
   #363839;  /* very dark gray */
   #f4f1aa; /* light yellow */
   #f2df0e; /*  yellow */
   #e7c995; /* light tan from logo */
   #e5d8bd; /* tan*/
   #8c5849; /* rich brown from logo*/
   #033653; /* dark blue - gray */
*/
/************* Superior Paint and Plaster *************************/
/************* desktop first - universal styles*************************/
html, body, main {
	height: 100%;
	width: 100%;
}
body, address, dd, dl, hr, p, form {  
	margin: 0; 
	padding: 0;
	font-size: 15px;
	line-height: 1em; 
	text-decoration: none;
	font-family: Geneva, Tahoma, Verdana, sans-serif;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img, embed, object, video {
	max-width: 100%;
	height: auto;
	margin: 0;
} 
body {
	margin:0 auto;
	padding: 0;
	background-image:url(../images/bkgd.jpg);
	font-family: Geneva, Tahoma, Verdana, sans-serif;
}
h1, h1 a, h1 a:visited { 
	font-variant:small-caps;
	font-weight:800;
	color: #033653; /* dark blue - gray */
	font-size:160%;
	text-indent:none;
	margin:10px 0 20px 10px;
	padding:0;
	line-height: 1.5em;
}
h2 {
	font-variant:small-caps;
	font-weight:700;
	color: #8c5849; /* rich brown from logo*/
	font-size:140%;
	text-indent:none;
	margin: 1em 0 .5em 0;
	padding:0;
	line-height: 1.8em;
}
h3, h3 a:link, h3 a:visited  {
	font-variant:small-caps;
	font-weight:bold;
	color:#8c5849; /* rich brown from logo*/
	background-color: none;
	font-size:130%;
	margin: 15px 0 15px -5px;
	padding:0;
	line-height: 1.6em;
}
h3 a:active, h3 a:hover  {
	text-decoration:none;
	color:#033653; /* dark blue - gray */
} 
h4, h4 a:link, h4 a:visited  {
	font-variant:small-caps;
	font-weight:bold;
	color:#033653; /* dark blue - gray */
	background-color: none;
	font-size:120%;
	margin: 15px 0 5px -5px;
	padding:0;
	line-height: 1.6em;
}
h4 a:active, h4 a:hover  {
	text-decoration:none;
	color:#033653; /* dark blue - gray */
} 
h5 {
	font-variant:normal;
	font-weight:bold;
	color:#8c5849; /* rich brown from logo*/
	font-size:110%;
	text-indent: 0;
	margin: 1em 0 0 .2em;
	padding: 0;
	line-height: 1.7em;
}
h6 {
	font-variant:small-caps;
	font-weight:bold;
	color:#8c5849; /* rich brown from logo*/
	font-size:100%;
	text-indent: 15px;
	margin: 1em 0 0 .2em;
	padding:0;
	line-height: 1.6em;
}
a, a:visited {
	text-decoration:none;
	color:#033653; /* dark blue - gray */
}
a:hover, a:active {
	text-decoration:none;
	color:#731e21; /* burgundy */
}
p {
	text-indent: 0;
	padding:0;
	margin: 10px 0;
	line-height: 1.7em;
}
.red {
	color:#600; /* red */
}
.blue {
	color: #069;
}
.container {
    width:100%;
	margin:0 auto;
	position:relative;	
	text-align:left;
}
.banner {
	height:auto;
	min-height: 200px;
	width:auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	background-color: #e7c995; /* light tan from logo */
	z-index: 0;
}
.content {
	margin: .2em auto 0 auto;
	padding: .5em 0 0 0;
	width: auto;
	max-width: 1000px;
	background-color: #fdfdfd; 
}
.left {
	visibility: visible;
	float:left;
	margin: 1em .5em;
	padding: 0;
	width: 17em;
}
.nav {
	visibility: visible;
	background: none;
	width: 15em; 
	margin: 0;
	padding: 0 .2em;
	display: block;
}
.nav a:link, .nav a:visited {
	color: #8c5849; /* rich brown from logo*/
	background-color: #fdfdfd;
	text-align:left;
	text-decoration:none;
	font-size: 90%;
	font-weight: 700;
	display:block;
	line-height: 1em;
	border-bottom: 2px solid #8c5849; /* rich brown from logo*/
	border-radius: .8em .8em 0 0;
	padding: .4em  0 .3em 1em;
	margin: 0 0 .4em 0; 
}
.nav a:active, .nav a:hover {
	color: #e7c995; /* light tan from logo */
   	background-color: #8c5849; /* rich brown from logo*/
	display:block;
	border-bottom: 2px solid #600; 
	border-radius: .8em .8em 0 0;
}
.main {
	margin: 0 auto;
	padding: .6em 2em 1.4em 3em;
	width: auto;
	max-width: 990px;
	min-height: 34em;
	background-color: #fdfdfd; 
}
.bottom {
	margin: 0 auto;
	padding: 0 1.2em 1.5em 1.4em;
	width: auto;
	max-width: 850px;
	background-color: #fdfdfd; 
	border-top: .2em solid #e7c995; /* light tan from logo */
}
.bottom H3 {
	color:#033653; /* dark blue - gray */
	font-size: 90%;
}
.call {
	padding: 0 .5em 1em .5em;
}
.imgCrCard {
	float:right;
	max-width: 250px;
	margin: .4em .5em 2.9em 0;
	padding: 0;
	border: solid 2px #e7c995; /* light tan from logo */
}
.col1 {
	margin: 0 0 0 2em;
	padding: .4em 0 1.7em 0;
	width: 46%; 
	float:left;
}
.col1 p {
	font-size: 90%;
	line-height: 1.3em;
}	
.col1 H3 {
	margin: -.2em 0 -.8em 0;
}
.col2 {
	margin: 0 1.5em 0 0;
	padding: .4em 0 1em 0;
	width: 46%;
	float:left;
}
.col2 p {
	font-size: 90%;
	line-height: 1.3em;
}	
.col2 H3 {
	margin: -.2em 0 -.8em 0;
}
#footer {
	margin: -1.5em auto 0 auto;
	padding: 1.5em 0;
	height: auto;
	line-height: 1.3em;
	background-color: #363839;  /* very dark gray */
	border-top: .3em ridge #033653; /* dark blue - gray */
}
.footer, .footer a:link, .footer a:visited {
	text-align:center;
	color: #fdfdfd;  
	font-weight: bold; 
}
.footer a:hover, .footer a:active {
	color: #e7c995; /* light tan from logo */
}
.byline {
	font-size: .7em;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.8em;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #fdfdfd; 
}
.byline a:link, .byline a:active, .byline a:visited {
	font-size: 1em;
	font-weight: bold;
	text-indent: 0;
	line-height: 1.8em;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #fdfdfd; 
}
.byline a:hover, .byline a:active {
	color: #e7c995; /* light tan from logo */
}
.title {
	font-variant:small-caps;
	font-weight:600;
	color: #033653; /* dark blue - gray */
	font-size:180%;
	text-indent:none;
	margin: .5em 0 .5em 1.2em;
	padding: 0;
	line-height: 1em;
}
.special {
	color:#ac083e; /* red */ 
	text-indent:30px;
	font-weight:bold;
	font-variant:small-caps;
	line-height: 2.5em;
}
.special-blue {
	color:#033653; /* dark blue - gray */
	text-indent:30px;
	font-weight:bold;
	font-variant:small-caps;
	line-height: 2.5em;
}
.form {
	text-align: center;
	font-weight: 900;
}
.iframe {
	text-align: center;
}
.imgRight {
	float:right;
	margin: .5em;
	border: solid 3px #e7c995; /* light tan from logo */
}
.imgLeft {
	float:left;
	margin: .5em;
	border: solid 3px #e7c995; /* light tan from logo */
}
.img {
	float:none;
	margin: .4em;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-plaster {
	float:none;
	margin: .3em;
	max-width: 130px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-milano {
	float:none;
	margin: .4em;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-commercial {
	float:none;
	margin: .4em;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-pw {
	float:none;
	margin: .4em;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-custom {
	float:none;
	margin: .4em .1em;
	border: solid 2px #e7c995; /* light tan from logo */
}
.imgCenter {
	float:none;
	text-align:center;
	border: solid 3px #e7c995; /* light tan from logo */
}
.img-noBorder {
	float:right;
	margin: 1em;
}
.imgRight-noBorder {
	float:right;
	margin: 1em;
}
.imgLeft-noBorder {
	float:left;
	margin: 1em;
}
.imgCenter-noBorder {
	float:none;
	text-align:center;
}
.imgHide {
	width: 100%
	height: 100%;
	margin: 1em .5em;
	visibility:visible;
}
.main ul li {
	list-style:none;
	padding: 0;
	margin: .2em 0 1em 1em;
}
li {
	list-style:none;
	padding: 0;
	margin: .2em 0 .5em .5em;
}
.hr {
	text-align:left;
	width:70%;
	border-top: 12px ridge #e7c995; /* light tan from logo */ 
	padding: 0 15%;
	margin: 1.5em auto;
}
.hr-thick {
	text-align:left;
	width:70%;
	border-top: 1px ridge #e7c995; /* light tan from logo */
	border-bottom: 4px ridge #8c5849; /* rich brown from logo*/
	padding: 0 15%;
	margin: 1em auto;
}
.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;
}
/******mobile nav & menu button hidden on desktop ******/
#mobile_nav ul { 
	display:none;
}
a.menu {
	display:none;
}
/****************************************************************************************************************************/
/******************************************** large tablet styles ********************************/
@media only screen and (min-width:781px) and (max-width:980px) {
.banner {
	height:auto;
	min-height: 200px;
	width:auto;
	max-width: 980px;
	margin: -.8em auto -.5em auto;
	padding: 0;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	background-color: #e7c995; /* light tan from logo */
	z-index: 0;
}
.content {
	margin: -.7em auto -.2em auto;
	padding: .5em 0 0 0;
	width: auto;
	max-width: 1000px;
	background-color: #fdfdfd; 
}
.left {
	margin-bottom: 1.5em;
	margin-right: 0;
}
.nav {
	width: 13.3em; 
	margin: 0;
	padding: .2em .1em;
}
.nav a:link, .nav a:visited {
	font-size: 80%;
	font-weight: 700;
	margin: 0 0 .5em 0; 
	padding: .5em .8em; 
}
.main {
	margin: 0 auto;
	padding: .6em 2em 1.5em 3em;
	width: auto;
	max-width: 990px;
	min-height: 34em; 
}
.imgRight {
	float:right;
	margin: .5em;
	max-width: 200px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.imgLeft {
	float:left;
	margin: .5em;
	max-width: 200px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.img {
	float:none;
	margin: .4em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-plaster {
	float:none;
	margin: .4em;
	max-width: 100px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-milano {
	float:none;
	margin: .4em;
	max-width: 130px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-commercial {
	float:none;
	margin: .4em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-pw {
	float:none;
	margin: .4em;
	max-width: 300px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-custom {
	float:none;
	margin: .4em .1em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.bottom {
	margin: 0 auto;
	padding: .6em 1em 1.5em 2.2em;
	width: auto;
	max-width: 700px;
	background-color: #fdfdfd;
	border-top: .2em solid #e7c995; /* light tan from logo */
}
.footer, .footer a:link, .footer a:visited {
	font-size: 95%;
	font-weight: 800; 
}
.byline {
	font-weight: 800;
}
}
/****************************************************************************************************************************/
/************************************ between large & small tablet styles*************************/
@media only screen and (min-width:721px) and (max-width:780px) {
.banner {
	height:auto;
	min-height: 200px;
	width:auto;
	max-width: 780px;
	margin: -1.2em auto -.5em auto;
	padding: 0;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	background-color: #e7c995; /* light tan from logo */
	z-index: 0;
}
.left {
	margin-right: 0;
}
.nav {
	width: 13em; 
	margin: .3em 0 .3em .1em;
	padding: .1em 0;
}
.nav a:link, .nav a:visited {
	font-size: 80%;
	padding: .4em  .2em .5em .8em;
	margin: 0 0 .5em 0; 
}
.content {
	margin: -1.7em auto -.2em auto;
	padding: .8em 0 0 0;
	width: auto;
	max-width: 1000px;
	background: #fdfdfd;
	z-index: 0;
}
.main {
	margin: .5em auto 0 auto;
	padding: 1em 1.5em;
	width: auto;
	float:none;
}
.imgRight {
	float:right;
	margin: .5em;
	max-width: 200px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.imgLeft {
	float:left;
	margin: .5em;
	max-width: 200px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.img {
	float:none;
	margin: .4em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-plaster {
	float:none;
	margin: .4em;
	max-width: 100px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-milano {
	float:none;
	margin: .4em;
	max-width: 130px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-commercial {
	float:none;
	margin: .4em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-pw {
	float:none;
	margin: .4em;
	max-width: 300px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-custom {
	float:none;
	margin: .4em .1em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.bottom {
	margin: 0 auto;
	padding: .6em 1em 1.8em 2.2em;
	width: auto;
	max-width: 660px;
	background-color: #fdfdfd;
	border-top: .2em solid #e7c995; /* light tan from logo */
}
h4.call {
	margin: 0 auto;
	text-align: center;
}
p.call {
	font-size: 100%;
	font-weight: 600;
	text-align:center;
}
.col1 {
	margin: 0 .2em 0 .5em;
	padding: 0 0 2em 0;
	width: 50%; 
	float:left;
}
.col1 p {
	font-size: 85%;
}
.col2 {
	margin: 0 0 0 1.2em;
	padding: 0 0 1em 0;
	width: 40%;
	float:left;
}
.col2 p {
	font-size: 85%;
}
.imgCrCard {
	float:right;
	text-align: center;
	max-width: 180px;
	margin: 0;
	border: solid 2px #e7c995; /* light tan from logo */
}

.footer, .footer a:link, .footer a:visited {
	font-size: 85%;
	font-weight: 700; 
}
.byline {
	font-weight: 700;
	font-size: .65em;
}	
}
/****************************************************************************************************************************/
/********************************************** small tablet styles **********************************************/
@media only screen and (min-width:481px) and (max-width:720px) {
h1, h2 {
	font-size: 110%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
h3, h4, h5, h6 {
	font-size: 110%;
	margin: .5em 0;
	padding:0;
	line-height: 1em;
}
.imgHide {
	width: 50%
	height: 50%;
	visibility:visible;
}
.banner {
	height:auto;
	max-height: 150px;
	width:auto;
	max-width: 800px;
	margin: -2em auto -1em auto;
	padding: 0;
	background-image:url(../images/banner-tablet.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	background-color: #e7c995; /* light tan from logo */
	z-index: 0;
}
.content {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fdfdfd; 
}
.main {
	margin: 0 auto -.5em auto;
	padding: 1em 1em .8em 1em;
	width: auto;
	background-color: #fdfdfd; 
}
.imgRight {
	float:right;
	margin: .5em;
	max-width: 200px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.imgLeft {
	float:left;
	margin: .5em;
	max-width: 200px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.img {
	float:none;
	margin: .4em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-plaster {
	float:none;
	margin: .4em;
	max-width: 100px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-milano {
	float:none;
	margin: .4em;
	max-width: 130px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-commercial {
	float:none;
	margin: .4em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-pw {
	float:none;
	margin: .4em;
	max-width: 300px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-custom {
	float:none;
	margin: .4em .1em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
p.slideshow {
	text-align: center;
}
.img-slide {
	float:none;
	margin: .4em .1em;
	max-width: 167px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.bottom {
	margin: 0 auto -.8em auto;
	padding: .5em .8em .6em 1.2em;
	width: auto;
	background-color: #fdfdfd;
	border-top: .2em solid #e7c995; /* light tan from logo */
}
h4.call {
	margin: 0 auto;
	text-align: center;
}
p.call {
	font-size: 100%;
	font-weight: 600;
	text-align:center;
}
.col1 {
	margin: 1em .2em 0 .5em;
	padding: 0 0 1em 0;
	width: 50%; 
	float:left;
}
.col1 p {
	font-size: 85%;
}
.col2 {
	margin: 1em 0 0 1.2em;
	padding: 0 0 1em 0;
	width: 40%;
	float:left;
}
.col2 p {
	font-size: 85%;
}
.imgCrCard {
	float:none;
	text-align: center;
	max-width: 200px;
	margin: 0;
	border: solid 2px #e7c995; /* light tan from logo */
}
/********* menu button links to nav at bottom of page ***********/
a.menu {
    width: auto;
	min-height: 40px;
	background-image:url(../images/menu.png);
	background-repeat: no-repeat;
	background-position:center;
	background-color: #fdfdfd; 
    padding: .8em 0;
	margin: 0 auto -1em auto;
	display:block;
	visibility: visible;
	z-index: 1000;
}
a.menu:hover,
a.menu:focus {
    background-image:url(../images/menu-hover.png);
	background-repeat: no-repeat;
	background-position:center; 
}
/********** desktop nav is hidden */
.left {	
	display:none;
}
/********* mobile nav at bottom of page *****/ 
/**** block of links *****/ 
#mobile_nav ul {
    list-style: none;
    background-color: #fdfdfd;
    padding: .3em 0 .8em 0;
	margin: .1em 0 .2em 0;
	visibility: visible;
	display: block;
}
/**** each link *****/  
#mobile_nav li a {
    display: block;
	padding: .1em 0 0 0;
	margin: .2em .6em 0 .1em;
    color: #8c5849; /* rich brown from logo*/
	background-color: #fdfdfd;
	text-align: center;
    text-decoration: none;
    font-weight: 700;
	font-size:14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    height: 2em;
	border-top: 1px ridge #99ccff; /* powder blue */
	border-bottom: 2px solid #8c5849; /* rich brown from logo*/
	border-radius: 1em 0;
}	
#mobile_nav li:last-child a, #mobile_nav li:last-child a:hover {
    border-bottom: 2px solid #8c5849; /* rich brown from logo*/
}
#mobile_nav li a:hover,
#mobile_nav li a:focus {
    color: #e7c995; /* light tan from logo */
   	background-color: #8c5849; /* rich brown from logo*/
	border-bottom: 2px solid #600;
}
}
/****************************************************************************************************************************/
/****************************************************** mobile styles ***************************************/
@media only screen and (max-width:480px) {
body {
	margin:0 auto;
	padding: 0;
	background-color: #f5e6cd; /* very light tan */
	font-family: Geneva, Tahoma, Verdana, sans-serif;
}
h1, h2 {
	font-size: 120%;
	margin: .5em 0;
	padding:0;
	line-height: 1.2em;
}
h3, h4, h5, h6 {
	font-size: 100%;
	margin: .5em 0;
	padding:0;
	line-height: 1em;
}
p {
	font-size: 100%;
	line-height: 1.2em;
}
.imgHide {
	display: none;
}
.banner {
	height:auto;
	width:auto;
	max-width: 660px;
	margin: -3em auto;
	padding: 0;
	background-image:url(../images/banner-tablet.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
	background-color: #e7c995; /* light tan from logo */
	z-index: 0;
}
.content {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fdfdfd; 
}
.main {
	margin: 0 auto -.5em auto;
	padding: .4em 1em .8em 1em;
	width: auto;
	background-color: #fdfdfd; 
}
.title {
	font-variant:small-caps;
	font-weight:600;
	color: #033653; /* dark blue - gray */
	font-size:135%;
	text-indent:none;
	margin: .5em 0 0 .8em;
	padding: 0;
	line-height: 1em;
}
.imgRight {
	float:right;
	margin: .5em;
	max-width: 180px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.imgLeft {
	float:left;
	margin: .5em;
	max-width: 180px;
	border: solid 3px #e7c995; /* light tan from logo */
}
.img {
	float:none;
	margin: .25em;
	max-width: 155px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-plaster {
	float:none;
	margin: .25em;
	max-width: 100px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-milano {
	float:none;
	margin: .25em;
	max-width: 120px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-commercial {
	float:none;
	margin: .25em;
	max-width: 155px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-pw {
	float:none;
	margin: .25em;
	max-width: 300px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.img-custom {
	float:none;
	margin: .25em; .1em;
	max-width: 142px;
	border: solid 2px #e7c995; /* light tan from logo */
}
p.slideshow {
	text-align: center;
}
.img-slide {
	float:none;
	margin: .25em; .1em;
	max-width: 142px;
	border: solid 2px #e7c995; /* light tan from logo */
}
.bottom {
	margin: 0 auto -.8em auto;
	padding: .5em .8em .6em 1.2em;
	width: auto;
	background-color: #fdfdfd;
	border-top: .2em solid #e7c995; /* light tan from logo */
}
h4.call {
	margin: 0 auto;
	text-align: center;
}
p.call {
	font-size: 100%;
	font-weight: 600;
	text-align:center;
}
.col1 {
	margin: 1em .2em 0 .5em;
	padding: 0 0 1em 0;
	width: 40%; 
	float:left;
}
.col1 p {
	font-size: 85%;
}
.col2 {
	margin: 1em 0 0 1.2em;
	padding: 0 0 1em 0;
	width: 45%;
	float:left;
}
.col2 p {
	font-size: 85%;
}
.imgCrCard {
	float:none;
	text-align: center;
	max-width: 200px;
	margin: 0;
	border: solid 2px #e7c995; /* light tan from logo */
}
#footer {
	margin: 0 auto;
	background-color: #363839;  /* very dark gray */
	border-top: .2em ridge #e7c995; /* light tan from logo */
}
.footer, .footer a:link, .footer a:visited {
	font-size: 85%;
	font-weight: 700;
}
.byline {
	font-weight: 700;
	font-size: .65em;
	line-height: 1.5em;
}
/********* menu button links to nav at bottom of page ***********************************************/
a.menu {
    width: auto;
	min-height: 40px;
	background-image:url(../images/menu.png);
	background-repeat: no-repeat;
	background-position:center;
	background-color: #fdfdfd; 
    padding: 1em 0;
	margin: -1em auto;
	display:block;
	visibility: visible;
	z-index: 1000;
}
a.menu:hover,
a.menu:focus {
    background-image:url(../images/menu-hover.png);
	background-repeat: no-repeat;
	background-position:center;
}
/********** desktop nav is hidden */ 
.left {	
	display:none;
}
/********* mobile nav at bottom of page *****/ 
/**** block of links *****/ 
#mobile_nav ul {
    list-style: none;
    background-color: #fdfdfd;
    padding: .3em 0 .03em 0;
	margin: .1em 0;
	visibility: visible;
	display: block;
}
/**** each link *****/  
#mobile_nav li a {
    display: block;
	padding: .1em 0 0 0;
	margin: .2em .6em 0 .1em;
    color: #8c5849; /* rich brown from logo*/
	background-color: #fdfdfd;
	text-align: center;
    text-decoration: none;
    font-weight: 700;
	font-size:14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    height: 2em;
	border-top: 1px ridge #99ccff; /* powder blue */
	border-bottom: 2px solid #8c5849; /* rich brown from logo*/
	border-radius: 1em 0;
}	
#mobile_nav li:last-child a, #mobile_nav li:last-child a:hover {
    border-bottom: 2px solid #8c5849; /* rich brown from logo*/
}
#mobile_nav li a:hover,
#mobile_nav li a:focus {
    color: #e7c995; /* light tan from logo */
   	background-color: #8c5849; /* rich brown from logo*/
	border-bottom: 2px solid #600;
}
}
