/*=========Correct image color palette=========*/

/*IE*/	
.IE {
	display: block;
	}

.Firefox {
	display: none;
	}

/*Firefox*/	
.Firefox[class] {
	display: block;
	}

.IE[class] {
	display: none;
	}
/*============================================*/	

body{
	margin:0;
	padding:0;
	background-image:url("../images/background.gif");
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#330000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f0af73;
}
img{
	border:none;
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:10px 0 0 0;
}
map, area{
	margin:0;
	padding:0;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:8px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:8px;
}
.course_title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFD69C;
}
form{
	margin:0;
	padding:0;
}
#nav ul {
	margin:0;
	padding:0;
	visibility:hidden;
}
#nav ul li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:20px;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
#nav ul li a:link{
	color:#ffd69c;
	text-decoration:none;
}
#nav ul li a:visited{
	color:#ffd69c;
	text-decoration:none;
}
#nav ul li a:active{
	color:#ffd69c;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#ffffff;
	text-decoration:none;
}
a:link{
	color:#ffd69c;
	text-decoration:none;
}
a:visited{
	color:#ffd69c;
	text-decoration:none;
}
a:active{
	color:#ffd69c;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.text{
	background-color:#333333;
	border:1px solid #545454;
	color:#7A7A7A;
}
.button{
	border:none;
	background-color:#333333;
	color:#7A7A7A;
	margin-left:10px
}
#header{
	width:899px;
	height:184px;
	position:relative;
	top:0;
	margin:0;
	padding:0;
	text-align:left;
	z-index:10;
	background-position:top right;
	background-repeat:no-repeat;	
	/*border:1px solid red;	*/
}
	/*======Header images=====*/
	.about_visions{
		background-image:url("../images/top_right_04.jpg");
		}
	.the_place{
			background-image:url("../images/top_right.jpg");
			}
	.dining{
			background-image:url("../images/top_right_01.jpg");
			}
	.private_parties{
			background-image:url("../images/top_right_06.jpg");
			}
	.party{
			background-image:url("../images/top_right_06.jpg");
			}
	.paparazzi{
			background-image:url("../images/top_right_02.jpg");
			}
	.event_calendar{
			background-image:url("../images/top_right_03.jpg");
			}
	.media_center{
			background-image:url("../images/top_right_05.jpg");
			}
	.location{
			background-image:url("../images/top_right.jpg");
			}														

#main{
	width:900px;
	position:relative;
	margin:auto;
	padding:0;	
	overflow: hidden;
	padding-bottom:40px;
	/*border:1px solid red;*/
}
	#nav{
		position:absolute;
		width:126px;
		height:280px;
		left:0; 
		top:0;
		z-index:6;
		/*border:1px solid white;*/
	}
	#fmenu{
		position:absolute;
		width:126px;
		height:280px;
		left:30px; 
		top:190px;
		z-index:6;
		/*border:1px solid red;	*/
	}
	#center{
		position:relative;
		padding:0;
		margin:0;
		top:0;
	}

		#left_orangeIE{
			width:240px;
			position:absolute;
			top:-2px;
			margin:0;
			padding:0;
			z-index:3;
			/*border:1px solid white;*/
		}
		#left_orangeFF{
			width:240px;
			position:absolute;
			top:-16px;
			margin:0;
			padding:0;
			z-index:3;
			/*border:1px solid white;*/
		}		
		
		#left_purple{
			width:130px;
			position:absolute;
			left:0;
			bottom:0;
			margin:0;
			padding:0;
			z-index:1;
			/*border:1px solid yellow;*/
		}
		body>#main>#center>#left_purple{bottom:-50px;}
		
		#content{
			width:590px;
			position:relative;
			left:210px;
			margin:0;
			padding:0 0 20px 0;
			z-index:3;
			/*border:1px solid yellow;*/
			overflow: hidden;
			font-size:110%;
		}
			#content p{
			margin-left:20px;
			margin-right:5px;
			}
			#content h1{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:24px;
				color:#FFFFFF;
				width:300px;
			}		
		#rightIE{
			width:70px;
			position:absolute;
			top:-2px;
			right:0;
			z-index:3;
			overflow: hidden;
			/*border:1px solid white;*/
		}
		#rightFF{
			width:70px;
			position:absolute;
			top:-16px;
			right:0;
			z-index:3;
			overflow: hidden;
			/*border:1px solid white;*/
		}
		
	#footer{
		width:865px;
		height:34px;
		margin:0;
		padding:0;
		position:absolute;
		left:20px;
		/*bottom:23px;*/
		background-color:#121212;
		color:#CCCCCC;
		z-index:4;
		clear:both;
	}
		#footer_left{
			width:150px;
			margin:0;
			padding:10px 0 0 5px;
			position:relative;
			float:left;
			/*border:1px solid white;*/
		}
		#footer_center{
			margin:0;
			padding:7px 0 0 5px;
			float:left;
			position:relative;
			/*border:1px solid red;*/
		}
		#footer_right{
			top:0;
			width:315px;
			margin:0;
			padding:0;
			position:relative;
			float:right;
			/*border:1px solid yellow;*/
		}
	#base_line{
		width:900px;
		height: 50px;
		position: relative;
		top: 42px;
		margin-left: -15px;
		padding-right: 25px;
		padding-top: 5px;
		background-image:url("../images/footer.jpg");
		background-repeat:no-repeat;
		background-position:top;
		background-color: #330000;
		z-index:3;
		text-align: center;
		font-size: 10px;
	}
	
	.mediabox {
		position: relative;
		clear: both;
		height: 120px;
		width: 400px;
		margin-left:40px;
		}
		
		.mediathumb {
			position: relative;
			padding: 0 10px 10px 0;
			float: left;
			}
			
		.mediabox h5 {
			padding-bottom: 5px;
			margin-bottom: 5px;
			border-bottom: 1px solid #CCCCCC;
			font-size: 12px;
			position: relative;
			margin-left: 87px;
			}
			
		.mediabox .mediapdf {
			position: relative;
			}
	
