@charset "UTF-8";
/* CSS Document */
body{
	background-color:#1f2539;
	margin:0px;
	color:#fff;
	font:11px Verdana, Geneva, sans-serif;
}

h1{
	color:#fff;
	font:18px Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:10px 0px 10px 0px;
}

h2{
	font:16px Georgia, "Times New Roman", Times, serif;
}

h3{
	font:14px Georgia, "Times New Roman", Times, serif;
	padding:10px 0px 0px 0px;
}

h4{
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#5B4530;	
	padding:10px 0px 0px 0px;

}
hr { width:100%; height:1px; color:#333;}

a{
	color:#FFD79F;
}

a:hover{
	text-decoration:none;
}

#faux{
	background:url('images/faux.jpg') repeat;
		height:100%;
	position:relative;
	z-index:10;

}

#pattern{
	background:url('images/pattern.jpg') repeat-x;
		height:100%;
	position:relative;
	z-index:11;

}

#login{
	width:277px;
	padding-top:9px;
	padding-left:8px;
	padding-right:8px;
	height:70px;
	font:9px Verdana, Geneva, sans-serif;
	color:#5b4430;
	background-color:#FFF;
}

#sample{
	background:url('images/repeat_brown.png') repeat;
	width:277px;
	padding-left:8px;
	padding-right:8px;
	height:172px;
	padding-top:9px;
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;
}

#sample h1{
	padding:0px 0px 0px 0px;
	margin:0px;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}

#sample_video{
	float:left;
	padding:0px 10px 0px 0px;
}

#container{
	width:923px;
	margin:0px auto;
	height:100%;
	position:relative;
	z-index:15;

}

#header{
	background:url('images/conference_room.gif') no-repeat;
	height:260px;
	padding-top:62px;
	position:relative;
	z-index:10600;
}

#header_left{
	width:624px;
	float:left;
	
}

#header_right{
	float:right;
	width:293px;
	height:260px;
	
	
}

#nav{
	background:url('images/repeat_blue.png') repeat;
	width:630px;
	height:35px;
	padding-top:10px;
	position:relative;
	z-index:1000;
}

#title{
	position:absolute;
	bottom:0px;
	left:0px;
}

#title h1{
	font:21px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}


#login input{
	border:none;
	width:110px;
	height:20px;
	color:#ffffff;
	background-color:#5b4430;
}

#login h1{
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#5b4430;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #5b4430;
	margin:0px;
}

#go{
	padding-left:8px;
	padding-bottom:3px;
}


#body_container{
	background-color:#5b4530;
		height:100%;
		background-image:url(images/content-bg.jpg);
		background-repeat:repeat-y;
		overflow:hidden;
		clear:both;
		position:relative;
	    z-index:10;

}

#body_left{
	background-color:#816f5f;
	width:620px;
	height:100%;
	float:left;
	position:relative;
	z-index:102;


}

#body_right{
	float:right;
	width:250px;
	padding-top:5px;
	padding-right:20px;
	margin-right:5px;
	height:100%;
	position:relative;
	z-index:103;

}

#content{
	padding:0px 20px 20px 20px;
	height:100%;
float:left;
	position:relative;
	z-index:105;

}

#content a{
	color:#e1e1e1;
}

#footer {
	color:#8e9199;
	width:923px;
	margin:0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
		position:relative;
	z-index:106;

}
#footer a{
	color:#8e9199;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer ul {
	padding-top:20px;
}

#footer ul li{
	list-style-type:none;
}

#body_right h2{
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}

#whats_new_item {
	padding-top:0px;
	padding-left:35px;
	padding-right:0px;
	float:left;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	float:left;
	padding-bottom:25px;
}

#under_viewport{
	width:883px;
	background-color:#6F553E;
	padding-left:20px;
	padding-bottom:15px;
	padding-right:20px;
}

/* Viewport */
#viewport{
		width:606px;
		height:237px;
		position:relative;
		overflow:hidden;
		float:left;
		color:#fff;
		font:11px Verdana, Geneva, sans-serif;
		background-color:#816F5F;
}

#viewport h1{
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	padding-top:0px;
	margin-top:0px;
}

#links{
	float:right;
}

#links a img{
	border:0px;
}

#belt{
	position:absolute;
	height:237px;
	width:2480px;
	top:0px;
	left:0px;
}

.panel{
	width:580px;
	float:left;
	padding:20px;
	height:197px;
	background-color:#816f5f;
}

.floatLeft{
	float:left;
	padding:0px 20px 10px 0px;
}

.quickLinks{
	width:275px;
}