/*======== framework ========*/
* {
   margin: 0;  /* eliminated spacing differences between browsers */
   padding: 0;
}
 body {
   font-size: 0.8em; 
   line-height: 1.3;
   font-family: arial, helvetica, verdana, trebuchet-ms, century-gothic, 
tahoma, sans-serif;
   text-align: center; 
   min-width: 760px; /* keeps layout from colapsing if the browser is sixed 
too small */
   background-color:#c5c5C5;
   behavior: url(/pages/images/global/csshover.htc); /* call to file 
the forces IE 6 to accept psuedo styles */
}
#wrapper {
   position: relative;
   background-color: #FFF;
   width: 760px;  /* width must be in em or percentages to be scalable */
   margin: 0 auto; 
   text-align: left;   
}
#innerWrap {
  /* apply "clearfix" class withing html document to ensure footer clearing 
both column(s) & footer */
}

/* ===== layout style formatting ===== */
/*#column1 { 
   float: left;
   width: 200px;
   padding-top: 1em;
   background-color:#CCCCFF; 
}*/
#content {
   float: left;
   width: 540px;  /* width must be in em or percentages to be scalable - size 
to layout*/ 
}
/*#mainContent {
   float: left;
   width: 340px;  
   padding-top: 1em;
   background-color: #66CCFF;
}*/
#column2 {  /* in 3 column layout only */
   border-left: solid 2px #fb0303;  
   float: right; 
   width: 179px;
   height: 515px; 
}

* html #column2 {
   height:525px;
}
/* ===== end layout style formatting ===== */
.block{
   margin: 0 1em; /* all content must be included within div tags assigned this 
class */
   clear: both;
}  
/*======== end framework ========*/

/*======== common formatting ========*/ /* browsers differences 
are avoided w/ universal font sizes outside content divs */
   /* remember the margins set in common formatting are in effect until over 
ridden below */
   /*======== headings ========*/
   h1 {font-size: 1.7em;}
   h2 {font-size: 1.5em;}
   h3 {font-size: 1.3em;}
   h4 {font-size: 1.1em;}
   h5 {font-size: 1em;}
   h1, h2, h3, h4 {margin: 0.75em 0 0.5em 0;}
   h1 a, h2 a, h3 a, h4 a {color:#333;}
   h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {color:#999;}
   h6 {
      margin-bottom: 0;
   }
   /*======== end headings ========*/
   
   /*======== text elements ========*/
   p {margin: 1em 0;}   
   blockquote {margin-left: 0 2em;}
   dl {margin: 0 1em;}
   dd {margin-left: 1em;}  
   p a, blockquote a, dl a, abbr a, acronym a  {color: #333;}
   p a:hover, blockquote a:hover, dl a:hover, abbr a:hover, acronym a:hover 
{color:#999;}
   /*======== end text elements ========*/
   
   /*======== images ========*/
   img {
      margin: 1em;
      border-style: none;
   }
   img a {border-style: none;}
   p.caption {   
      font-size: 0.8em;
      text-align: center;
      margin-top: -0.75em;
   }   
   div.left {float: left;}
   div.right {float: right;}
   /*======== end images ========*/
   
   /*======== lists ========*/
   ul, ol {margin: 1em 1em;}
   ul li ul, ol li ol, ol li ul,  ul li ol {margin: 1em 2em;}
   ol {margin-left: 3.5em;}
   ul li, ol li {margin-bottom: 0.5em;}
   ul li a, ol li a {color: #333;}
   ul li a:hover, ol li a:hover {color:#999;}
   /*======== end lists ========*/
   
   /*======== tables =======*/
   table td {
      margin: 0 0.5em;
      vertical-align: top;
   }
   table td a {color: #333;}
   table td a:hover {color:#999;}
   /*======== end tables ========*/
   
   /*======== forms ========*/
   form {
      margin: 0.5em;
      margin: 0.5em 0;
   }
   /*======== end forms ========*/   
/*======== end common formatting ========*/

/* remember the margins set in common formatting above are in effect until 
over ridden below */
/*======== header ========*/
#header {
   position: relative;
   background-image: url(../images/pages/header.png);
   background-repeat: no-repeat;
   height: 167px;
}
/*======== headerMenu ========*/
   #headerMenu{    
      padding-top: 125px;
  padding-bottom: 0;
  margin-bottom: 0;     
   }
   #headerMenu ul {
      font-size: 1.1em;
  list-style:none;
   }
   #headerMenu ul li {
      float:left;
  border-left: #DBD8C0 solid 1px;
      padding: 0 0.75em;
   }
   #headerMenu ul li.noborder {
  border-style: none;
   }
   #headerMenu ul li a{
      color: #FFF;
  text-decoration: none;
 font-weight:bold;
   }
   #headerMenu ul li a:hover{
      color: #CCC;
      text-decoration: underline;
   }
   /*======== headerMenu ========*/ 
/*======== end header ========*/

/*======== column1 ========*/
#column1 { /* side column in a 2 column left layout, left column in a 3 
column layout */
}
      /*======== sideMenu styles ========*/ 
   /* remember the margins set above are in effect until over ridden by id 
calls */
    #sideMenu {
   font-size: 1.3em;
   font-variant: small-caps;
   width: 180px;
   padding: 0 1em;   
   }
   #sideMenu ul {
       list-style-type: none; 
   margin: 0;
   padding: 0;   
   margin-right: 0.5em;  
   }
   #sideMenu ul li {
      display: block;
  margin: 0;
  padding: 0;  
  padding-left: 0.5em;
  border-bottom: 2px #fff solid;
   }
   #sideMenu ul li:hover {background-color: #96F;}
   #sideMenu ul li a {     
      text-decoration: none;
  width: 100%;
  line-height: 1.75em;
   }
   #sideMenu ul li a:hover {color: #FFF;}
   
      /*======== sideMenu sub_menu styles ========*/
      #sideMenu ul ul {
      background-color: #e0e0fd;
  font-size: 0.9em;
  margin-right: 0;
  display: none;
      }
      #sideMenu ul ul li {
        display: block;
