
/* Layout
----------------------------------------------------------------------------- */

body {
   margin:0px;
   text-align:center;
   padding:0;
   font-family:Verdana, Arial, Sans-Serif;
   font-size:62.5%; /* Set base size to 10px  */
   background:#235b95 url(../images/page-bg.gif) repeat-x top left;
   color:#4d4d4d;
}
body#home-page{
   background:#235b95 url(../images/home-page-bg.gif) repeat-x 0px 0px;
}
#wrap {
   text-align:left;
   width:770px;
   margin:auto;
}
#header {
   position:relative;
   height:90px;
}
#logo {
   position:absolute;
   top:35px;
   left:25px;
}
#page-title {
   background:#235b95 url(../images/page-title-bg.gif) no-repeat 0px 0px;
   height:60px;
}
#page-image {
   position:absolute;
   margin:20px 0 0 30px;
   z-index:100;
}
#content {
   position:relative;
   width:760px;
   min-height:250px;
   background-color:#f5f8fb;
   margin-top:70px;
   padding-top:70px;
}
* html #content {
   height:250px;
}
#main {
   float:left;
   width:470px;
   padding:0 0 20px 30px;   
}
#right-col {
   float:right;
   width:230px;
}
.clearer {
   clear:both;
   height:1px;
   font-size:1px;
   border:none;
   margin:0; padding:0;
   background:transparent;
}

/* Main and Footer navigation
----------------------------------------------------------------------------- */

.hori-nav {
   position:relative;
   color:#e5e5e5;
}
.hori-nav ul {
   margin:0 auto 0 auto;
   padding:8px 0px 10px 15px;
}
.hori-nav ul li {
   list-style-type: none;
   padding: 0;
   margin: 0;
   display: inline;
   text-align: center;
   white-space: nowrap;
   font-size:1.1em;
}
.hori-nav a {
   text-decoration: none;
   color:#ffffff;
   padding:0 12px 0 10px;
}
.hori-nav a:hover {
   text-decoration: underline;
}
.hori-nav .line { border-right: 1px solid #e5e5e5; }

/* Links and text
----------------------------------------------------------------------------- */

a {
   text-decoration: underline;
   color:#2c78b2;
}
a:hover {
   text-decoration: none;
}

#TICKER a {
   color:#fff;
}

h1 {
   margin:0px;
   padding:22px 0 0 25px;
}

h2 {
   margin:0px;
   padding:20px 0 0 0;
   font-size:1.6em;
}
h3 {
   margin:0px;
   padding:12px 0 0 0;	
}
p {
   margin:0;
   padding:12px 0 0 0;
   font-size:1.1em;
   line-height:1.3em;
}

#footer {
   background:#235b95 url(../images/page-title-bg.gif) no-repeat 0px 0px;

}

#content ul {
   margin-bottom:0px;
}

#content li {
   font-size:1.1em;
   padding:0 0 5px 0;
}