@charset "UTF-8";
/* CSS Document */

#home{ 
	background-color:#e4fcff;
	}	
	
#wrapper{
	background-color:#ffffff;
	width: 1000px;
	height:100%;
	border:thin solid #ffffff;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;	
	}
#header{
	width:100%;
	height:155px;
	}
#left{
	width:200px;
	float:left;
	padding: 0px 20px 0px 20px;
	}
	
#middle{
	width: 420px;
	float:left;
	padding-top:3%;
	}
#right{
	width: 300px;
	float:right;
	padding: 0px 20px 0 20px;
	}
#footer{
	margin-top:10px;
	height:10px;
	border-top: solid thin #00B4CD;
	background-color:#ffffff;
	padding:0px 20px 0px 20px;
	}
#footerrt{
	float:right;
	padding:0px;
	margin-top:-18px;
	}
#footerlft{
	float:left;
	padding:0px;
	margin-top:-18px;
	}
h1#logo{
	width: 925px;
	height: 0px;
	padding-top: 150px;
	margin-top: 0px;
	overflow:hidden;
	margin-left: 10px;
	background-image:url(../images/mclogo_n.gif);
	background-repeat:no-repeat;
	}
h2{
	font-size: .95em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: lighter;
	color: #00B4CD;
	text-align: center;
	}
h2.blog{
	font-size: 1.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	/*font-weight:;*/
	color: #00B4CD;
	text-align: center;
	margin-top:-.05em;
	padding-bottom:-1em;
	}
h3{
	font-size: .75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: lighter;
	color: #00B4CD;
	text-align: center;
	}
h3.mailinglist{
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: lighter;
	color:#007d93;
	text-align: center;
	}
h4{
	font-size: .75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: lighter;
	color: #00B4CD;
	text-align: center;
	}
h6{
	font-size: .7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #bcbcbc;
	/*margin-top:-1px;*/
	text-align: left;
	}
#crossstreet{
	font-size: .81em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #00B4CD;
	}

.bodycopy{
	font-size:.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #00B4CD;
	}
.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;
	}
.emphasis{
	width:100%;
	height:115%;
	border: double #00B4CD;
	padding-left: .25em;
	padding-right: .25em;
	padding-top:-1em;
	}
.online{
	color:#FFFFFF;}

#content{
	width:100%;
	}

a:link {
	color: #00B4CD;
	text-decoration: none;
	}

a:hover {
	color: #00B4CD;
	text-decoration: underline;
	}

a:visited {
	color: #00B4CD;
	text-decoration: none;
	}	

.spacer{
	height:.5em;
	}
	
a:link#footercopy {
	color: #bcbcbc;
	text-decoration: none;
	}
	/* Shopping Page styles*/
#shop{
	width:700px;
	float:right;
	padding-right:3em;
	}

.item {
	width: 90%;
	height: 200px;
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	border:solid thin #BBBBBB;
	background-image:url(../images/grad.jpg);
	background-repeat:repeat-x;
	}

.itemphoto {
	height: 200px;
	width:200px;
	float: left;
	}


.itemdescript {
	text-align: right;
	padding-right: 2em;
	font-size: .8em;
	height: 200px;
	}
 
 h2.itemname {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline; 
	text-align:right;
	}

ul.info {
	font-size: 1em;
	text-align: right;
	list-style:none;
	}

li{
	text-decoration:none;
	}