﻿body 
{
    text-align: center; /* for IE 5 */
}

html, body {
	height: 100%;
}


#page-container
{
    width: 747px;
    margin: 0 auto;
    padding: 0 26px;
    text-align: left;
    background: url(../images/bkg-pg.gif) repeat-y;
}

#header
{
    background-color: #0570BE;
    padding-bottom: 5px;
}

#header p
{
    margin: 0;
}

#logo
{
    padding-bottom: 10px;  
}

#nav
{
	background: #525661;
	height: 27px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}


#bkgPanel
{
    padding-top: 5px;
    background: url(../images/main-bkg.jpg) no-repeat 0% bottom;
    height: 153px;
}

#bkgPanel img
{
    margin: 0;
}


#content-container
{
    background: url(../images/bkg-content.gif) repeat-y;
    overflow: auto;
    width: 747px;
}

#content
{
    background-color: #fff;
    /*padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;*/
    float:left;
    padding: 5px 20px 20px 20px;
    width: 507px;
}

#home #content
{
    padding: 0px;  
    width: 547px;  
}

#column
{
    float:left; 
    width:184px; 
    padding: 20px 8px;
    overflow:hidden;
    background-color: #f2f0f1;
    
}



#footer
{
    clear: both;
    color: #fff;
    font-size: 0.9em;
}

#footerBar
{
    background: #0570BE;
    padding-top: 5px;
}

#footerText
{
    background: #525661;
    height: 37px;
}

#footerText p
{
    margin-top: 10px;
    margin-right: 10px;
}


/* --- navigation styles */

#nav
{
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 105%;
    list-style: none;
}

#nav ul
{
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-top: 5px;
}

#nav a {
	display: block;
	/*width: 10em;*/
	color: #fff;
    text-decoration: none;
}

#nav a:hover
{
    text-decoration: underline;
}

#nav li 
{

    display: inline;
    padding-right: 9px;
    margin-right: 9px;
    border-right: solid 1px #fff;
	float: left;
}

#nav li.last, #footerText li.last
{
    border: none;
}

#nav li ul 
{
    padding: 0;
	margin: 0;
	padding-top: 6px;
	position: absolute;
	width: 11em;
	left: -999em;
	/*border: solid 1px red;*/
}

