@charset "utf-8";
/* CSS Document */

.orangelink {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #C2B4A2;
	font-weight: bold;
	text-decoration: none;
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #911f23;
	text-decoration: none;
}
/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	display: block;
	color: #666666;
}
#p7TMctrl a:link {
	color: #666666;
	text-decoration: none;
}
#p7TMctrl a:visited {
	color: #999999;
}
#p7TMctrl a:hover {
	color: #C2B4A2;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 16px;
	font-size: 14px;
	text-decoration: none;
	color: #002755;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 12;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #002755;
	font-size: 12px;
	padding: 1;
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #002755;
}
#p7TMnav div a:hover {
	color: #C2B4A2;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 12px;
	text-decoration: none;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
	text-decoration: none;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   <IMG SRC="/wps/wcm/resources/image/4683ad74c708c3f1/p7t_plus.gif" HEIGHT="9" BORDER="0" WIDTH="9" >;
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   <IMG SRC="/wps/wcm/resources/image/4683ad94c7095014/p7t_minus.gif" HEIGHT="9" BORDER="0" WIDTH="9" >;
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px!important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: none;
	color: #C2B4A2;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.headerblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: 003366;
	text-decoration: none;
}
.maintextblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	color: #003366;
	text-decoration: none;
}
.line {
	background-image: url(../images_nav/graybardot.gif);
	background-repeat: repeat-y;
}
.maintextgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.orangearrow {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #C2B4A2;
	font-weight: bold;
}
.maintextorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
	color: #C2B4A2;
	text-decoration: none;
}
.specstable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: table;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #18183e;
	border-left: none;
}

/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* FreeStyle Menu v1.0RC by Angus Turnbull http://www.twinhelix.com */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 bottom: 1.0em; margin-bottom: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
 filter:alpha(opacity=75);
 -moz-opacity:.75; opacity:.75;

}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 bottom: -1px; margin-bottom: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #C2B4A2;
 border: 1px solid #C2B4A2;
 margin-right: -1px;
 }

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #002755;
 font-weight: bold;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #002755;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #C86;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */</a></a></ul></ul>

