﻿/**************************************************************************/
/********                CSS File for DEPARTMENTS Pages              ******/
/**************************************************************************/

body
{
	margin: 0 auto;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
    font-size:12px;
}

.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 *****************************/




/**************************** Second Section Starts ***************************/

.center-section
{
  width: 770px;
  float: right;
 /*  border: solid 2px #ffffff; */
}

.second-section
{
  width: 770px;
  float: left;
}


.news
{
  width: 770px;
  float: right;
/*  border-left: solid 1px #ffffff;  */
  text-align: left;
  color: #0A2919;

}


/**************************** Second Section Ends *****************************/


/**************************** Left Section Starts *****************************/

.left-section
{
  width: 238px;
  height: 544px;
  float: left;
}

.other-links
{
    width: 238px;
    height: 309px;
    float: right;
    background-image: url(images/left-image1a.png);
    background-repeat: repeat-x;
    text-align: left;
    border: border-width: 0 px; 
    border-style:none; 
    padding : 0 0 0 0; 
}

.other-links-text
{
    font-family: verdana;
    font-size: 12px;
    color: #071F13;
    border-style: none; 
    border: border-width: 0 px;   
    text-decoration: none; 
    margin-left: 5px; 
}

.other-links ul
{
    font-family: verdana;
    font-size: 12px;
    color: #071F13;
    border-style: none; 
    border: border-width: 0 px;   
    text-decoration: none; 
    margin-left: 5px;
}

.other-links-text:visited
{
    color: #071F13;
}

.other-links a 
{
    color: #071F13;
    text-decoration: none;
}

.other-links a:hover {
	text-decoration:underline;
	color:#19723C;
}

/*
.left-box1
{
  width: 21px;
  height: 309px;
  float: left;
  background-image: url(images/left-image2.png);
  background-repeat: repeat-x;
}
*/


.quick-links
{
  width: 233px;
/* height: 235px;   +309 */
  min-height: 544px;
  float: left;
  background-image: url(images/left-image4.png);
  background-repeat: repeat-x;
  border-right: solid 1px #ffffff;
  text-align: left;
  padding: 0 0 0 5px;
}

.quick-links ul
{
    font-family: verdana;
    font-size: 14px;
    color: #0C2917;
    border-style:none; 
    border: border-width: 0 px;   
    text-decoration: none; 
    margin-left:5px;
}

.quick-links a 
{
    color: #0C2917;
    text-decoration: none;
}

.quick-links a:visited
{
    color: #0C2917;
}

.quick-links a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
   

/**************************** Left Section Ends *******************************/



