

.bodyone {
	background-color: #545454;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif
}
/*module pages (background, header, and footer)*/
#banner {
    height: 190px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
 	background-image: url(images/banner.png);
 	background-repeat: repeat;
	background-repeat: repeat-y no-repeat;
 	background: transparent url(images/banner.png);
 	background-attachment: scroll;
 	background-position: 0% 0%;
 	background-clip: border-box;
 	background-origin: padding-box;
 	background-size: auto auto;
	  -moz-background-size: 100% 100%;
  	  -webkit-background-size: 100% 100%;
  	  -o-background-size: 100% 100%;
  	  background-size: 100% 100%;
    z-index: 5000;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px none rgb(221, 221, 221);
 	border-bottom-width: 1px;
 	border-bottom-style: none;
 	border-bottom-color: rgb(221, 221, 221);
}
#bg {
	padding-top: 160px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-top: -30px;
	margin-left: 0px;
	background-image: url(images/content_bkgd.png);
	background-position: center 160px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	  -moz-background-size: 100% 100%;
	  -webkit-background-size: 100% 100%;
	  -o-background-size: 100% 100%;
	  background-size: 100% 100%;
  	display:inline-table;
  	z-index: 2500;
}
/*popup pages (background, header, and footer)*/
#header {
    height: 54px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
  	background-color: rgb(255, 255, 255);
  	background-image: url(images/popup_banner.png);
  	background: transparent url(images/popup_banner.png);
  	background-repeat: repeat;
  	background-attachment: scroll;
  	background-position: 0% 0%;
  	background-clip: border-box;
  	background-origin: padding-box;
  	background-size: auto auto;
	  -moz-background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
    z-index: 5000;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 1px none rgb(221, 221, 221);
  	border-bottom-width: 1px;
  	border-bottom-style: none;
  	border-bottom-color: rgb(221, 221, 221);
}
#bckgd {
	padding-top: 30px;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: 0px;
	background-image: url(images/popup_bkgd.png);
	background-position: center 25px;
	background-attachment: fixed;
	background-repeat: no-repeat;
      -moz-background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
	z-index: 2500
}
#footer {
    height: 54px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
  	background-color: rgb(255, 255, 255);
  	background-image: url(images/popup_footer.png);
  	background-repeat: repeat;
  	background-attachment: scroll;
  	background-position: 0% 0%;
  	background-clip: border-box;
  	background-origin: padding-box;
  	background-size: auto auto;
      -moz-background-size: 100% 100%;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
  	z-index: 9999;
  	position: fixed !important;
  	left: 0px;
  	right: 0px;
  	border-bottom: 1px none rgb(221, 221, 221);
  	border-bottom-width: 1px;
  	border-bottom-style: none;
  	border-bottom-color: rgb(221, 221, 221);
}
/* content area div (universal to both module and popup pages)*/
#content {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -8px;	
	width: 80%;
	padding-top: 5px;
}


