/* CSS Document */
* {
    margin: 0;
    padding: 0;
    }
img {
    border: 0;
    display: block;
}
body {
	font-family: Monaco, Geneva, Verdana, Courier New, monospaced;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
	background: #fff;
	margin: 0px;
}
/*Links*/
a {
	color: #00CCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCCC;
}

h4 {
	color: #00CCCC;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCCC;*/
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 10px;
}

a:hover {
	background-color: #B0FFF6;
}

h1 {
	width: 300px;
	text-transform: uppercase;
	float: left;
/*	padding-right: 160px;*/
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
h3 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

#upside {
	margin-bottom: 5px;
}


/*wrapper*/
#wrapper {
	padding-top: 40px;
	padding-left: 80px;
	height: 500px;
	width: auto;
}
#content {
	float: left;
	height: auto;
	width: 510px;
}

#content p {
	padding-bottom: 10px;
}
#main_image {
	margin-bottom: 20px;
}

/*Main_Navigation*/
#main_navigation {
	text-transform: uppercase;
	margin-bottom: 30px;
}

#main_navigation li {
	list-style-type: none;
	display: inline;
	margin-right: 30px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	letter-spacing: 1px;
}
#under_navigation {
	text-transform: uppercase;
	margin-left: 300px;
	margin-bottom: 20px;
	height: 20px;
}
#under_navigation li {
	list-style-type: none;
	display: inline;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	letter-spacing: 1px;
}
#sub_navigation {
	text-transform: uppercase;
	float: left;
	width: 300px;
}
#sub_navigation li {
	list-style-type: none;
	width: auto;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: auto;
}

/*calendar*/


#calendar {
	float: left;
	height: auto;
	width: 510px;
}
#calendar div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#calendar ul {
	list-style-type: none;
	display: block;
	height: 100px;
}

#calendar p {
	display: block;
	float: left;
	width: 160px;
	height: 100px;
}
#calendar div.home_premiere {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 20px;
}
/*Links*/
#links {
	list-style-type: none;
}
#links dd {
	margin-bottom: 20px;
}
.uppercase {
	text-transform: uppercase;
}
/*press*/
#press {
	float: left;
	height: auto;
	width: 510px;
}
.accordion div a {
	margin-bottom: 10px;
	}
.linkjs {
	cursor:pointer;
	text-decoration: underline;
}