/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1; color: black; background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate; border-spacing: 0;
}
caption, th, td {
	text-align: left; font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
button::-moz-focus-inner,
input::-moz-focus-inner{
	border:0;
}

/* Sticky footer */
*{
	margin: 0; padding: 0;
}
html, body, #wrapper{
	margin: 0; padding: 0; width: 100%; height: 100%; min-height: 100%;
}
html>body, html>body #wrapper{
	height: auto;
}

@font-face{
	font-family: 'MinionProRegular';
	src: url('minionpro-regular-webfont.eot');
	src: url('minionpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('minionpro-regular-webfont.woff') format('woff'),
		 url('minionpro-regular-webfont.ttf') format('truetype'),
		 url('minionpro-regular-webfont.svg#minionpro-regular-webfont') format('svg');
} 

/* General styling */
body {
	background: url(../images/bg.jpg) repeat 0 0; padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size:76%; color: #000;
}
.clearit {
    height: 0; line-height: 0.0; font-size: 0; padding: 0; margin: 0; clear: both;
}
.hidden,
.loading {
	display: none;
}
div.hr {
	height: 2px; background: url(../images/border.png) repeat-x left top; font-size: 0; line-height: 0.0; font-size: 0; padding: 0; margin: 0; clear: both;
}
a {
	color: #930; text-decoration: none; cursor: pointer;
}
a:hover {
	text-decoration: underline; color: #ef4035;
}
a.lhfsarahscript:hover {
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
div.border {
	height: 2px; background: url(../images/border.png) repeat-x 0 0; font-size: 0;
}
.minionpro { font-family: "MinionProRegular"; }

/* Layout */
div#wrapper {
	position: absolute; top: 0; left: 0; background: url(../images/wrapper.jpg) no-repeat center top;
}
div#container {
	margin: 0 auto;
}
div#body {
	width: 902px; margin: 0 auto; position: relative; left: 0; background: #fff;
}

/* Header */
div#header-bg {
	height: 167px; background: url(../images/wrapper.jpg) repeat-x 0 0;
}
div#header {
	width: 840px; height: 167px; margin: 0 auto;
}
h1#logo {
	float: left; width: 282px; height: 114px; margin: 12px 0 0 12px;
}
div#topnav {
	float: right; width: 320px; margin: 27px 0 0;
}
div#topnav form {
	float: left; width: 177px; height: 19px; border: 1px solid #999; background: #fff; overflow: hidden; margin: 3px 0 0;
}
div#topnav form ul li{
	display: block; float: left;
}
div#topnav form input,
div#topnav form button {
	float: left; background: none; border: 0;
}
div#topnav form input {
	width: 146px; height: 19px; padding: 0 4px; border-right: 1px solid #999; color: #999;
}
div#topnav form button {
	width: 15px; height: 14px; padding: 0; margin: 2px 0 0 3px; background: url(../images/icon_search.png) no-repeat 0 0; cursor: pointer;
}
div#topnav form button span {
	display: none;
}
div#topnav ul.bookmarks {
	float: left; margin-left: 12px;
}
div#topnav ul.bookmarks li {
	display: block; float: left; margin-left: 12px;
}

div#call-for-action {
	position: relative; margin-top: 8px; width: 315px; height: 38px; background: url(../images/border.png) repeat-x 0 0;
}
div#call-for-action a.frutiger {
	color: #977b67; font-size: 10px; display: block; width: 76px; text-align: right; margin: 12px 0 0; position: absolute; left: 0; font-weight: bold;
}
div#call-for-action a.frutiger:hover {
	text-decoration: none;
}
div#call-for-action a.lhfsarahscript {
	margin-left: 86px; position: relative; top: 6px; color: #dad1cc; font-size: 36px; line-height: 36px;
}
div#call-for-action div.border {
	margin-top: 1px;
}


