/*
  MWPE 2.1 copyright 2005
  */

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

body {
	ScrollBar-Arrow-Color: #000000;
	ScrollBar-Face-Color: #999999;
	ScrollBar-HighLight-Color: #666666;
	ScrollBar-Shadow-Color: #014B58;
	ScrollBar-3DLight-Color: #cccccc;
	ScrollBar-DarkShadow-Color: #000000;
	ScrollBar-Track-Color: #014B58;
	Background-color: #FFFFFF;
	background-image: url(images/back.gif);
	}

p, td {
	Color: #000000;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 16px; 
}

li {
	Color: #000000;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 16px; 
	line-height: 16px;
}

/* box outline */
/*.mainBox {
	border: 1px outset #999999;
	}
*/	
/* primary link formating */
a:link {
	Color: #BB9651;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 16px; 
	Font-Weight: Bold;
}
a:visited {
	Color: #BB9651;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 16px; 
	Font-Weight: Bold;
}
a:active {
	Color: #666666;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 16px; 
	Font-Weight: Bold;
}
a:hover {
	Color: #666666;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 16px; 
	Font-Weight: Bold;
}

/* header / footer formating */
TD.header {
  Font-Family: Verdana, Arial, Tahoma; 
  Font-Size: 16px; 
  font-weight: bold;
  color: #FFffff;
   text-align: center;
}
TD.footer {
  Font-Family: Verdana, Arial, Tahoma; 
  font-weight: bold;
	color: #000000;
   text-align: center;
   font-size: 16px;
}

/* primary text formating */

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
}
TD.main2, P.main2 {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  Font-Weight: Bold;
}
TD.main3, P.main3 {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
}

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


