/**** CSS ****/

/* HTML Defaults */
BODY  {
  background: #a4a39f url(/images/background.jpg) repeat top center;
  background-attachment: fixed;
  margin: 0px;
}

H1 {
  margin: 0px;
  margin-bottom: 10px;  
  font: normal 16pt "Segoe UI",Arial,Sans-Serif;  
  border-bottom: 1px solid #404040;
}

H2 {
  margin: 0px;
  padding: 2px 0px 2px 2px;
  margin-bottom: 5px;
  font: normal 14pt "Segoe UI",Aria,Sans-Serif;  
  color: #000;
  border-bottom: 1px dashed black;
}

H3 {
  margin: 0px;
  margin-bottom: 5px;  
  font: bold 12pt "Segoe UI",Arial,Sans-Serif;  
  color: #d0d0e0;
  border-bottom: 1px solid #404040;
}
    
A { color: #002852; text-decoration: none; outline: none; } 
A:hover { text-decoration: underline; }

A.nohvr:hover { text-decoration: none; }

FIELDSET {   
  border-color: #a0a0a0;
  border-right-width: 0px;
  border-left-width: 0px;
}

LEGEND {
  padding: 0px 10px 0px 5px;
  font-size: 8pt;
  font-weight: bold;
}

P,TD,DIV { font: 10pt "Segoe UI",Arial; color: #000; }

TD { text-align: left; }

OL, UL { margin: 0px; padding: 0px; margin-left: 45px;}

FORM { margin: 0px; }

A IMG { border: 0px; }

INPUT,TEXTAREA,SELECT { font: 8pt Verdana;
              border: 1px solid #505050;
              background-color: #f5f5f5;
            }

TEXTAREA { overflow: auto; }

INPUT[type=checkbox] { 
  border: 0;
}
INPUT[type=radio] { 
  border: 0;
}

/* Colors */
.dr { color: #9a2322; }
.r  { color: #C42634; }
.lr { color: #e44654; }
.g  { color: #505050; }
.lg { color: #a0a0a0; }
.llg  { color: #d0d0d0; }
.dg { color: #404040; }
.gbg  { background-color: #808080; }
.mgbg { background-color: #505050; }
.lgbg { background-color: #e5e5e5; }
.dgbg { background-color: #505050; }
.ddgbg  { background-color: #202020; }
.llgbg  { background-color: #f5f5f5; }
.tbg  { background-color: #e0e0d5; }
.ltbg { background-color: #eaeae5; }
.dtbg { background-color: #b0b0a0; }
.gn { color: #9BD600; }
.dgn { color: #0B6600; }
.gnbg { background-color: #9BD600; }
.blkbg { background-color: #000000; }
.w  { color: #ffffff; }
.wbg  { background-color: #ffffff; }
.blk { color: #000000; }
.bl { color: #202080; }
.lbl { color: #49bfea; }
.lt { color: #d0f0ff; }
.dybg { background-color: #cda705; }
.ybg { background-color: #e6c712; }
.y { color: #e9cc14; }
.blbg { background-color: #05496e; }
.dblbg { background-color: #035782; }
.dblue { color: #002852; }

/* Sizes */
.bg { font-size: 12pt; }
.s  { font-size: 8pt; }
.ss { font-size: 7pt; }
.h  { font-size: 14pt; }
.n  { font-size: 10pt; }
.v  { font-family: Verdana; }
.ar { font-family: Arial; }

.hdr  { font-size: 14pt; border-bottom: 1px solid #c0c0c0; }

/* Decoration & Spacing */

.p  { padding: 5px; }
.pt { padding-top: 5px; }
.mp { padding: 8px; }
.pp { padding: 10px; }
.ppp { padding: 20px; }
.spl { padding-left: 5px; }
.mpl { padding-left: 10px; }
.np { padding: 0px; }
.pl { padding-left: 20px; }
.nm { margin: 0px; }
.ml { margin-left: 25px; }
.mr { margin-right: 15px; }
.mt { margin-top: 8px; }
.sml  { margin-left: 10px; }
.smr  { margin-right: 10px; }
.mb { margin-bottom: 15px; }
.smb  { margin-bottom: 5px; }
.smsp { line-height: 125%; }
.sp { line-height: 150%; }
.ssp  { line-height: 200%; }
.nsp { line-height: 100%; }
.b  { font-weight: bold; }
.i  { font-style: italic; }
.u  { text-decoration: underline; }
.nu { text-decoration: none; }
.nb { font-weight: normal; }
.bdr  { border: 1px solid #505050; }
.rdbdr { border: 2px solid #C42634; }
.bdr-t  { border-top: 1px solid #a0a0a0; }
.bdr-b  { border-bottom: 1px solid #a0a0a0; }
.nbdr { border: 0px; background: none; }
.ctr { text-align: center; }
.rt { text-align: right; }
.rgt { text-align: right; }
.lft { text-align: right; }
.nw { white-space: nowrap; }
.tp { vertical-align: top; }

.clear { clear: both; }

.err {
  background-color: #f8d8d8;
  border: 1px solid #c03b3b;
  color: #c03b3b;
  font-weight: bold;
  padding: 7px;
  margin-bottom: 8px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.msg {
  background-color: #b9fbbc;
  border: 1px solid #07950e;
  color: #07950e;
  font-weight: bold;
  padding: 7px;
  margin-bottom: 8px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
label.required {
	background: url('images/required-mark-red.png') no-repeat right 3px;
	padding-right: 12px;
}
.bluegrad { 
  background-color: #054a6f;
  background-image: url(/images/blue-bg.jpg);
  background-repeat: repeat-x;
}

.graygrad {
  background-color: #303030;
  background-image: url(/images/fadetogray.gif);
  background-repeat: repeat-x;
}

.lightgrad {
  background-image: url(/images/lightgrad.png);
  background-repeat: repeat-x;
}

UL.nobullet { 
  list-style-type: none;
  padding-left: 30px;
}

.paginateOn {
  background-color: #325d89;
  padding: 2px 5px;
  border: 1px solid black;
  color: #fff;
  margin: 3px;
}

.paginateOff {
  padding: 2px 5px;
  border: 1px solid black;
  margin: 3px;
}

A.nu:hover { text-decoration: none; }
    
/* Specialized Cases */
.hid   { display: none; }
.float { position: absolute; }

#main {
  width: 952px;
  /*background: #FFF;*/
  margin: auto;
  /*border-left: 1px solid #333;
  border-right: 1px solid #333;*/
}

#header {
  background-color: #FFF;
  border-bottom: 1px solid #666;
}

#memberNotice {
  padding: 10px 75px 0 75px;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
}

#footer {
  width: 950px;
  margin: 0 auto;
  border: 1px solid black;
  border-top: 0;
  background-color: #fff;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  text-align: center;
}

#headerRight { 
  float: right;
  padding-top: 5px;
  width: 709px;
}

#headerEmail {
  float: left;
  background-image: url(/images/header-email.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 40px;
  height: 35px;
  width: 160px;
  margin-bottom: 8px;
  margin-top: 30px;
}

#headerAuth {
  float:left;
  width: 140px;
  margin-top: 44px;
  margin-left: 40px;
}

#headerSearch {
  float: left;
  margin-left: 60px;
  margin-top: 38px;
}

#headerSearchText {
  background: #FFF url(/images/search-bg.jpg) no-repeat top left;
  border: 1px solid #7f7f7f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 15px;
  width: 145px;
  padding-left: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#menu {
  font-family: 'century gothic',arial,helvetica,sans-serif;
  height: 32px;
  background: #0a4482 url(/images/menu.png) repeat-x top right;
  font-size: .9em;
}

#dropdown-wrapper #menu-left {
  background: #fff url(/images/menu-left.png) no-repeat top left;
  height: 32px;
  width: 16px;
  float: left;
}

#menu A {
  color: #fff;
  margin: 0px 12px;
  position: relative;
  top: 8px;
}

/* Homepage rotator image */
#rotator {
  width: 533px;
  height: 355px;
  border: 1px solid #2d3226;
  border-left: 0px;
  border-top: 0px;
}


/* Tabs on the homepage */

#homepage-tabs {
  width: 400px;
  float: left;
  margin-left: 8px;
  font-size: .85em;
}

#homepage-bottom-tabs {
  width: 933px;
  margin-left: 8px;
}

.homepage-bottom-boxes {
  background: #d2d1cf;
	width: 500px;
	padding: 10px;
	margin: 10px 0 0 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #bcbcbc;
}

#homepage-tabs ul, #homepage-bottom-tabs ul {
  height: 29px;
  margin: 0px;
  margin-top: 7px;
  padding: 0px;
  padding-left: 10px;
  line-height: 2.5em;
}

#homepage-bottom-tabs ul {
  line-height: 2.1em;
}

#homepage-tabs li, #homepage-bottom-tabs li {
  display: block;
  float: left;
  list-style-type: none;
  height: 29px;
  width: 126px;
  margin: 0px;
  vertical-align: middle;
}

#homepage-bottom-tabs li {
  margin-left: 15px;
  display: block;
  float: left;
  list-style-type: none;
  height: 29px;
  width: 145px;
}

#homepage-tabs li > a  {
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
}

#homepage-bottom-tabs li > a {
  margin-left: 8px;
}

#homepage-tabs-content {  
  height: 300px;
  background: #fff url(/images/homepage-tabs-gradient.jpg) repeat-x top right;
  padding: 10px;
  overflow: auto;
  margin: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#homepage-tabs-content-new {
  background: #fff url(/images/homepage-tabs-gradient.jpg) repeat-x top right;
  padding: 6px 10px 25px 10px;
  margin: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#homepage-bottom-tabs-content {
  min-height: 260px;
  background: #fff url(/images/homepage-tabs-gradient.jpg) repeat-x top right;
  padding: 10px 10px 0 10px;
}

#homepage-bottom-tabs-content h3 {
  color: #9a2322;
  font-weight: normal;
  margin: 0 0 -3px 15px;
  border-bottom: none;
}

#homepage-bottom-tabs-content img {
  border: 1px solid black;
  margin: 0 10px 0 10px;
}

#homepage-bottom-tabs-content img.floatl {
  float: left;
  clear: both;
}

#homepage-bottom-tabs-content img.floatr {
  float: right;
  clear: both;
}

#homepage-bottom-tabs-content p {
  font-size: 8pt;
  margin-top: 0px;}

#homepage-bottom-tabs-content p.alignr {
  text-align: right;
}

#homepage-bottom-tabs-content td.tp {
  vertical-align: top;
}

#homepage-bottom-tabs-content td.ltbdr {
  border-right: 1px solid #767676;
}

#homepage-bottom-tabs-blogs h3 > span {
  float: right;
  clear: both;
  color: #000;
  font-size: 10pt;
  font-style: italic;
}

#homepage-bottom-tabs-blogs td.col {
  width: 425px;
  padding-right: 15px;
  vertical-align: top;
}

#homepage-bottom-tabs-blogs td.col-pr {
  width: 425px;
  padding-right: 20px;
  vertical-align: top;
  border-right: 1px solid #767676;
}

#leftcolumn {
  width: 470px;
  vertical-align: top;
  padding: 5px;
  padding-top: 0;
}

#centercolumn {
  width: 250px;
  vertical-align: top;
}

#rightcolumn {
  width: 208px;
  vertical-align: top;
}

#homepage-bottom-tabs li.on {
  background: transparent url(/images/tab-on.png) no-repeat top right;
  font-weight: bold;
}

#homepage-tabs li.on {
  background: transparent url(/images/tab-on-small.png) no-repeat top right;
  font-weight: bold;
}

#homepage-bottom-tabs li.off {
  background: transparent url(/images/tab-off-grey.png) no-repeat top right;
}

#homepage-tabs li.off {
  background: transparent url(/images/tab-off-grey-small.png) no-repeat top right;
}

#homepage-tabs-subcontent {
  padding: 5px 10px;
}


/* Second Level Menu */

#second-level-menu {
  width: 240px;
  white-space: nowrap;
  padding: 10px 0;
  border-right: 2px solid #616161;
  border-bottom: 2px solid #616161;
  background: #d6e3f1 url(/images/grad.png) repeat-x top right;
  vertical-align: top;
}

#second-level-menu H3 {
  color: #f4f1ea;
  font-weight: normal;
  margin: -10px 20px 5px 23px;
  border-bottom: none;
}

#second-level-menu A {
  color: #000;
}

#second-level-menu A:hover {
  color: #002852;
}

#second-level-content {
  padding: 10px 20px 30px 20px;
  margin-top: 20px;
  border-bottom: 2px solid #616161;
  vertical-align: top;
}

#content { background-color: #fff; }


/* Dropdown */

#dropdown-wrapper {
float: left;
font-family: 'century gothic',arial,helvetica,sans-serif;
height: 32px;
background: #0a4482 url(/images/menu.png) repeat-x top right;
font-size: .9em;
width: 709px;
}

#drop-down {
font-size: 10pt;
font-weight: bold;
margin: -6px 0 0 0;
list-style: none;
position: relative;
z-index: 200;
}

#drop-down li {
float: left;
display: block;
float: left;
padding: 0 14px;
text-align: center;
position: relative;
}

#drop-down li:hover {
color: #fff;
background: #1a5288 url(/images/menu-hover-bg.jpg) repeat-x top left;
border-bottom: 0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
border-right: 1px solid #073363;
border-left: 1px solid #073363;
margin: 0 -1px;
}

#drop-down a {
color: #cbdcee;
outline: 0;
text-decoration: none;
font-weight: bold;
display: block;
line-height: 150%;
}

#drop-down a.mainLink {
font-weight: normal;
font-size: 12px;
color: #fff;
height: 25px;
padding-top: 7px;
}

