/*
 * Color reference:
 *
 *   New dark blue: #5d7b9d (replacing this lighter blue: #9bb2bb
 *   Light blue highlight: #e9ecf1
 *
 *   Alternating row color: #f7f6f3
 *   Selected row color:  #e2ded6   
 */


body 
{
    background-color: #fff;
    margin: 25px;
    padding: 0;
    font-family: Georgia, Serif;
    font-size: small;
}

#header
{
    background: #5d7b9d url(/images/ptl.gif) top left no-repeat;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
    border: none;
    border-bottom: none;
    color: #fff;
}

#hw1
{
    background: url(/images/ptr.gif) top right no-repeat;
    float: left;
    width: 100%;
}

#sitename
{
    float: left;
    margin: 20px;
    margin-bottom: 5px;
    font-family: Verdana, Sans-Serif;
    display: inline; /* fix for IE doubled float margin bug */
}

#sitename h1
{
	visibility: hidden;
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

#sitename p
{
    margin: 0;
    font-size: 80%;
}

#sitename a
{
    text-decoration: none;
    color: #fff;
}

#sitename a:hover
{
    text-decoration: underline;
}

#address
{
    float: left;
    font-family: Verdana, Sans-Serif;
    font-size: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 8px 8px 0;
}

/* menu styles */

#mainmenu
{
    clear: both;
    float: left;
    /* width: 100%; maybe we don't need it 100% */
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(/images/line.png) repeat-x bottom left; /* change color to match site */
}

#mainmenu li
{
    float: left;
    margin: 0;
    padding: 0;
    font-family: Verdana, Sans-Serif;
    font-size: 75%;
}

#mainmenu #t-section0 
{
    margin-left: 35px;
    display: inline; /* fix for IE doubled float margin bug */
}

#mainmenu a
{
    float: left;
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 8px;
    color: #333;
    text-decoration: none;
    border: 1px solid #4D4D4F;
    border-bottom: none;
    background: #d5dadd;
}

#mainmenu #t-section0 a:hover, body.section0 #t-section0 a,
#mainmenu #t-section1 a:hover, body.section1 #t-section1 a,
#mainmenu #t-section2 a:hover, body.section2 #t-section2 a,
#mainmenu #t-section3 a:hover, body.section3 #t-section3 a,
#mainmenu #t-section4 a:hover, body.section4 #t-section4 a,
#mainmenu #t-section5 a:hover, body.section5 #t-section5 a,
#mainmenu #t-section6 a:hover, body.section6 #t-section6 a,
#mainmenu #t-section7 a:hover, body.section7 #t-section7 a,
body.sectionH #t-section0 a:hover
{
    color: #333;
    padding-bottom: 5px;
    border-color: #727377;
    background: #fff;
}

body.sectionH #t-section0 a
{
    color: #333;
    padding-bottom: 5px;
    background: #d5dadd url(/images/line.png) repeat-x bottom left; /* change color to match site */
}

#maincol
{
    float: left;
    width: 100%;
    
    /* negative margin to allow room for the sidecol */
    margin-right: -200px;
    
    background-image: url(/images/cklb2.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

#toplinks 
{
    position: absolute;
    top: 4px;
    right: 10px;
    margin: 0;
    list-style: none;
    color: #ffffff; /* was: #9bb2bb */
}

#toplinks li 
{
    font-family: Verdana, Sans-Serif;
    font-size: 75%;
    float: left;
}

#toplinks a
{
    margin: 0 2px;
    text-decoration: none;
    color: #ffffff; /* was: #9bb2bb */
}

#toplinks a:hover
{
    text-decoration: underline;
}

.searchbox
{
	width: 145px;
	border: solid 1px #4D4D4F;
  	background-image: url(/images/msnsearch.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#content
{
    position: relative;
    padding: 20px 20px 20px 40px;
    /* this is the "negative margins" technique from A List Apart */
    margin-right: 200px;
    line-height: 1.5em;
}

/* two content wrapping divs to apply "sliding door" images as a variation
   on the "faux columns" concept */
#cw1
{
    background: #fff url(/images/fc5.gif) repeat-y right;
    clear: both;
    width: 100%;
}

#cw2
{
    background-image: url(/images/cklb2.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

#sidecol
{
    float: right;
    width: 200px;
    /* background-color: #d5dadd; */
}

.last
/* sets the margin for the last paragraph in the content column */
{
    margin-bottom: 0;
}

.clearing
/* clears the columns before the footer. should look
   like the footer to avoid IE div height bug.        */
{
    clear: both;
    height: 0;
    background-color: #5d7b9d;
    border-top: 1px solid #000; /* was: #4D4D4F */
}

#footer
{
    background: #5d7b9d url(/images/pbl.gif) bottom left no-repeat;
    width: 100%;
    /* border here is to accomodate browser (Firefox, Safari) bugs */
    border-top: 1px solid #5d7b9d;
    font-family: Verdana, Sans-Serif;
    font-size: 80%;
    color: #fff;
    float: left;
}

#fw1
{
    background: url(/images/pbr.gif) bottom right no-repeat;
    float: left;
    width: 100%;
}

#footer p
{
	padding: 10px;
}

#footer a
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#leftfoot
{
    float: left;
    padding: 10px;
}

#rightfoot
{
    float: right;
    padding: 10px;
}

h2
{
    font-family: Verdana, sans-serif;
    font-size: 150%;
}

h3
{
    font-family: Verdana, sans-serif;
    font-size: 120%;
}

h4
{
    font-family: Verdana, sans-serif;
    font-size: 100%;
}


#content dt
{
    float: left;
    clear: left;
    width: 50px;
    text-align: right;
    font-weight: bold;
}

#content dt:after
{
    content: ":";
}

#content dd
{
    margin: 0 0 0 70px;
}
  
.sidebox 
{
	background-color: #fff;
	padding-bottom: 1em;
	margin: 10px;
	padding: 0;
}

.sidebox strong {
    font-family: Verdana, sans-serif;
    font-weight: bold;
	background: url(/images/sbt.gif) no-repeat top left;
	color: #fff;
	display: block;
	padding: 0.25em 1em;
	margin-top: 0;
}

.sidebox ul
{
	border: 1px #4D4D4F solid;
    list-style: none;
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

.sidebox li
{
    padding-bottom: 1px;
}

.sidebox li.altrow
{
    background-color: #f7f6f3;
}

.sidebox li a
{
    display: block;
    padding: 2px 10px;
    text-decoration: none;
}

.sidebox li a:hover, .sidebox li.selected
{
    background-color:  #e2ded6;
}

.sidebox li img
{
     border: none;
     padding-right: 6px;
}

.sidebox p {
	padding: 0 1em;
}

.sidebox div.pad 
{
    padding: 2px 10px;
}

.sidebox pre {
	margin: 1em 1em 0 1em;
}

.CTableLHdr
{
    background: #5D7B9D url(/images/tlc.gif) top left no-repeat;
}

.CTableRHdr 
{
    background: #5D7B9D url(/images/ptr.gif) top right no-repeat;
}

#sidecol p 
{
    margin: 10px;
    font-family: Verdana, sans-serif;
}

#breadcrumb
{
    font-family: Verdana, Sans-Serif;
    font-size: 75%;
    margin-top: 0;
    margin-right: 100px;
}

#rtt
{
    font-family: Verdana, Sans-Serif;
    font-size: 75%;
}

.smaller
{
    font-size: 75%;
}

#quicklinks
{
    float: right;
    width: 180px;
}

#thispage
{
	margin: 10px 10px 10px -7px;
	padding: 10px;
	background-color: White;
	border: solid 1px black;
	border-left: none;
}

#thispage ul
{
	list-style: none;
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

#thispage strong
{
	float: right;
    font-family: Verdana, sans-serif;
    font-weight: bold;
	color: #000;
	display: block;
	padding: 0.25em 1em;
	margin-top: 0;
}

#thispage li
{
	padding-bottom: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

#thispage a
{
	text-decoration: none;
}