/* This is the only css used in the wide header template.
   This css file uses only classes and makes some changes in the attributes 
	of the tags used in the wide header template */
	
/*Adds margin, padding and background image for the body tag*/
body{
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg) left top repeat;
	}                             
/*Adds image for the heading division*/
.header{
   background:url(images/header/Lg-New-Header-Design-web.png) left top no-repeat;
	width:940px; 
	height:160px; 
	margin:0 auto 0 auto; 
	padding:0px;
	}
/*This is used for content container class*/
.container{
	background:url(images/content_bg1.jpg) left top;
	background-repeat:repeat;
	width:940px;
	height:0;
	position:relative;
	margin:0 auto;
	padding:0px;
	border:#FF0000 solid 0px;
	background-image: url(images/content_bg1.jpg);
	}
/*If navigation is used in the template this will be called and displayed*/
.nav{
    background:url(images/navigation_bg.jpg) left top no-repeat;
    width:819px; 
	height:40px;
	 float:left;
	margin:0 auto 0 auto; 
	padding:0px;
	border:#FF0000 solid 0px;
	}
/*Under nav class, this is for the unordered list tag*/
.nav ul{
    width:620px; 
	height:Auto; 
	float:left;
	margin:0px;
	padding-left:190px;
	padding-top:10px;
	border:0px solid red;
	 }
/*Under nav class using unordered list, this are the attributes for using list tag*/
.nav ul li{
     float:left;
     width:Auto; 
     height:Auto; 
     margin-right:3px;
	 padding-left:3px;
	 font-family:Times New Roman;
	 font-size: 15px;
	 font-weight: bold;
	 color: #824F55;
	 text-align:center;
	 text-decoration: none;
	 list-style-type:none;
	 list-style-type:none
	 }
/*Under nav class, if a list has a hyperlink this will be use*/
.nav ul li a{
	  font-family:"Times New Roman", Times, serif;
	 font-size: 15px;
	 font-weight: bold;
	 color: #824F55;
	 text-align:center;
	 text-decoration: none;
	 list-style-type:none;
	 margin:0px;
	 }
/*Under nav class, this is the style for list if there is a mouseover action*/
.nav ul li a:hover{
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF66CC;
	text-align:center;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	}
/*This class will be triggered if the hyperlink is clicked and changes the hyperlink active state using this attributes*/
.active{
    background-color:#FF0000;
    padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #67A559;
	text-decoration: none;
	list-style-type:none;
	margin:0px;
	}
/*Style attribute for the heading 1 tag*/
 h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:bold;
	color: #8D4163;
	text-decoration: none;
	padding-left:15px;
	border:#FF0000 solid 0px;
	}
/*Style attribute for the heading 2 tag*/
 h2{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color: #8D4163;
	font-style:italic;
	text-decoration: none;
	padding-left:0px;
	border:#FF0000 solid 0px;
	}
/*Style attribute for the heading 3 tag*/
 h3{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color: #44B6C2;
	text-decoration: none;
	padding-left:15px;
	border:#FF0000 solid 0px;
	}
/*text1 class will be use inside the container*/
.text1{
	margin:0px; 
	border:#FF0000 solid 0px;
	font-family:Egyptian505 BT;
	 font-size: 16px;
	 font-weight: bold;
	 color: #8D4163;
	 text-align:center;
	 text-decoration: none;
	}
/*Class for the body image inside the container*/
.top_image_box_body{
	background:url(images/new_top_image_box_middle_bg.jpg) left top repeat-y;
	width:890px;
	height:100%;
	padding-left:15px;
	padding-right:0px;
	margin:0px;
	padding:0px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border:#FF0000 solid 0px;
	}
/*Class for divided content in the container*/
.devider1_bg{
    background:url(images/devider1_bg.jpg) left top no-repeat;
	background-color:#F9F5F6;
	width:716px; 
	height:100%; 
	padding-left:15px;
	padding-right:0px;
	margin:0px; 
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border:#FF0000 solid 0px;
	}
/*Use class for adding texts inside the body container*/
.content_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	font-style:normal;
	color: #000000;
	padding-left:15px;
	text-decoration: none;
	line-height: 20px;
	padding-right: 15px;
	margin-top: 0px;
	}
