@charset "utf-8";
/* CSS Document */
#IndexBodyOuter{
	width:980px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	/*background:url(../images/index_right_bg.png) repeat-y right;*/
	}
#LeftOuter{
	width:727px;
	height:auto;
	float:left;
	margin:0px;
	}
#RightOuter{
	width:253px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
.ContentBox{
	width:705px;
	height:auto;
	float:left;
	margin:5px 10px;
	padding:0px;
	background:url("../images/box_bg.PNG") repeat scroll 0 0 transparent;
	border:1px solid #675933;
	}	
.ContentBox h1{
	margin:0;
	padding:5px 10px;
	font-size:18px;
	color:#F0FF00;
	font-weight:normal;
	background:url("../images/box_bg.PNG") repeat scroll 0 0 transparent;
	
	border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
	}
.ContentBox p{
	margin:5px 0 0;
	padding:0 10px 10px;
	float:left;
	font-size:13px;
	line-height:20px;
	text-align:justify;
	}
.ContentBox span.imageplace{
	width:auto;
	height:auto;
	float:left;
	display:block;
	margin:5px 5px;
	float:left;
	}	
	
.VMBoxOuter{
	width:345px;
	height:auto;
	float:left;
	margin:5px 5px;
	padding:0px;
	background:url("../images/box_bg.PNG") repeat scroll 0 0 transparent;
	border:1px solid #675933;
	}
.VMBoxOuter h1{
	margin:0;
	padding:3px 10px;
	font-size:18px;
	color:#F0FF00;
	font-weight:normal;
	
	background:url("../images/box_bg.PNG") repeat scroll 0 0 transparent;
	
	border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
	}
.VMBoxOuter p{
	margin:5px 0 0;
	padding:0 10px;
	float:left;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	}		
	
.NewsAndEventsOuter{
    box-shadow: 0 0 4px #CCCCCC;	
    -o-box-shadow: 0 0 4px #CCCCCC;
    -webkit-box-shadow: 0 0 4px #CCCCCC;
    -moz-box-shadow: 0 0 4px #CCCCCC;
    border: 1px solid #675933;
    float: left;
    height: auto;
    margin: 7px 10px 5px;
    padding: 0;
    width: 235px;
	background:url("../images/box_bg.PNG") repeat scroll 0 0 transparent;
}
.NewsAndEventsOuter h1 {
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background:url("../images/box_bg.PNG") repeat scroll 0 0 transparent;
    color: #F0FF00;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0 10px;
    width: 215px;
}
.NewsAndEventsContent{
	width:235px;
	min-height:230px;
	height:auto;
	float:left;
	margin:0 0 0 0;
	padding:0;
	}
.NewsAndEventsContent ul{
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	float:left;
	}
.NewsAndEventsContent ul li{
	width:195px;
	height:auto;
	float:left;
	margin:2px 0;
	padding:0px 10px 5px 30px;
	background:url(../images/arrow.png) no-repeat 10px 4px;
	border-bottom:1px dashed #ccc;
        font-size:18px;
	}	
.VideoContentOuter{
	width:235px;
	min-height:230px;
	height:auto;
	float:left;
	margin:7px 7px 0;
	padding:0;
	}	