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

  #navbar-iframe {
              height:0px;
              visibility:hidden;
              display:none;
        }
html {overflow-y: scroll;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #fdf2d5;
}

a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;

}
a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;

}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;

}
a:active {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;

}

h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
 	text-transform: uppercase;
	letter-spacing: .2em;
}
h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
 	text-transform: uppercase;
	letter-spacing: .2em;
}

h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
 	text-transform: uppercase;
	letter-spacing: .2em;
}

h4 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .2em;
}


.post-footer {
	margin: .75em 0;
	font-size: 10px;
	font-weight: normal;
 	text-transform: uppercase;
	letter-spacing: .2em;
	color:#999999;
	line-height: 1.4em;
}

.menu {
	height: 30px;
	border: 0px solid #000;
	width: 300px;
	margin-left: auto;
	margin-right:auto;
}

.menu td:hover {
	background-image: url(images/hover.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}

img {
	border: 0px;
}

p {
	margin: 0px;
}

.outer {
	background-image:url(images/bg2.png);
	background-repeat:no-repeat;
	background-position:top left;
	height: 550px;
}

.outer td{
	vertical-align: top;
}

.content {
	height: 350px;
}

.bottom {
	height: 60px;
	margin-top: 40px;

}
.bottom td{
	vertical-align: bottom;

}

.finalContent td{
	padding: 20px;
		
}

.center {
	text-align:center;
}

.side {
	width: 200px;
	border: 1px solid #999999;
	background-image: url(images/trans.png);
	margin-left: auto; 
	margin-right: auto;
	margin-top: 30px;
}

.side td {
	padding: 20px;
}

.italic {
	font-style:italic;
}

.directions {
	text-align:center;
}

.directions img {
	border: 2px solid #999;
}