@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


#maincontainer{
	width: 800px; /*Center container on page*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;

}

#headerLeft{
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	height: 180px;
}

#headerRight{
	margin-left: 200px;
	background-color: #FFFFFF;
	height: 180px;
	background-image: url(../images/taysidebbq2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


#topsection{
	height: 125px;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#contentwrapper{
	float: left;
	width: 100%;
	height: 100%;
}

#contentcolumn{
	margin-left: 200px;
	width: 560px;
	height: 100%;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}


#leftcolumn{
	float: left;
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	padding: 0px;
	width: 200px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


#leftcolumncontent{
	position: relative;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#footer{
	clear: both;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: 20px;
}

#mapHolder{
	background-color: #FFFFCC;
	height: 400px;
	width: 534px;
}




table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	font-size: 80%;
}

.table_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #993300;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	background-color: #FFFF66;
	border: 3px solid #FFFF66;
}


img.border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.3em;
	line-height:120%;
	color: #FF0000;
	font-weight: bold;
}

h2 {
	font-size: 0.9em;
	line-height:120%;
	color: #000000;
	font-weight: bold;
	margin-bottom: -0.8em;
}

h3 {
	font-size: 80%;
	line-height:120%;
	color: #FF0000;
	margin-bottom: 0.1em;
	font-weight: normal;
}

h4 {
	font-size: 90%;
	line-height:130%;
	color: #666666;
	font-weight: normal;
}

h5 {
	font-size: 0.7em;
	line-height:130%;
	font-weight: bold;
	color: #FFFF99;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height:100%;
	color: #FFFFFF;
	font-weight: normal;
}

.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height:120%;
	color: #000000;
	font-weight: bold;
}

a.bodyLink:link, .bodyLink:active, .bodyLink:hover, .bodyLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #FFFF99;
	font-weight: normal;
}

a.bodyLink:hover {
	color: #FFFFCC;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:130%;
	color: #333333;
	font-weight: bold;
}

/* Navigation */

.graphicsmenu{
	width: 170px;
	height: 280px;
}

.graphicsmenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.graphicsmenu a{
	display: block;
	width: 100%;
	background-image: url(../images/navButtons/button1.gif);
	height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
}



/* Graphics Navigation Left */

a.button1:link, .button1:visited {
	background-image: url(../images/navButtons/button1.gif);
}

a.button1:hover{
	background-image: url(../images/navButtons/button1Over.gif);
}

a.button2:link, .button2:visited {
	background-image: url(../images/navButtons/button2.gif);
}

a.button2:hover{
	background-image: url(../images/navButtons/button2Over.gif);
}

a.button3:link, .button3:visited {
	background-image: url(../images/navButtons/button3.gif);
}

a.button3:hover{
	background-image: url(../images/navButtons/button3Over.gif);
}

a.button4:link, .button4:visited {
	background-image: url(../images/navButtons/button4.gif);
}

a.button4:hover{
	background-image: url(../images/navButtons/button4Over.gif);
}