#drop-down div.menuWrapperSM, #drop-down div.menuWrapperSM-right {
position: absolute;
left: -999em;
width: 210px;
z-index: 200;
}

#drop-down .menuLinksSM {
font-weight: normal;
text-align: left;
background: transparent url(/images/dropdown-bg.png) repeat left top;
border-right: 1px solid #1a4370;
border-bottom: 1px solid #1a4370;
border-left: 1px solid #1a4370;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
z-index: 200;
}

#drop-down li:hover div {
left: -1px;
top: auto;
}

#drop-down li.dif:hover div {
left: -221px;
}

#drop-down li:hover div.menuWrapperSM-right {
left: -115px;
top: auto;
}

#drop-down div h2 {
font-size: 10pt;
color: #fff;
background: transparent url(/images/dropdown-bg.png) repeat left top;
padding: 7px 10px 0 15px;
margin: 0;
border-bottom: none;
clear: both;
float: left;
height: 22px;
position: relative; /* makes above drop shadow */
}

#drop-down div h2.smHeader {
width: 200px;
}

#drop-down div p {
  font-size: 9pt;
  float: left;
	width: 190px;
  padding: 8px 0;
  margin-left: 22px;
  position: relative; /* makes above drop shadow */
}

#drop-down div p a {
  text-decoration: none;
  float: left;
  clear: left;
  width: 100%; /* For IE6/7 */
  line-height: 140%;
}

#drop-down div a:hover, #drop-down div a:focus, #drop-down div a:active {
  text-decoration: underline;
  color: #fff;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
 
.clearfix {
   display: inline-block;
}
 
html[xmlns] .clearfix {
   display: block;
}
 
* html .clearfix {
   height: 1%;
   overflow: visible;
}