/*Top level list items*/
div#navigation ul {
	padding: 0 0 0 10px;
}
div#navigation ul li{
	position: relative; display: inline; float: left; margin-top: 6px;
}
div#navigation ul li.last {
	margin-right: 0;
}
div#navigation ul li a{
	color: #fff; font-size: 12px; display: block; height: 29px; padding: 0 10px;
}
div#navigation ul li a:hover,
div#navigation ul li a.selected,
div#navigation ul li a.active {
	text-decoration: none; background: url(../images/nav_hover.png) repeat 0 0;
}
div#navigation ul li a span {
	display: block; padding-top: 8px;
}
div#navigation ul li a:hover span {
	text-decoration: none;
}

* html div#navigation ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
	
/*1st sub level menu*/
div#navigation ul li ul{
	position: absolute; left: 0; padding: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: url(../images/nav_bg.png) repeat 0 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
div#navigation ul li ul li{
	display: list-item; float: none; padding: 0; margin: 0; background: url(../images/border.png) repeat-x 0 100%;
}
div#navigation ul li ul li.last {
	background: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
div#navigation ul li ul li ul{
	top: 0;
}
/* Sub level menu links style */
div#navigation ul li ul li a{
	min-width: 140px; padding: 8px 10px 10px; margin: 0; border: 0; height: auto; font-size: 14px; white-space: nowrap;
}
div#navigation ul li ul li.indented a{
	padding-left: 20px; padding-right: 0; background: none;
}
div#navigation ul li ul li a:hover{
	background: url(../images/nav_hover.png) repeat 0 0; color: #fff; font-weight: bold;
}

/* Holly Hack for IE \*/
* html div#navigation{height: 1%;} /*Holly Hack for IE7 and below*/

div#body-bottom {
	width: 840px; margin: 30px auto 0; padding-bottom: 30px;
}
div.body-bottom-left {
	float: left; width: 346px; background: url(../images/body-bottom-left-bg.png) repeat-x 0 0;
}
div.body-bottom-right {
	float: left; width: 494px;
}
div#summary {
	margin: 15px 0 0 10px; padding-right: 10px;
}
div#summary h2 {
	font-size: 24px; color: #930;
}
div#summary p {
	font-size: 13px; line-height: 14px; padding: 5px 0 10px 2px;
}
div#summary span.lhfsarahscript {
	color: #399; font-size: 23px;
}
div#summary a.read-more {
	color: #930; font-size: 13px; position: relative; top: -4px;
}
div#summary a.read-more:hover {
	text-decoration: none; border-bottom: 1px solid #930;
}

div#ticket {
	background: url(../images/ticket-bg.jpg) no-repeat left bottom; height: 133px; width: 490px; margin: 0;
}
div#ticket div.link {
	float: left; width: 253px; height: 133px;
}
div#ticket div.link img {
	display: block; margin-left: 23px;
}
div#ticket div.info {
	float: left; width: 237px; height: 133px;
}
div#ticket h3 {
	color: #930; font-size: 13px; line-height: 13px; font-weight: bold; padding: 15px 0 0;
}
div#ticket p {
	font-size: 13px; line-height: 14px; padding: 2px 0 8px; color: #000;
}
div#ticket p a {
	color: #000;
}
div#ticket p a:hover {
	text-decoration: none; border-bottom: 1px solid #000;
}