/* text styling*/
/* -heading text*/
.title	{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:24px;
	font-weight:bold;
}
/* -secondary heading text*/
.hone {
	line-height: 1.9em;
	list-style-type: none; font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;
}
/* -body text*/
.text{
	line-height: 1.9em;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
/* -red text (indent to match body text when blockquoted)*/
.note {
	color: #B30000;
	padding-left: 42px;
	line-height: 1.9em;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* -red text (indent to match "green" list bullet with no indent)*/
.notetwo {
	color: #B30000;
	padding-left: 56px;
	line-height: 1.9em;
	font-size:14px;
}


/* list styling*/
/* -green checkmark*/
ul.green	{
	list-style-image: url(images/check.png); 
	image-size: 15px;
	line-height: 1.9em;
	list-style-type: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}
/* -green bullet point*/
ul.bullet	{
	list-style-image: url(images/bullet.png); 
	line-height: 1.9em;
	list-style-type: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}
/* -red bullet point*/
ul.circle	{
	list-style-image: url(images/bullet_red.png); 
	line-height: 1.9em;
	list-style-type: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}
/* -red checkmark*/
.red	{
	list-style-image: url(images/check_red.png); 
	color: #B30000;
	padding-left: 86px;
	line-height: 1.9em;
	list-style-type: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}
/* -red "X"*/
.redx	{
	list-style-image: url(images/X.png); 
	color: #B30000;
	padding-left: 78px;
	line-height: 1.9em;
	list-style-type: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}
/* -list with no bullet*/
.none	{
	list-style-image: none; 
	line-height: 1.9em;
	list-style-type: none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
}
/* ordered list (numeric)*/
ol.num {
	list-style: decimal;
	line-height: 1.9em;
	font-size:14px;
}
/* ordered list (alphabetical with ")" after letter)*/
.alpha:before	{
	list-style: none outside none;  
	content: counter(list, lower-alpha) ")   ";
	counter-increment: list;
	font-size:14px;
}
/* ordered list (alphabetical with ")" after letter)*/
ol {
	counter-reset: list;
	font-size:14px;
}
/* ordered list (alphabetical with ")" after letter)*/
ol.list	{
	list-style: none;
	font-size:14px;
}
/*indented NOTE elements*/
.note {
	color: #B30000;
	padding-left: 40px;
	line-height: 1.7em;
	font-size:14px;
}
/* heading inside light grey bar*/
#box {
	background:#E7E6E6;
	margin-top: 8px;
	margin-bottom: 8px;
} 
/* text styling for heading inside light grey bar*/
div#box p {
 	padding: 0 10px;
 	line-height: 1.9 em;
}
/* prettyphoto video position !essential for full opacity coverage!*/
#video {
	z-index: 10000;
}
/* image with word wrap (top right corner)*/
#image {	
	float: right;
}
/* text alignment for image with word wrap (top right corner)*/
#caption {
	float: center;
	margin-top: 193px;
}
/* text styling for image with word wrap (top right corner)*/
#bg #content #image div {
	font-family: Arial, Helvetica, sans-serif;
}
/* nonfunctioning attempt at opacity transition for images displayed on hover*/
#img {
	width:100px; 
	height:1.9em; 
	background:none; 
	opacity:0; 
	transition: opacity 2s ease-in-out;
}
/* nonfunctioning attempt at opacity transition for images displayed on hover*/
#img:hover {
	opacity:1; 
	background:none; 
	transition: 
	opacity 2s ease-in-out, background 1s ease-in;
}
/* displays image on hover*/
span.divimg span {
	position: absolute; 
	left: -9999px;
	margin: 20px 0 0 0px; 
	padding: 3px 3px 3px 3px;	
	z-index: 6;
}	
/* displays image on hover*/
span.divimg:hover span {
	margin: 20px/* + = position downwards  - = position upwards */ 0 0 20px/* + = position right  - = position left */; 
	background: none; 
	z-index:6;
	left: 39.5%; /*essential to functionality*/
}
/* hover image cheat for large abbr box*/
span.dropt {
	border-bottom: none; 
	background: none; 
}
/* hover image cheat for large abbr box*/
span.dropt:hover {
	text-decoration: none;
	width: 359px;
	height: 97px;
	z-index: 6;
}
/* hover image cheat for large abbr box*/
span.dropt span {
	position: absolute; 
	left: -9999px;
	margin: 0px 0 0 0px; 
	padding: 3px 3px 3px 3px; 
	z-index: 6;
}
/* hover image cheat for large abbr box*/
span.dropt:hover span {
	left: 2%; 
	background: url(images/button.png);
	font-family: MS Sans Serif; 
	font-size: 11; 
	line-height:1.1em
}
/* hover image cheat for large abbr box*/ 
span.dropt span {
	position: absolute; 
	left: -9999px;
	background:url(images/button.png); 
	width: 359px; 
	height: 97px; 
	font-family: MS Sans Serif; 
	font-size: 11; 
	line-height:1.1em;
	margin: 4px 0 0 0px; 
	padding: 3px 3px 3px 3px; 
}
/* hover image cheat for large abbr box*/
span.dropt:hover span {
	margin: 20px 0 0 650px; 
	background: url(images/button.png); 
	font-family: MS Sans Serif; 
	font-size: 11; 
	line-height:1.1em; 
	z-index:6;} 
	
span.divimg3 span {
	position: absolute; 
	left: -9999px;
	margin: 20px 0 0 0px; 
	padding: 3px 3px 3px 3px;	
	z-index: 6;
}	

span.divimg3:hover span {
	
	background: none; 
	z-index:6;
	left: 39%; /*essential to functionality*/
} 
/* move backwards button for prettyphoto elements*/
input#back {
	background: transparent url(../css/images/back.png);
	width: 130px;
	height: 29px;
	border: none;
	border-style: none;
}
/* print button*/
input#print {
	background: url(../css/images/print.png);
	width: 76px;
	height: 29px;
	border: none;
	border-style: none;
	text-align: right;
	
}
/*unknown*/
a img {
	border:none;
}
/*navbar styling*/
#navcontainer {
	 margin-top: 117px; 
	 width:80%; 
	 margin-right: auto; 
	 margin-left: auto; 
	 float:right; 
	 text-align:right; 
	 font-size:14px; 
	 height: 31px;"
}
#navcontainer ul
{
	padding-left: 0px;
	margin-left: 0px;
	background-color: none;
	color: White;
	float: left;
	width: 264px;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; 
	padding:0 .25em;
	width:60px;
	float: left;}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: none;
	color: White;
	text-decoration: none;
	float: left;
	border-right: none;
}

#navcontainer ul li:hover
{
	background-color: none;
	color: #ffffff;
	font-weight: bold;
}
/*end navbar styling*/
input#back:focus{
	border-color: 	none;
    outline: 0;
    outline: thin dotted \9;
    	-moz-box-shadow: 0 0 8px none;
		-webkit-box-shadow: 0 0 8px none;
	box-shadow: 0 0 8px none;
}
input#print:focus{
	border-color: 	none;
    outline: 0;
    outline: thin dotted \9;
    	-moz-box-shadow: 0 0 8px none;
		-webkit-box-shadow: 0 0 8px none;
	box-shadow: 0 0 8px none;
}
</style>