/*  SAVOR stylesheet*/


body{
	text-align: center;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

td{
	font-size: 11px;
	line-height: 1.5em;
}


h1{
	font-size: 18px;
	line-height: 24px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 13px;
}











#center_me_elmo{
	width: 1000px;
	text-align: left;
	margin: auto;
	background: url('images/middle.jpg') repeat-y;
}
#top_shadow{
	background: url('images/top.jpg') no-repeat;
	height: 39px;
}
#top_trans{
	background: url('images/top_trans.jpg') no-repeat;
	height: 75px;
}
#middle{
	padding: 0 100px 0 110px;
}
#topnav{
	vertical-align: middle;
	padding: 0 0 7px 0;
}
#bot_trans{
	background: url('images/bot_trans.jpg') no-repeat;
	height: 100px;
	text-align: right;
	font-size: 9px;
	color: #888;
}

#footer_dots{
	float: right;
	margin: 5px;
	height: 14px;
}
#footer_dots img{
	margin: 2px;
}
#footer_msg{
	margin: 5px;
	height: 14px;
	line-height: 12px;
}

#leftside{
	float: left;
	width: 149px;
}
.sidenav{
	width: 150px;
	color: #fff;
	height: 215px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.sidenav .sidenav_title{
	padding: 8px 6px 0 6px;;
	font-size: 19px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}





.sidenav .links{
	padding: 6px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding-top: 14px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
}

.sidenav li a{
	color: #fff !important;
	text-decoration: none;
}

ul.links{
	link-style: none;
	margin: 0;
	padding: 0;
}

ul.links li{
	padding-left: 12px;
}

ul.links li.active{
	margin-bottom: 0;
	background: url('images/bullet.png') no-repeat 0 7px;
}

.orange{
	color: #f37321;
}

#main_content{
	width: 632px;
	float: left;
}

#page_title{
	margin-top: 12px;
}

#text_content{
	width: 407px;
	margin: 5px 0;
	float: left;
	padding-top: 5px;
	border-top: 4px solid #e7e7e8;
}

#text_content_left{
	width: 315px;
	margin: 2px 0;
	float: left;
	padding-top: 5px;
	border-top: 4px solid #e7e7e8;
}

#text_content_mid{
	width: 782px;
	margin: 0px 0;
	float: left;
	padding-top: 5px;
	border-top: 4px solid #e7e7e8;
}

#text_content_no_grey_border{
	width: 407px;
	margin: 5px 0;
	float: left;
	padding-top: 5px;
	border-top: none !important;

}


#rightside{
    width: 190px;
	float: right;
	margin: 2px 0;
	padding-top: 5px;
	color: #f37321;
	border-top: 4px solid #e7e7e8;
}  

#rightside_old{
	width: 214px;
	float: right;
	margin: 5px 0;
	padding-top: 5px;
	color: #f37321;
	border-top: 4px solid #e7e7e8;
} 

#homepage_text1{
	float: none;
	color: #f37321;
	border-top: 4px solid #e7e7e8;
	margin-top: 2px;
	margin-right: 0;
	margin-left: 0;
	padding: 5px;
}

#homepage_text{
	margin: 5px 0 0 150px;
	width: 407px;
	float: left;
	padding-top: 5px;
	border-top: 4px solid #e7e7e8;
}



table td.svcs_td{
	border: 2px solid #f37321;
	padding: 8px;
	cursor: pointer;
}


.venue_block{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 12px;
}

.module{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 12px;
}


.btn_off{
	background: #e7e7e8;
	color: #f37321;
	padding: 4px 7px;
	cursor: pointer;
	font-weight: bold;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
}

.btn_on{
	background: #f37321;
	color: #ffffff;
	padding: 4px 7px;
	cursor: pointer;
	font-weight: bold;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
}

.btn_off img, .btn_on img{
	margin-bottom: 4px;
}

.spacer{
	width: 7px;
	height: 6px;
}






.smallcaps{
	font-size: 10px;
	text-transform: uppercase;
}

.locations{
	width: 140px;
	height: 280px;
	overflow: auto;
	scrollbar-face-color: #f37321;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-shadow-color: #f37321;
	scrollbar-highlight-color: #f37321;
	scrollbar-3dlight-color: #f37321;
	scrollbar-darkshadow-Color: #f37321;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.5em;
	margin: 6px 0 0 0;
	padding: 0 0 0 0;
}

.locations a:link, .locations a:visited{
	color: #666;
	text-decoration: none;
}
.locations a:hover{
	color: #f37321;
	text-decoration: none;
}

.hilited{
	color: #f37321 !important;
}



.venue{
	width: 200px;
	float: left;
}

.venue_detail{
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	margin-top: 8px;
}

.venue_detail table{
	margin-top: 10px;
}
.venue_detail td{
	line-height: 1.3em;
	padding-bottom: 5px;
}

.venue_detail td.item{
	width: 110px;
}

.venue_img{
	width: 110px;
	margin-bottom: 5px;
}
.venue_name{
	color: #f37321;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.venue_website{
	width: 90px;
	float: right;
}

.venue_description{
	margin: 5px 0 0 0;
}

img.padded{
	margin: 5px 14px 5px 0;
	float: left;
}

.abt_name{
	font-weight: bold;
	color: #f37321;
}
.abt_title{
	font-style: italic;
}


.news_container .header_on{
	background: #f37321;
	color: #fff;
	padding: 3px;
	margin: 3px 0;
	cursor: pointer;
}

.news_container .header_off{
	background: #e7e7e8;
	color: #f37321;
	padding: 3px;
	margin: 3px 0;
	cursor: pointer;
}


.news_container .date{
	float: right;
	width: 60px;
}
.news_container .title{
	float: left;
	width: 335px;
}

.news_item{
	border: 1px solid #eee;
	padding: 8px;
	background: #f9f9f9;
}




.btn{
	background: #f37321;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 3px;;
	border: none;
	cursor: pointer;
}


input{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 2px;
	border: 1px solid #ccc;
}


.required_bg{
	background: #ffffcc url('images/form_required.gif') 2px 2px no-repeat;
}

.required_dvd{
	background: #ffffcc url('images/form_required_dvd.gif') 2px 2px no-repeat;
}

.required_newsletter{
	background: #ffffcc url('images/form_required_newsletter.gif') 2px 2px no-repeat;
}

.required{
	background: #ffffcc;
}





.head{
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #f37321;
	font-size: 12px;
	margin-top: 12px;
	padding-top: 6px;
	text-align: inherit;
}
.subhead{
	font-weight: bold;
	color: #f37321;
	margin-top: 5px !important;
	clear: both;
}


.separator{
	border-top: 1px dashed #ccc;
	font-size: 0;
	line-height: 0;
	margin: 5px 0;
	height: 2px;
}





.clear{
	clear: both;
}




a:link, a:visited{
	color: #f37321;
	text-decoration: none;
}
a:hover{
	color: #666;
	text-decoration: none;
}

a.bulletlink{
	color: #fff;
}

a.black:link, a.black:visited{
	color: #666;
	text-decoration: none;
}
a.black:hover{
	color: #f37321;
	text-decoration: none;
}