@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	background:#EFEFEF;
	font-size:12px;
	color:#003F5E;
	margin:0px;
	padding:0px;
}
/*img, div, a, input { behavior: url(iepngfix.htc) }*/
a{
	text-decoration:none;
	color:#003F5E; 
}
a:hover{
	color:#57B1EB;
}
a img{
	margin:0px;
	padding:0px;
	border:none;
}
p{
	margin:0px;
	padding:0px;
	line-height:15px;
}

h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#003F5E;
	font-weight:normal;
}
h2{
	font-size:17px;
	font-weight:normal;
}
h3{
	font-size:15px;
	font-weight:normal;
}
h4{
	font-size:12px;
	font-weight:bold;
}
ul{
	margin:0px;
	padding:0px;
}

ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.clear{
	clear:both;
}
.text_center{
	text-align:center;
}
.color_lightblue{
	color:#0078AC;
}
.font20{
	font-size:20px;
}
.padding_10topbottom{ padding:10px 0; }
.desc{
}
.desc h2{
	font-size:12px;
	font-weight:bold;
	padding:10px 0 5px 0;
}
.desc h3{
	font-size:12px;
	font-weight:bold;
	padding:10px 0 5px 0;
}
.desc h4{
	font-size:12px;
	font-weight:bold;
	padding:10px 0 5px 0;
}
.desc p{
	padding:10px 0 0 0;
}
.desc ul{
	margin:0px;
	padding:0px 0 10px 20px;
}
.desc ul li{
	list-style:disc;
	list-style-position:outside;
	padding:2px 0;
}
.content_scroller{
	height:296px;
	overflow:auto;
}
.content_brochoure{
	height:308px;
	overflow:auto;
}
.content_start{ height:284px; overflow:auto; }

/*scroller styles*/
/*.scroll_bg{
	background:url(../images/scroller_bg.jpg) no-repeat top right;
	padding:10px;
}*/
 #scrollbar_container {  
       position:relative; 
        width:455px;
   }
    #scrollbar_container1 {  
       position:relative; 
        width:350px;
   }
    #scrollbar_track {  
        position:absolute;  
        top:0px;
		bottom:0px;
        right:0px; 
       height:100%;  
       width:14px;
	   overflow:hidden;
       background-color:transparent;  
	   /*background:url(../images/scroller_bg.jpg) no-repeat top right;*/
       cursor:auto;
	   border-left:1px solid #C5E1ED;
	   border-right:1px solid #C5E1ED;
	   background-color:#FFF;
 } 
  
 #scrollbar_handle {
      width:12px;
	 	  /*background:url(../images/scroller.jpg) no-repeat;*/
       background-color:#003F5E;  
       cursor:auto;
      /*-moz-border-radius: 5px;  
       -webkit-border-radius: 5px;  
     opacity:0.9;  
      -moz-opacity:0.9;*/  
  } 
  
 #scrollbar_content {  
      overflow:hidden;  
     width:440px;  
     height:250px;  
 }  
 #scrollbar_content1 {  
      overflow:hidden;  
     width:334px;  
     height:250px;  
 }  
 /*scroller styles end*/
