/*
  MWPE 2.5 copyright 2006
  */

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

body { 
	Background-color: #fef5e6;
	}

/* box outline */
.mainBox {
	border: 1px outset #999999;
	}
	
/* primary link formating */
a:link {
	Color: #6A4D2D;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold;
}
a:visited {
	Color: #666666;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold;
}
a:active {
	Color: #FF9900;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold;
}
a:hover {
	Color: #6A4D2D;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold;
}

a.sidebar:link {
	Color: #6A4D2D;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold;
}
a.sidebar:visited {
	Color: #666666;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold;
}
a.sidebar:active {
	Color: #6A4D2D;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold;
}
a.sidebar:hover {
	Color: #1784bd;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold;
}

/* header / footer formating */
TD.header {
  Font-Family: Arial, Helvetica, sans-serif; 
  Font-Size: 12px; 
  font-weight: bold;
  color: #364C5E;
   text-align: center;
}
TD.footer {
  Font-Family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
   text-align: center;
   font-size: 10px;
   line-height:1.3;
}
a.footer:link {
	Color: #ffffff;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold;
	line-height:1.4;
}
a.footer:visited {
	Color: #ffffff;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold;
	line-height:1.4;
}
a.footer:active {
	Color: #FFFFFF;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold;
	line-height:1.4;
}
a.footer:hover {
	Color: #1784bd;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold;
	line-height:1.4;
}
/* primary text formating */
td {font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}

p {font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}
TD.main2, P.main2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  Font-Weight: Bold;
}
TD.main3, P.main3, table.main3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  Font-Weight: Bold;
  line-height:.9;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

/* list formating */
li {
	line-height: 16px;
}

/* header tag formating */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 14px;
}


/* formating for horizontal navigation files */
.infoBox {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
A.infoBox:Link { 
  color: #6A4D2D;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBox:Visited { 
  color: #666666;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBox:Active { 
  color: #FFFFFF;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBox:Hover {
  Color: #FFFFFF;
	Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold;
}
.infoBoxContents {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
A.infoBoxContents:Link { 
  color: #6A4D2D;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBoxContents:Visited { 
  color: #666666;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBoxContents:Active { 
  color: #FFFFFF;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBoxContents:Hover {
  Color: #FFFFFF;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 12px; 
	Font-Weight: Bold;
}
TD.infoBoxHeading {
  Font-Family: Arial, Helvetica, sans-serif; 
  Font-Size: 14px; 
  font-weight: bold;
	color: #FFFFFF;
   text-align: center;
}

/* formating for vertical navigation files */
.infoBox_2 {
	border: 1px outset #0000cc;
	}
A.infoBox_2:Link { 
  color: #6A4D2D;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBox_2:Visited { 
  color: #666666;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBox_2:Active { 
  color: #FFFFFF;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBox_2:Hover {
  Color: #FFFFFF;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold;
}
.infoBoxContents_2 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  }
A.infoBoxContents_2:Link { 
  color: #6A4D2D;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_2:Visited { 
  color: #666666;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_2:Active { 
  color: #FFFFFF;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_2:Hover {
  Color: #FFFFFF;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold;
}
TD.infoBoxHeading_2 {
  Font-Family: Arial, Helvetica, sans-serif; 
  Font-Size: 12px; 
  font-weight: bold;
	color: #FF0000;
   text-align: center;
}

/* menu nav*/
table.infoBox_3 {
	/*border: 1px solid #000000;*/
	background-color:#666666
	}
A.infoBox_3:Link { 
  color: #ffffff;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold; 
}
A.infoBox_3:Visited { 
  color: #ffffff;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold; 
}
A.infoBox_3:Active { 
  color: #1784bd;
   Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold; 
}
A.infoBox_3:Hover {
  Color: #1784bd;
	Text-Decoration: none;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 14px; 
	Font-Weight: Bold;
}
.infoBoxContents_3 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  }
A.infoBoxContents_3:Link { 
  color: #ffffff;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_3:Visited { 
  color: #ffffff;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_3:Active { 
  color: #1784bd;
   Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_3:Hover {
  Color: #1784bd;
	Text-Decoration: Underline;
	Font-Family: Arial, Helvetica, sans-serif; 
	Font-Size: 10px; 
	Font-Weight: Bold;
}
TD.infoBoxHeading_3 {
  Font-Family: Arial, Helvetica, sans-serif; 
  Font-Size: 10px; 
  font-weight: bold;
	color: #FF0000;
   text-align: center;
}

/* form formating */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
TABLE.formArea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #dfdfdf;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {
  Font-Family: Arial, Helvetica, sans-serif; 
  Font-Size: 12px; 
  font-weight: bold;
	color: #0000cc;
  background-color: #dfdfdf;
}

/* don't need to change anything below this line */
/* message box */
.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

/* error formating */
TR.headerError {
  background: #ffffff;
}
TD.headerError {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
TR.headerInfo {
  background: #dfdfdf;
}
TD.headerInfo {
  Font-Family: Arial, Helvetica, sans-serif; Font-Size: 12px; font-weight: bold;
	color: #FF0000;
  background-color: #dfdfdf;
   text-align: center;
}
SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

select.seo {
background:#666666;
color:#FFFFFF;
}

a.nav:link{
background-color: #666666;
color: #ffffff;
text-decoration: none;
width: 125px;
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
white-space: nowrap;
display: inline;
}

a.nav:visited{
background-color: #666666;
color: #ffffff;
text-decoration: none;
width: 125px;
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
white-space: nowrap;
display: inline;
}

a.nav:active{
background-color: #666666;
color: #ffffff;
text-decoration: none;
width: 125px;
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
white-space: nowrap;
display: inline;
}

a.nav:hover{
background-color: #666666;
color: #1784bd;
text-decoration: none;
width: 125px;
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
white-space: nowrap;
display: inline;
}

/*layer/cell menu*/
.suckertreemenu div{
white-space: nowrap;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

/*Top level list items*/
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
width: 127px;
float: left;
background-color: #666666; /*overall menu background color*/
color:#FFFFFF;
white-space: nowrap;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 120px; /*Width of top level menu link items*/
white-space: nowrap;
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #ffffff;
background-color: #666666;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
color:#FFFFFF
background-color: #666666;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #000000;
background-color: #666666;
}

.suckertreemenu ul li a:visited{
background-color: #666666;
color: #ffffff;
text-decoration: none;
}

.suckertreemenu ul li a:active{
background-color: #666666;
color: #ffffff;
text-decoration: none;
}

.suckertreemenu ul li a:hover{
background-color: #666666;
color: #1784bd;
text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #666666 url(images/1space.gif) no-repeat center right;
color: #ffffff;
text-decoration: none;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #666666 url(images/1spacer.gif) no-repeat center right;
color: #ffffff;
text-decoration: none;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */