/* Start newsletter sign-up styles */
.signup {
	float: right;
	text-align: center;
	border: 1px solid #f9750a;
	background: #ffe1bf;
	font-size: 60%;
	width: 190px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 1em;
}
.signup #newsletterlink a:link {
	color: #b35d00;
}
.signup #newsletterlink a:visited {
	color: #b35d00;
}
.signup #newsletterlink a:hover, .signup #newsletterlink a:active {
	color: #360099;
}
/* End sign-up styles */

/* Start MTP logos */
#mtplogos {
	float: right;
	width: 190px;
	border: 1px solid #B65303;
	font-size: 90%;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 1em;
	margin-bottom: 1em;
	background: #FFFFFF;
	clear: right;
	margin-top: 1em;
}
#mtplogos ul {
	margin-left: 0px;
}
#mtplogos li {
	padding-left: 0px;
}
/* End MTP logos */

/* Start left navigation */
#leftnav {
	position: absolute;
	width: 14em;
	top: 9.6em;
}
#leftnav ul {
	margin: 1em 1em 2em 0.95em;
}
#leftnav li {
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 0em;
}
#leftnav a:link, #leftnav a:visited {
	color: #b65303;
	border-bottom: 1px solid #b65303;
	display: block;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 0.4em;
	background: #fff3e8;
	text-decoration: none;
	border-left: 8px solid #b65303;
	border-top: 1px solid #fff3e8;
}
#leftnav a:hover, #leftnav a:active {
	background: #b65303;
	color: #fff3e8;
	border-bottom: 1px solid #b35d00;
	border-left: 8px solid #b35d00;
}
#pubhomepage #leftnav #pubhomelink, #eventspage #leftnav #eventslink,				/* Current page menu formatting */
#familypage #leftnav #familylink, #transppage #leftnav #ptlink, #linkspage #leftnav #linkslink,
#pubnewspage #leftnav #newslink, #restspage #leftnav #restslink {
	color: #fff3e8;
	border-bottom: 1px solid #b65303;
	background: #b65303;
	border-left: 8px solid #b65303;
}
#leftnav #offersbox {
	background: #FFE1BF;
	padding-top: 1em;
	padding-bottom: .1em;
}
#leftnav #offersbox h3 {
	font-size: 90%;
	color: #B65303;
	text-align: center;
}
#leftnav p {
	margin-top: 12px;
	margin-left: 12px;
}


/* End left navigation */

/* Start main content */
#content {
	margin-left: 15em;
	margin-right: 1em;
}
#content h1 {
	color: #b65303;
}
h1+p {
	font-weight: bold;
}
#content h2 {
	color: #b65303;
}

#content h3 {
	color: #b65303;
}

/* start calendar table */
#content table {
	border: 1px solid #b65303;
}
#content caption {
	color: #b65303;
}
#content th {
	border: 1px solid #b65303;
	background: #b65303;
}
#content td {
	border: 1px solid #f7770b;
}
#content #calendar2009 #date {
	width: 10%;
}
#content #calendar2009 #event {
	width: 30%;
}
#content #calendar2009 #venue {
	width: 30%;
}
#content #calendar2009 #detail {
	width: 30%;
}
#content .calendarold {
	color: #999999;
}
#content .calendarfirst {
	background: #FFE1BF;
}

/* end calendar table */

/* Start sub menu formatting */
#submenu+p {
	border-top: 1px solid #009999;
	padding-top: 0.25em;
}
#content #submenu li {
	font-size: 85%;
	display: inline;
	margin-right: 1em;
}
/* End sub menu formatting */
.highlight {
	text-align: left;
}
#movieslogos {
	float: left;
	width: 206px;
	text-align: center;
	padding-top: 24px;
	padding-left: 12px;
}


/* Start newsletter sign-up form styles */
form {
	border: 1px solid #b65303;
	background: #fff3e8;
}
form .radios2 input {
	background: #fff6ec;
}
form #submit {
	color: #b35d00;
	background: #ffe1bf;
	border-top: 1px solid #ffc280;
	border-right: 1px solid #b35d00;
	border-bottom: 1px solid #b35d00;
	border-left: 1px solid #ffc280;
}
/* End newsletter sign-up form styles */