/* Homepage */
div#welcome {
	width: 864px; height: 300px; background: url(../images/welcome_bg.png) no-repeat 0 0; margin: 19px 0 0 21px;
}
div#welcome div#slideshow {
	float: left; margin: 9px 0 0 9px; width: 514px; height: 276px; overflow: hidden; position: relative;
}
div#slideshow img {
	position:absolute; top:0; left:0; z-index:8;
}
div#slideshow img.active {
	z-index: 10;
}
div#slideshow img.last-active {
	z-index:9;
}
div#welcome div#slideshow img {
	margin: 1px;
}
div#welcome div.map {
	float: left; margin: 9px 0 0 8px; width: 318px; height: 274px; overflow: hidden; border-right: 1px solid #fff; border-bottom: 1px solid #fff;
}
div.home-left {
	float: left; width: 319px; margin: 25px 0 0 37px;
}
div.home-right {
	float: left; width: 494px; margin: 50px 0 0 16px;
}
ul#tabs {
	padding-left: 14px; position: relative; z-index: 2;
}
ul#tabs li {
	display: block; float: left; width: 120px; height: 23px; background: url(../images/tabs.png) no-repeat center top; margin-right: 6px; text-align: center;
}
ul#tabs li.active {
	background-position: center bottom;
}
ul#tabs li a {
	position: relative; top: 5px; color: #354457;
}
ul#tabs li.active a {
	color: #481b01;
}
ul#tabs li a:hover {
	text-decoration: none;
}
div#tabs-content {
	width: 319px; position: relative; margin-top: -1px; z-index: 1;
}
div#tabs-content div.top,
div#tabs-content div.bottom {
	width: 319px; height: 4px; background: url(../images/tabs_content.png) no-repeat center top; font-size: 0;
}
div#tabs-content div.bottom {
	background-position: center bottom;
}
div#tabs-content div.tab-content {
	width: 317px; border: 1px solid #d8d7d8; border-top: 0; border-bottom: 0; height: 246px; overflow: hidden;
}
div#tabs-content div.tab-content div#tab-photos {
	height: 237px;
}
div#tabs-content div.tab-content div#tab-photos ul {
}
div#tabs-content div.tab-content div#tab-photos ul li {
	display: block; float: left; margin: 6px 0 0 5px; width: 73px; height: 73px; overflow: hidden;
}
div#tabs-content div.tab-content div#tab-photos ul li.no-image {
	background: #ccc;
}
div#tabs-content div.tab-content div#tab-videos {
	margin-left: 5px; width: 306px; height: 236px; position: relative; overflow: hidden;
}
div#tabs-content div.tab-content div#tab-videos ul {
}
div#tabs-content div.tab-content div#tab-videos ul li {
	margin: 10px 0 0; width: 306px; height: 236px; overflow: hidden;
}
div#tabs-content div.tab-content ul li img {
	border: 3px double #e3e5e5;
}
div#tabs-content div.tab-content div#tab-videos ul li img {
	height: 220px; width: 300px;
}
div#tabs-content div.tab-content div#tab-videos ul li div.normal-videos,
div#tabs-content div.tab-content div#tab-videos ul li div.no-youtube-rotator {
	width: 306px; height: 226px; position: relative; overflow: hidden;
}
div#tabs-content div.tab-content div#tab-videos ul li a.videos img,
div#tabs-content div.tab-content div#tab-videos ul li div.no-youtube-rotator a.video img {
	display: block; width: 300px; height: 220px;
}
div#tabs-content div.tab-content div#tab-videos ul li div.normal-videos a.overlay,
div#tabs-content div.tab-content div#tab-videos ul li div.no-youtube-rotator a.overlay {
	display: block; width: 92px; height: 69px; position: relative; top: -157px; left: 107px;
}
div#tabs-content div.tab-content div#tab-videos ul li div.normal-videos a.overlay img,
div#tabs-content div.tab-content div#tab-videos ul li div.no-youtube-rotator a.overlay img {
	display: block; width: 92px; height: 69px; border: 0;
}
/* Easy Slider */


#tab-videos { position: relative; }
#slider ul, #slider li{
	margin:0; padding:0;
}
#slider li{
	width:306px; height:226px; overflow:hidden; 
}	
#prevBtn, #nextBtn{ 
	display:block; width:30px; height:30px; position:absolute; left:4px; top:100px; z-index:1000;
}	
#nextBtn{ 
	left:271px;
}														
#prevBtn a, #nextBtn a{  
	display:block; position:relative; width: 30px; height: 30px; background:url(../images/arrows.png) no-repeat left center;	
	}	
#nextBtn a{
	background-position: right center;
}	
#prevBtn a.disabled, #nextBtn a.disabled {
	cursor: default;
}
	
/* // Easy Slider */

div.events {
	float: left; width: 254px;
}
div.head h2 {
	color: #930; font-size: 20px; float: left;
}
div.head a.link-all {
	float: left; display: block; color: #000; font-size: 10px; margin: 4px 0 0 32px;
}
div.head a.link-all:hover {
	text-decoration: none; border-bottom: 1px solid #000;
}
div.head div.arrows {
	float: right; width: 38px; margin-right: 3px;
}
div.head a.prev,
div.head a.next {
	display: block; width: 18px; height: 11px; float: left; background: url(../images/datepick-arrows.png) no-repeat left top;
}
div.head a.next {
	background-position: right top; margin-left: 2px;
}
div.head a.prev span,
div.head a.next span {
	display: none;
}
div.head a.prev:hover,
div.head a.next:hover {
	text-decoration: none;
}

