@charset "utf-8";
/* CSS Document */
/*Basic page formatting for print only including text style, color and sizing*/
body {
	margin: 0;
	padding: 0;
	background-color:fff;
	font: normal 12pt/100% Arial, Helvetica, sans-serif;
	color: #000;
}

/*Headline, paragraph, image and in-line link formatting*/
h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	color:#000;
}
p {
	font-size: 12pt;
	line-height: 1.4em;
}

/*Alignment for main page image*/
.img {
	float: left;
	padding: 10px 10px 0px 0px;
	display:none;
}

/*For warning message*/
.warning{
	font-weight:bold;
	color:#f00;
}
/*sidebar paragraph formatting for honeypot*/
.website {
	display:none;
}

/*List formats*/
ul {
	list-style-type: none;
	font-size: 14px;
}

ul#disc {
	list-style:disc;
	font-size:14px;
	margin:20px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Formatting to allow an alternate banner*/
.banner {
	text-align:center;
}

/*Formatting to turn on and off sponsor link*/
.logolink{
	text-align:center;
	float: none;
	display:none;
}

a:link, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #000;
	text-decoration:none;
}

/*Clear all for floats*/
.clear {
	clear: both;
}
/* Ampersand formatting */
span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}

/* Centered banner in browser window - use "margin: 0 auto"*/
#masthead {
	margin: 0 auto;
	width: 100%;
	text-align:center;
	background: url(images/bannerBKG.gif) repeat;
}

#masthead h1 {
	float: left;
	text-indent:-9000px;
	display:none;
}

/*Subhead formatting - container for print & low vision*/
#subhead {
	margin: 0 auto;
	width: 100%;
	display:none;
}

/*For ADA buttons*/
.vision, .print{
	font-size:18px;
	float:left;
	margin:0 5px 0 5px;
	border-style:groove;
	width:120px;
	color:#FFF;
	background-color: #000;
	text-align:center;
	display: none;
}

#subhead .vision a {
	color: #FFF;
}
#subhead .print a {
	color: #FFF;
}

/*basic horizontal tabbed navigation*/
ol#tabnav {
    height: 30px;
	width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
	font-size:12px;
	text-align:center;
	display:none;
}

ol#tabnav li {
    float: left;
    margin: 0 1px 0 0;
	width:auto;
	text-align: center;
}

ol#tabnav a {
    background: url(images/unvisitedtab.gif) no-repeat;
    color: #336;
    display: block;
    float: left;
    height: 30px;
	width: 115px;
	padding-top:5px;
    text-decoration: none;
}

ol#tabnav a:hover {
	background-image:url(images/activetab.gif) no-repeat;
	color: #FFC60C;
}

ol#tabnav a:hover span {
	background-image:url(images/activetab.gif) no-repeat;
	color: #FFC60C;
}

ol#tabnav li.current a {
    background-color: #fff;
	background:url(images/activetab.gif) no-repeat;
    color: #fff;
    font-weight: bold;
}

ol#tabnav li.current span {
	background:url(images/activetab.gif) no-repeat;
}

ol#tabnav span {
    background: url(images/activetab.gif) no-repeat;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}
/*Centered content layout - use "margin: 0 auto" to center the layout*/
#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	background: #fff;
}

/*Formatting for reusable boxes*/

/*main content box*/
#content {
	clear:left;
	width: 100%;
}

/*Main content heading*/
#content h2 {
	font-size: 18pt;
	color: #000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/*Main content paragraph formatting to avoid box hack for IE*/
#content p {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/*Side bar content box*/
#sidebar {
	float: right;
	width: 20%;
	display:none;
}

/*Sidebar content heading*/
#sidebar h2 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 5px;
}

/*Side bars for 2 column layouts*
#sidebarR{
	float: right;
	width: 45%;
}

#sidebarL{
	float: left;
	width: 45%;
}

#sidebarR, #sidebarL h2 {
	font-weight: bold;
	padding: 5px;
}

#sidebarR p {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 2.0 em;
}

#sidebarL p {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 14px;
}
boxes suppresed*/

/*Find box formatting**/
#find{
	float: left;
	width: 385px;
	font-size:1.4em;
	padding: 10px;
	display:none;
}

/*Find list item formatting**/
#find li {
	margin: 5px 5px 5px 0;
	float: left;
	width:70px;
	height:32px;
	text-align:center;
	background: url(images/findbkg.gif);
	border: 1px solid #900;
}

/*Find list item active link formatting**/
#wrap #find ul li a {
	color: #069;
}

/*Find list item hover over link formatting**/
#wrap #find ul li a:hover {
	display:block;
	width:70px;
	height:32px;
	background: url(images/bannerBKG.gif);
	background-position: center;
	color:#CCC;
}
/*Footer formatting**/
#footer {
	clear: both;
	background: url(images/bannerBKG.gif) repeat;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: right;
	color: #FFF;
	font-weight: bold;
	display:none;
}

/*Footer Navigation**/

ol#footnav {
	width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
	height:30px;
	font-size:12px;
	text-align:center;
}

ol#footnav li {
    float: left;
	width:auto;
	height: 30px;
	text-align: center;
}

ol#footnav a {
    color: #FFF;
    float: left;
	width: 115px;
	height: 30px;
    padding-left: 10px;
    text-decoration: none;
}

ol#footnav a:hover {
    color: #FFC60C;
	font-weight:bold;
}

ol#footnav li.current a {
    color: #fff;
    font-weight: bold;
}


/*Q & A text formatting*/
.answer {
	color: #000;
	font-style:italic;
}

.question {
	color: #000;
	font: bold;
	font-size:18pt;
}
/*for honeypot to avoid spam*/
#website {
	display: none;
}