html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, verdana, sans-serif;
	background: url(images/bg.jpg)
}
/*Skip Navigation*/
#skip {
	display:none;
}
@media aural, braille {
	#skip {display:inline;}
}
/*Outer Wrapper for the page*/
#outer {
	background: url(images/bg_top.jpg) repeat-x;
	min-height: 600px;
	padding: 95px 0px;
	text-align: center;
}
/*Inner Wrapper around the content of the site*/
#wrapper {
	text-align: left;
	margin: auto;
	position: relative;
	width: 900px;
}
/*Parkview Theatre Crest. Important: This is positioned absolutely to START the left side of the image at the halfway point of the page, then the margin-left propertly slides the image to the left by 50% the width of the crest image, which places the image in the dead center of the page*/
#crest {
	position:absolute;
	height:200px;
	z-index:1;
	top: 0px;
	left: 50%;
	margin-left: -85px;
}
/*Contact Us Section*/
#contact {
	color: #FFFFFF;
	float:right;
	}
/*Header Parkview Theatre image*/
#head {
	position: relative;
	height: 157px;
	width: 928px;
	margin: auto;
}
/*Body section of the site, including navigation*/
#body {
	background: url(images/body_bg.gif) repeat-y;
}
#body-top {
	background: bottom url(images/body_top.gif) no-repeat;
	height: 20px;
	border-left:#000000 solid 5px;
	border-right:#000000 solid 5px;
	border-bottom:#000000 solid 5px;
}
#body-top h1 {
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
	border:none;
}
/*DarkSide Body*/
#bodydark {
	background-color: #000000;
}
#bodydark p{
	color:#FFFFFF;
}
#bodydark h2 {
	color: #F4FD02;
	font-weight: bold;
	border-bottom: #FFFFFF dotted thin;
	margin: 0px;
	padding: 0px;
}
#bodydark h3 {
	color: #F4FD02;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bodydark h4 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:14px;
}
#bodydark h6{
	color:#FFFFFF;
	font-size:14px;
	padding:0px;
	margin:0px;
}
#bodydark ul{
	color:#FFFFFF;
}
#bodydark li{
	color:#FFFFFF;
}
#bodydark li a{
	color:#FFFFFF;
}
img {
	border: 0px;
}
#bodydark a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#bodydark a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#bodydark a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#bodydark a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
#bodydark table{
	color:#FFFFFF;}
/*Site navigation on the left*/
#nav {
	width: 163px;
	color: #FFFFFF;
	float:left;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-align:right;
	font-size:12px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#nav ul {
	width:159px;
	float:left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li {
	list-style-type: none;
	height: 20px;
	display: block;
	text-align: right;
	background-image: url(images/gradient.png);
	margin-bottom: 2px;
	padding: 2px;
}
/*Content of the site, floated to the right*/
#content {
	width:717px;
	float:right;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:5px;
}
/*Site Footer*/
#footer {
	background: bottom url(images/body_bot.gif) no-repeat;
	height: 60px;
}
#credits{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#credits p{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}
.hidden { display: none; }
.unhidden { display: block; }
/*Sitewide HTML Selector Properties*/
h2 {
	color: #003E08;
	font-weight: bold;
	border-bottom: #003e08 dotted thin;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #003E08;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:14px;
}
h6{
	color:#FFFFFF;
	font-size:14px;
	padding:0px;
	margin:0px;
}
p{
	color:#000000;
	font-size:12px;
}
img {
	border: 0px;
}
a:link {
	color:#003E08;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#003E08;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#003E08;
	text-decoration:underline;
}
a:active{
	color:#003E08;
	text-decoration:underline;
}
/*Image and text alignments*/
.clear {
	clear: both;
}
.imageleft{
	float:left;
	padding: 5px;
}
.imageright{
	float:right;
	padding: 5px;
}
.imagecenter{
	margin-left:auto;
	margin-right:auto;
	display:block;padding: 5px
}
.centertext{
	text-align:center
}
/*Table Styles*/
table.center {
	margin-left:auto; 
	margin-right:auto;
}
table caption{
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:14px;
	border-bottom:solid #003E08 thin;
}
table th {
	text-align:center;}
/*Main Page Announcements*/
#sidebar{
	float:right;
	width: 190px;
	background-color:#FFFFFF;
	padding:5px;
}
#announcement {
	float:right;
	width: 190px;
	text-align:center;
	background-image: url(images/announcementmid.gif);
	background-repeat: repeat-y;
	display:block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#announcementtop{
	float:right;
	width: 190px;
	text-align:center;
	background-image: url(images/announcementtop.gif);
	background-repeat:no-repeat;
	height:20px;
	display:block;
}
#announcementbot {
	float:right;
	width: 190px;
	text-align:center;
	background-image: url(images/announcementbot.gif);
	background-repeat:no-repeat;
	height:20px;
	display:block;
}
#announcementcontent {
	width: 170px;
	margin: 0 auto 0 auto;
}
#announcementcontent p{
	padding:0px;
	margin: 0px;
	color:#FFFFFF;
}
#announcement h5{
	padding:0px;
	margin:0px;
	color: #FFFFFF;
	border-bottom:#FFFF00 dotted thin;
	font-size:14px;
	padding-top: 5px;
	margin-bottom:10px;
}
#announcementcontent ul{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image:url(images/arrowbullet.png);
	
}
#announcementcontent li{
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position:inside;
}
#announcementcontent a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#announcementcontent a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#announcementcontent a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#announcementcontent a:active{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#buttons {
	float:right;
	width: 190px;
	text-align:center;
	display:block;
	margin-top:10px;
	background-color:#FFFFFF;
}
#buttons a:active{
	text-decoration:none;
}
#buttons a:hover{
	text-decoration:none;
}