@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	color:#333333;
	background-color: #F6F4E5;
	background-image: url(../images/main_bkg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 18px;
}
div, p, ul, h1, h2, h4, img, form, label{padding:0px; margin:0px;}
ul{list-style-type:none;}

a:link {
	color: #CC3300;
	text-decoration: underline;
}

a:visited {
	color: #CC3300;
	text-decoration: underline;
}

/*----MAIN PANEL----*/
#mainContainer {
	width:825px;
	position:relative;
	margin:0 auto;
	padding:0px;
}

/*----Left Panel----*/
#leftColumn {
	width:243px;
	float:left;
	background-image: url(../images/hoo_bkg.gif);
	background-repeat: no-repeat;
	background-position: 0px 125px;
}
#leftTopLogo {
	width:243px;
	height:125px;
	position:relative;
	background-image: url(../images/topleft_bkg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#leftTopLogo img {
	padding-top: 20px;
}
#leftColumn h2 {
	color:#663300;
	font-size:1.2em;
	font-weight:normal;
	text-align: center;
	height: 18px;
	padding: 0;
	margin-top: 30px;
}
#leftColumn h4 {
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	color: #663300;
	padding-top: 8px;
}
#leftColumn p.time {
	font-weight: normal;
	text-align: center;
	font-size: 1em;
	line-height: .9em;
}
#leftColumn p.desc {
	font-weight: normal;
	text-align: center;
	margin-top: 12px;
	margin-right: 16px;
	margin-left: 16px;
}
#leftColumn p.tel {
	font-weight: bolder;
	text-align: center;
	color: #70400F;
}
#leftColumn img {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 40px;
}

/*----Header Panel----*/
#header{
	width:582px;
	float:left;
	background-image: url(../images/header_bkg.gif);
	height: 205px;
	background-position: 0px 0px;
}

/*----Navigation Panel----*/
#nav {
}
#nav ul {
	height: 40px;
	margin-top: 30px;
	text-align: right;
}
#nav li {
	display: inline;
}
#nav ul li a {
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #663300;
	text-decoration: underline;
}
#headeraddress {
	float: right;
	height: 40px;
	width: 330px;
	position: relative;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: right;
	padding-top: 50px;
}
.phone {
	font-size: 1.1em;
	font-weight: bold;
}

/*----Homepage Content ----*/
#homecontainer {
	float: left;
	width: 500px;
	position: relative;
	padding-left: 20px;
}
#homecontainer h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #663300;
}
#homecontainer h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #663300;
}
#homecontainer h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #CC3300;
	font-style: italic;
	margin-top: 12px;
}

#homecontainer p {
	margin-top: 18px;
	line-height: 22px;
}
#homecontainer img {
	background-color: #FFFFFF;
	border: 1px solid #D5D2BD;
	padding: 5px;
	float: right;
	margin: 6px;
}

#midleftcolumn {
	float: left;
	width: 250px;
	padding-top: 18px;
}

#midleftcolumn img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #C1BEAB;
	float: left;
}

#nametitle a {
	font-size: 1.2em;
	line-height: 1.5em;
}
#nametitle p  {
	float: left;
	width: 130px;
	padding-left: 12px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 4px;
}

#nametitle a:hover {
	color: #7FDE0E;
	text-decoration: none;
}

#clear {
	clear: both;
}

.homequote {
	font-style: italic;
	color: #CC3300;
	font-size: 16px;
}

/*----/Right Panel----*/
#rightcolumn {
	width: 160px;
	float: right;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
#rightcolumn p a{
	color: #663300;
	text-decoration: none;
}
#rightcolumn img {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #D7D4BE;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

/*----Footer Panel----*/
#footerContainer {
	color:#fff;
	position:relative;
	clear:both;
	background-color: #6B6854;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 180px;
}
#footerpan {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 700px;
	text-align: center;
	padding-top: 30px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}
#footerpan ul {
}
#footerpan li {
	display: inline;
	text-align: center;
}

#footerpan ul li a {
	color:#81EA07;
	text-decoration:none;
	font-size: 0.9em;
	padding-right: 2px;
	padding-left: 2px;
}
#footerpan ul li a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

#footerpan p.copyright {
	width:600px;
	color:#F3F1DF;
	top:80px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 30px;
}

#footerPanhtml{width:64px; height:19px; display:block; position:absolute; top:132px; left:240px;}
#footerPanhtml a{width:59px; height:18px; background:url(images/arrow2.gif) no-repeat 45px 0px #D0CEB8; display:block; position:absolute; top:0px; left:0px; line-height:19px; padding:1px 0 0 5px; border:1px solid #FFFFFA; color:#353427; text-transform:uppercase; text-decoration:none;}
#footerPanhtml a:hover{background:url(images/arrow3.gif) no-repeat 45px 0px #B0AD93; color:#353427; text-decoration:none;}

#footerPancss{width:64px; height:19px; display:block; position:absolute; top:132px; left:320px;}
#footerPancss a{width:49px; height:18px; background:url(images/arrow3.gif) no-repeat 45px 0px #D0CEB8; display:block; position:absolute; top:0px; left:0px;line-height:19px; padding:1px 0 0 15px; border:1px solid #FFFFFA; color:#353427; text-transform:uppercase; text-decoration:none;}
#footerPancss a:hover{background:url(images/arrow2.gif) no-repeat 45px 0px #B0AD93; color:#353427; text-decoration:none;}

