@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#6d6e71 url(images/backgroundtile.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
	
img.branding {
	position:absolute;
	left: 42%;
	top: -60px;
	}
	
li > h3 > img {
	padding: 0 0 5px 0px;}

h1 {
	position: absolute;
	top: -25px;
	left:auto;
	text-indent: -9999px;
	background:transparent url(images/h1header.png) no-repeat;
	}
	
h2.available {
	position: absolute;
	top: 120px;
	left: 27%;
	text-indent: -9999px;
	height: 30px;
	width: 550px;
	background:transparent url(images/availablenow.png) no-repeat;
	padding: 50px 0 0 0;
	}
		
h2 {
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #77787b;
	line-height: 145%;
	font-weight: bold;
	padding: 110px 0 0 0;
	letter-spacing: 3px;
	}
		
h3 {
	font: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333;
	line-height: 125%;
	padding: 0;
	margin: 0;
	}
	
p	{
	text-align:center;
	line-height: 145%;
	font-size: 1em;
	color: #77787b;
	padding: 0;
	margin: 0;
	}
	
p.first {
	text-align:center;
	line-height: 145%;
	font-size: 1em;
	color: #77787b;
	}
	
p.tag {
	padding-top: 220px;
	text-align:center;
	line-height: 145%;
	font-size: 1.75em;
	color:#999;
	font-family:Arial, Helvetica, sans-serif
	font-style:italic;
	}
	
p.contact {
	font-weight: bold;
	text-align:center;
	}
	
p.hometop {
	padding: 1em 2em 0 2em;
	font-weight: bold;
	text-align:center;
	font-weight: normal;
	text-align: left;
	}


	
a:hover {
	color: #ffc425
	}

a {
	color: #6d6e71;
	}


.oneColFixCtr #container {

	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(images/mainblueborder.png) repeat-x bottom;
	margin: 75px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffc425;
	text-align: center; /* this overrides the text-align: center on the body element. */
/*	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	*/
}
.oneColFixCtr #mainContent {
	position: relative;
	padding: 220px  20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 220px  20px 20px 20px;
	background: #FFF;
}

.oneColFixCtr #mainContent2 {
	position: relative;
	padding: 20px  20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 120px  20px 20px 20px;
	background: #FFF;
}

ul {width: 100%;
	min-width: 400px;
	text-decoration:none;}
	
li {
	list-style: none;
	float: left;
	width: 19%;
	padding: 15px 0 15px 0;
	text-decoration: none;
	text-align: center;}
	
	/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
#herrinshirt {
	background: #bbb url(images/HerrinCutoutSmilin200px.png) no-repeat bottom right; 
	padding: 20px;
	margin: 135px 0em 5em 0em;	
	position: relative;
	}
	
#herrinshirt p {
	padding: 0 200px 0 200px;
}

#herrinshirt h3 {
	padding: 0 160px 10px 200px;
	text-align:left;
	font-size: 2em;
	line-height: 120%;
}

#mainContent2 h6 {
	padding: 10px 10px 10px 10px;
	margin: 0;
	text-align:left;
	font-size: 2em;
	line-height: 120%;
	font-size: 1.5em;
	text-align:center;
	color:#888;
}

/*#herrinshirt p img{
	position: absolute;
	top: -50px;
	left: -100px;
	}*/

.herrin {
	position: absolute;
	top: -35px;
	left: -100px;
	}
	
#herrinform {
	float:left;
	left: 200px;
	z-index: 1;
	width: 150px;
	background-color:#999;
	padding: 10px 10px 10px 140px;
	margin-right: 15px;
}
	