/* formating for horizontal navigation files */
.infoBox {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
A.infoBox:Link { 
  color: #BB9651;
   Text-Decoration: none;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBox:Visited { 
  color: #BB9651;
   Text-Decoration: none;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBox:Active { 
  color: #666666;
   Text-Decoration: none;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 12px; 
	Font-Weight: Bold; 
}
A.infoBox:Hover {
  Color: #666666;
	Text-Decoration: none;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 12px; 
	Font-Weight: Bold;
}
.infoBoxContents {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
A.infoBoxContents:Link { 
  color: #BB9651;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 11px; 
	Font-Weight: Bold; 
}
A.infoBoxContents:Visited { 
  color: #BB9651;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 11px; 
	Font-Weight: Bold; 
}
A.infoBoxContents:Active { 
  color: #666666;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 11px; 
	Font-Weight: Bold; 
}
A.infoBoxContents:Hover {
  Color: #666666;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 11px; 
	Font-Weight: Bold;
}
TD.infoBoxHeading {
  Font-Family: Verdana, Arial, Tahoma; 
  Font-Size: 12px; 
  font-weight: bold;
	color: #FF0000;
   text-align: center;
}

/* formating for vertical navigation files */
.infoBox_2 {
	border: 1px outset #0000cc;
	}
A.infoBox_2:Link { 
  color: #0000FF;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBox_2:Visited { 
  color: #9900CC;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBox_2:Active { 
  color: #CC00CC;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBox_2:Hover {
  Color: #CC00CC;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold;
}
.infoBoxContents_2 {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  }
A.infoBoxContents_2:Link { 
  color: #FF0000;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_2:Active { 
  color: #990000;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_2:Visited { 
  color: #ff0000;
   Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold; 
}
A.infoBoxContents_2:Hover {
  Color: #cc0000;
	Text-Decoration: Underline;
	Font-Family: Verdana, Arial, Tahoma; 
	Font-Size: 10px; 
	Font-Weight: Bold;
}
TD.infoBoxHeading_2 {
  Font-Family: Verdana, Arial, Tahoma; 
  Font-Size: 12px; 
  font-weight: bold;
	color: #FF0000;
   text-align: center;
}

/* form formating */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TABLE.formArea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #dfdfdf;
  border-color: #999999;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {
  Font-Family: Verdana, Arial, Tahoma; 
  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: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

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

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

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

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
/*width: 127px;*/
float: none;
/*background-color: #ffffff; /*overall menu background color*/
/*color:#000000;*/
white-space: nowrap;
Text-Decoration: none;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: inline; /*Use block for limited number of blocked nav links*/
/*width: 120px; /*Width of top level menu link items*/
/*white-space: nowrap;*/
padding: 1px 1px;
/*border: 1px solid black;
border-left-width: 0;*/
Text-Decoration: none;
Font-Family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; 
color: #0000ff;
font-size:11px;
font-weight:bold;
/*background-color: #ffffff;*/
}

.suckertreemenu ul li a:visited{
/*background-color: #ffffff;*/
color: #9900CC;
font-size:11px;
Text-Decoration: none;
Font-Family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; 
font-weight:bold;
}

/*.suckertreemenu ul li a:active{*/
/*background-color: #ffffff;*/
/*color: #000000;
font-size:12px;
text-decoration: none;
font-weight:bold;
}*/

.suckertreemenu ul li a:hover{
/*background-color: #ffffff;*/
color: #CC00CC;
font-size:11px;
Text-Decoration: none;
Font-Family: Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular; 
font-weight:bold;
}
	
/*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;
z-index:10;
}

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

/*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;
z-index:10;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 230px; /*width of sub menu levels*/
color: #0000FF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #000000;
text-align:left;
font-size:11px;
font-weight:bold;
}

.suckertreemenu ul li ul li a:visited{
/*background-color: #ffffff;*/
color: #9900CC;
font-size:11px;
text-decoration: none;
font-weight:bold;
}

.suckertreemenu ul li ul li a:active{
/*background-color: #ffffff;*/
color: #CC00CC;
font-size:11px;
text-decoration: none;
font-weight:bold;
}

.suckertreemenu ul li ul li a:hover{
/*background-color: #ffffff;*/
color: #CC00CC;
font-size:11px;
text-decoration: none;
font-weight:bold;
}

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

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
/*background: #ffffff url(images/spacer.gif) no-repeat center right;
color: #000000;*/
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 a { color: #0000FF;  height: 1%; text-decoration: none;}
* html .suckertreemenu ul li { color: #0000FF;  height: 1%; text-decoration: none;}
* html .suckertreemenu ul li a { color: #0000FF; text-decoration: none; height: 1%; }
* html .suckertreemenu ul li a:hover { color: #9900CC; text-decoration: none; height: 1%; }
* html .suckertreemenu ul li ul li {color: #0000FF; text-align:left; text-decoration: none;}
* html .suckertreemenu ul li ul li a {color: #0000FF; text-align:left; text-decoration: none;}
/* End */

.content_blue {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
	/*color: #1F70B2;*/
	color: #000000;
}
.form_content {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #1F70B2;
	font-style: italic;
}
.form_box {
	height: 15px;
	width: 130px;
	border: 1px solid #FA8236;
	background-color: #B7DCF9;
}

.bubble_content {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #006600;
}
#bubble_content:link {

	color: #E97C05;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#bubble_content:visited {

	color: #E97C05;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#bubble_content:hover {

	color: #009900;
	text-decoration: underline;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.form_textbox {
	height: 50px;
	width: 130px;
	border: 1px solid #FA8236;
}.form_submit {
	height: 15px;
	width: 60px;
	border: 1px solid #FA8236;
	background-color: #F07F07;
	font-family: Arial];
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.content_white {

	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.content_white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
a.content_white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
a.content_white:hover {
	color: #FCCBB6;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.content_blue_testimonials {

	font-family: Verdana, Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.content_orange_testimonials {


	font-family: Verdana, Arial, Helvetica, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.orange_content_bold {

	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.green_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.content_blue_left_padding {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}

