 
body{

	font-family:Verdana, Geneva, sans-serif;
}

.sidebar_list { margin: 20px 0 20px 20px; padding: 0; list-style: none }
.sidebar_list li { color:#e98236; margin: 0; padding: 0 0 0 20px; background: url(../images/bullet.png) no-repeat scroll 0 7px  }
.sidebar_list li a { color: #e98236; font-weight: normal }
.sidebar_list li a:hover { color: #e98236 }


.container_wrap{
	width: 980px;
	margin: 0 auto;
	position: relative;
	
}
.container_wrap1{
	width: 100%;
	
	
}
.full_width, .half_width, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth{
	margin-left: 10px;
	margin-right: 10px;
	float:left;
	display: inline;
	position: relative;
}
.full_width{
	width: 99%;
}
.half_width, .two_fourth{
	width: 660px;
}
.one_third{
	width: 300px;
	text-align:justify;
	
}
.two_third{
	width: 250px;
	text-align:justify
}

.one_fourth{
	width: 260px;
}



/* .two_fourth{ width: [Same as .half_width] } */

.three_fourth{
	width: 700px;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
* html .clearfix,*:first-child+html .clearfix{zoom:1}

a{
outline: none;
}

.block1{
	width:310px;
	margin:0 0 5px 0;
	float:left
}

.block1 ul{
	list-style:none;
}

.block1 ul li{
	line-height:1;
	font-size:13px;
	padding:7px 0 7px 20px;
	background:url(../assets/icons/arrow.gif) no-repeat 0 13px;
}
.ads{
	float:right;
}
 
li .sub {
	float:left;
	position: absolute;	
	top: 44px; margin-left:-300px;
	background: #FFF100 url(images/sub_bg.png) repeat-x;
	padding: 20px 20px 20px;

	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
    
}
.row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
#main-nav.sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 250px;
	float: left;
     
}
#main-nav.sub ul li {
	width: 100%;
	color: #000;
}
#main-nav.sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
#main-nav.sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
#main-nav.sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
.sub ul li a:hover {color: #0072BC;  }

