@charset "UTF-8";
/* Ritz pages -- all 3 theatres*/

body {
	margin: 0;
	padding: 0;
	background: #2f3335 url(http://www.landmarktheatres.com/images/bgGradientContent.jpg) top left repeat-x;
	font-family: Arial;
	font-size: 13px;
}

#cMain {width: 520px; background-color: #E4E4E4; margin: 0; padding: 0 0 0 10px;}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #34385a;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

p {
	margin: 0;
}

ul {
	margin-left: .5em;
}

li {
	margin-bottom: .2em;
	font-weight: normal;
	list-style: disc;
}

h1 {
	margin: -10px -10px 10px -10px;
	width: 510px;
	height: 32px;
	background-color: #E4E4E4;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #34385a;
}

p.address {
	position: relative;
	top: 0px;
	width: 510px;
/*	height: 60px;*/
	padding: 5px 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #2B2B2B;
	text-align: center;
}

p.bold {
	font-weight:bold;
}

p.header1 {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #2B2B2B;
	text-align: center;
	padding-bottom: .6em;
}

/*BOURSE*/

#bourse_logo {
	height: 100px;
	margin: 0 0 0 0;
	background-image: url(images/ritz_bourse_logo.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
}

#bourse_pic {
	background-image: url(images/ritz_bourse_pic_short.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 508px;
	height: 253px;
	border: solid;
	border-width: 1px;
}

#bourse_info {
	margin: 10px 0 0 0;
	width: 510px;
}

#bourse_map {
	width: 510px;
	height: 229px;
	background-image: url(images/ritz_bourse_map.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*EAST*/

#east_logo {
	height: 100px;
	margin: 0 0 0 0;
	background-image: url(images/ritz_east_logo.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
}

#east_pic {
	background-image: url(images/ritz_east_entrance_edit.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 508px;
	height: 398px;
	border: solid;
	border-width: 1px;
}

#east_info {
	margin: 10px 0 0 0;
	width: 510px;
}

#east_map {
	width: 510px;
	height: 229px;
	background-image: url(images/ritz_east_map.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*FIVE*/

#five_logo {
	height: 100px;
	margin: 0 0 0 0;
	background-image: url(images/ritz_five_logo.png);
	background-repeat: no-repeat;
	background-color: #E4E4E4;
}

#five_pic {
	background-image: url(images/ritz_five_entrance.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 508px;
	height: 393px;
	border: solid;
	border-width: 1px;
}

#five_info {
	margin: 10px 0 0 0;
	width: 510px;
}

#five_map {
	width: 510px;
	height: 229px;
	background-image: url(images/ritz_five_map.gif);
	background-repeat: no-repeat;
	background-position: center;
}




/* -- See Gateway web page for HTML structure 
(not retained on Ritz pages):

#map {
	padding: 10px;
	background-image: url(images/gateway_map.gif);
	background-position: 0px 45px;
	background-repeat: no-repeat;
	height: 18em;
}

#map h1 {
	background-image: url(images/gateway_parking.gif);
	background-repeat: no-repeat;
}

#direx {
	width: 140px;
	position: relative; left: 210px;
	float: left;
}

#direx1 {
	width: 140px;
	float: right;
}
*/

.clear {
	clear: both;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 9px;
	color: #34385A;
	text-align: center;
	background-color: #E4E4E4;
	height: 30px;
	padding-top: 10px;
}

