body
{
	margin: 0 auto;
	padding: 0px;
	
}


/**************************** Header Section ***************************/
.header
{
    margin: 0 auto;
    width: 1024px;
    height: 288px;
    background: url(header.gif);
    
    
}
/**************************** Menu Section Starts *****************************/

#Top_menu
{
        height: 44px;
	width: 1024px;
	background: url("imgages/bac_button.gif") top left repeat-x;
	text-align: center;
}

#Top_menu a
{
	width: 170px;
	height: 44px;
	float: left;
	color: #0e88af;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding-top: 20px;
	text-align: center;
	
}

/**************************** Menu Section Ends *****************************/

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img04.jpg) no-repeat left bottom;
}

#page-bgtop {
	padding: 50px 30px 0px 30px;
	background: url(images/img05.jpg) no-repeat left top;
}

/**************************** First Section Starts ****************************/
#first-section
{
  width: 1024px;
  //height: 315px;
  //border: solid 2px #ffffff;
  //text-align: center;
  //float: left;
}
.right-image
{
  width: 235px;
  height: 350px;
  float: left;
  background-image: url(images/right-image.jpg);
  background-repeat: repeat-x;
  border-left: solid 7px #ffffff;
  text-align: left;
}
.mid-image
{
  width: 500px;
  height: 350px;
  float: left;
  border-left: solid 7px #ffffff;
}
.left-image
{
  width: 235px;
  height: 350px;
  float: left;
  background-image: url(images/left-image.jpg);
  background-repeat: repeat-x;
  text-align: center;
  
}
.links a {
	font-weight: bold;
	color: #08252E;
	margin-right:30px;
	margin-bottom: 10px;
	float: right;
	text-decoration: none;
	display: block;
}

.title {
	height: 30px;
	color: #08252E;
}

/**************************** First Section Ends ******************************/

/**************************** Second Section Starts ***************************/

.second-section
{
  width: 1024px;
  //height: 380px;
  //border-bottom: solid 1px #dbdbdb;
  
}
.pack-box4
{
  width: 258px;
  height: 350px;
  float: left;
  background-image: url(images/right-image.jpg);
  background-repeat: repeat-x;
  border-left: solid 7px #ffffff;
  text-align: center;
}

.pack-box3
{
  width: 235px;
  height: 350px;
  float: left;
  background-image: url(images/right-image.jpg);
  background-repeat: repeat-x;
  border-left: solid 7px #ffffff;
  text-align: left;
}

.pack-box2
{
  width: 235px;
  height: 350px;
  float: left;
  background-image: url(images/right-image.jpg);
  background-repeat: repeat-x;
  border-left: solid 7px #ffffff;
  text-align: left;
}
.pack-box1
{
  width: 235px;
  height: 350px;
  float: left;
  background-image: url(images/right-image.jpg);
  background-repeat: repeat-x;
  //border-left: solid 1px #ffffff;
  text-align: left;
}

/**************************** Second Section Ends *****************************/



/**************************** Left Section Starts *****************************/

.left-section
{
  width: 238px;
  height: 315px;
  float: right;
}
.left-box2
{
  width: 217px;
  height: 315px;
  float: right;
  background-image: url(images/left-image1.jpg);
  background-repeat: repeat;
  text-align: left;
}
.left-box1
{
  width: 21px;
  height: 315px;
  float: right;
  background-image: url(images/left-image2.jpg);
  background-repeat: repeat;
}



/**************************** Left Section Ends *******************************/

/**************************** Footer Section Starts ***************************/
.footer
{
  float: right;
  width: 900px;
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: right;
  margin-top: 18px;
  margin-right: 120px;
  clear: both;
  margin-bottom: 10px;
  }

/**************************** Footer Section Ends *****************************/

/**************************** General Section Starts **************************/
.title1
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  color: #8f8383;
  margin-top: 10px;
  margin-left: 12px;
  text-align: left;
}
.title2
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: bold;
  color: #535353;
}
.title3
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: normal;
  color: #616161;
  margin-top: 10px;
  margin-left: 12px;
}
.sub-title
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #3f3a3a;
  margin-left: 12px;
}
.description
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: justify;
  width: 195px;
  line-height: 18px;
  margin-left: 12px;
  margin-top: 2px;
}

.description1
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: normal;
  color: #616161;
  text-align: justify;
  width: 400px;
  line-height: 18px;
  margin-left: 12px;
  margin-top: 2px;
}

.date-text{
  font-family: Tahoma;
  font-size: 8pt;
  color: #a4e3ff;
  font-weight: bold;
  margin-left: 12px;
  margin-top: 2px;
}


hr{
  background-color: #00deff;
  width: 200px;
  color: #00deff;
  border: solid 1px #00deff;

}
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #ffff99; text-decoration: underline; }
a.nav:active {color: blue; }



/**************************** General Section Ends ****************************/


