﻿/**************************************************************************/
/********                    CSS File for Home Page                 ******/
/**************************************************************************/

body
{
	margin: 0 auto;
}
.wrapper
{
	width: 1024px;
	height: auto;
	text-align: center;
	display: table-cell;
	margin: 0 auto;
}
/**************************** Header Section Starts ***************************/
.header
{
	width: 1024px;
	height: 146px;
	background: url(Images/header.png);
    background-repeat: no-repeat;

}
/**************************** Header Section Ends *****************************/

/**************************** Menu Section Starts *****************************/
.menu
{
	width: 1024px;
	height: 44px;
    background: url(images/menu.png);
    background-repeat: no-repeat;
}

.menu-image
{
  border-style: none; 
  border: border-width: 0 px; 
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  color: #ffffff;
  border-style: none; 
  border: border-width: 0 px;
} 

.menu-text
{
    font-family: verdana;
    font-size: 13px;
    color: #ffffff;
    padding: 12px 25px 10px 5px;
    float: left;
/* font-stretch: condensed;  */
    cursor: pointer;
    border: border-width: 0 px; 
}


/**************************** Menu Section Ends *******************************/

/**************************** First Section Starts ****************************/


.first-section
{
  width: 1024px;
  height: 235px;
  border: solid 2px #ffffff;
}
.top-feature
{
  width: 225px;
  height: 235px;
  float: right;
  background-image: url(images/right-image.jpg);
  background-repeat: repeat-x;
  border-left: solid 1px #ffffff;
  text-align: left;
  padding: 0px 0px 0px 5px;
  font-family: Verdana;
  font-size: 12px;  
}

.mid-image
{
  width: 553px;
  height: 235px;
  float: right;
  background-image: url(images/mid-image.gif);
  background-repeat: no-repeat;
}
.quick-links
{
  width: 238px;
  height: 235px;
  float: left;
  background-image: url(images/left-image.png);
  background-repeat: repeat-x;
  border-right: solid 1px #ffffff;
  text-align: left;
}

/**************************** First Section Ends ******************************/

/**************************** Second Section Starts ***************************/

.center-section
{
  width: 770px;
  float: right;
  border: solid 1px #ffffff;
}

.second-section
{
  width: 770px;
  height: 139px;
  border-bottom: solid 1px #dbdbdb;
  float: left;
  overflow: auto; 
}


.news
{
  width: 340px;
  height: 139px;
  float: left;
  border-left: solid 1px #ffffff;
  text-align: left;
  }
  
  .jobs
{
  width: 400px;
  height: 139px;
  float: right;
  text-align: left;
  }
  

/**************************** Second Section Ends *****************************/

/**************************** Third Section Starts ****************************/

.third-section
{
  width: 780px;
  height: 170px;
  float: right;
}
.board
{
  width: 230px;
  height: 170px;
  float: right;
  background-image: url(images/down-image2.png);
  background-repeat: no-repeat;
  text-align: left;
}

.bottom-feature
{
  width: 550px;
  height: 170px;
  float: left;
  background-image: url(images/down-image1.jpg);
  background-repeat: repeat-x;
  text-align: left;
}


.bottom-feature a
{
    font-family: verdana;
    font-size: 12px;
    color: #004000;
}

.bottom-feature a:hover
{
    font-family: verdana;
    font-size: 12px;
    color: #359B4F;
}

/**************************** Third Section Ends ******************************/

/**************************** Left Section Starts *****************************/

.left-section
{
  width: 238px;
  height: 309px;
  float: left;
    font-family: verdana;
    font-size: 12px;
    color: #071F13; 
  text-align: left;
}
.other-links
{
    width: 217px;
    height: 309px;
    float: right;
    background-image: url(images/left-image1.jpg);
    background-repeat: repeat-x;
    text-align: left;
    border: border-width: 0 px; 
    border-style:none;  
}

/**** ADDED ****/
.other-links-text
{
    font-family: verdana;
    font-size: 13px;
    color: #071F13;
    border-style:none; 
    border: border-width: 0 px;   
    text-decoration: none; 
    margin-left:1px;
}

.left-box1
{
  width: 21px;
  height: 309px;
  float: right;
  background-image: url(images/left-image2.jpg);
  background-repeat: repeat-x;
}


/**************************** Left Section Ends *******************************/

/**************************** Cities Bar Section Starts *****************************/

.cities-bar
{
  width: 1024px;
  height: 20px;
  float: left;
  background-image: url(Images/bottom_bar.png);
  background-repeat: repeat-x;
  text-align: center;
  font-family: Tahoma;
  font-size: 10pt;
  font-weight: normal;
  color: #ffffff;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 0px;
}

/**************************** Cities Bar Section Ends *******************************/
