@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;

}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
a{text-decoration:none; color:#000}
a:focus { 
    outline: none; 
}

#newlogo{
	z-index:100;
	top:210px;
	left:140px;
	position:absolute;
	
}
img.newLogo{
	width:500px;
}
/**#badge{
	z-index:200;
	top:273px;
	left:395px;
	position:absolute;
}
img.yelp{
	width:205px;
}

#blog a{
	z-index:150;
	position:absolute;
	top:520px;
	left:7px;
	background-image:url(graphics/blog.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:249px;
	height:136px;
}

#blog a:hover{
	width:249px;
	height:136px;
	background-image:url(graphics/blog.png);
	background-repeat:no-repeat;
	background-position:0px -140px;
	z-index:150;
	top:520px;
	left:7px;
	position:absolute;
}
#mail a{
	z-index:220;
	position:absolute;
	top:585px;
	left:83px;
	background-image:url(graphics/mailList.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:104px;
	height:95px;
}
#mail a:hover{
	z-index:220;
	position:absolute;
	top:585px;
	left:83px;
	background-image:url(graphics/mailList.png);
	background-repeat:no-repeat;
	background-position:0 -104px;
	width:104px;
	height:104px;
}**/

	

#topLeft{
	width:249px;
	height:249px;
	background-image:url(images/imageA.jpg);
	
	-moz-border-radius:15px;
	border-radius:15px;
	margin:10px 1px 0 10px;
	float:left;
}
#topMid{
	width:249px;
	height:249px;
	background-image:url(images/imageB.jpg);
	-moz-border-radius:15px;
	border-radius:15px;
	margin:10px 1px 0 0px;
	float:left;
}
	
#topRight{
	width:249px;
	height:249px;
	background-image:url(images/imageC.jpg);
	-moz-border-radius:15px;
	border-radius:15px;
	margin:10px 0 0 0px;
	float:left;
}

#midLeft{
	width:249px;
	height:249px;
	background-image:url(images/imageD.jpg);
	-moz-border-radius:15px;
	border-radius:15px;
	margin:1px 1px 0 10px;
	float:left;
}
#midMid{
	width:249px;
	height:249px;
	background-image:url(images/imageE.jpg);
	-moz-border-radius:15px;
	border-radius:15px;
	margin:1px 1px -0px 0px;
	float:left;
}
#midRight{
	width:249px;
	height:249px;
	background-image:url(images/imageF.jpg);
	-moz-border-radius:15px;
	border-radius:15px;
	margin:1px 0 0 0px;
	float:left;
}
#botLeft {
	width:249px;
	height:249px;
    background-image:url(graphics/botLeft.jpg);

	background-repeat:no-repeat;
	background-position:-0px 0;
	-moz-border-radius:15px;
	border-radius:15px;
	margin:1px 1px 10px 10px;
	float:left;
}
#botMid{
	width:249px;
	height:249px;
    background-image:url(images/imageH.jpg);
	-moz-border-radius:15px;
	border-radius:15px;
	margin:1px 1px 10px 0px;
	float:left;
}
#botRight{
	width:249px;
	height:249px;
	background-image:url(graphics/botRight.jpg);
	-moz-border-radius:15px;
	border-radius:15px;
	margin:1px 0 10px 0px;
	float:left;
}
#wrapper{
	margin-bottom:25px;
}
//*#splash {
  list-style: none;
  overflow: hidden; 
  zoom: 1;
  float:left; 
}

#splash li {
	margin-left:-7px;
	margin-top:10px;
}


#splash a {
  color: #000;
  width:220px;
  display: block;
  zoom: 1;
}


#splash #harneys{
	background-image:url(graphics/botRight/harneys.png);
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	margin-top:-12px;
	margin-bottom:0px;
	height:249px;
}
**/




#botRight h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	margin:10px 0 10px 25px;
	width:200px;
	border-bottom:solid 3px #fd9ccf;
}
#botRight p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	width:200px;
	margin:0px 0 0px 25px;
	line-height:1.2em;
	letter-spacing:.1em;
}
#botRight p a{
	color:#fff;
	font-weight:bold;
}
#botRight p a:hover{
	color:#fd9ccf;
	font-weight:bold;
}