/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
  background: transparent url(images/bg_top.gif) repeat-x top left; 
}

a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #DA1942;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 115%;
 color: #334d55;
}

h3{
 font-size: 110%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 70% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topArea {
}

#masthead{
	margin: 0;
	padding: 3px 0px 0px 0px;
	width: 100%;
}

#navBar{
  float: left;
  width: 200px;
/*
  was:
	background-color: #eeeeee;
	border-right: 1px solid #CCCCCC;
	margin: 0 79% 0 0;
	padding: 0px;
	border-right: 2px solid #D0103A;
*/
}
#contentContainer {
  background: transparent url(images/bg_r.gif) repeat-y top right;
}
#content{
	margin: 0;
    margin-left: 200px;
	padding: 0;
  padding-right: 27px;
  background: transparent url(images/ur.gif) no-repeat right top;
  border-left: 2px solid #D0103A;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 3px 0px;
	height: 104px;
}

/*************** Utility styles ****************/

#utility{
	font: 75% Verdan, sans-serif;
	position: absolute;
	top: 65px;
	right: 8px;
	color: #CCCCCC;
}

#utility a:{
	color: #EEEEEE;
}

#utility a:hover{
	text-decoration: underline;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	/*width: 800px;*/
}

ul#navMenu {
          margin: 0;
          padding: 0;
          height: 26px;
          background: transparent url(images/bg_grey.gif) repeat-x;
        }
        ul#navMenu li {
          display: inline;
          list-style: none;
          margin: 0;
          padding: 0;
        }
        ul#navMenu li a {
          display: block;
          float: left;
          height: 22px;
          color: #000;
          margin: 0;
          padding: 2px;
          font-weight: bold;
          text-decoration: none;
          padding: 2px 15px;
          border-right: 1px solid #CCC;
        }
        ul#navMenu li a:hover {
          background: transparent url(images/bg_red.gif) repeat-x;
          color: #000;
        }
        #contentContainer { 
          clear: both; 
        }
        
        ul#navMenu li.firstItem {
          display: block;
          float: left;
          height: 26px;
          width: 0px;
		  background: transparent;
/*          background: #FFF url(images/menuLeft.gif) no-repeat top left;*/
        }

        li.firstItem span, li.lastItem span {
          display: none;
        }
        ul#navMenu li.lastItem {
          display: block;
          float: right;
          height: 26px;
          width: 0px;
		  background: transparent;
  /*        background: #FFF url(images/menuRight.gif) no-repeat top right;*/
        }

/*===================*\
  Contact Information
\*===================*/
#contactInfo
{
  font-size: 70%;
  background-color: #FFF;
  text-align: left;
  padding-left: 15px;
}

#contactInfo p
{
  margin: 0, 0, 5px, 0;
  padding: 0;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.feature a {
	line-height: 20px;
	text-decoration: underline;
}

.feature a:visited{
	text-decoration: underline;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #D0103A;
	border-bottom: 1px solid #D0103A;
	font-size: 75%;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
  background-color: #FFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	position:absolute;
	top: 115px;
	right: 10px;
	z-index: 101;
}

#search input{
	font-size: 70%;
	margin: 0px 0px 0px 10px;
}

#search a:link, #search a:visited{
	font-size: 80%;
	font-weight: bold:
}

#search a:hover{
	margin: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 18px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 18px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 18px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link, a:hover, a:visited{
	padding: 2px 0px 2px 10px;
}
/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************* table styles ********************/
table{
    border-collapse: collapse;
    text-align:left;
}
caption {
    font-size:             18px;
    text-align:            center;
    font-weight:        bolder;
    border-bottom:        4px solid #CCCCCC;
}

th{
    text-transform:        uppercase;
    text-align:            left;    
    padding:            2px 5px 2px 5px;
    border-bottom:        2px solid #CCC;
}

tfoot th, tfoot td{
    border-top:            3px solid #ddd;
}
tr td, tr th{
    border-bottom:        1px solid #CCC;
    padding:            5px 15px 5px 5px;
    text-align: 	    top;	
    line-height:        15px;
}
tr.odd td, tr.odd th{
    background-color: #EEE;
}

/*tbody th a{
    text-transform:uppercase;
}

tbody a, tbody a:link{
    text-decoration:none;
}

tbody a:visited{
    color:            #000;
}
*/

/**
Spacing Fixes
**/
.lastSentence, .spaceAfter, .bigSpaceAfter {
  margin-bottom: 0;
}
.spaceAfter {
  padding-bottom: 250px;
}
.bigSpaceAfter {
  padding-bottom: 500px;
}

.red {
  font-weight: bold;
  color: #DA1942;
}

.blue {
  font-weight: bold;
  color: #0000ff;
}
