/* Lynx Mobility
---------------------------------- */

/*

*
{
  padding: 0px;
  margin: 0px;
}
*/

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  padding: 0px;
  margin: 0px;
  text-align: justify;
}

#page
{
  margin: 0px auto;
  width: 950px;
  background: #FFFFFF;
  clear: both;
}

#box 
{
  width:80%;
  margin-top:20px;
  margin-bottom:20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 12px;
  background: #EBF2F5;
  color: #0090CC;
  font-style: italic;
}


/* Header
---------------------------------- */
#header
{
  color: #FFFFFF;
  width: 950px;
  padding: 0px;
  height: 175px;
  background-image: url(images/header_bkg.gif);
  background-repeat: no-repeat;
}

#mainlogo
{

  padding-top: 10px;
  float: left;
}

#tollfree {
  left: 50%;
  clear: both;
  padding: 0px;
  height: 37px;
  position: absolute;
  width: 214px;
  margin-left: -40px;
  margin-top: 65px;
  z-index:1000; 
}

#btnLogin {
  position: absolute;
  left: 50%;
  clear: both;
  padding: 10px;
  height: 27px;
  width: 146px;
  margin-left: -270px;
  margin-top: 70px;
  z-index:1000; 
}

#toplinks 
{
  color: #FFFFFF;
  left:50%;
  margin-left:300px;
  clear: both;
  padding: 10px;
  height: 15px;
  position: absolute;
  width: 146px;
  z-index:1000;
}

#toplinks a, #toplinks a:visited, #toplinks a:active
{
  color: #FFFFFF;
  padding-left:10px;
  padding-right:10px;
  text-decoration: none;
}

#toplinks a:hover
{
  color: #FFFFFF;
  background:inherit;
  text-decoration: underline;
}

#greybar {
  width: 950px;
  padding: 0px;
  height: 1px;
  background: #EBF2F5;
}


/* Home Page
---------------------------------- */

#mainPhoto {
  width: 950px;
  padding-top: 5px;
  padding-bottom: 10px;
}


#homeLine {
  width: 15px;
  background-image: url(/media/images/line_bkg.gif);
  background-repeat: repeat-y;
  min-height: 330px;
}

#homeAbout {
  width: 260px;
  padding:10px;
  min-height: 280px;
}

#homeAbout p, #homeNews p, #homeFeatured p {
  color: #666666;
  line-height: 18px;
  text-align: justify;
  font-size:12px;
}

#homeAbout strong, #homeNews strong, #homeFeatured strong {
  color: #4D4D4D;
}

#homeNews {
  width: 350px;
  padding:10px;
  min-height: 280px;
}

#homeFeatured {
  width: 255px;
  padding:10px;
  min-height: 280px;
}



/* Menus
---------------------------------- */
#menu
{
  clear: both;
  padding: 10px;
  height: 15px;
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -280px;
  margin-top: -40px;
  z-index:1000; 
  
}

#menu a
{
  text-decoration: none;
}

#menu ul, #sidebar ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li
{
  display: inline;
  font-size: 13px;
  font-weight: bold;
}

#menu li a
{
  padding: 10px;
}

#menu li a:hover
{
  color: #0090CC;
  text-decoration: underline;
}

#menu li a:visited {

}

#sidebar
{
  float: left;
  width: 200px;
  padding-top:10px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 10px;
  background: #FFFFFF;
}

#sidebar ul a, li span#LM_youAreHere
{
  display:block;
  background-color: #2F729C;
  margin: 2px 0;
  color: #FFFFFF;
  font-weight:bold;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
}

.LCOS_current {
  display:block;
  margin: 2px 0;
  color: #FFFFFF;
  font-weight:bold;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  background-color: #D4563B;
}


#sidebar ul a:hover,li span#LM_youAreHere
{
  background-color: #D4563B;
}

ul#LM_level_2 li a,
ul#LM_level_2 li span#LM_youAreHere
{
  padding-left: 1em;
}