div.home-right ul {
	background: url(../images/border.png) repeat-x 0 100%; margin: 10px 0 0;
}
div.home-right ul li {
	background: url(../images/border.png) repeat-x 0 0; padding: 12px 0; height: 48px;
}
div.home-right ul li a {
	color: #399; font-size: 11px; font-weight: bold;
}
div.home-right ul li a:hover {
	border-bottom: 1px solid #399; text-decoration: none;
}
div.home-right ul li span {
	display: block; padding: 2px 0 4px;
}
div.home-right ul li span a {
	color: #930; font-size: 11px; font-weight: bold;
}
div.home-right ul li span a:hover {
	text-decoration: none; border-bottom: 1px solid #930;
}
div.home-right ul li a.button {
	display: block; width: 83px; height: 17px; background: url(../images/button.png) no-repeat center top; color: #fff; font-size: 9px; margin: 2px 0 0 -3px;
}
div.home-right ul li a.button:hover {
	text-decoration: none; border-bottom: 0;
}
div.home-right ul li a.button span {
	color: #fff; padding: 3px 0 0 15px; font-size: 9px;
}

div.home-right form ul {
	background: 0; margin: 0;
}
div.home-right form ul li {
	background: 0; margin: 0; padding: 0; height: auto; display: block; float: left;
}

div.calendar {
	float: left; width: 212px; margin: 0 0 0 24px; background: url(../images/border.png) repeat-x center bottom; height: 246px; position: relative; z-index: 1;
}
div#sidebar div.shadowed div.calendar{
	float: none; width: auto; margin: 0; background: #fff; height: auto; position: relative; z-index: 1;
}
div.calendar-inside {
	padding: 20px 5px;
}
div.calendar div.loading {
	width: 216px; height: 244px; position: absolute; text-align: center; top: 0; background: url(../images/transparent.png) repeat 0 0; z-index: 2; display: none;
}
div.calendar div.loading img {
	margin-top: 20px;
}
div.calendar table {
	margin-top: 5px;
}
div.calendar table th,
div.calendar table td {
	text-align: center; background: url(../images/border.png) repeat-x center bottom; font-size: 10px; font-weight: bold;
}
div.calendar table th {
	color: #333;
}
div.calendar table td {
	color: #666; vertical-align: middle;
}
div.calendar table th span,
div.calendar table td span {
	display: block; padding: 6px 3px; margin-bottom: 2px; line-height: 9px;
}
div.calendar table td a {
	color: #399;
}
div.calendar table td.today {
	text-align: center; padding: 0;
}
div.calendar table td.today span{
	background: url(../images/datepick-hover.png) no-repeat center center; color: #fff;
}
div.calendar table td.today span a{
	color: #fff;
}
div.calendar table td.other-month {
	color: #ccc;
}
div.calendar form {
	width: 210px; height: 20px; margin: 3px 0 0 2px;
}
div.calendar form ul li {
	float: left;
}
div.calendar form input[type=text]{
	float: left; width: 68px; height: 17px; background: #f1ede7; border: 0; margin-right: 4px; color: #666; font: normal 10px Verdana, Arial, Helvetica, sans-serif; padding: 1px 3px 2px;
}
div.calendar form input[type=submit]{
	float: left; width: 37px; height: 19px; background: #e9974f; color: #fff; font-style: italic; font-size: 14px; padding: 1px 3px 2px; cursor: pointer;
	border: 1px solid #e9974f; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
div.calendar div.info {
	text-align: center; width: 210px; margin-top: 6px; color: #399; font-size: 9px;
}
div.calendar div.calendar-inside div.info {
	margin-top: 15px;
}

div#sidebar div.shadowed div.printable-listings {
	margin: 17px 0 0; background: #fff; padding: 12px 5px;
}
div#sidebar div.shadowed div.printable-listings p {
	text-align: left; font-size: 9px; color: #399; padding: 5px 0;
}
div#sidebar div.shadowed div.printable-listings p a {
	color: #399;
}

