/*********************************************************
CORE STYLES
**********************************************************/
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-align:center;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 12px 0;
	padding: 0;
	color: #000000;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 12px;
}
h6{
	font-size: 10px;
}
#body_content, #header, #navigation, #banner, #content, #footer, #credits {
	width: 780px;
}
#body_content {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position: relative;
	height: 98px;
}
#header img{
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 1;
}
#header div#company_name {
	position: absolute;
	top: 8px;
	left: 2px;
	z-index: 0;
	font-size: 9px;
	width: 170px;
}
#header div#slogan {
	position: absolute;
	top: 77px;
	left: 38px;
	color: #888888;
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;
	z-index: 2;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#header div#address {
	position: absolute;
	top: 78px;
	width: 99%;
	text-align: right;
	color: #aaaaaa;
	font-size: 9px;
	z-index: 2;
}
#banner {
	position: relative;
	height: 200px;
}
#banner img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	z-index: 2;
}
#banner #banner_title {
	z-index: 1;
}
#navigation {
	background-image: url(/images/nav_bar.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 38px;
	z-index:999;
	padding-left:4px;
}
#content {
	background-color: #ffffff;
	background-image: url(/images/left_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-position: 0 0;
	background-repeat: repeat-y;
	min-height: 385px;
	position: relative;
	z-index:1;
}
#left_col {
	width: 210px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 12px;
	position:relative;
}
#left_col div.title {
	font-size: 14px;
	color: #222222;
	font-weight:bold;
	line-height:20px;
	border-bottom: 1px solid #222222;
	margin-bottom: 12px;
}
#left_col a {
	color: #0099cc;
}
#left_col div.menu_sub a {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	margin-left: 12px;
	margin-bottom: 12px;
	display:block;
	text-decoration:none;
}
#left_col div.divider {
	background-image: url(/images/divider.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 13px;
	margin-top: 12px;
	margin-left:-20px;
	margin-bottom: 12px;
	clear:both;
}
#right_col {
	width: 510px;
	float: left;
	margin-left: 10px;
	margin-bottom: 66px;
	padding-top: 12px;
	position:relative;
}
#right_col div.divider {
	width:96%;
	height: 1px;
	background-color: #e1e1e1;
	margin: 16px auto;
	clear:both;
}
#brio_def {
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer {
	background-image: url(/images/footer_nav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 30px;
	position: relative
}
#footer_nav {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 10px;
}
#footer_nav a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 8px;
}
#brio_copyright {
	color: #ffffff;
	position: absolute;
	left: 8px;
	top: 7px;
	font-size: 10px;
}
#credits {
	position: relative;
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
#credits a, #credits a:link, #credits a:active, #credits a:visited, #credits a:hover {
	color: #aaaaaa;
	line-height: 15px;
	font-size: 10px;
	background-image: url(/images/at_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	text-align: left;
	position: relative;
	width: 165px;
	height: 32px;
	margin: 0 auto 4px;
	padding-left: 36px;
	display: block;
	white-space: nowrap;
}
/*********************************************************
	UTILITIES
**********************************************************/
.clear {
	clear: both;
}
/*********************************************************
	DROP DOWN MENU
**********************************************************/
ul.dropdown {
	height: 35px;
	line-height: 33px;
}
.dropdown a {
	height: 35px;
	line-height: 33px;
	width: 128px;
	background-image: url(/images/link_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform:lowercase;
}
.dropdown a:hover {
	background-position: center bottom;
}
.dropdown ul {
	margin:0;
	padding:0;
	z-index:10;
}
.dropdown li ul a {
	/* The width of the dropdown and popout menu */
	width: 120px;
	background-color: #060606;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	font-size: 10px;
	text-align:left;
	text-transform:capitalize;
	padding:  0px 0px 0px 25px;
	background-image:url(/images/dd_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter: alpha(opacity=91);
	-moz-opacity:.91;
	opacity:.91;
}
.dropdown li ul a:hover {
	background-position:left bottom;
	background-color: #000000;
}
.dropdown li ul {
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width: 147px;
}
.dropdown li ul li {
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width: 147px;
}
.dropdown li ul li a {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #1d1d1d;
	border-left: solid 1px #000000;
	border-right: solid 1px #1d1d1d;
}

.dropdown a.popout {
	background-image:url(/images/dd_bg_popout.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.dropdown a.popout:hover {
	background-position:left bottom;
}
/************************************************************
DROP DOWN MENU STYLES ADVANCED
************************************************************/
.dropdown {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dropdown a {
	display: block;
}
.dropdown li {
	float: left;
	position: relative;
	display: block;
}
.dropdown ul {
	position: absolute;
	display: none;
}
.dropdown li ul a {
	float: left;
}
.dropdown li ul {
	float: left;
}
.dropdown li ul li {
	float: left;
	position: relative;
}
.dropdown ul ul {
	top: 0;
	left: 100%;
}
.dropdown li ul ul {
	width: auto;
	margin: 0px;
	float: left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display: none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display: block;
}
/*********************************************************
GALLERY STYLES
**********************************************************/
#gallery_v2 {
	clear:both;
	width: 100%;
	position: relative;
}
#gallery_v2 hr {
	margin: 12px 0px;	
}
#gallery_v2 a {
	border: 1px solid #777777;
	display: block;
	float: left;
	padding:8px;
	background-color:#f0f0f0;
	margin-right:12px;
	width: 200px;
	text-align:center;
}
#gallery_v2 a img {
	border: 1px solid #777777;
}
#gallery_v2 .gal_info{
	float: left;
	width: 225px;
	position: relative;
}
#gallery_v2 .gal_info a {
	color: #0099ff;
	text-decoration:none;
	width: 225px;
	text-align:left;
	display:block;
	padding: 0px;
	border:none;
	background:none;
	margin: 0 0 12px 0;
	font-size: 16px;
}
#gallery_v2 .gal_box{
	position: relative;
}
#gallery_v2 .gal_box a.view_more {
	color: #0099ff;
	text-decoration:none;
	font-size: 12px;
	background-image:url(/images/more.gif);
	background-repeat:no-repeat;
	height:16px;
	line-height:16px;
	padding:0 0 0 20px;
	position:absolute;
	bottom:0px;
	right:0px;
	border:none;
	background-color:transparent;
	width:auto;
}
.indGal h2 {
	color: #000000;
	padding: 0px;
	margin: 0 0 12px 0;
}
.indGal small {
	display:block;
	float:right;
	font-size:9px;
	margin-right:5px;
	margin-top:-14px;
	color:#999
}
.indGal a.view_more {
	color: #0099ff;
	text-decoration:none;
	font-size: 12px;
	background-image:url(/images/more.gif);
	background-repeat:no-repeat;
	height:16px;
	line-height:16px;
	padding:0 0 0 20px;
	float:right;
	display:block;
	margin-right: 5px;
}
/*********************************************************
PAGINATION STYLES
**********************************************************/
div#pagination{
	float:right;
	clear:both;
}
div#pagination a, div#pagination a:link, div#pagination a:visited {
	color: #0099ff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: #ffffff;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 5px;
	border: solid 1px #0099ff;
	display:block;
	float:left;
}
div#pagination a:hover {
	color: white;
	background-color: #0099ff;
	text-decoration: none;
	border: solid 1px #0099ff;
}
div#pagination a:focus {
	color: white;
	background-color: #0099ff;
	text-decoration: none;
	border: solid 1px #0099ff;
}
div#pagination span.activepage {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: #0099ff;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 5px;
	border: solid 1px #0099ff;
	display:block;
	float:left;
}
div#pagination span.nonactive {
	color: #e3e3e3;
	background-color: transparent;
	text-decoration: none;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	margin: 0 2px;
	padding: 0 5px;
	border: solid 1px #e3e3e3;
	display:block;
	float:left;
}

