/*****************************************************
* text-only.css                                      *
*                                                    *
* Stylesheet for Text-Only mode                      *
*                                                    *
*****************************************************/

body
{
    min-width:1024px;
}
.textonly
{
    display: inline !important;
}

div#contenttop
{
    background: none !important;
    color: #000;
    margin: 0;
    padding: 0 px;
    font-size: 12px;
    width: auto !important;
    min-height: 0 !important;
    position: static !important;
}


@media all
{
    div#topphoto
    {
        background: none !important;
        background-image: none !important;
        height: auto !important;
        width: auto !important;
        max-width: 0 !important;
        margin: 0px 0px 0px 0px;
    }
}

#aboutthisphotoL
{
    display: none !important;
}


.fprBox div
{
    clear: both;
    width: 100%;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.font2
{
    font-size: 18px;
    font-weight: bold;
}

#topics ul
{
    list-style-type: none;
}


#topics li ul
{
    -webkit-padding-start: 20px;
}
div#imagerotator
{
    display: none !important;
}

#footer table td
{
    padding-left: 10px;
    padding-right: 10px;
}

#initiative
{
    margin-bottom: 30px;
}
#topics, #newsTitle, #findpayreport, #initiative, #footer, #contectnews
{
    padding-top: 30px;
    width:100%;
}


#tdTextOnly
{
    display: none;
}

p
{
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0em;
}


#goog-gt-tt
{
    display:none;
}

.accessibilitylinks
{
    display:none !important;
}

#headerLogoTextVersion
{
    padding-top:10px;
}

/*****************************************************
* from existing text-only.css                                      *
*                                                    *
* Stylesheet for Text-Only mode                      *
*                                                    *
*****************************************************/

#audienceAreaLeft
{
	
	float:left;
	width: 180px;	

}
#audienceAreaMiddle
{
padding: 0 190px 0 190px;	
	
	
}
#audienceAreaRight
{

	float:right;
	
	width:180px;
	


}
h1.pagetitle,#pagetitle
{
	margin-top:1%;
}
#footersite
{
	clear:both;
}
div.pagewidth,div#pagewidth{
	
	
	width:expression(document.documentElement.clientWidth < 1023? "100%":"100%");		
	width:100%;
		
}
#logo,#searcharea, #rightcolumn,#myImage,img,div#nav-formatting,div#footerMenu {
	display: none;
	clear: both;
}

#pipe ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#pipe ul li {
	/*margin-left:2px;	*/
	border-left: thin solid #000000;
	list-style: none;
	display: inline; 
	padding-left: 6px;
}

	
	
/**
 * Return to Graphic Mode Area
 */
div#textonlytoparea{	
	background-color: #000000;
	text-align: right;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
div#textonlytopareaFooter
{
	background-color: #000000;
	text-align: right;
	height: 20px;
	left:0;	
	width: 100%;
	z-index: 1;
}


a.textonlytoparea:link, a.textonlytoparea:visited{
	color: #ffffff;
}

div.accessibilitylinks {
	margin: 20px;
}

a, a:link {
	color: #084588;
	text-decoration: none;
}

a:visited {
	color: #027693;
	text-decoration: none;
}

a:hover, a:active {
	color: #82020b;
	text-decoration: underline;
}

	
	div#centercolumn-left, div.centercolumn-left {
	float: left;
	width: 45%;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}

div#centercolumn-right, div.centercolumn-right {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	background-color: #ffffff;
}

	div#centercolumn-full, div.centercolumn-full {
	width: 98%;
	clear: both;
	margin: 0 0 10px 0;
	background-color: #ffffff;

}
.bodytextsmall {
	font-size: 90%;
	
	
}

	
	.line, h2.line, #content h2.line {
	clear: both;
}
@media print{
	div#textonlytoparea,div#textonlytopareaFooter{
		display: none; visibility: hidden;
	}	
} 

	
