﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height:19px;
    background: #000000 url(images/bg_top.jpg) no-repeat top center;
}

/* Side Menu*/
#sm 
	{		
	font-family: Arial, Helvetica, sans-serif;	
	
	}

#sm a 
	{width: 225px;
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    display: block;
    background: url(images/menu_bg.png) repeat-x bottom;
    height: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
	}

#sm a:hover, #sm .current
	 {
    text-align:right;
		}
/*----------------- Top Menu------------------------*/
#tm 
	{		
	font-family: Arial, Helvetica, sans-serif;	
	
	}

#tm a 
	{
	padding-left:20px;
	padding-right:20px;
    font-size: 16px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 10px;
    text-decoration:none;
    font-weight:bold;
	}

#tm a:hover, #tm .current
	 {
    font-weight:bold;
    color: Yellow;
	 }
		/*---------------------------------------------*/
	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* 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:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
	

/* 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:696px;
		height:271px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#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;	
		}		
/* ==================== Read More ====================*/

#readmore 
{
	float:right;
	clear : both;
	font-size: 12px;
	font-weight:normal;
	font-family: Arial;
	
}

#readmore a 
{
	text-align:center;
	display:block;
	padding-right:20px;
	width:110px;
    height:23px;
	color : #ffffff;
	text-decoration : none;
    background:url(images/read.png) no-repeat 0 0;
	
}

#readmore a:hover {
	color: Lime;
	text-decoration : none;
	border-bottom: 0px;
}
*==========Page footer===============================*/

#page_footer {
	color :Maroon;	
	text-align:center; 
	margin-top: 5px;
	}


#page_footer a:link,
#page_footer a:visited {
	color: #E48D25;
	font-weight:normal;
    font-size: 12px; 
}

#page_footer a:hover {
	color: #F06EAA;
	border-bottom: #F7941C 1px solid;
	text-decoration:none; 

}