/* NMA Stuff*/

#log_in{height: 66px;color: #fffffe;font-size: 8pt;margin: -5px 0px 0px 600px;}

#log_in *{text-align: center;margin-top: 0px;}

.button { border: 1px solid; color: #FFFFFF; background-color: #3399CC; font-size: 10pt;}

#navigation{background-color: #fff;position: relative;top: -12px;left: 208px;z-index: 333;margin: 0px;padding: 0px;}

#navigation ul{margin: 0px;padding-left: 0px;list-style-type: none;text-align: left;}

#navigation ul li.last{border: none;}

#navigation li{position: relative;float:left;padding: 0px;height: 25px;z-index: 102;border-right: solid 1px #DCDDDF;padding: 0 3px 0 3px;margin-bottom: 5px;}

#navigation li.tall{height: 40px;}

#navigation li ul{list-style-type: none;display: none;position: absolute; top: 23px;left: -1px;margin: 0px;padding: 5px 0px 10px 0px;width: 135px;background-color: #fff;border: solid 1px #DCDDDF;border-top: 0px;}

#navigation li ul li{float: none;padding: 0 0 0 3px;margin: 0px;border: none;}

#navigation li:hover ul{display: block;}

#navigation li.over ul{display: block;}

#navigation a, #navigation li.current a{font-family: Arial, Times, sans-serif; color: #3399cc;text-decoration: none;font-weight: bold; font-size: 8pt}

#navigation li.current a{color: #999999;text-decoration: none;}

#navigation li.current ul{background-color: #ffffff;background-image: none;border: solid 1px #DCDDDF;border-top: 0px;}

#navigation li li a:hover{color: #999999;}

#navigation li.current li a:hover{color: #999999;}

#navigation li.current li a{background-image: none;color: #3399cc;}

#navigation a{padding-top: 5px;display: block;}

#act_alerts{clear: both;height: 5px;width: 798px;margin: 0;padding: 0;text-align: center;overflow: hidden;background-color:#D8E9F1;}

#home_link{position: absolute;top: 0;width: 200px;margin: 0;padding: 0;}

#home_link a{display: block;height: 80px;color: #fff;}

#home_link a:hover, #home_link a:active, #home_link a:visited{color: #fff;}

/* BASIC LAYOUT */

@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DCDDDF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top: 0;
	padding-top: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url('../images/r_n_r_design/header.jpg');
	background-repeat: no-repeat;
	background-color: #FFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 10px;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* MENU */



/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 770px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #FFF;
	
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
	
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #3396b6;
	margin: 5px;
	padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

ul.MenuBarHorizontal a.selectedmenu{
	background-color: #005278;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #005278;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #005278;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.selectedmenu{
	background-color: #005278;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

	
	
/* TEXT FORMATTING */	
	
.style1 {
	font-size: 65%;
}

.ParagraphStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 2;
}
.rightcolumn {
	float: right;
	width: 280px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.NewsBox {
	color: #FFFFFF;
	background-color: #005278;
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.ParagraphHeader {
	color: #005278;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imagebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0px;
	padding: 5px;
	float: none;
	width: 250px;
	border: 1px solid #000000;
}
.NewsBox2 {
	color: #FFFFFF;
	background-color: #005278;
	float: none;
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.style4 {font-size: 85%}
.diagrambox {
	float: left;
	width: 250px;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 3px;
}