#nav li ul li
{
    width: 11em;
    background: #525661;
    border: solid 1px #8A909E;
    filter:alpha(opacity=85);
    opacity:.85;
    padding-left: 5px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*--- subnav ---*/
#subNav a
{
    color: #000;
    text-decoration: none;
}

#subNav a:hover
{
    text-decoration: underline;
}

#subNav a.subNavCurrent
{
    font-weight: bold;
}

#subNav ul
{
    padding: 0;
    margin: 0;
}

#subNav li
{
    list-style: none;
    background: url(../images/bullet1.gif) no-repeat 0% 56%;
    padding-left: 13px;
    margin-bottom:3px;
}

#subNav h1,h2,h3
{
    margin-top: 0;
}

#home #subNav a
{
    display: block;
    border-bottom: 1px dashed #000;
    padding-bottom: 1em;
    color: #0371BC;
    font-weight:bold;
    background: url(../images/bullet1.gif) no-repeat 38% 28%;
}

#home #subNav h1, #home #subNav h2
{
    color: #000;
    margin: 0;
}

#home #subNav h2
{
    font-size: 1.0em;
}

/* --------------*/

#footerText ul
{
    margin: 0;
    margin-left: 20px;
    margin-top: 10px;
    list-style: none;
}

#footerText li
{
    display: inline;
    padding-right: 7px;
    margin-right: 7px;
    border-right: solid 1px #fff;
}


#footerText a
{
    color: #fff;
    text-decoration: none;
}

#footerText a:hover
{
    text-decoration: underline;
}

/* --- Current page link styles --- */
#home .home-lnk, #about .about-lnk, #news .news-lnk, #membership .membership-lnk, #publ .publ-lnk, #events .events-lnk, #links .links-lnk, #contact .contact-lnk, #members .members-lnk
{ 
    /*font-weight: bolder;*/
    /*background-color: gray; */
    text-decoration: underline;        
}

#home #bkgPanel
{
    background: url(../images/home-bkg.jpg) no-repeat 0% bottom;  
}

#about #bkgPanel
{
    background: url(../images/about-bkg.jpg) no-repeat 0% bottom;  
}

#events #bkgPanel
{
    background: url(../images/events-bkg.jpg) no-repeat 0% bottom;  
}

#links #bkgPanel
{
    background: url(../images/links-bkg.jpg) no-repeat 0% bottom;  
}

#membership #bkgPanel
{
    background: url(../images/membership-bkg.jpg) no-repeat 0% bottom;  
}

#publ #bkgPanel
{
    background: url(../images/publications-bkg.jpg) no-repeat 0% bottom;  
}

#news #bkgPanel
{
    background: url(../images/news-bkg.jpg) no-repeat 0% bottom;  
}




/* --- Current page column styles -- */



/* --- links content --*/
#linksContent ul
{
    padding: 5px 0 0 0;
    margin: 0;
    width: 100%;
}

#linksContent ul li
{
    list-style: none;
    background: url(../images/bullet1.gif) no-repeat 0% 56%;
    padding-left: 9px;
    margin-bottom:3px;
    width: 230px;
    margin-right: 9px;
    float:left;
}

#linksContent li a
{
    color: #000;
    text-decoration: none;
}

#linksContent li a:hover
{
    color: #000;
    text-decoration: underline;
}

#linksMain
{
    border: 3px solid #fff;
    background: #D0D0D0;
    padding-top: 5px;
}

#linksMain ul
{
    margin-right : 15px;
}

#linksMain li
{
     list-style: none;
}



#linksMain a
{
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

#linksMain a:hover
{
    text-decoration: underline;
    color: #0371BC;
}

#linksMain a.normal
{
    font-size: 75%;
    color: #0371BC;
	text-decoration: underline;
}

#linksMain a.normal:hover
{
    text-decoration: none;
    color: #000;
}

/* ------------------------------------------------------ */
.MoreNews 
{
    margin-top: 15px;
}
.MoreNews a {
    background: #0371BC; 
    color: #fff; 
    padding: 2px 5px; 
    font-weight: bold;
    text-decoration: none;
}

.MoreNews a:hover
{
    color: #fff;
}

/* ------------------------------------------------------ */

#contactFields label
{
    float: left; 
    width: 11.5em;
}

#contactFields input
{
    float: left; 
    width: 12.5em;
    margin-left: 0.5em;
}

#contactFields .clearer
{
    height: 0.28em;
}

#contactFields .textMulti
{
    float: left; 
    width: 14.5em;
    margin-left: 0.5em;
}

/*---------------*/
#contactFields .contactRadioList
{
    float: left;
    width: 12.5em;
    margin-left: 0.5em;
}

#contactFields .contactRadioList label
{
    float:left;
    width: 2em;
}

#contactFields .contactRadioList input
{
    float:left;
    width: auto;
    height:auto;
    border: 0;
}

#contactFields .fullWidth
{
    width: auto;
}

#contactFields .noBorder
{
    border: 0;
}

#contactFields .noBorder input
{
    border: 0;
    width:auto;
}

/* ------------------------------------------------------ */
/* ContactFields Style 2                                  */
/* ------------------------------------------------------ */
#contactFieldsS2 input
{
    width: 12.5em;
}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

.inputBoxes
{
    width: 12.5em;
}

/* ------------------------------------------------------ */
/* --- Sitemap ------------------------------------------ */
/* ------------------------------------------------------ */
#siteMap ul
{
    margin: 0;
    padding: 0;
    list-style-type: square;
    margin-left: 1.1em;
}

#siteMap li 
{   
  margin: 0;
  padding: 0;
  line-height: 2.0em;
}

#siteMap li a
{
    display:block;
    width: 16em;
}

#siteMap li.colSub
{
    line-height: 1.3em;    
}

#siteMap .col1 {margin-left: 0;}
 
#siteMap .col2 {margin-left: 19em;}
  
#siteMap .coltopper {margin-top: -28.0em;}

#siteMap .colSubtopper {margin-top: -0.25em;}

#siteMap .colSub {margin-left: 0.5em;}

#siteMap .normal {margin-top: 8.1em;}

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
.repeaterList
{
    margin-bottom: 1.5em;
}

.repeaterList h3
{
    margin-top: 0;
}

.repeaterList p
{
    margin-bottom: 0;
}

.repeaterList .newsImage
{
    float: left;
    margin: 0 10px 10px 0;
}






