/* CSS Document */

body {
	background-image: url(../images/bg_colour.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #665544;
}

#clear {
clear: both;
}
.pagetitle
{
	color:#E2DFD6;
/*	font-weight:bold;*/
	font-family:Gill Sans MT;
	font-size:15px;
	text-transform:uppercase; 
}

/* BG */

#gradient {
background-image: url(../images/top_grad.jpg);
background-position: top;
background-repeat: repeat-x;
width: 100%;
height: 100%;
}

#smoke {
background-image: url(../images/bg_smoke.jpg);
background-repeat: no-repeat;
background-position: top right;
width: 100%;
height: 100%;
}

#wrap {
width: 780px;
margin: 0px 0px 0px 40px;
}


/* TOP BANNERS */

#top_space {
width: 780px;
height: 50px;
margin: 0px 0px 0px 0px;
}

#top_banner {
width: 780px;
margin: 0px 0px 30px 0px;
}

#img_banner {
width: 780px;
height: 380px;
margin: 0px 0px 30px 0px;
background-color: #FFFFFF;
}


/* COLUMNS */

#col_one {
float: left;
width: 145px;
margin: 4px 0px 25px 0px;
}
#col_one a
{
	color:#665544;
	text-decoration:none;
	font-family:Gill Sans MT;
	
	text-transform:uppercase;
	font-size:13px;

}
#active_menu
{
	color:#E8E5DF!important;
}
#col_one a:hover
{
	color:#E8E5DF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;

}
#col_two {
float: left;
width: 370px;
margin: 0px 0px 0px 50px;
}

#col_three {
float: left;
width: 195px;
margin: 10px 0px 0px 20px;
}

#col_three_text {
float: left;
width: 195px;
margin: 0px 0px 0px 20px;
}


/* LINES */

#line_six {
background-image: url(../images/line_pattern.gif);
background-repeat: repeat-x;
width: 100%;
height: 2px;
margin: 4px 0px 4px 0px;
}

#line_ten {
background-image: url(../images/line_pattern.gif);
background-repeat: repeat-x;
width: 100%;
height: 2px;
margin: 10px 0px 10px 0px;
}

#transp_bottom_space {
height: 25px;
}


/* MISC */

#people_thumb {
float: left;
margin: 0px 10px 0px 0px;
}

#people_thumb_last {
float: left;
margin: 0px 0px 0px 0px;
}

#gallery_thumb {
float: left;
margin: 10px 5px 10px 0px;
}

#gallery_thumb_last {
float: left;
margin: 10px 0px 10px 0px;
}


/* TEXT */

.white_text {
color: #FFFFFF;
}

a:link {
color: #FFFFFF;
text-decoration: underline;
}

a:visited {
color: #FFFFFF;
text-decoration: underline;
}

a:hover {
color: #FFFFFF;
text-decoration: none;
} 
.bs_contentdiv a:link
{
	border:none;
	text-decoration:none;
	background:none;
}
/*Table*/
.hours-table {
	width:100%;
	border-collapse: collapse;
	border: none;
 	font-size: 1em;
	color: #665544;
}
.hours-table th {
	text-align: left;
}
.image_menu li
{
list-style:none;
margin-left:-40px;

}
