@charset "UTF-8";
html,body{
	height:100%;
	margin:0;
	padding:0;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;

	text-align:center;
	vertical-align:middle;
	
	z-index:0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.Clear {
	clear:both;
	height:0px;
	width:0px;
}
#Remote{
	float:left;
	margin:0px;
	padding:0px;
	z-index: 100;
}

#Container{
	position: absolute;
	left: 50%;
	top:35px;
	/*top: 50%;*/
	width:860px;
	/* height:565px; */
	
	margin-left: -430px; /* MUST UPDATE TO MATCH HALF THE WIDTH */
	/*margin-top: -300px;  /* MUST UPDATE TO MATCH HALF THE HEIGHT */

	text-align:left;
	min-width:500px;
	max-width:855px;
	
	
	z-index:5;
}

#Background{
	background-image:url(../images/Background_BG3.png);
	background-repeat:repeat;
	background-position:left top;
	background-attachment:fixed;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
}

#Container #Header{
	overflow:hidden;
	
	position:relative;
	top:-10px;
	
	min-width:500px;
	max-width:855px;
	
	height:65px;
	
	z-index:5;
}
#Container #Navigation{
	min-width:500px;
	max-width:855px;
	
	height:25px;
	z-index:10;
}

#Container #Navigation #Left{
	float:left;
	background-image:url(../images/Navigation_BG.png);
	background-repeat:no-repeat;
	background-position:left;
	
	width:35px; height:25px;
}

#Container #Navigation #Middle{
	float:left;
	background-image:url(../images/Navigation_BG.png);
	background-repeat:repeat-x;
	background-position:center;
	
	min-width:430px;
	max-width:780px;
	
	width:100%; height:25px;
	
	z-index:20;
	
}

#Container #Navigation #Right{
	float:left;
	background-image:url(../images/Navigation_BG.png);
	background-repeat:no-repeat;
	background-position:right;
	
	width:35px;	height:25px;
}

#Container #Content{
	min-width:500px; min-height:100px;
	max-width:850px; max-height:1200px;
	
	z-index:15;
}

#Container #Content #Top #Left{
	float:left;
	background-image:url(../images/Content_BG_Corners.png);
	background-repeat:no-repeat;
	background-position:left top;
	
	width:35px; height:35px;
}

#Container #Content #Top #Middle{
	float:left;
	background-image:url(../images/Content_BG_SidesTB.png);
	background-repeat:repeat-x;
	background-position:center top;
	
	min-width:430px;
	max-width:780px;
	
	width:100%; height:35px;
}

#Container #Content #Top #Right{
	float:left;
	background-image:url(../images/Content_BG_Corners.png);
	background-repeat:no-repeat;
	background-position:right top;

	width:35px; height:35px;
}
#Container #Content #Center{
	height:100%;
	width:100%;
}




#Container #Content #Center #Left{
	background-image:url(../images/Content_BG_SidesLR.png);
	background-repeat:repeat-y;
	background-position:left center;
	
	width:35px;
	
	z-index:5;
}

#Container #Content #Center #Middle{
	background-color:#FFFFFF;
	
	min-width:430px;
	max-width:780px;
	
	width:100%;
	height:100%;
	
	z-index:25;
}

#Container #Content #Center #Right{
	position:relative;

	background-image:url(../images/Content_BG_SidesLR.png);
	background-repeat:repeat-y;
	background-position:right center;

	width:35px;
	
	z-index:5;
}



#Container #Content #Bottom #Left{
	float:left;
	background-image:url(../images/Content_BG_Corners.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	
	width:35px; height:35px;
}

#Container #Content #Bottom #Middle{
	float:left;
	background-image:url(../images/Content_BG_SidesTB.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	
	min-width:430px;
	max-width:780px;
	
	width:100%; height:35px;
}

#Container #Content #Bottom #Right{
	float:left;
	background-image:url(../images/Content_BG_Corners.png);
	background-repeat:no-repeat;
	background-position:right bottom;

	width:35px; height:35px;
	
	
}


#Container #Footer{
	min-width:500px;
	max-width:855px;
	
	z-index:5;
}

#Container #Footer #Left{
	float:left;
	background-image:url(../images/Footer_BG.png);
	background-repeat:no-repeat;
	background-position:left;
	
	width:35px; height:55px;
	
}
#Container #Footer #Middle{
	float:left;
	background-image:url(../images/Footer_BG.png);
	background-repeat:repeat-x;
	background-position:center;	
	
	min-width:430px;
	max-width:780px;
	
	width:100%; height:55px;
	z-index:15;
}


#Container #Footer #Right{
	float:left;
	background-image:url(../images/Footer_BG.png);
	background-repeat:no-repeat;
	background-position:right;
	
	width:35px; height:55px;
	
}

#Main {
	width:765px;
	position:relative;
	
	min-height:335px;
	
	z-index:25;
}
#Hidden{
	display:none;
}