div#sidebar div.shadowed div.info {
	margin: 0; background: #fff; padding: 12px 5px; text-align: left;
}
div#sidebar div.shadowed div.info h2 {
	font-size: 13px; color: #399; padding: 5px 11px; line-height: 15px;
}
div#sidebar div.shadowed div.info p {
	font-size: 13px; color: #399; padding: 5px 11px; line-height: 15px;
}
/* Interior / Inner pages */

div#content {
	float: left; width: 558px; margin: 58px 0 0 30px; padding-bottom: 10px;
}
div#body.no-sidebar div#content {
	float: none; width: auto;
}
div#content h1.page-title {
	font-size: 42px; color: #930; background: url(../images/border.png) repeat-x 0 100%; float: left; padding: 0 7px 9px 0;
}
div#content h1.page-title.full {
	float: none; width: 464px;
}
div#content h2.subhead {
	padding: 24px 0 0; font-size: 20px; color: #930;
}
div#content div.wysiwyg p {
	font: normal 1.2em Arial, Helvetica, sans-serif; color: #666; line-height: 19px; padding: 15px 30px 0 0;
}

div#content form#frmContact {
	margin-top: 20px;
}
div#content form#frmContact li {
	font: normal 1.2em Arial, Helvetica, sans-serif; color: #666; line-height: 19px; margin: 10px 0 0;
}
div#content form#frmContact li label,
div#content form#frmContact li div.radio-checkbox div.label {
	display: block; float: left; width: 200px; padding-right: 10px;
}
div#content form#frmContact li input,
div#content form#frmContact li select,
div#content form#frmContact li textarea,
div#content form#frmContact li button {
	float: left;
}
div#content form#frmContact li div.radio-checkbox div.inputs {
	float: left; width: 320px;
}
div#content form#frmContact li div.radio-checkbox div.inputs div.note {
	margin-top: 2px;
}
div#content form#frmContact li div.radio-checkbox div.inputs label {
	width: auto;
}
div#content form#frmContact li div.radio-checkbox div.inputs label span,
div#content form#frmContact li div.radio-checkbox div.inputs label input {
	display: block; float: left; line-height: 18px; margin: 0; padding: 0;
}
div#content form#frmContact li div.radio-checkbox div.inputs label input {
	margin: 3px 5px 0 0; position: relative; top: 0;
}
div#content form#frmContact li button {
	margin: 2px 5px 0 0;
}
div#content form#frmContact li .loading {
	float: left; margin-left: 5px; font-style: italic;
}

div#content div.wysiwyg p.abstract {
	padding-top: 0;
}
div#content div.wysiwyg p img {
	margin: 3px 10px 0 0;
}
div#content div.wysiwyg h6 {
	padding: 15px 30px 0 0; font-size: 18px; color: #930;
}
div#content div.wysiwyg ul {
	padding: 5px 30px 0;
}
div#content div.wysiwyg ul.bullet {
	padding: 5px 10px 0 15px; list-style: disc;
}
div#content div.wysiwyg table {
	margin-top: 20px;
}
div#content div.wysiwyg th,
div#content div.wysiwyg td {
	font: normal 1em Arial, Helvetica, sans-serif; color: #666; line-height: 19px; padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div#content div.wysiwyg th.no-border,
div#content div.wysiwyg td.no-border {
	border-right: none;
}
div#content div.wysiwyg th {
	font-weight: bold;
}
div#content div.wysiwyg th p {
	font-weight: bold; padding-left: 0; padding-right: 0; padding-bottom: 0;
}
div#content div.wysiwyg td.last {
	border-bottom: none;
}
div#content div.wysiwyg ul li {
	font: normal 1.2em Arial, Helvetica, sans-serif; color: #666; line-height: 19px; margin: 10px 0 0;
}
ul.towns {
	padding-top: 15px;
}
ul.towns li {
	display: block; margin: 5px 5px 0 0; padding: 0; line-height: 13px; float: left;
}
ul.towns li.no-border a {
	border-right: 0;
}
ul.towns li.new-line {
	float: none;
}
ul.towns li a {
	color: #930; border-right: 1px solid #930; padding-right: 4px;
}