/*==========Home only styles==========================*/	
#main_home{
	position:relative;
	margin:auto;
	width:900px;
	height:699px;
}
#flash_area{
	width:494px;
	height:662px;
	z-index:1;
	position:absolute;
	top:8px;
	left:175px;
}
	#flash_area object, #flash_area embed {
		z-index: 1;
		position: relative;
		}
#home_logo{
	width:279px;
	height:152px;
	position:absolute;
	top:0;
	float:left;
	z-index:10;
}
#home_frame{
	background-image:url("../images/frame.gif");
	background-repeat:no-repeat;
	width:900px;
	height:699px;
	position:absolute;
	z-index:5;
}
/*body>#main_home>#home_frame{background-image:url("../images/ff/frame.gif");}*/
#box_all{
	width:882px;
	z-index:8;
	position:absolute;
	top:520px;
	margin:0;
	padding:0;
}
#box_1{
	width:277px;
	height:90px;
	background-color:#121212;
	border: 1px solid #885115;
	border-top-width:4px;
	z-index:8;
	position:relative;
	left:22px;
	float:left;
}
#box_2{
	width:277px;
	height:90px;
	background-color:#121212;
	border: 1px solid #885115;
	border-top-width:4px;
	z-index:8;
	position:relative;
	float:left;
	left:32px;
}
#box_3{
	width:277px;
	height:90px;
	background-color:#121212;
	border: 1px solid #885115;
	border-top-width:4px;
	z-index:8;
	position:relative;
	float:right;
}
#box_footer{
	width:880px;
	position:relative;
	margin:0;
	padding:0;
	float:right;
	top:10px;
	right:3px;
}

#text_right_top {
	position:absolute;
	width:250px;
	height:100px;
	right:10px;
	top:15px;
}
#text_right_top h1{
	padding:0;
	margin:0;
}
#flash_left_col{
	width:223px;
	height:118px;
	position:absolute;
	right:13px;
	top:150px;
}

#text_right_bottom {
	text-align:center;
	position:absolute;
	width:230px;
	height:100px;
	right:20px;
	top:370px;
}

.text_box{
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;

}

#text_right_bottom strong {
	color: #FFFFFF;
	}
#text_right_bottom p {
	color:#b4a3c5;
}

.texts_top{
margin: -5px 0 0 20px;
}


#footer_container {
	position: relative;
	width: 100%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	float:left;
	}




ul#formList {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	width: 400px;
	}
	
	ul#formList li {
		position: relative;
		list-style-type: none;
		margin: 0;
		padding: 10px 0 10px 0;
		}
		ul#formList li input {
			position: absolute;
			width: 300px;
			height: 14px;
			top: 5px;
			right: 5px;
			}
		ul#formList li textarea {
			position: relative;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			width: 390px;
			height: 100px;
			}