/* New homepage css - 6/03/10 */

* {
  padding: 0;
  margin: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: inherit;
  color: inherit;
  z-index: inherit;
  
}

BODY {
  background: white url(graphics/home-0610/bg.jpg) repeat-x;
  font-size: 12px;
}

a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }


.floatRight { float: right; margin-left: 10px; }
.floatLeft { float: left; margin-right: 10px; }
.clear { clear: both; }

P { padding: 7px 0px; }

div#under { 
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px; top: 0px;
}
div#under #left { 
  height: 139px;
  border-bottom: solid 1px #2f53a2;
  width: 50%;
  position: absolute;
  right: 50%;
}
div#under #right{ 
  height: 163px;
  border-bottom: solid 1px #2f53a2;
  width: 50%;
  position: absolute;
  left: 50%;
}


div#container {
  position: relative;
  left: 50%;
  margin-left: -530px;
  width: 1060px;
  z-index: 10;
}

IMG { border: none; }



/* ----------------------- TOP LOGO BAR, ETC ------------------------ */
div#topBar {
  width: 978px; height: 133px;
  background: transparent url(graphics/home-0610/top-bar.png) top left no-repeat;
  position: relative;
}

div#topBar ul#topLinks{
  list-style-type: none;
  position: absolute;
  left: 200px; top: 15px;
}
div#topBar ul#topLinks li { 
  float: left;
  margin: 0px 10px;
}
div#topBar ul#topLinks li a { 
  color: #7c98ae;
  text-decoration: none;
  font-size: 9px;
  text-transform: uppercase;
}
div#topBar ul#topLinks li a.highlight { 
  color: #2f53a2;
  font-weight: bold;
}
div#topBar ul#topLinks li a:hover { color: #2f53a2; }

div#topBar ul#topRight { 
  position: absolute;
  left: 792px;
  top: 57px;
  list-style-image: url(graphics/home-0610/orange-arrow.png);
}

div#topBar ul#topRight a {
  color: #eaf1ff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
}
div#topBar ul#topRight a:hover { color: #fff; }

div#search {
  position: absolute;
  right: 95px;
  top: 18px;
  color: #09286b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}
div#search input.submit { 
  position: relative;
  top: 5px;
}



/* -----------------------MAIN, MENU, PHOTO BAR, ETC ------------------------ */
div#mainArea {
  /*background: white url(graphics/home-0610/photo-bg1.jpg) top left no-repeat; */

  background-color: white;
  background-position: top left;
  background-repeat: no-repeat;
  width: 1024px; height: 259px;
  border-left: solid 1px #2f53a2;
  border-right: solid 1px #2f53a2;
  position: relative;
  left: 17px; top: 7px;
  z-index: 20;
}

div#mainArea .text{
  width: 460px; height: 165px;
  position: absolute;
  left: 350px; top: 50px;
  font-size: 13px;
  line-height: 18px;
  color: #183470;
  display: none;
}

#mainArea1 { display: block; }

div#mainArea .text H1 {
  font-size: 20px; 
}

ul#menuBar {
  width: 922px; height: 31px;
  background: transparent url(graphics/home-0610/menubar-new.png) top left no-repeat;
  position: absolute;
  left: 107px; top: -1px;
  list-style-type: none;
  white-space: nowrap;
}
ul#menuBar li {
  float: left;
  padding: 0px 7px;
  height: 24px;
  line-height: 24px;
  border-right: solid 1px #7386ac;
}
ul#menuBar li:first-child { 
  margin-left: 35px;
}
ul#menuBar li:last-child { 
  border-right: none;
}
ul#menuBar li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  position: relative; top: -2px;
  line-height: 28px;
}
ul#menuBar li:hover a { 
  color: #09286b;
}
ul#menuBar li:hover {
  background: transparent url(graphics/home-0610/menu-roll-bg.png) top left repeat-x;
}

div#featuredBox {
  background: transparent url(graphics/home-0610/featured-box.png) top left no-repeat;
  width: 200px; height: 177px;
  z-index: 10;
  position: absolute;
  right: -20px;
  top: 55px;
}
div#featuredBox h2 { 
  color: #fdb945;
  font-weight: bold;
  margin: 7px 0px 4px 25px;
}

div#featuredBox ul { 
  list-style-image: url(graphics/home-0610/white-arrow.png);
  list-style-position: inside;
  margin: 0px 5px 0px 10px;
}
div#featuredBox ul li {
  padding: 4px 0;
  background: transparent url(graphics/home-0610/featured-bar.png) top left no-repeat;
}
div#featuredBox ul li a { 
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  position: relative;
  left: -5px;
  
}
div#featuredBox ul li a:hover {
  text-decoration: underline;
}




/* ----------------------- BOTTOM CONTENT AREA ------------------------ */
div#bottomContent {
  background: transparent url(graphics/home-0610/bottom-content-box2.png) top left no-repeat;
  width: 786px; height: 234px;
  z-index: 50;
  position: relative;
  top: -28px;
  left: 50px;
  color: #424242;
}
div#bottomContent h2 { 
  position: absolute;
  left: 20px; top: 15px;
}
div#bottomContent a { color: #09286b; text-decoration: underline; }
div#bottomContent h2, div#bottomContent strong { color: #09286b; }
div#bottomContent div.left { 
  position: absolute;
  left: 20px; top: 25px;
  width: 390px;
  height: 160px;
}
div#bottomContent div.left img { border: solid 1px #c0c4c6; margin: 10px 10px 10px 0px; }

div#bottomContent div.right {
  position: absolute;
  right: 20px; top: 25px;
  width: 310px;
  height: 160px;
}

img#arrowLeft, img#arrowRight { 
  cursor: pointer; 
  position: absolute;
  top: 125px;
  display: none; /* will be shown by js */
}
img#arrowLeft { left: -7px; }
img#arrowRight { right: -7px; }


img#answerLine { 
  position: absolute;
  right: 40px; 
  top: 410px;
}

div#socialLinks {
  position: absolute;
  right: 55px; 
  top: 590px;
}

#counter { 
  list-style-type: none;
  position: absolute;
  right: 50px;
  top: 10px;
}
#counter li { 
  margin: 0px 1px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 13px;
  display: block;
  float: left;
  border: solid 1px #dee5ec;
  color: #0552fb;
}
#counter li.active { color: #6d7484; }

/* ----------------------- SLIDING BOX ------------------------ */
div.window { 
  width: 768px; height: 234px;
  overflow: hidden;
}
div.slidingItems { 
  width: 15000px;
  margin-left: 0px;
}
div.slidingItems .item {
  float: left;
  width: 768px;
  height: 234px;
  position: relative;
}




/* ----------------------- FOOTER LINKS ------------------------ */
div#footerLinks {
  width: 750px;
  height: 25px;
  border-top: solid 1px #dce0e6;
  border-bottom: solid 1px #dce0e6;
  z-index: 50;
  text-align: center;
  line-height: 25px;
  margin: -10px 0 0 90px;
}
div#footerLinks ul { 
  list-style-type: none;
}
div#footerLinks li { 
  display: inline;
  padding: 0px 6px;
}
div#footerLinks li a {
  color: #09286b;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}


/* ----------------------- FOOTER ------------------------ */
div#footer {
  color: #7c98ae;
  font-size: 11px;
  margin: 10px 0 0 90px;
}
div#footer div#adjustText {
  background-color: #7c98ae;
  padding: 10px;
  border: solid 1px #00175f;
  color: #fff;
}
div#footer .divider {
  float: left;
  margin: 0px 8px;
  width: 6px;
  height: 54px;
  background-color: #f0f5f7;
}