div#sidebar {
	float: right; width: 284px; margin: 58px 28px 0 0;
}
div#sidebar div.photo,
div#sidebar div.shadowed {
	background: #f4efe5; padding: 10px 28px 24px; text-align: center;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
}
div#sidebar div.shadowed {
	padding-top: 28px;
}
div#sidebar div.shadowed h2.heading {
	padding-bottom: 25px; text-align: left; color: #cf6529; font: bold 21px "Arial Bold", Arial, Helvetica, sans-serif;
}
div#sidebar div.photo img.image {
	margin-top: 14px;
}
div#sidebar div.photo div.sidebar-description {
	text-align: left;
}
div#sidebar div.photo div.sidebar-description p {
	display: block; font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #d9531e; line-height: 12px; padding: 14px 0 0;
}
div#sidebar div.photo div.sidebar-description ul {
	padding-top: 5px; text-align: left;
}
div#sidebar div.photo div.sidebar-description ul li {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #d9531e; line-height: 12px; margin: 3px 0 0;
}

div.search-events h2 {
	font-size: 20px; color: #930; padding: 24px 7px 9px 0;
}
div.search-events ul li {
	display: block; float: left; margin-right: 10px;
}
div.search-events ul li select#select-category{
	width: 150px;
}
div.search-events ul li select#select-type{
	width: 150px; margin-left: 8px;
}
div.search-events ul li select#select-city{
	width: 110px;
}
div.search-events ul li span {
	display: block; margin: 2px 0 0;
}
div.search-events input.popupDatepicker {
	width: 70px;
}
div.search-events ul li input[type=submit]{
	width: 37px; height: 19px; background: #e9974f; color: #fff; font-style: italic; font-size: 14px; padding: 1px 3px 2px; cursor: pointer;
	border: 1px solid #e9974f; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

ul.events-list {
	padding-top: 20px; width: 522px;
}
ul.events-list li {
	background: url(../images/border.png) repeat-x 0 0; padding: 20px 8px;
}
ul.events-list li.no-border {
	background: none; padding-top: 0;
}
ul.events-list li div.image {
	float: right; width: 150px;
}
ul.events-list li div.detail {
	float: left; width: 350px;
}
ul.events-list li span.date {
	display: block; color: #c63; font-size: 14px;
}
ul.events-list li span.title {
	display: block; font-size: 20px; color: #930; margin: 10px 0 0;
}
ul.events-list li div.wysiwyg.underlined-link p a {
	color: #666; text-decoration: underline;
}
ul.events-list li div.wysiwyg.underlined-link p a:hover {
	color: #354457;
}
div#content div.wysiwyg p.no-padding,
ul.events-list li.no-title div.wysiwyg p.no-padding {
	padding-top: 10px;
}
div#content div.wysiwyg p.no-padding a,
ul.events-list li.no-title div.wysiwyg p.no-padding a {
	font-size: 18px;
}
div#content ul.events-list li div.wysiwyg p.frutigerlc {
	font-size: 14px; line-height: 16px; color: #354457; padding: 12px 0 0;
}

div.pagination {
	padding: 20px 0 0; margin: 0; font-size: 1.2em;
}
div.pagination a {
	padding: 1px 4px 2px; margin: 2px; text-decoration: none;
}
div.pagination a:hover, div.pagination a:active {
	color: #f30;
}
div.pagination span.current {
	padding: 1px 2px 0; margin: 2px; text-decoration: underline;
}
div.pagination span.disabled {
	padding: 1px 4px 2px; margin: 2px; color: #ccc;
}
div.pagination .next a, div.pagination .previous a {
}
div.pagination .next a:hover, div.pagination .previous a:hover {
	color: #f30;
}

ul.events-list li a.videos {
	display: block; width: 120px; height: 90px; overflow: hidden;
}
div.youtube-rotator a img {
	display: block; width: 120px; height: 90px; overflow: hidden;
}