ul#LM_level_3 li a,
ul#LM_level_3 li span#LM_youAreHere
{
  padding-left: 2em;
}

li.LM_collapsed a
{
  color: #666666;
}

li.LM_expanded a, li.LM_expanded span
{
  color: #666666;
}

li.LM_endPage a, li.LM_endPage span
{
  color: #D4563B;
}

#sidebar ul#LM_level_1
{
  margin-bottom: 1em;
}

#sidebar ul ul
{
    margin-bottom: 5px;
}


/* ListGlobals
---------------------------------- */
ul.LGlob_list {}

ul.LGlob_list.li a:visited {
  color: #D4563B;
}

li.LGlob_isfolder a
{
  color: #D4563B;
}

li.LGlob_active a
{
  color:#666666;
  text-decoration:underline;
}

li.LGlob_isfolder_active a
{
  color: #0090CC;
  text-decoration: underline;
}

li.LGlob_isfolder a:hover
{
  color: #0090CC;
  text-decoration: underline;
}



/* sideBanner
---------------------------------- */
.sideBanner
{
  padding: 10px;
  font-size: 12px;
  background: #EBF2F5;
  color: #666666;
  margin: .5em .0em .5em .0em;
}

.sideBanner a
{
  color: #0090CC;
}

.sideBanner a:hover
{
  color: #993300;
}


/* General content
---------------------------------- */
#content
{
  color: #666666;
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0px;
  position: relative;
  border-left: 1px solid #EBF2F5;
  min-height: 300px;
  width: 726px;
  overflow: hidden;
  clear: right;
}

a
{
  color:#0090CC;
  text-decoration: underline;
}

a:hover, a:focus
{
  color: #EE7520;
  background:inherit;
  text-decoration: none;
}

a img
{
  border: 0;
}

h1.pagetitle
{
 color: #0090CC;
  font-family:"Arial";
  font-size: 3em;
  font-weight: 300;
}

h1, h2, h3, h4
{
  padding: 0;
  margin: 0;
  color: #666666;
  background:inherit;

}

h1
{
  color: #0090CC;
  font-family:"Arial";
  font-size: 2em;
  font-weight: 300;
}

h2
{
  font-size: 16px;
  color: #f0aa2a;
  font-weight: bold;
  border-bottom-width: thin;
  border-bottom-style: solid;
  border-bottom-color: #EBF2F5;
}

h3
{
  font-size: 18px;
  color: #0090CC;
  font-weight: bold;
}

h4
{
  font-size: 18px;
  color: #D4563B;
  font-weight: bold;
}


p
{
  line-height: 20px;
  margin: .2em 0 1em 0;
}


ol, ul
{
  margin: 0 0 1em 0em;
  padding-left: 3em;
  color: #ee7520;
  line-height:17px;
}

ol
{
  padding-left: 3.4em;
}

ul
{
  list-style: disc
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.textright
{
  text-align: right;
}

.textcenter
{
  text-align: center;
}

.small
{
  font-size: 0.7em;
}

.bold
{
  font-weight: bold;
}

.em
{
  font-style: italic
}

#pagetrail
{
  font-size: 10px;
  color:inherit;
  background: #FFFFFF;
  padding:3px;
}


/* NewsListing Snippet Classes
---------------------------------- */
ul.newsList
{
  list-style: none;
  padding-left: 1em;
}

li.newsLi
{
  padding: .5em;
  color:inherit;
  background: #efefef;
  margin: .5em;
}

h1.newsTitle
{
  /*the news story title */
  border-bottom: 1px solid #ddd;
}

p.postInfo
{
  text-align: right;
  font-size: 10px;
  color: #aaa;
  background:inherit;
}

h2.oldernewsheading {}

ul.oldnews
{
  font-size: 90%;
}


/* Footer
---------------------------------- */
#footer
{

  color: #FFFFFF;
  width: 950px;
  height: 85px;
  background-image: url(images/footer_bkg.gif);
  background-repeat: no-repeat;
  text-align: center;
  clear: both;
  font-size: 12px;

}

#footer #links {
  padding: 15px;
}