/*********************************************************
FORM STYLES
**********************************************************/
div.error {
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	color: #FF0000;
	font-weight: bold;
	padding: 5px;
	text-align:center;
}
form#contact {
	width: 100%;
	margin: 12px auto;
}
form#contact input {
	padding: 3px;
}
form#contact input.error {
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	color: #FF0000;
}
form#contact.hide {
	display:none;
}

/*********************************************************
DIV TABLE (2 col) STYLES
**********************************************************/
div.row {
	width: 100%;
	margin: 12px 0px;
	clear:both;
}
div.row div.left_cell {
	width: 48%;
	float:left;
}
div.right_cell {
	width: 48%;
	float:right;
}

/*********************************************************
MAP STYLES
**********************************************************/
#map_canvas {
	float: left;
	width: 505px;
	height: 400px;
	margin: 0 10px 5px 0;
	padding: 0;
	display: block;
	border: solid 1px #777777;
	z-index:-1000px;
}
#map_directions {
	background-color: transparent;
	width: 235px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	position:absolute;
	top:12px;
	left:-260px;
	max-height: 750px;
	overflow:auto;
}
#map_directions p {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 12px 0;
	display: block;
}
#map_directions small {
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	display: block;
}
#map_options { 
	width: 100%; 
	text-align: center;
}
#map_options p { 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 6px; 
	padding: 0; 
}
#map_options a { 
	font-size: 12px; 
	line-height: 16px; 
	text-decoration: none; 
	width: 1%; 
	margin-right: 6px; 
	margin-left: 6px; 
	padding-left: 22px; 
	white-space: nowrap; 
}
#map_refresh { 
	background-image: url(/images/arrow_refresh.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
}
#map_print { 
	background-image: url(/images/printer.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
}
#map_email { 
	background-image: url(/images/email.gif); 
	background-repeat: no-repeat; 
	background-position: left center; 
}