/*Under context class, this will be used for heading 1*/
.context-headingh1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight:bold;
	color: #8D4163;
	text-decoration: none;
	padding-left:15px;
	border:#FF0000 solid 0px;	
}
/*Under context class, this will be used for heading 2*/
.context-headingh2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color: #8D4163;
	font-style:italic;
	line-height: 30px;
	text-decoration: none;
	padding-left:0px;
	border:#FF0000 solid 0px;
	}
/*Under context class, this will be used for heading 3*/
.context-headingh3{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color: #8D4163;
	font-style:italic;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding-left:15px;
	border:#FF0000 solid 0px;
	}
/*For every head tab*/
.pink-tab-head {
	color: #FFFFFF;
	font-weight: bold;
}
/*Attributes for text class*/
.text{
	font-family:Trebuchet MS;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	color: #2F2D2D;
	text-decoration: none;
	}
/*Attributes for more_text class*/
.more_text{
	font-family:Trebuchet MS;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;
	color: #5DA9D9;
	text-align:right;
	text-decoration: none;
	}
/*Hyperlink attributes for more_text*/
.more_text a{
	font-family:Trebuchet MS;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;
	color: #5DA9D9;
	text-align:right;
	text-decoration: none;
	}
/*Mouseover attributes for more_text*/
.more_text a:hover{
	font-family:Trebuchet MS;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;
	text-align:right;
	color: #2F2D2D;
	text-decoration:underline;
	}
/*Background and attributes for the footer*/
.footer_bg{
    width:819px; 
	height:90px; 
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px; 
	float:left;
	border:#FF0000 solid 0px;
	}
/*Attributes for the footer navigation*/	
.footer_nav{
    background:url(images/new-footer-nav.jpg) left top no-repeat;
    width:940px; 
	height:90px;
	 float:left;
	margin:0 auto 0 auto; 
	padding:0px;
	border:#FF0000 solid 0px;
	}
/*Under footer_nav, this is used for unordered list tag*/
.footer_nav ul{
    width:780px; 
	height:Auto; 
	float:left;
	margin:0px;
	text-align:center;
	padding-left:30px;
	padding-top:10px;
	border:0px solid red;
	 }
/*Under footer_nav, attributes for the list tag*/
.footer_nav ul li{
     display: inline;
     width:Auto; 
     height:Auto; 
	 padding-left:8px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight:normal;
	 color: #ffffff;
	 text-align:left;
	 text-decoration: none;
	 list-style-type: none;
	 }
/*Under the footer_nav, attributes for the list using hyperlink*/
.footer_nav ul li a{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight:normal;
	 color: #ffffff;
	 text-align:left;
	 text-decoration: none;
	 list-style-type:none;
	 margin:0px;
	 }
/*Under the footer_nav, attributes for the list using hyperlink on mouseover action*/
/* .footer_nav ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #FFCCFF;
	text-align:left;
	text-decoration:underline;
	list-style-type:none;
	margin:0px;
	} */
/*Additional style for texts*/
.style2{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}
/*Additional style for texts*/
.style5 {
font-size: 17px; 
font-weight: bold; 
color: #000000;
font-family: Arial;
text-align: justify;
padding-left: 40px;
}
/*Additional style for texts*/
.style7{
font-size: 14px; 
font-weight: bold; 
color: #000000;
font-family: Arial;
text-align: justify;
padding-left: 150px;
}
/*Additional style for texts*/
.style8 {font-size: 12px; 
font-weight: bold;
 color: #0099FF; 
 font-family: Arial; 
 text-align: center; 
 padding-left: 240px; }
/*Font attribute for the texts using test_content class*/
 .test-content{
font-size: 14px; 
font-weight: bold; 
color: #000000;
font-family: Arial;
text-align: justify;
}
/*Padding for img class*/
 .img {
 padding: 4px;
 }
/*Attributes for rightside class*/
 .rightside{
 background-repeat: repeat-y;
 background-position: right;
 }
/*Attributes for tabbottom*/
  .tabbottom{
 background-repeat: repeat-x;
 background-position:bottom;
 }
/*Font attributes for the testhead class*/
.testhead {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 26px;
	padding-top: 5px;
}
/*Highligh attribute during highlight selection of texts*/
.Highlight {
	background: #C69BAD;
	color: #FFF;
}
/*Attribute for the highlighted texts*/
.highlight.yellow {
	background-color: #FFFF33;
}
/*Padding attribute for the lists tag*/
li{
	padding-top: 10px;
}
/*kid2009*/
