/*
Copyright 2005-2006 Monroe County, NY 
CSS Import
$Revision: 1.01 $
Use as global medium stylesheet.
*/

































































/* General */

* { margin: 0; padding: 0; font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;} /* sets everything */

/* Be kind to Netscape 4 */
body, div, p, th, td, li, dd {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	}
	
/* Todd Farner and Tantek Celik */

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    medium
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    medium
    /* be nice to Opera */
    }


	
	
body {font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; color: #000; margin: 0; padding: 0; line-height: 1.5em; font-weight: normal; text-align: left; background: url(../i-p/body-bg.gif) repeat-y top left;}
p {font-size: 85%; margin-top: 0; margin-bottom: 0.3em;}
h1 {font-size: 200%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 90%; color: #666;}
dl, dt, dd {font-size: 85%;}
ul, ol, li {font-size: 90%;}
a {color: #194e84; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline;}
img {display: block;}
img a {border: none;}
.hide {display: none;}
.clear {clear: both; font-size: 0; line-height: 0;}
.note {font-size: 85%;}
	
/* Be kind to Netscape 4 */
body {
	font-family: Verdana, sans-serif;
	}
p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, sans-serif;
	}
	
/* Alsett Clearing Method */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* Switcher */


#switch li {position: relative; float: left; height: 20px; background-image: url(../i-p/switcher.gif); /* repeated here to avoid IE6/Win flicker */ background-repeat: no-repeat;}
#switch a {float: left; height: 20px; text-indent: -5000px; background-image: url(../i-p/switcher.gif); background-repeat: no-repeat; text-decoration: none;}
#normalstyle a, #normalstyle li {width: 30px; background-position: 0 -20px;}
#normalstyle a:hover {background-position: 0 0;}
#largestyle a, #largestyle li {width: 20px; background-position: -30px 0;}
#largestyle a:hover {background-position: -30px 0;}
#xlargestyle a, #xlargestyle li {width: 30px; background-position: -50px -20px;}
#xlargestyle a:hover {background-position: -50px 0;}
#emailpage a, #emailpage li {width: 30px;background-position: -80px -20px;}
#emailpage a:hover {background-position: -80px 0;}
#printpage a, #printpage li {width: 40px; background-position: -110px -20px;}
#printpage a:hover {background-position: -110px 0;}