/* Reset Style.
* @author Eric Meyer
* @author Russ Tennant (russ@i2rd.com)
* @author Ben Barber (bbarber@i2rd.com)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
body{line-height: 1;color: #000;background: #FFF;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;}
caption, th, td{text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after{content: "";}
blockquote, q{quotes: "" "";}

td{vertical-align: middle;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
b, strong{font-weight: bold;}
html, body, div.page, div.ieonly {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100.0px;
	height: 100.0px;
}

#header {
	height: 100.0px;
}

#homeflash {
}

#body {
}

#banners {
	padding-bottom: 100.0px;
}

#column1 {
	float: left;
}

#column2 {
	float: left;
}

#column3 {
	float: left;
}

#column4 {
	float: left;
}

#column5 {
	float: left;
}
/*
Basic Styles
Company: Vipa Solutions
Author: Becca Nispel (rnispel@i2rd.com) | Vivian Clark (vclark@i2rd.com)
*/

html {
  font-size: 100%;
}
body {
  font: 0.8em arial, sans-serif;
  background: #f0f0f0;
  color: #000;
}

/* alignment -----------------------------*/
#header,
#footer,
#e_content,
#home_flash,
#banners {
  width: 100%;
}
#header_wc_0,
#footer_wc_0,
#e_column_0,
#homeflash_wc_0,
#body,
#banners_wc_0 {
  width: 900px;
  margin: 0 auto;
}
#e_column_0 {
    margin: 20px auto;
}

/* header -----------------------------------------------*/
#header {
  background: url(/resources/dyn/files/86646/_fn/bg_gradient.jpg) repeat-x top left;
  height: 105px;
  margin-top: -5px;
}
#header_wc_0 {
  position: relative;
}
#logo {
  background: url(/resources/dyn/files/86655/_fn/pvc_logo.jpg) no-repeat top left;
  float: left;
  height: 104px;
  width: 195px;
}
#logo h1 a {
  display: block;
  text-indent: -4000em;
  width: 195px;
  height: 104px;
}

/* main menu styles------------------------------*/
#main_menu {
  float: right;
  margin-top: 32px;
  background: url(/resources/dyn/files/86650/_fn/navi_bg_middle.jpg) repeat-x top left;
}
#main_menu li {
  padding: 10px;
  color: #525252;
  font-weight: bold;
  background: url(/resources/dyn/files/87334/_fn/border_right.jpg) no-repeat right;
  font-family: "Trebuchet MS", arial, sans-serif;
}
#main_menu li a {
  text-decoration: none;
  color: #525252;
}
#main_menu li.over,
#main_menu li.mi_active {
  background-color: #8dafd1;
  cursor: pointer;
}
#main_menu li.last {
  background-image: none;
}
#main_menu li li {
  width: 91%;
  background-image: none;
  padding: 5px 10px 3px;
  font-weight: normal;
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
}
#main_menu li li a {
  color: white;
  display: block;
}

#main_menu li ul {
  width: 120px;
  overflow: hidden;
  left: 0;
  top: 36px;
  background: #8f8f8f;
  z-index: 200;
}

/* footer ------------------------------------------*/
#footer {
  background: #a3a2a3;
}
#footer_wc_0 {
  padding: 10px;
}
#footer_text {
  float: left;
  font-size: 0.9em;
}

/* footer menu */
div.footer_menu  {
  float: right;
}
li.sub_link {
  margin-right: 6px;
  padding-right: 8px;
  border-right: 1px solid black;
}
div.footer_text {
  float: left;
}
#footer li.mi_active a {
  color: #000000;
}

/* general styles ---------------------------------*/
h2 {
  font-family: "Arial Narrow", arial, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #8dafd1;
  text-transform: uppercase;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.required span {
  color: red;
}  
/* list styles -------------------*/
.textbean li,
.article_content li {
  padding-left: 3px;
  list-style-type: disc;
  margin-left: 15px;
}

.textbean ul,
.article_content ul  {
  padding-bottom: 15px;
}



/* img styles -------------------*/

img.right {
  float: right;
  margin-left: 10px;
}
img.left {
  float: left;
  margin-right: 10px;
}

/* tables ----------------------------------------*/
.textbean table {
  width: 100%;
}
.textbean td {
  vertical-align: top;
}
.textbean td.home_links {
  width: 30%;
}

/*error styles--------------------------*/
div.errors2 {
  display: none;
}

div.errors1 {
  color: red;
}
/* home page only ----------------------*/

/* homeflash row ---------------------------*/
#homeflash {
  background: #8dafd1;
  margin-top: 15px;
}
#home_flash_wc_0 {
  width: 978px;
  background-color: #8dafd1;
  height: 235px;
}
.home_flash p img {
  width: 934px;
}
/* middle columns buckets ------------------*/
#body { 
  margin-bottom: 45px;
  height: 275px;
}
#body_wc_0 .column {
  margin: 14px 12px 0 0;
  width: 165px;
  padding: 9px 0 34px 0;
  float: left;
  background: url(/resources/dyn/files/86645/_fn/banner_top.jpg) no-repeat top; 
}
#body_wc_0 {
  margin-left: 14px;
}
#body_wc_0 .option {
  height: 262px;
  background: url(/resources/dyn/files/86644/_fn/banner_middle.jpg) repeat-y;
}
#body_wc_0 .bucket {
  height: 246px;
  padding: 18px 2px 5px 16px;
  position: relative;
  background: url(/resources/dyn/files/87103/_fn/banner_bottom.jpg) no-repeat bottom;
}
#body_wc_0 .option div p {
  width: 133px;
  text-align: center;
}
#body .banner_title {
  text-transform: uppercase;
  text-align: center;
}

/* learn link ------*/

#learn_link {
  width: 150px;
  position: absolute;
  left: 21px;
  bottom: 0px;
}
#learn_link p {
  text-align: right;
  background: url(/resources/dyn/files/86638/_fn/arrow_right.jpg) no-repeat right;
}
#learn_link p:hover {
  color: #8dafd1;
  cursor: pointer;
}

/* Logo banners -------------------------------- */
#banners {
  background: #ffffff;
  height: 170px;
}

/* logo row */
.logo_1,
.logo_2,
.logo_3,
.logo_4 {
  float: left;
  margin: 20px;
}

.logo_4 {
  margin-top: 45px;
}

p.trademark {
  font-size: .7em;
  padding-left: 73px;
  text-align: justify;
  width: 244px;
}



/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
