
/*
Author Css:Gautam Chakma
Web devloper and designer
email_id:gchakma22@gmail.com
*/
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





*{
margin:0;
padding:0;
}
a:link {
color: #000000;
text-decoration:none;
}
a:visited {
text-decoration:none;
color:;

}
a:hover {
color: #333333;
text-decoration:none;
}
a:focus {
color: #333333;
}
a:active {
color: #009900;
}
h2{
font-family:verdana, sans-serif;
font-size:14px;
}
body {
background:url(images/body-bg.jpg) repeat-x;
background-attachment:fixed;
margin:0;
padding:0;
font-family:verdana, helvetica, arial, sans-serif; 
font-size:14px;
}
#wrapper{
margin:auto;
width:960px;
height:1000px;
}
#header {
background:url(images/header-bg.jpg) no-repeat;
width:960px;
height:100px;
}
/*navigation*/
#navigation{
background:url(images/navbgr.jpg) repeat-x;
width:960px;
height:35px;
background-color:#E6E6FA;
}
#navigation ul {
list-style-type:none;
font-size:18px;
}
#navigation ul li {
display:inline;
padding-left:40px;
font-family:verdana, helvetica, arial, sans-serif; 
}
#navigation ul li a {
color:#ffffff;
font-family:verdana, helvetica, arial, sans-serif; 
text-decoration:none;

}
#navigation ul li a:hover {
color:color:#ffffff;
font-family:sans-serif,arial;
text-decoration:underline;
	 

}
/*****content wrapper*****/
#cont-wrapper{
margin-top:-10px;
background-color:#ffffff;
height:880px;
}

#main-cont-wrap{
margin-top:0px;
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
width:950px;
background-color:#ffffff;
height:auto;
}
/*l-sidebar*/
#l-sidebar {
margin-top:10px;
float:left;
padding-left:5px;
width:242px;
overflow:hidden;
}
#l-sidebar  ul {
list-style-type:none;
}
#l-sidebar  li {

 
}
#l-sidebar  li a{
 text-decoration:none;
}
/**p-gallery*/
#p-gallery{
width:230px;
height:200px;
margin-top:5px;
}

/****main-cont****/
#main-cont{
float:left;
width:455px;
text-align:justify;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #DCDCDC;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DCDCDC), to(#DCDCDC));
background: -webkit-linear-gradient(#DCDCDC, #DCDCDC);
background: -moz-linear-gradient(#DCDCDC, #DCDCDC);
background: -ms-linear-gradient(#DCDCDC, #DCDCDC);
background: -o-linear-gradient(#DCDCDC, #DCDCDC);
background: linear-gradient(#DCDCDC, #DCDCDC);
-pie-background: linear-gradient(#DCDCDC, #DCDCDC);
behavior: url(/PIE.htc);

}
.main-desc{
padding:10px;
text-align:justify;
height:auto;
font-size:12px;
}


/*r-sidebar*/
#r-sidebar {
float:right;
margin-left:0px;
width:240px;
overflow:hidden;
}
#r-sidebar  ul {
list-style-type:none;
}
#r-sidebar  li{

}
#r-sidebar  li a{
 text-decoration:none;
}

.sidebar-desc{
background:url(images/side-desc-bg.jpg) repeat-y;
margin-bottom:10px;
margin-top:10px;
color:#ffffff;
font-size:12px;
font-weight:normal;
padding-left:5px;
line-height:1.9em;
}
.sidebar-desc ul {
list-style-type:none;
}
.sidebar-desc ul li a {
color:#ffffff;
font-weight:bold;

}
.sidebar-desc  ul li a:hover {
color:#FFCCCC;

}
.clear {
clear:both;
}



/*footer*/
#footer {
width:960px;
height:130px;
background-color:#669999;
margin:auto;
}
.footer-desc{
padding:10px;
text-align:center;
}
.footer-desc p{
padding-left:10px;
color:#000000;
font-size:12px;
}
.footer-desc p  a{
color:#000000;
font-size:12px;
text-decoration:none;
}
.footer-desc a:hover{
color:#ffffff;
font-size:12px;
text-decoration:underline;
}
.footer-desc ul{
list-style-type:none;
}

.footer-desc ul li  {
display:inline;
padding-left:30px;
font-size:18px;
}
.footer-desc ul li a {
display:inline;
font-size:18px;
color:#ffffff;
text-decoration:none;
}
.footer-desc ul li a:hover {
display:inline;
color:#ffffff;
font-size:18px;
text-decoration:underline;
}


/**slideshow**/
#cont-slide{
background:url(images/cont-slide.jpg) repeat-x;
width:960px;
height:215px;
}
#slide-left{
background:url(images/slide-left-bg.jpg) no-repeat;
margin-top:5px;
margin-left:10px;
float:left;
width:230px;
height:190px;
text-align:justify;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#ffffff;
}
#slide-Messg{
float:right;
margin-top:5px;
margin-right:10px;
width:230px;
height:190px;
text-align:justify;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#ffffff;

}
#Prin {
float:left;
background:url(images/prin-hd.jpg) no-repeat;
width:80px;
height:80px;
padding-right:5px;

}
.slide-Messg-prin p {
font-size:10px;
padding-left:0px;

}

.slide-Messg-desc{
padding:10px;
font-size:12px;
overflow-y:scroll;
height:180px;
overflow-x:scroll;
}
.slide-Messg-desc ul {
list-style-type:none;
}
.slide-Messg-desc ul  li{
list-style-type:none;
padding-top:5px;
}
.slide-Messg-desc ul  li a{
color:#003333;

}
/**map**/
#sidebar-map{
width:230px;
height:200px;
border:1px solid #000000;
margin-top:5px;
}
#slideshow { 
            display:inline;
		    position: relative;			
		    width: 460px; 
		    height: 200px; 
		    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}
		
		
/********* main-desc-rec*******/
.main-desc-rec{
margin:10px;
padding:10px;
}
.main-desc-rec ul{
list-style-type:none;
padding-left:50px;
}
.main-desc-rec  li  {
line-height:1.8em;
font-size:14px;
}
.main-desc-rec  li a:hover  {
text-decoration:underline;
}

#footer h2 {
color:#ffffff;
font-size:12px;

}
.footer-desc  a{
color:#ffffff;

}