div.entry {
	padding-top: 21px;
}
div.entry span.date {
	display: block; color: #c63; font-size: 14px;
}
h2.title {
	font-size: 20px; color: #930; padding: 10px 40px 0 0; line-height: 24px;
}

/* google search starts */
div#cse {
	padding-right: 30px;
}
.gsc-control-cse {
	padding: 0; margin: 20px 0 0;
}
input.gsc-input {
    border-color: #777777; padding: 3px 2px; font: normal 85% Verdana, Arial, Helvetica, sans-serif;
}
input.gsc-search-button {
}
.gsc-webResult.gsc-result {
	margin: 10px 0 0; padding: 0 20px 10px 0;
}
.gsc-tabsArea {
	display: none;
}
a.gs-title{
	font-size: 115%;
}
.gsc-cursor-box{
	margin: 20px 0 0;
}
/* more styling on search page */
/* google search ends */

ul.gallery li {
	display: block; float: left; width: 144px; height: 144px; margin: 18px 21px 0 0; overflow: hidden;
}
ul.multimedia-videos li {
	width: 266px; margin: 20px 0 0; overflow: hidden;
}
ul.multimedia-videos li div.normal-videos,
ul.multimedia-videos li div.youtube-rotator {
	width: 226px; height: 169px; position: relative; overflow: hidden;
}
ul.multimedia-videos li a.videos img,
ul.multimedia-videos li div.youtube-rotator a.video img {
	display: block; width: 226px; height: 169px;
}
ul.multimedia-videos li div.normal-videos a.overlay,
ul.multimedia-videos li div.youtube-rotator a.overlay {
	display: block; width: 92px; height: 69px; position: relative; top: -120px; left: 65px;
}
ul.multimedia-videos li div.youtube-rotator a.overlay img {
	display: block; width: 92px; height: 69px;
}
ul.multimedia-videos li div.sidebar-description {
	width: 226px;
}
ul.multimedia-videos li div.sidebar-description p {
	text-align: center; margin: 0; padding: 0;
}

/* Footer */

div#bottom-bg {
	width: 100%; height: 203px; bottom: 0; left: 0; overflow: hidden; background: url(../images/bottom.jpg) repeat-x left bottom;
}
div#bottom {
	width: 902px; height: 171px; margin: 0 auto; background: #fff url(../images/footer.png) repeat-x 0 0; position: relative; left: 0;
}
div#bottom-left {
	float: left; width: 378px; height: 171px; text-align: center;
}
div#bottom-left div.box {
	float: left; width: 189px; height: 156px; background: url(../images/border-v.png) repeat-y right top; margin-top: 3px;
}
div#bottom-left img {
	margin-top: 40px;
}
div#bottom-left img.link {
	margin-top: 50px; margin-left: 10px;
}
div#bottom-left p {
	color: #bc7a58; font-size: 12px; font-weight: bold; line-height: 14px; padding: 4px 0 0;
}
div#bottom-left p span{
	color: #c41f30; font-size: 16px; font-weight: bold; display: block; padding: 4px 0 0;
}
div#bottom-right {
	float: left; width: 524px; height: 171px; background: url(../images/dancer-footer.png) no-repeat right center;
}
div#bottom-right div.subsidiary {
	float: left; width: 134px; margin: 24px 0 0;
}
div#bottom-right div.subsidiary.left {
	margin-left: 20px;
}
div#bottom-right div.subsidiary ul li {
	font-size: 11px; line-height: 11px; margin: 1px 0 0; height: 14px;
}
div#bottom-right div.subsidiary ul li a {
	color: #000;
}
div#bottom-right div.subsidiary ul li a:hover {
	text-decoration: none; border-bottom: 1px solid #000;
}
div#bottom-right div.subsidiary div.banner a {
	margin-right: 10px;
}

/* Sticky footer starts */
/* \*/
* html #bottom-bg {
	position: absolute;
}
* html #container {
	padding-bottom: 203px;
}
/* \*/
head:first-child+body div#bottom-bg {
	position: absolute; z-index:0;
}
head:first-child+body div#container {
	padding-bottom: 203px;
}
