@charset "utf-8";
/* CSS Document */
/*Basic page formatting including text style, color and sizing*/
body {
	margin: 0;
	padding: 0;
	background: url(images/bannerBKG.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
}

/*Headline, paragraph, image and in-line link formatting*/
h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
	color:#fff;
}
h2 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
	color:#fff;
}
h3 {
	font-size: 2.0em;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
}

p {
	font-size: 14px;
	line-height: 1.4em;
}

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

/*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;
}

a:link, a:visited {
	color: #fff;
	text-decoration:none;
	font-size: 14px;
}
a:hover {
	color: #fff;
	text-decoration:none;
	font-size: 14px;
}
a:active {
	color: #fff;
	text-decoration:none;
	font-size: 14px;
}

/*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;
}

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

/*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;
}

#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;
}

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

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

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

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

ol#tabnav li.current a {
    background-color: #fff;
	background-image:url(images/activetab.gif);
    color: #fff;
	font-size:12px;
}

/*Centered content layout - use "margin: 0 auto" to center the layout*/
#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	background: #000;
	border: 10px solid #069;
}

/*Formatting for reusable boxes*/

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

/*Main content heading*/
#content h2 {
	font-size: 2.4em;
	color: #fff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	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;
}

/*Content in-line text link formatting*/
#content a:link, a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
}

#content a:hover {
	color: #FC9;
	text-decoration: underline;
	font-size: 14px;
}

#content a:active {
	color: #FFC60C;
	text-decoration: underline;
	font-size: 14px;
}

/*Side bar for main page content box*/
#sidebar {
	float: right;
	width: 20%;
}

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

#sidebar p {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size:xx-small;
	text-align: center;
}

/*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;
}

/*Find box formatting for main and contact pages*/
#find, #findR {
	width: 385px;
	font-size:1.4em;
	padding: 10px;
}

#find {
	float:left;
}
/*for contact page layout*/
#findR {
	float: none;
}

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

/*Find list item active link formatting*/
#wrap #find ul li a, #wrap #findR ul li a {
	color: #CC9;
	text-decoration:none;
	font-weight:lighter;
}

/*Find list item hover over link formatting*/
#wrap #find ul li a:hover, #wrap #findR ul li a:hover {
	display:block;
	width:70px;
	height:32px;
	background: url(images/bannerBKG.gif);
	background-position: center;
	color: #fff;
}

/*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;
	font-size:12px;
}

/*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: #Fff;
	font-style:italic;
}

.question {
	color: #fff;
	font:bold;
	font-size:1.3em;
}
/*for honeypot to avoid spam*/
#website {
	display: none;
}
