@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fefefe;
	
}
.clr {clear:both; padding:0;}
/*--------------------container----------------------*/
.twoColFixLtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg_body.jpg) repeat-y 0;
	clear: both;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*----------------------header-----------------------*/
.twoColFixLtHdr #header { 
	background: #eef2f7; 
	margin-top: 80;
	margin-left: 44px;
	clear: both;
	width: 930px;
	height: 163px;
	background: url(images/header2.jpg);
	padding: 20px 0px 15px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/********** slider **********/
.slider { margin:0 auto; padding:0 0 20px 0; height:331px; width:990px; background:url(images/simple_text_bg.jpg) top no-repeat;}
.slider2 { border:0; margin:0 auto; padding:0 0 20px 0; height:92px; width:990px; background:url(images/simple_text_bg2.jpg) top no-repeat;}
.slider2 h2 { padding:22px 0 0 85px; margin:0; font: bold 30px Arial, Helvetica, sans-serif; color:#fff;}
/*simple text*/
.simple { width:982px; margin:10px auto; padding:0;}
.slider div.slice1 { margin:0 auto;  padding:8px;}
.slider div.slice1 div.slice2 { margin:0 auto; padding:1px; }
.slider div div div { margin:0; padding:0;  border:0;}
.slider div div div p.img { float:left; padding:2px 25px 0 10px; margin:0;}
.slider div div div h2 {  font:bold 30px Arial, Helvetica, sans-serif; color:#fff; margin:0;  padding:5px 10px 10px 20px; line-height:1.2em;}
.slider div div div p {font:normal 12px Arial, Helvetica, sans-serif; color:#fff; margin:0;  line-height:1.8em; padding:0 10px 0 20px;}
	/*-------------main content----------------------------*/
.twoColFixLtHdr #mainContent { 
	width: 1040px;
	margin: 0 0 0 60px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 40px;
	margin-left: 0px;
	margin-top: 0px;
} 
/*-----------------left side bar--------------------*/
.left_content{
width:272px;
height: auto;
float:left;
padding:0px 0px 0px 48px;
}

.left_stuffs{
	margin-top: 430px;
}
/*------------content body section----------*/
.right_content{
width:630px;
height:auto;
float:left;
padding:10px 30px 0px 0px;
}

.right_content p{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#696969;
}
.right_content h1{
	font-size:18px;
	font-family:Verdana,Helvetica,sans-serif;
	color:#3f5166;
	font-weight:normal;
	
}
.right_content h2{
	font-size:16px;
}
.right_content ul li{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#696969;
	
}

.right_content a {
	color: #205275; 
	font-size:15px;
	text-decoration:none;
	}
.right_content a:hover {
	color: #26A2C9; 
	font-size:15px;
	text-decoration:none;
	}	
	
.right_content a img {
	color: #f4f5f7;
}
.right_content .blogga { width:280px; float:left; margin:0; padding:5px 10px;}
/*--------------acordion style---------------*/
#basic-accordian{
background:#f9f9f9;
padding:0px;
width:250px;
height:380px;
}
.accordion_headings{
width:251px;
height:28px;
padding:0px 0 0 10px;
background: url(images/header.gif) repeat-x;
color:#0e2640;
cursor:pointer;
font-size:18px;
text-align:left;
margin:0px ;
}
.accordion_headings:hover{
width:251px;
height:28px;
padding:0px 0 0 10px;
color:#12b8dc;
background: url(images/header.gif);
font-size:18px;
margin:0px ;
}
.accordion_child{
background:#f9f9f9;
padding:0px;
font-size:13px;
text-align:left;
}
.header_highlight{
color:#050505;
text-align:left;
}
/*--accordion list style--*/
.accordion_child li { 
	list-style-type: square; 
	line-height: 250%;
} 
.accordion_child li a:link { 
	color: #0e2640; 
	font-size:13px;
	text-decoration: none;
}
.accordion_child a:visited { 
	color: #060606; 
	font-size:13px;
	text-decoration: none; 
	
} 

.accordion_child li a:visited { 
	color: #060606; 
	font-size:13px;
	text-decoration: none; 
	 
} 

.accordion_child a:hover { 
	color: #49b6d5; 
	padding-bottom: 0px; 
	font-size:13px; 
	text-decoration: none; 
} 

.accordion_child li a:hover { 
	display: block; 
	color: #49b6d5; 
	padding-bottom: 0px; 
	font-size:13px;  
} 

/*----accordion end------*/

/*--------- menu -----------*/

#menu {
	width:1024px;
	line-height:30px;
	padding:0px 0px 5px 5px;
	list-style-type: none;
	border-top: px solid #535457;
	border-bottom: px solid #050A10;
	height: 1%;
	}
#menu:after {	
	content: ".";
	clear:both;
	display: block;
	height: 0;
	list-style-type: none;
	}
#menu ul{
list-style:none;padding:0 10px 10px 39px;margin:0px;display:block;
}
#menu ul li{
list-style:none;display:inline;float:left;height:44px;padding:0px;font-size:14px; line-height:46px;
}
#menu ul li a{
height:46px; width:160px;float:left;text-decoration:none;padding:0px; margin-right:0px;
}
#menu li {
	width: 154px;
	float: left;
	text-align:center;
	list-style-type: none;
	margin: 0; 
	font-size: 14px;
	background: #3C3C3C url(images/nav_over_.png) no-repeat 100%;
	}	
#menu li a {
	display: block; 
	background: #3C3C3C url(images/nav_.png) repeat-x 100%;
	padding: 11px 0 19px;
	color: #fff;
	text-decoration: none;
	border-right: 0px solid #535457;
	border-left: 1px solid #050A10;
	} 	
#menu li.first a {	border-left-color: #535457; }
#menu li a:hover { background-color: transparent; background-image: url(images/nav_on_.png); }
#menu li.on a,
#menu li.on a:hover { background-image: url(images/nav_on_.png); }


/**************** Pseudo classes ****************/ 


/******footer********/
#footer { 
	width: 1020px;
	height: 100px;
	padding: 0px 0px 0px 0px;;
	margin:0px;
	border: 0px;
	text-align:center;
	background: url(images/footer.jpg) no-repeat center;
	clear: both;
}

#footnav {
	margin: 0 auto;
	color: #2a3754;
	padding-top:25px;
	padding-bottom:0px;
}

#footnav ul {
	list-style-type: none;
	}
#footnav li {
	display: inline;
}
#footnav li a {
	color: #B3BEBE;
	font: 400 14px 'trebuchet ms',arial,sans-serif;
	padding: 6px 10px;  /**the second parameter (10px) is for horizontal spacing of footer link***/
	margin: 16px 20px 0 0;
	border: 1px solid #001414;
	text-decoration: none;
	}
	
#footnav li a:hover {
	color: #FFF;
	background-color: #005050;
	border: 1px solid #00ABAB;
	}

#footnav p {
	font-size: 11px;
	color:#B3BEBE;
}