body{padding:0px; margin:0px; background-color:#FFFFFF; line-height:20px;
      text-align:justify; font-family:Arial; font-size:15px; color:#666666;}
      
a{color:#fc7300; text-decoration:none; font-weight:normal;}
a:hover{color:#ff0000; text-decoration:none;}


.cnt_area{padding:0px 0px; margin:20px 0px 0px 0px; min-height:300px; vertical-align:top; text-align:justify;}
.cnt_area a{color:#fc7300; text-decoration:none; font-weight:bold;}
.cnt_area a:hover{color:#FF0000; text-decoration:underline;}

h2{color:#fc7300; padding:0px 0px 0px 0px; margin:5px 0px 10px 0px;
             font-size:18px; border-bottom:solid 0px #2e4d11;}
.cnt_area h3{color:#FFFFFF; text-transform:capitalize; padding:0px; margin:0px 0px 10px 0px; font-size:22px; font-weight:normal;}
.cnt_area h3 span{color:#fc7300; text-transform:capitalize; font-size:22px; font-weight:normal;}
.cnt_area b{color:#2e2e2e; font-weight:bold;}
.cnt_area i{color:#719912;}
.cnt_area span{color:#722616; font-weight:bold; font-size:13px;}

p{margin:0px; padding:0px;}

.cnt_area h4{color:#304a0a; text-transform:capitalize; margin:0px; font-size:14px;}

.clr{clear:both;}

.txtbx{font-family: Arial; text-align:left;	font-size: 12px; width:300px; height:20px; color: #2e2e2e; background-color:#ffffff;
	    text-decoration:none; border:dashed 1px #999999;}
.txtbx:hover{background-color:#fafafa; border:dashed 1px #333333;}
.txtbx:focus{background-color:#fafafa; border:dashed 1px #333333; color:#3659a8; outline:none;}

.txtbtn{font-family: Arial;	text-align:center; font-size: 12px; height:25px; Width:80px; color:#808080;	background-color:#282828;
	    text-decoration:none; border:dashed 1px #282828; font-weight:bold;}
.txtbtn:hover{font-family: Arial; text-align:center; font-size: 12px; height:25px; color:#808080; background-color:#0f0f0f;
	    text-decoration:none; border:dashed 1px #282828;}
		
		
			
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:961px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:959px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:358px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:959px;
		height:358px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:616px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}