m /* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* ///// Normalizer from www.transcendingcss.com ///// */

html {
	display: inline;	/* IE bug: to remove double margin w/ float. */
	height: 100%;
}

body {
	position: relative;
	background-color: #403618;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #908b71;
	line-height: 150%;
	font-weight: normal;
	height: 100%;
}

#main_container {
	position: relative;
	margin: 0 auto;
	width: 1008px;
	height: 800px;
	background-color: #332b13;
}

.normal {
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

.endofpage {
	margin-bottom: 25px;
}

.no_show {
	display: none;
}

.italic {
	font-style: italic;
}

.phone {
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
}



/* /////////////////////////// NAV ////////////////////////////// */

#nav {
	position: absolute;
	width: 461px;
	top: 21px;
	left: 269px;
}

#nav ul {
	position: relative;
	list-style-type: none;
}

#nav ul li {
	position: absolute;
}

#nav ul li a {
	position: absolute;
	display: block;
	text-decoration: none;
}

#button1 a { width: 68px; height: 54px; left: 0px; background-image: url(images/nav_home.jpg); }
#button2 a { width: 138px; height: 54px; left: 68px; background-image: url(images/nav_about.jpg); }
#button3 a { width: 77px; height: 54px; left: 206px; background-image: url(images/nav_siteplan.jpg); }
#button4 a { width: 78px; height: 54px; left: 283px; background-image: url(images/nav_location.jpg); }
#button5 a { width: 100px; height: 54px; left: 361px; background-image: url(images/nav_contact.jpg); }

#button1 a:hover { background-position: 0 -54px; }
#button2 a:hover { background-position: 0 -54px; }
#button3 a:hover { background-position: 0 -54px; }
#button4 a:hover { background-position: 0 -54px; }
#button5 a:hover { background-position: 0 -54px; }

#button1_on a { width: 68px; height: 54px; left: 0px; background-image: url(images/nav_home.jpg); background-position: 0 -54px; }
#button2_on a { width: 138px; height: 54px; left: 68px; background-image: url(images/nav_about.jpg); background-position: 0 -54px; }
#button3_on a { width: 77px; height: 54px; left: 206px; background-image: url(images/nav_siteplan.jpg); background-position: 0 -54px; }
#button4_on a { width: 78px; height: 54px; left: 283px; background-image: url(images/nav_location.jpg); background-position: 0 -54px; }
#button5_on a { width: 100px; height: 54px; left: 361px; background-image: url(images/nav_contact.jpg); background-position: 0 -54px; }

#button1_on a:hover { background-position: 0 -54px; }
#button2_on a:hover { background-position: 0 -54px; }
#button3_on a:hover { background-position: 0 -54px; }
#button4_on a:hover { background-position: 0 -54px; }
#button5_on a:hover { background-position: 0 -54px; }

/* /////////////////////////// BRANDING ///////////////////////////// */

#branding {
	position: relative;
	width: 1008px;
	height: 319px;
	background-image: url(images/branding.jpg);
	background-repeat: no-repeat;
}

#imap_home { position: absolute; width: 440px; height: 313px; top: 0px; left: 275px; }

/* /////////////////////////// CONTENT ////////////////////////////// */

#content_main {
	position: relative;
	width: 1008px;
}

#middle_index {
	position: relative;
	width: 1008px;
	height: 323px;
	background-image: url(images/back_index.jpg);
	background-repeat: no-repeat;
}

#middle_about {
	position: relative;
	width: 1008px;
	height: 323px;
	background-image: url(images/back_about.jpg);
	background-repeat: no-repeat;
}

#text_about {
	position: absolute;
	top: 10px;
	left: 500px;
	width: 480px;
}

#text_about p {
	padding: 0 0 16px 0;
	font-size: 12px;
	line-height: 130%;
}

#middle_siteplan {
	position: relative;
	width: 1008px;
	height: 323px;
	background-image: url(images/back_siteplan.jpg);
	background-repeat: no-repeat;
}

#text_siteplan {
	position: absolute;
	top: 35px;
	left: 500px;
	width: 480px;
}

#text_siteplan p {
	padding: 0 0 16px 0;
}

#middle_location {
	position: relative;
	width: 1008px;
	height: 323px;
	background-image: url(images/back_location.jpg);
	background-repeat: no-repeat;
}

#text_location {
	position: absolute;
	top: 35px;
	left: 500px;
	width: 480px;
}

#text_location p {
	padding: 0 0 16px 0;
}

#middle_contact {
	position: relative;
	width: 1008px;
	height: 323px;
	background-image: url(images/back_contact.jpg);
	background-repeat: no-repeat;
}

#text_contact {
	position: absolute;
	top: 29px;
	left: 361px;
	width: 276px;
	height: 148px;
}
#home_links {
	position: absolute;
	top: 161px;
	left: -1px;
	width: 276px;
	height: 148px;
}

#text_contact p {
	padding: 0 0 16px 0;
}
/* /////////////////////////// FOOTER /////////////////////////////// */

#footer {
	position: relative;
	width: 1008px;
	height: 222px;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
}

#foot_text {
	position: absolute;
	left: 571px;
	top: 165px;
	color: #FFFFFF;
	width: 410px;
}


#powered {
	margin: 5px auto;
	line-height: 110%;
	color: #50472d;
	font-size: 10px;
	text-align: center;
}

#powered a {
	color: #50472d;
	font-size: 10px;
}


/* /////////////////////////// FONTS ///////////////////////////////// */


a:link		{font-size: 12px; color: #908b71; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 150%; text-decoration: underline; }
a:visited	{font-size: 12px; color: #908b71; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 150%; text-decoration: underline; }
a:active	{font-size: 12px; color: #908b71; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 150%; text-decoration: underline; }
a:hover		{font-size: 12px; color: #332b13; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; line-height: 150%; text-decoration: underline; }


#LIBRARY_WEBRAVEN {
	background: transparent url(images/bot_nav.gif) no-repeat 0px 280px;
	border: solid 1px #cc0000;
	font-family: Arial Black, sans-serif;
	border: solid 1px #cc0000;
}

