/* CSS Document */

#container{
	margin: 0 auto;
	width: 100%;
	/*height: 600px;*/
	/*background-color:#666666;*/
	background: url(../images/bg_repeat_all.gif) repeat-y;
	}
	
#only_top_box{
	margin: 0 auto;
	width: 1000px;
	height: 71px;
	}

#blank_div{
	float: left;
	width: 190px;
	height: 71px;
	}

#title{
	float: left;
	margin-right: 30px;
	width: 448px;
	height: 71px;
	background-image:url(../images/welcome.gif);
	background-repeat:no-repeat;

	
	}
	
	
#d3_walk{

	float: left;
	width: 260px;
	height: 71px;
	background:url(../images/3d_walk_thorigh.jpg) no-repeat;

	


	}
		

	
#mid_img{
	clear: both;
	margin: 0 auto;
	width: 100%;
	/*height: 800px;*/
	background-image:url(../images/table.jpg);
	background-repeat:no-repeat;
	}
	
#board{
	clear: both;
	float: right;
	margin-top: 10px;
	width: 81%;
	}

#left_board{
	float: left;
	width: 55%;
	/*height: 200px;*/
	margin-right: 10px;
	/*background-color:#666666;*/
	}
	
#right_board{
	float: right;
	width: 40%;
	/*height: 200px;*/
	/*background-color:#666666;*/
	}
	
.i_txt p{
	width: 100%;
	padding-left: 10px;
	/*padding-top: 10px;*/
	color: #5f402e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;

	text-align: justify;
	}

.blank_div{
	margin: 0 auto;
	}



.box-container{
	margin: 30px auto auto auto;
	width: 100%;
	}
.boxs{
	margin-left: 10px;
	float: left;
	border: #b08155 4px solid;
	}
.box_txt{
	margin: 0;
	padding: 0;
	width: 60%;
	float: right;
	color: #5f402e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:500;
	text-align: justify;
	}

.read_more{
	width: 60%;
	margin: 0 auto auto auto;
	padding: 0;
	float: right;
	border-bottom: #b08155 1px solid;
	}
	

.box_txt ul{
	margin: 0;
	padding: 0;
	
	list-style: none;
	}
	
.box_txt ul li{
	
	text-align:right;
	line-height: 15px;
	}

.box_txt ul li a{

	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	text-align:right;
	text-decoration:underline;
	} 
	
.box_txt a:hover{
	color: #B90000;
	text-decoration:none;
	}
	

.single_txt{
	
	position:relative;
	width: 20%;
	
	}

.single_txt a{
	
	color:#333333; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:600;
	text-align:left;
	text-decoration: underline;
	}
	
.single_txt a:hover{
	color: #B90000;
	text-decoration:none;
	}



.box_txt_r{
	margin: 0;
	padding: 0 0 0 20px;
	width: 40%;
	float: left;
	color: #5f402e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:500;
	text-align: justify;
	}	

.read_more_r{
	width: 46%;
	margin: 5px auto auto auto;
	padding: 0 0 0 10px;
	float: left;
	border-bottom: #b08155 1px solid;
	}

.line{
	width: 100%;
	margin: 0 auto;
	height: 1px;
	border-bottom:#AE0000 solid 1px;
	}
		

.title_txt{
	width: 100%;
	color: #FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	}
	
	

.blank_div{
	width: 60%;
	float: right;
	height: 25px;
	}
	








.markermenu{
width: 200px; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border-left: 1px solid #9A9A9A;
}

.markermenu ul li a{
/*background: white url(media/arrow-list.gif) no-repeat 2px center;*/
font: 700 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover{
color: #fff;
text-decoration:underline;
background-color: #96321b;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}


