body {
	margin: 0 auto 0 auto;
	padding: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/briar-background.png);
	background-repeat: repeat-x;
	background-color: #ffffee;	
	
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	}

#middle-column ul {
}
#middle-column li {
}
#container {
	width: 800px;
	margin-left: 400px;
	left: -50%;
	margin: 30px auto 0px auto;
	background-color: #FFFFFF;

}
#menu ul {
	position:relative;
	left:0px;
	top:0px;
	width:193px;
	height:337px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#menu a, #menu a:visited {
		font-weight: bold;
display: block;
	padding: 5px 0px 5px 10px;
	background-image:  url(images/menu-bg.png);
	background-repeat: no-repeat;
	color: #8d3617;
	text-decoration: none;
	background-position: 0 50%;
}
#menu a:hover {
	background-image:  url(images/menu-bg-over.png);
	}
#menu a.selected {
	background-image:  url(images/menu-bg-selected.png);
	color:#FFFFFF;
}
#menu a.selected:hover {
	background-image:  url(images/menu-bg-selected.png);
	color:#FFFFFF;
}

#header {
	width: 800px;
	height:165px;
	margin: 0px;
}
#left-column {
	width: 193px;
	padding-left: 10px;
	padding-top: 80px;
	margin-top: 0px;
	background-image: url(images/menu-bg-main.png);
	background-repeat: no-repeat;
	height: 500px;
	background-position: 0px 5px;
	float: left;
}
#content {
	background-image: url(images/content-bg.png);
	height: auto;
	margin-top: -5px;
}
#middle-column {
	padding-top: 20px;
	padding-left: 20px;
	height: auto;
	width: 347px;
	float: left;
	color: #666666;
	padding-right: 20px;
}
#right-column {
	float: left;
	width: 189px;
	padding: 0px 10px 0px 10px;
	border-left: dashed #999999 1px;
	margin-top: 20px;
}
.quote {
	font-style: italic;
	color: #333333;
}

.altquote {
	font-style: italic;
	color: #990000;
}
#right-panel1 {
	border: 1px solid #666666;
	height: 240px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url(images/briargate-bg.jpg);
	font-size: 11px;
}
#right-panel2 {
	border: 1px solid #666666;
	height: 240px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url(images/briarlodge-bg.jpg);
	font-size: 11px;
}
#box-right {
	text-align: right;
	padding-right: 10px;c
	margin-top: 5px;
	line-height: 1.5;
}
#box-left {
	text-align: left;
	margin-top: 5px;
	line-height: 1.5;
	padding-left: 10px;
}
.copyright {
	font-size: 11px;
	font-weight: normal;
}
.copyright a {
	font-weight: normal;
	color: #C05F07;
	text-decoration: none;
}
#big-column {
	padding-top: 20px;
	padding-left: 20px;
	height: auto;
	width: 555px;
	float: left;
	color: #666666;
	padding-right: 20px;
}
#address-left {
	width: 255px;
	padding: 10px;
	float: left;

}
#address-right {
	width: 255px;
	padding: 10px;
	border-top: dashed #999999 1px;
	float: left;

}
.bg-img-left {
}
.bg-img-right {
	float:right;
	margin-left:20px;
		margin-bottom:10px;
	border: solid #7CA37F 5px;
}
.bg-heading {
	font-size: 16px;
	color: #7CA37F;
}

.bl-img-left {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	border: solid #78A5D7 5px;
}
.bl-img-right {
	float:right;
	margin-left:20px;
		margin-bottom:10px;
	border: solid #78A5D7 5px;
}
.bl-heading {
	font-size: 16px;
	color: #78A5D7;
}
h1 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 14px;
}
#docs {
	width: 270px;
	float: right;
}
#big-column table {
	font-size: 11px;
}
#home {
	float: right;
	position: relative;
	top: -140px;
	right: 15px;
	margin-bottom: -20px;
	font-weight: bold;
}
#home a {
	text-decoration: none;
	color: #8d3617;
}
#contact {
	padding: 5px;
	text-align: center;
	margin: 0px;
	float: left;
	width: 540px;
	background-color: #FFFFEE;
}
#leftimagebox {
	margin-right:10px;
	margin-bottom:8px;
	width: 303px;
	float: left;
	display: block;
}
#smleftimagebox {
	margin-right:10px;
	margin-bottom:8px;
	width: 189px;
	float: left;
	display: block;
}
#smrightimagebox {
	margin-bottom:8px;
	width: 189px;
	float: right;
	display: block;
	margin-left: 10px;
}
.caption {
	color: #000000;
	width: 300px;
	height: 20px;
	background-color: #7CA37F;
	padding: 5px;
	margin-top: -5px;
}
.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;
}
#bottomlinks a {
	color:#666666;
	font-weight: normal;
	text-decoration:none;	
}
#bottomlinks a:hover {
	color:#000000;
	font-weight: normal;	
}
#bottomlinks {
	text-align: center;
	width: 800px;
	height: 40px;
	margin: 10px auto 10px auto;
	display:block;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
#show {
	width:595px;
	height:212px;
	margin-top: 5px;
	float: left;
	background-image: url(slides/bg-01.jpg);
	border-right: 1px solid #666;
}
h1 span {
	position: absolute;
	left: -999px;
}
@media all  /* this hides the style from IE5 mac */
{
    a.button span
    {
        position: absolute;
        left: -999em;
    }
}
/*rollover button*/

a.button
{
    display: block;
	height:100px;
    cursor: pointer;
	color:#000000;
}

a.button span, a#active_button span
{
        top: -999em;
position: absolute;
}#left-column #visit {
	text-align: center;
	padding: 50px 20px;
}
#content #arrangevisit {
	width:555px;
	height:172px;
	margin-top: 5px;
	float: left;
	border-right: 1px solid #666;
	background-color: #990000;
	color: #FFFFFF;
	padding: 20px;
}
#column {
	float: left;
	width: 255px;
	margin-right: 20px;
}
#arrangevisit #column a {
	color: #FFFFFF;
}

