﻿body 
{
}

td
{
		vertical-align: bottom;
}
#hdContainer
{
    background: url(../images/hd-bg.jpg) repeat-x;
}

#bdContainer
{
    background: #868686 url(../images/bd-bg.jpg) repeat-x;    
}

#hd, #bd, #ft
{
    width: 940px;
    margin: auto;
    background-color: White;
    padding: 0px 0px 0px 17px;
}

#ft
{
    background-color: Transparent;
}

  #rightLinks
  {
      text-align: right;
      padding: 5px 10px;
      float: right;
      width: 100px;
  }
  
  #rightLinks a
  {
    font-family: Helvetica, Arial;
    font-size: 10px;
    text-decoration: none;
    color: #4f4f4f;
    text-transform: uppercase;
  }
  
  #rightLinks a:hover
  {
      text-decoration: underline;
      
  }

#hd h1, #hd h2
{
    font-family: 'Times New Roman';
    line-height: 1.1;
}

#hd h1
{
  font-weight: bold;
  font-size: 47px;
  color: #000098;
  border-bottom: solid 2px #000000;
  margin-right: 400px;
}

/* this is a hack that will only apply this rule in safari */
html[xmlns*=""] body:last-child #hd h1 
{ 
  font-size: 45px; 
}

#hd h1 span, #bottomLogo h1 span
{
    color: #000000;
    font-size: 31px;
    padding-left: 5px;
}

html[xmlns*=""] body:last-child #hd h1 span, html[xmlns*=""] body:last-child #hd h2 
{ 
  font-size: 29px; 
}

#hd h2, #bottomLogo h2
{
    font-size: 31px;
    font-style: italic;
    color: #000000;
}

/* This hack allows the ul element to clear its floated li elements in firefox, safari, and opera. */
#navMenu:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

/* This hack does it for IE */
#navMenu
{
    *zoom: 1;
}

#navMenu
{
   padding-bottom: 8px; 
}

#mainContent
{
    margin-left: 190px;
    margin-right: 0px;
    padding-top: 15px;
		padding-right: 20px;
}

#mainContent.homepage
{
    margin-left: 0px;
    margin-right: 220px;
		
}

#mainContent h1
{
    font-family: Times New Roman, Times, serif;
    font-size: 30px;
    font-weight: bold;
    color: #000098;
    padding-bottom: 15px;
}

#mainContent h2
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
    padding-bottom: 3px;
}

#mainContent h3
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: bold;
    padding-bottom: 3px;
}

#mainContent h4
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000098;
    padding-bottom: 15px;
}

#mainContent h5
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000098;
		padding-bottom: 5px;
}


#mainContent p
{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #4f4f4f;
    padding-bottom: 15px;
    line-height: 1.6;
}


#mainContent a:link, #mainContent a:visited
{
	  color: #000098;
		text-decoration: underline;
}

#mainContent a:hover
{
		color:#333;
		text-decoration: underline;
}

#mainContent ul, #mainContent ol
{
	margin-left: 40px;
}

#mainContent ul li
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #4f4f4f;
	list-style: disc;
}

#rightSidebar
{
    width: 190px;
    float: right;
    background: url(../images/sidebar-top-bg.jpg) no-repeat;
    background-color: #e0e0e0;
    margin-top: 14px;
    margin-right: 20px;
    _margin-right: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

#rightSidebarInner
{
    background: url(../images/sidebar-bottom-bg.jpg) no-repeat bottom;
    margin-bottom: -12px;
    *margin-bottom: 0px;
}

.adhoc
{
    height: 74px;
    padding-bottom: 12px;
    margin: 0px 8px;
    width: 175px;
    padding-top: 120px;   
    color: White;
    font-family: Helvetica;
}

.eng1
{
    background: url(../images/eng-bg.png) no-repeat;
}

.eng2
{
    background: url(../images/eng2-bg.png) no-repeat;
}

.adhoc h1
{
    font-size: 14px;
    padding: 0px 3px;
}

.adhoc p, .adhoc a
{
    font-size: 10px;
    padding: 0px 3px;
    text-decoration: none;
    color: #ffffff;
}

.adhoc a:hover
{
    text-decoration: underline;
}

#ft
{
  clear: both;
  font-family: Helvetica;
  font-size: 10px;
}

.centeredMenu
{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.centeredMenu ul
{
   clear:left;
   float:left;
   position:relative;
   left:50%;
   text-align:center;
}

.centeredMenu li
{
    display:block;
    float:left;
    position:relative;
    right:50%;
    padding: 0px 15px;
    border-left: solid 1px #ffffff;
}

.centeredMenu li.first
{
    border-left: none;
}

#bottomLinks
{
    margin-top: 10px;
    margin-bottom: 10px;
}

#bottomLinks a
{
    color: #ffffff; 
    text-decoration: none;   
    text-transform: uppercase;
}

#bottomLinks a:hover
{
    text-decoration: underline;
}

#ftLogo	{
	text-align: center;
}

#contactInfo
{
    text-align: center;
    padding-bottom: 50px;
}

/*subpage styles */
#leftSidebar
{
    width: 200px;
    float: left;
}

#leftMenu
{
    background: url(../images/sidebar-top-bg.jpg) no-repeat;
    background-color: #e0e0e0;
    width: 190px;
    margin-top: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
}

#leftMenu h1
{
		font-family: Times New Roman, Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #000098;
		padding-left: 12px;
}

#leftMenu ul
{
    background: url(../images/sidebar-bottom-bg.jpg) no-repeat bottom;
    padding-bottom: 10px;
}

#leftMenu li
{
    _border-bottom: solid 1px #e0e0e0;
}

#leftMenu a
{
    font-family: Verdana;
    font-size: 11px;
    color: #4f4f4f;
    text-decoration: none;
    padding: 6px 15px;
    display: block;
}

#leftMenu a:hover
{
    background-color: #ffffff;
    color: #013bbe;
}

.requiredText	{
	color: red;
	font-weight:bold;
}

.smallText	{
		font-size: 10px;
}

.picRight
{
		display: block;
		float: right;
		padding-left: 10px;
}

.picLeft
{
		display: block;
		float: left;
		padding-right: 10px;
}

.picLeftNoFloat
{
		display: block;
		padding-right: 10px;
}
