/*	This style sheet contains all styles 
	EXCEPT:	any image and the styles that contain:  background, color, font, text */


/* =general
--------------------------------------------------------------------------
*/


html, body, div, span, form, ul, ul li, ol, ol li, p, img, a img, h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
}
img, a img
{
    border: none;
}
table
{
    margin: 0px;
    border-collapse: collapse;
    border: 0px;
}
table td
{
    padding: 0px;
}
table td ul li
{
	list-style-type:none;
}
.nobullet
{
    list-style: none;
}
h1, h2, h3, h4, .textpage p
{
    padding-bottom:1.0em;
}
.textpage table td
{
    padding:.4em 1.3em;
} 
.textpageUL, .textpageOL
{
    padding:0em 0em 1.0em 2em;
}
.textpageUL li, .textpageOL li
{
    padding:.2em 0em;
}
.videotable table td
{
    padding:.2em .4em;
}    


/* =masthead 
--------------------------------------------------------------------------
*/


#masthead
{
    float: left;
    width: 100%;
    margin-bottom:10px;
}
#login
{
    float: right;
    margin-top: 25px;
    margin-right: 18px;
}
#logo
{
    float: left;
    margin-left: 7px;
}


/* =navbar 
--------------------------------------------------------------------------
*/


#navbar
{
    float: left;
    width: 100%;
    margin: 0% 2%;
}
* html #navbar
{
    margin: 0% 1%;
}
#navbar li
{
    float: left;
    padding: 0px 0px 3px 0px;
    list-style: none;
}
#navbar a
{
    display: block;
    padding: 7px 8px 9px 8px;
    margin-bottom: -6px;
}


/* =container
--------------------------------------------------------------------------
*/


#tl, #tr
{
    display: none;
}
* html #tl, * html #tr
{
    display: inline;
    position: relative;
}
* html #tl
{
    float: left;
    margin-left: -1px;
    margin-top: -1px;
}
* html #tr
{
    float: right;
    margin-right: -2px;
    margin-top: -1px;
}
#container
{
    width: 71em;
    margin: 1px auto;
}


/* =title
--------------------------------------------------------------------------
*/


#title
{
    float: left;
    width: 100%;
}


/* =search 
--------------------------------------------------------------------------
*/


#contenttop
{
    float: left;
    margin-right: 5em;
}
#rightnavtop
{
    float: right;
    width: 24em;
    margin: 14px 0px 12px 0px;
}
* html #rightnavtop
{
    margin: 12px 0px 11px 0px;
}
#searcharea
{
    margin: 0px 10px 0px 0px;
    padding: 5px 4px 4px 4px;
    border: 1px solid #87a8c8;
}
* html #searcharea
{
    margin: 0px 4px;
}
#title input
{
    vertical-align: bottom;
}
#searchbox
{
    width: 80px;
}


/* =main and content
--------------------------------------------------------------------------
*/


#main
{
    float: left;
    width: 100%;
    border: 1px solid #336699;
    overflow: hidden;
}
#content
{
    padding: 1em;
}

.contacttable
{
	width:38em;
	margin:15px 0px 25px 0px;
}
* html .contacttable
{
	width:auto;
}
.cdLink
{
    float: right;
}


/* =rightnav
--------------------------------------------------------------------------
*/


#rightnav, #rightnav_con
{
    float: right;
    width: 24em;
    border-bottom: 1px solid #e6e6e6;
}
#rightnav ul
{
    padding: 1.5em;
    list-style-position: inside;
    list-style-image: url(  "../graphics/inside_bullet06.gif" );
}
* html #rightnav ul
{
    padding: 1em;
}
#rightnav ul li
{
    padding: 2px 0px 5px 5px;
}
#rightnav_con ul
{
    padding: .5em;
    list-style-type:none;
}
* html #rightnav_con ul
{
    padding: .5em;
}
#rightnav_con ul li
{
    padding: 2px 0px 3px 3px;
}
.rightnavtop
{
    margin: 23px 0px 2px 0px;
}


/* =bottombar
--------------------------------------------------------------------------
*/


#bottombar
{
    float: left;
    width: 100%;
    margin: 20px 0px;
}
#bottombar ul
{
    display: inline;
    clear: both;
}
#bottombar ul li
{
    padding: 0px 8px;
    border-left: 1px solid #000000;
    list-style: none;
    display: inline;
}
#bottombar ul li.rborder
{
    border-right: 1px solid #000000;
}
#bottombar img
{
    padding-top: 10px;
}
#logospan
{
	float:right;
}


/* =CSSbox 
--------------------------------------------------------------------------
*/


.boxoverall
{
    float: left;
    margin: .8%;
    width: 33%;
    padding: 0px 2px 0px 0px;
}
.bi
{
    padding: 0px 0px 0px 2px;
}
.bi p
{
    padding: 0px 8px;
}
.bi p.boxheader
{
    height: 3em;
}
.bi p.boxheader2
{
    height: 5em;
}
.bi p.boxheader3
{
    height: 4em;
}
.bi p.boxbody
{
    height: 2em;
    padding-top: 3px;
}
.bi p.boxbody2
{
    height: 4em;
    padding-top: 3px;
}
.bi p.boxbody3
{
    height: 6em;
    padding-top: 10px;
}
.bi p.boxbody4
{
    height: 9em;
    padding-top: 10px;
}
.bi p.boxbodyU
{
    padding-top: 10px;
}
.bt
{
    height: 4px;
    margin: 0px -2px -2px -2px;
}
.bt div
{
    width: 4px;
    height: 4px;
}
.bb
{
    height: 4px;
    margin: 0px -2px;
}
.bb div
{
    width: 4px;
    height: 4px;
    margin-top: -2px;
}


/* =2 column, CSS without table 
--------------------------------------------------------------------------
*/


#csstable
{
    float:left;
    width: 42em;
    margin: 0px;
}
#csstable li
{
    padding-top: 5px;
    clear: both;
    list-style-type: none;
}
ul#csstable span.label
{
    float: left;
    width: 15em;
}
ul#csstable span.formw
{
    float: left;
}