/*********************************************************
MENU STYLES
**********************************************************/
.cat_heading {
	color: #212121;
	font-size: 14px;
	font-weight: bold;
}
.cat_desc { 
	color: #212121; 
	margin-bottom: 14px;
	font-style:italic;
}
.item_name { 
	color: #212121; 
	font-weight: bold; 
	margin: 0px; 
}
.item_price { 
	color: #212121; 
}
.item_desc { 
	color: #212121; 
	margin-bottom: 14px;
}
.backtotop a { 
	color: #000; 
	font-size: 10px; 
	line-height: 20px; 
	text-decoration: none; 
}
.backtotop a:hover { 
	text-decoration: underline; 
}
.spacer { 
	padding-bottom: 12px; 
	padding-left: 12px; 
}
.menulinks { 
	font-size: 12px; 
}
.menulinks a { 
	color: #005cb8; 
	font-weight: bold; 
	line-height: 20px; 
	text-decoration: none; 
}
.menulinks a:hover { 
	color: #00376e; 
	line-height: 20px; 
	text-decoration: underline; 
}
.no_items { 
	color: black; 
	font-size: 10px; 
}

/*********************************************************
UPCOMING EVENTS STYLES
**********************************************************/
div.indEvent {
	margin-left: 5px;
}
div.eventTitle {
	font-weight:bold;
	font-size:12px;
	clear:both;
}
div.eventDate {
	font-size:9px;
	line-height: 20px;
	font-style:italic;
	clear:both;
}
div.eventDesc {
	font-size:10px;
	clear:both;
}

/****************************************
EVENT CALENDAR STYLES
*****************************************/
#cal_options {
	background-color: transparent;
	width: 180px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	position:absolute;
	top:12px;
	left:-228px;
	max-height: 750px;
	overflow:auto;
}
#myCalendar {
	color: #212121;
	font-size: 10px;
	width: 180px;
}
#myCalendar td {
	text-align: center;
	height: 23px;
}
#myCalendar a {
	display: block;
	width:auto;
	line-height:23px;
	color: #a1d2fb;
	text-decoration: none;
}
.myCalendarHeading {
	font-weight: bold;
}
.nonMonthDay {
	background-color: #f1f1f1;
}
.monthDay {
	background-color: white;
}
.weekDays {
	color: #0099ff;
	font-weight: bold;
}
#myCalendar td.calevent a {
	border: 1px solid #a1d2fb;
	background-color: #a1d2fb;
	color: white;
	line-height: 21px;
	width:auto;
}
#myCalendar td.calevent a:hover {
	border: 1px solid #0099ff;
}
.weekEND {
	background-color: #eaeaea;
}
#searchform p {
	text-align: right;
	line-height: 15px;
	height: 15px;
}
#searchform p label {
	float:left;
	width: 75px;
	text-align:left;
	display: block;
}
#searchform p input {
	width: 95px;
	font-size: 10px;
	float: right;
}