/* *** ** Start of ResourcesWrapper ** *** */
* {margin:0; padding:0;}
ul, ol { padding-left:1em; margin-left:1; }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address { margin-bottom: 1em; }
img { border:none; }
strong {}
a {	
	color: #307EC4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear { clear:both; }

.little { font-size:70%; }

.body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1f4e7d url(/images/background-repeat.jpg) repeat-x;
	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;
}
.hr {
	display:block;
	height:1px;
	width:265px;
	background:url(/images/hr.jpg) no-repeat;
	margin:1em 0;
}
.hr-wide {
	display:block;
	height:1px;
	width:100%;
	background:url(/images/hr-wide.jpg) no-repeat;
	margin:1em 0;
}
#container { 
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e9edf6 url(/images/content-bg-repeat.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}
#container-repeat { 
	background: url(/images/content-bg.jpg) no-repeat; 
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}
#header { 
	background: #DDDDDD; 
	padding:0;  /* 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. */
} 
#header a h1 {
	background:url(/images/tateishi-pascual-logo.jpg) no-repeat;
	width:997px;
	height:254px;
	text-indent:-9000px;
	padding:0;
	margin:0;
	cursor: pointer;
}
#header #menu { 
	width:997px; 
	height:51px;
	background: url(/images/main-nav-bg.jpg) no-repeat;
	padding:0;
	margin:0;
}
#sidebar1 {
	font-size: 12px;
	text-align:center;
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(/images/content-inside-bg-repeat.jpg) no-repeat top right;
	padding: 60px 0 0 0;
	margin: 0 9px 0 0;
	line-height:16px;
	display: inline;
}
#sidebar1 h2 { font-size: 19px; font-weight:100; }
#sidebar1 h2, #sidebar1 h3, #sidebar1 h4 { margin:5px 0; }
#sidebar1 h3 { color:#153556; font-size: 16px; font-style:italic; font-weight:bold;}
#sidebar1 p { margin:0; }
#lowerbar1 {
	font-size: 11px;
	text-align:center;
	float: left; /* since this element is floated, a width must be given */
	width: 979px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding: 8px 0px 8px 0px;
	margin: 0 0 0 9px;
	line-height:16px;
	position:relative;
	display: inline;
}
#lowerbar1 h2 { font-size: 17px; font-weight:100; }
#lowerbar1 h2, #lowerbar1 h3, #lowerbar1 h4 { margin:5px 0; }
#lowerbar1 h3 { color:#153556; font-size: 14px; font-style:italic; font-weight:bold;}
#lowerbar1 p { margin:0; }
#address-area {
	font-size: 11px;
	text-align: center;
	width: 300px;
	height: 106px;
	background: #FFFFFF url(/images/address-area-bg.jpg) no-repeat;
	padding: 10px 0 ;
	margin: 10px 0 0;
	color:#fff;
}
#inside-address-area {
	font-size: 11px;
	text-align: center;
	width: 300px;
	height: 106px;
	background: #FFFFFF url(/images/address-area-bg.jpg) no-repeat;
	padding: 10px 0 ;
	margin: 10px 0 0;
	color:#fff;
}
#lowerbar1 #address-area { position:relative; left:35px; }
#address-area h3 { color:#fff; font-size:14px; font-style:italic; font-weight:bold;}
#sidebar-text-group { 
	float: left;
	width: 33%;
	display: inline;
}
#mainContent { 
	background: #FFFFFF url(/images/content-inside-bg-repeat.jpg) no-repeat top left;
	float: left;
	width: 679px;
	margin: 0 0 0 9px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: inline;
}
#contentImage {
	background:url(/images/content-background.jpg) no-repeat;
	width:512px;
	min-height:258px;
	_height:258px;
	overflow:inherit;
	padding:215px 80px 0;
	margin-top:0px;
}
#insideContentImage {
	background:url(/images/resources-header.jpg) no-repeat;
	height:100%;
	width:859px;
	padding:245px 60px 0 60px;
	margin-top:0px;
}
#footerContainer {
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align:center;
	background:url(/images/content-bg-bottom.jpg) top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:25px 0 10px 0;}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#fff;
	text-align:center;
} 
#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: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.footerlinks { text-align:center; }
#footer p.footerlinks a { padding: 0 1em; height: 10px; background:url(/images/footer-nav-divider.jpg) no-repeat right; }
#footer p.footerlinks a.last { background:none;}
#footer p.footerlinks a:hover { }  
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* 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: 100%;
}
/* 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: 17px 22px;
	list-style-type: none;
	font-size: 100%;
	background: url(/../images/navigation.jpg) no-repeat right;
	position: relative;
	float:left;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
ul.MenuBarHorizontal li.last
{	background: none;
}
/* 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: 185px;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul li
{
	padding: 5px;
}
/* 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: 175px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal ul
{
	position: absolute;
	margin: 16px 0 0 8px;
}
/* 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: 1px solid #000;
	background: #164094;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	/*padding: 0.5em 0.75em;*/
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #B3BED4;
}
/* 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
{
	color: #B3BED4;
}

/*******************************************************************************

 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(/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(/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(/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(/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
/* 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;*/
	}
}

fieldset {
	border:none;
}
ol {
	list-style: none;
}
.msg-pct {
	width: 85%;
}
.form-pct {
	width: 300px;
	margin: 0;
}
label {
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
}
.pad_frm_itm {
	margin: 0;
	padding: 0;
}/* *** ** End   of ResourcesWrapper ** *** */
