@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(assets/bground.gif);
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	width: 830px;
	position: relative;
	padding-top: 180px;
	padding-right: 50px;
	padding-left: 50px;
	overflow: hidden;
	padding-bottom: 50px;
}
#mainContent h1{
	margin: 0px;
	padding: 0px;
	font-size: x-large;
}
#mainContent h2 {
	padding: 0px;
	font-size: small;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#mainContent p {
	font-size: small;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent table{
	font-size: small;
}
#menu  {
	float: left; /* since this element is floated, a width must be given */
	width: 70px;
	background-image: url(assets/menu.jpg);
	height: 292px;
	margin-top: 155px;
	position: absolute;
}
#menu ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	text-indent: -10000px;
	display: block;
	width: 70px;
	height: 32px;
}
#menu ul li a {
	display: block;
	height: 100%;
	width: 100%;
}
h1#service {
	height: 50px;
	width: 400px;
	background-image: url(assets/services.png);
	text-indent: -10000px;
	display: block;
	position: relative;
}
h1#about {
	height: 50px;
	width: 400px;
	background-image: url(assets/about.png);
	text-indent: -10000px;
	display: block;
	position: relative;
}
h1#location {
	height: 50px;
	width: 400px;
	background-image: url(assets/location.png);
	text-indent: -10000px;
	display: block;
	position: relative;
}
h1#contact {
	height: 50px;
	width: 400px;
	background-image: url(assets/contact.png);
	text-indent: -10000px;
	display: block;
	position: relative;
}
#home a:hover {
	background-image: url(assets/menu.jpg);
	background-repeat: no-repeat;
	background-position: -70px -15px;
}
#service a:hover {
	background-image: url(assets/menu.jpg);
	background-repeat: no-repeat;
	background-position: -70px -47px;
}
#about a:hover {
	background-image: url(assets/menu.jpg);
	background-repeat: no-repeat;
	background-position: -70px -79px;
}
#location a:hover {
	background-image: url(assets/menu.jpg);
	background-repeat: no-repeat;
	background-position: -70px -111px;
}
#contact a:hover {
	background-image: url(assets/menu.jpg);
	background-repeat: no-repeat;
	background-position: -70px -143px;
}
#splash  {
	background-image: url(assets/body.jpg);
	background-repeat: no-repeat;
	height: 643px;
	width: 930px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	margin-right: 0px;
	left: 70px;
} 
#splash p {
	line-height: 1.5em;
	color: #FFF;
	font-size: 13px;
}
#intro {
	position: relative;
	padding-top: 160px;
	padding-right: 300px;
	padding-bottom: 150px;
	padding-left: 140px;
}
#sub {
	background-image: url(assets/sub.jpg);
	background-repeat: no-repeat;
	width: 930px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	left: 70px;
}
#col1 {
	width: 400px;
	float: left;
}
#col2 {
	width: 400px;
	float: right;
}
.note {
	font-size: x-small;
	padding-bottom: 15px;
}
.detl {
	font-size: small;
	padding-bottom: 5px;
}
#footer  {
	padding: 0;
	background-image: url(assets/footer.jpg);
	background-repeat: no-repeat;
	background-position: 70px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: x-small;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 120px;
}
#footer a {
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 30px;
}
.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;
}
blockquote {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#pullquote {
	font-size: x-large;
	text-indent: -12px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#hours {
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: -10000px;
}
#hours h1 {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#hours p {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#video {
	position: absolute;
	clear: both;
	left: 350px;
	top: 505px;
}
#policy {
	width: 595px;
}
a {
	color: #670904;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

