@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center 1%;
	background-attachment : fixed;
	background-color: #676767;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #F03;
	text-decoration: none;
}

img {
	text-decoration: none;
}

#mainFrame {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#logo {
	clear: both;
	height: auto;
	width: auto;
	text-align: center;
	position: relative;
	top: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#shodow {
	/* background-color: #000000; */
	background-repeat: no-repeat;
	width: 1026px;
	height: 626px;
	padding-top: -5px;
	margin-top: -5px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
#containner {
	text-align: left;
	width: 1000px;
	float: none;
	height: 600px;

}
#containner #main {
	background-color: #DDD6C6;
	float: left;
	width: 1000px;
	height: 600px;
}
#containner #main #left {
	background-color: #464646;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	height: 600px;
}
#containner #main #left #navigation {
	margin: 0px;
	float: left;
	width: 180px;
	text-align: left;
}
#containner #main #left #navigation #leftmenu {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#containner #main #center {
	float: left;
	width: 400px;
	background-color: #B1B1B1;
	height: 600px;
}
#containner #main #center .content {
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#containner #main #googlecontent {
	width: 800px;
	height: 580px;
	background-color: #e9e9e1;
	padding: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}


#containner #main #right #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #232323;
	text-align: left;
	clear: both;
	height: 550px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	padding-top: 30px;
}
ul.inside{
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #653715;
}
#containner #main #right #content lh{
	font-weight: bold;
}
#containner #main #right #content a{
	color: #06C;
	border-bottom-style: dotted;
	border-bottom-color: #06C;
	border-bottom-width: 1px;
	text-decoration: none;
}
#containner #main #right #content a:hover{
	border-bottom-style: dashed;
	border-bottom-color: #C03;
	border-bottom-width: 1px;
	text-decoration: none;
	background-color: #C03;
}

#containner #main #right #content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #295E8E;
	
}
#containner #main #right #content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
}


#containner #main #right {
	float: left;
	width: 420px;
	background-color: #E1E1E1;
	height: 600px;
}
.bordersep {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #676767;
}


#containner #main #masterplan #spec {
	margin: 0px;
	padding: 10px;
	height: 480px;
	width: auto;
	float: none;
	background-color: #E1E1E1;
	text-align: center;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 380px;
	height: 500px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #E1E1E1;
	padding: 10px;
	margin: 0px;
	color: #333;
	
}
#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	width: 380px;
	height: 500px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #E1E1E1;
	padding: 10px;
	margin: 0px;
	color: #333;
	
}
#mycustomscrollfaq {
	/* Typical fixed height and fixed width example */
	width: auto;
	height: 470px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #E1E1E1;
	padding: 10px;
	margin: 0px;
	text-align: left;
	color: #E1E1E1;
	
}

#containner #main #masterplan {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 820px;
	float: right;
	background-color: #C3C3C3;
}
#containner #main #masterplan #flashplan {
	margin: 0px;
	padding: 10px;
	height: 420px;
	width: auto;
	float: none;
	background-color: #e9e9e1;
}

#containner #main #masterplan #planinfo {
	margin: 0px;
	padding: 10px;
	height: 80px;
	width: auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	text-decoration: none;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #464646;
}
#containner #main #masterplan #planinfo a{
	color: #464646;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
	border-bottom-width: 1px;
	text-decoration: none;
}
#maincontent {
	height: 450px;
	background-color: #E4E4E4;
}

#containner #main #masterplan #planinfo a:hover{
	colorz: white;
	border-bottom-style: dashed;
	border-bottom-color: #464646;
	border-bottom-width: thin;
	border-bottom-width: 1px;
}
#containner #main #masterplan #roomlink {
	margin: 0px;
	height: 40px;
	width: auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #464646;
}
#containner #main #masterplan #roomlink a{
	color: #464646;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
	border-bottom-width: 1px;
	text-decoration: none;
}
#containner #main #masterplan #roomlink a:hover{
	border-bottom-style: dashed;
	border-bottom-color: #464646;
	border-bottom-width: 1px;
	text-decoration: none;
}
#containner #main #masterplan #toptitle {
	width: auto;
	float: none;
	text-decoration: none;
	text-align: center;
	padding-top: -50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #464646;
	margin-top: -5px;
}
h1.headtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #653715;
	text-decoration: none;
	font-weight: bold;
}
h2.headtitle2{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653715;
	text-decoration: none;
	font-weight: bold;
}
#containner #main #masterplan #faqtext {
	margin: 0px;
	padding: 10px;
	height: 490px;
	width: auto;
	float: none;
	background-color: #DDD6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #653715;
	text-align: left;

}
p.faq{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#653715;
	line-height: 20px;
	text-align: left;
	margin-bottom:20px;
	padding-bottom:10px;
	margin:2px 0 20px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #653715;		
	}

#containner #main #masterplan #toptitlefaq {
	margin: 0px;
	height: 30px;
	width: auto;
	float: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E9E9E1;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #41230E;
}

#containner #main #masterplan #bottomfaq {
	margin: 0px;
	height: 33px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653715;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E9E9E1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #41230E;
}
#containner #main #masterplan #bottomfaq a{
	color: #663300;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	border-bottom-width: 1px;
	text-decoration: none;
}
#containner #main #masterplan #bottomfaq a:hover{
	border-bottom-style: dashed;
	border-bottom-color: #330000;
	border-bottom-width: 1px;
	text-decoration: none;
}
h2.year{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653715;
	text-decoration: none;
	font-weight: bold;
	background-color: #d1c7af;
	height: 25px;
	width: 90px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E1;
}
p.awards{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#653715;
	line-height: 20px;
	text-align: left;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #653715;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	}
#containner #main #masterplan #toptitlewalk {
	height: 70px;
	width: auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #653715;
	text-align: center;
	background-color: #1a0b05;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#containner #main #masterplan #toptitlewalk a{
	color: #663300;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	border-bottom-width: 1px;
	text-decoration: none;
	
}
#containner #main #masterplan #toptitlewalk a:hover{
	border-bottom-style: dashed;
	border-bottom-color: #330000;
	border-bottom-width: 1px;
	text-decoration: none;
	
}
#containner #main #masterplan #moviewalk {
	margin: 0px;
	height: 520px;
	width: auto;
	float: none;
	background-color: #1a0b05;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#containner #main #masterplan #bottomwalk {
	margin: 0px;
	height: 30px;
	width: auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #653715;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #1a0b05;
}
#containner #main #masterplan #awardtext {
	margin: 0px;
	padding: 10px;
	height: 490px;
	width: auto;
	float: none;
	background-color: #DDD6C6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #653715;
	text-align: left;
}
#position-menu  {
	color: #F4E2CF;
}
#containner #main #right #content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #C03;
}
#containner #main #masterplan #toptitle h1 {
	float: none;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #06C;
}