#footer a, #footer a:visited, #footer a:active
{
  color: #FFFFFF;
  background:inherit;
  margin-left:15px;
  margin-right:15px;
  text-decoration: none;
}

#footer a:hover
{
  color: #FFFFFF;
  background:inherit;
  text-decoration: underline;
}

#copyright {
  color: #666666;
  width: 950px;
  height: 20px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#footerpadding {
  width: 950px;
  padding: 20px;
}

#copyright a, #copyright a:visited, #copyright a:active {
  color: #F0AA2A;
  font-weight:bold;
  text-decoration:underline;
}

#etoNotice,
.hidden
{
  display:none;
}


/* ListSiteMap Styles
---------------------------------- */
ul.LSM_0,
ul.LSM_1,
ul.LSM_2,
ul.LSM_3,
ul.LSM_4,
ul.LSM_5
{
  padding-left: 3em; margin:0;
}

.LSM_0 li,
.LSM_1 li,
.LSM_2 li,
.LSM_3 li,
.LSM_4 li,
.LSM_5 li
{
  padding-top: .2em;
}

ul.LSM_0
{
  margin: 0em;
}


/* Search Styles
---------------------------------- */
.searchbox
{
  margin: 5px 0px;
  padding: 10px;
  background: #EBF2F5;
}

.searchbox p
{
  margin: 10px;
  padding: 0;
}

#searchbox h2 {
  color: #0090CC;
  font-size: 14px
  font-weight: normal;
}


/* Definition Lists
---------------------------------- */
dl.table-display
{
  width: 100%;
  margin: 1em 0;
  padding: 0;
}

.table-display dt
{
  width: 15%;
  float: left;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
  font-weight: bold;
}

.table-display dd
{
  float: left;
  width: 80%;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
}

/* Fieldset - Legend
---------------------------------- */
fieldset
{
  margin: 0em 0em 0em 0em;
  padding: .5em .5em .5em .5em;
  background: #F2EFCE;
  color: #000;
  border: 1px solid #D5C95E;
}

legend
{
  margin: 0em 0em 0em 0em;
  padding: .25em .5em .25em .5em;
  background: #0090CC;
  color: #fff;
  border: 1px solid #D5C95E;
  font-weight: bold;
}

table.varList
{
  width: auto;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  background: #F2EFCE;
  color: #000;
  border: 1px solid #D5C95E;
  border-collapse: collapse;
}

table.varList td
{
  height: auto;
  padding: 0em .5em 0em .5em;
  vertical-align: top;
  word-wrap: break-word;
}

table.varList td:first-child
{
  font-weight: bold;
}

table.varList th
{
  margin: 0em 0em 0em 0em;
  /*padding: .5em .5em .5em .5em;*/
  background: #0090CC;
  color: #fff;
  border: none;
  vertical-align: top;
  font-weight: bold;
}



/* Main Page Banners
---------------------------------- */

#banners {
    width: 950px;  /*Same size as your banners*/
    height: 270px;
    position: relative;
    font-family: Arial;
}
#banners .banner{
    position: absolute;
    top:0;
    left:0;
    display:block;
}
.banner.current{ z-index: 2; }
#controls{
    position:absolute;
    bottom:10px;
    right:0px;
    margin-right:10px;
    z-index:10; /*Make the controls appear on top*/
}
#controls li {
    list-style:none;
    display:inline;
}
#controls li a{
    display:-moz-inline-box; /* < = FF2 hack */
    display:inline-block;
    margin-right:10px;
    font-weight:bold;
    padding:2px 6px;
    text-decoration:none;
    color: #000000;
    background-color:#808080;
    border:2px solid #4D4D4D;
}
#controls li.active a{
    border-color:#FFFFFF;
}
#controls li a:hover{
    background-color:#CCCCCC;
}

.fieldRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
