/* GENERAL ______________________________ */
*{
border:0;
padding:0;
margin:0;
}
html, html body{
height:100%;
}
body{
background:rgb(36,129,132) url("../images/bodyBG.gif") 0 0 repeat;
}
/* LAYOUT DIVs ______________________________ */
#content{
height:100%;/* for IE6 - expands for content anyway */
}
html>body #content{ /* for good browsers - expand for content w/ min of 100% */
height:auto; 
min-height:100%;
}
#logo{
position:absolute;
top:0;
left:0;
width:208px;
height:186px;
text-indent:-9999px;
background:transparent url("../images/logo.gif") 0 0 no-repeat;
}
#content{
margin-left:208px;
padding-top:1px;
width:750px;
background:white url("../images/contentBGTop.gif") 0 0 no-repeat;
}
#mainCol{
margin-right:260px;
margin-top:119px;
}
#slogan{
display:none;
}
#sidebar{
position:absolute;
top:120px;
left:720px;
width:200px;
}
#footer{
font-size:.7143em; /* 10px */
padding:1em 6px 1.666em 14px;
margin:4em 0 0 40px; /* 40px */
background:transparent url("../images/footerLine.gif") left top no-repeat;
text-align:right;
}
#footer span{
color:rgb(36,129,132);
}
/* IMAGES ______________________________ */
.imgR{
float:right;
border:1px solid rgb(36,129,132);
margin:.4em 8px 0 10px;
}
.badge{
margin-left:15px;
margin-bottom:1em;
}
/* VCARDs ______________________________ */
.vcard{
}
/*NAVIGATION STYLES  ______________________________ */
#primNav {
position:absolute;
top:198px;
left:0;
width:208px;
padding-bottom:154px;
text-align:right;
background:transparent url("../images/slogan.gif") left bottom no-repeat;
}
#primNav li{
padding:0;
margin:0;
background:none;
}
#primNav li a{
display:block;
padding-right:18px;
color:white;
text-decoration:none;
}
#primNav a:visited{
background:transparent url("../images/navDot.gif") 100% -27px no-repeat;
}
#primNav a:hover,
#primNav a:focus,
#primNav li .current,
.defaultBody #home a{
font-weight:bold;
background:transparent url("../images/navDot.gif") 100% 3px no-repeat;
}