padding-left: 1.5em;
      }
  #sideMenu ul ul li:hover {background-color: #FFF;}
      #sideMenu ul ul li a:hover {color: #666;
      }
      /*======== end sideMenu sub_menu styles ========*/  
   /*======== end sideMenu styles ========*/
/*======== end column1 ========*/

/*======== content (container) ========*/
#content {
  /* background-image: url(../images/pages/gear.png);
   background-repeat: no-repeat;
   background-position: bottom left;
   height: 515px;*/
}
#content p ul {
 list-style-type: disc;
}
div.white {
   color: #FFF;
   width: 390px;
   padding-top: 135px;
   margin-bottom:20px;
}
/*div.white p{
   padding-top: 160px;
   padding-left: 10px;
}
div.white p+p{
   padding-top: 0px;
   padding-left: 10px;
}*/
   /*======== mainContent ========*/
   #mainContent {  /* main center column in a 3 column display */
   }
   /*======== end mainContent ========*/

   /*======== column2 ========*/
   #column2 {
      border-left: solid 2px #fb0303;    
   }
   /*======== end column2 ========*/
   
/*======== end content (container) ========*/

/*======== footer ========*/
#footer {
   color: #FFF;
   clear: both;
   padding: .5em;
   text-align: center;
   background-color: #fb0303;
}
#footer h5{
   font-size: 0.9em;
}
#footer h6{
   font-weight: normal;
   font-size: 0.8em;
}
#footer a {
   color: #FFF;
}
#footer a:hover {
   color: #CCC;
}
/*======== end footer ========*/

/* ======== float clearing method ========*/
/*devised by Tony Aslett - www.csscreator.com */
/* add the clearfix class to any containter that must enclose floated elements 
*/
/* details at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
   content: ".";              /* the period is placed on the page as the last thing 
before the div closes */
   display: block;          /* inline elements don't respond to the clear property 
*/ 
   height: 0;                  /* ensure the period is not visible */
   clear: both;               /* make the container clear the period */
   visibility: hidden;     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/* ======== end float clearing method ========*/