@charset "utf-8";
/* CSS Document */

.paragraphtitle_mal{
	margin:5px;
	font-size:26px;
	line-height:20px;
	font-weight:bold;
}
.paragraph_mal{
	padding-left:6px;
	margin-top:6px;
	font-size:18px;
	font-family: ML-TTKarthika;
	line-height:25px;
}
.headinglist_mal {
    font-size:20px;
    font-family: ML-TTKarthika;
    line-height:20px;
    margin-bottom:5px;
    margin-left:15px;
    margin-top:0;
    padding-top:0;
}
.headingitem_mal {
font-size:15px;
   line-height:20px;
   list-style-type:none;
   margin:0 0 0 0.4em;
   padding:0;
     }
.morelink_mal{font-size:16px;font-family: ML-TTKarthika; text-align:right}
.text_small {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333 url(../images/main_bg.jpg) repeat-y center;
	margin: 0; /* 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;
}

h1 { font-family: "Trebuchet MS", Arial, Verdana;
	font-size:20px;
	font-weight:normal;
	border-bottom:#CCCCCC dashed thin;
	display:block;
	}
h3 { font-family: "Trebuchet MS", Arial, Verdana;
	font-size:20px;
	font-weight:normal;
	}
	
p {
	font-family: ML-TTKarthika;
	font-size:14px;
	font-weight:normal;
	}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/body_bg.jpg) top repeat-x #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #DDDDDD; 
	height:286px;
	padding: 0;  /* 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. */
} 
#header .top {
	margin: 0;
	padding:0; 
	height:83px;
	background:url(../images/top_bg.jpg) repeat-x;
	float:left;
	width:800px;
}
#header .top img {
	margin: 0;
	padding:0; 
	float:left;
}
#header .menu {
	margin: 0;
	padding:0; 
	height:34px;
	background:url(../images/menu_bg.jpg) repeat-x;
	float:left;
	clear:both;
	width:800px;
}
#header .banner {
	margin: 0;
	padding:0; 
	height:168px;
	float:left;
	width:800px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 10px;
	background:url(../images/side_bg.jpg) no-repeat left top;
	}
#sidebar1 img {	clear:both; margin-top:20px;}

#mainContent { 
	margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right 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: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent .gallery img{ border: #CCCCCC 1px solid ; padding:4px; background: #333333; float:left; margin:4px; } 

#mainContent_vid {
	margin: 0px;
	padding: 20px 120px;
	}

#footer { 
	height:68px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.jpg) repeat-x top; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*----------------------------menu starts here---------------------------*/

#navlist
{
margin: 0;
padding: 0 0 10px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
float: left;
line-height: 14px;
font-weight: normal;
margin: 10px 10px 10px 10px;
text-decoration: none;
color: #FFFFFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #FFCC66;
padding-bottom:6px;
background: transparent;
color: #FFCC66;
}

#navlist a:hover { color: #FFCC66; }
/*----------------------------menu ends here---------------------------*/

.line{width:98%;  height:1px; margin: 0; padding:0; border-bottom:dashed 1px  #CCCCCC; clear:both;} 
