/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
#main-content ul { margin:0 0 0 25px; padding:0; line-height:22px; }
h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }
hr { margin: 15px 0; }

/* Text Styling */
h1 { margin: 0 0 .5em 0; font: 21px Georgia, "Times New Roman", Times, serif; font-style: italic; color: #21477b; }
h2 { font: 13px Tahoma, Geneva, sans-serif; font-weight: bold; }
h3 {}
h4 {}
h5 {}
p { line-height:22px; margin:10px 0;}
strong { font-weight:bold; }
a { text-decoration:none; color: #0000CC; }
a:hover { text-decoration:underline; }
.required { color:#FF0000; }
img { border:none; }
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
.clear { clear:both; }


#container
{	width: 974px;
	margin: 0 auto;
	text-align: left;
}
#header
{	background: url(/pbatyler/images/header-bg.jpg) no-repeat;
	margin: 0 12px 0 11px;
	width: 951px;
	height: 374px;
}
#header-sub
{	background: url(/pbatyler/images/header-bg-sub.jpg) no-repeat;
	margin: 0 12px 0 11px;
	width: 951px;
	height: 188px;
}
#header h1, #header-sub hq
{	margin: 0;
	padding: 0;
	border: 0;
}
#header h1 a
{	cursor: pointer;
	height: 374px;
	text-indent: -9000px;
	display: block;
	width: 474px;
	margin: 0;
	padding: 0;
}
#header-sub h1 a
{	cursor: pointer;
	height: 188px;
	text-indent: -9000px;
	display: block;
	width: 474px;
	margin: 0;
	padding: 0;
}
#menu
{	width: 974px;
	height: 39px;
	background: url(/pbatyler/images/menu-bg.jpg) no-repeat;
	padding: 0 0 9px 0;
}
#content
{	width: 902px;
	padding: 26px 0 0 49px;
	background: #e8e8e8;
	margin: 0 12px 0 11px;
}
#sidebar
{	width: 261px;
	float: left;
	display: inline;
	color: #333333;
}
#main-content
{	padding: 0 100px 20px 0;
	width: 541px;
	float: left;
	display: inline;
}


#disclaimer
{	width: 897px;
	height:50px;
	margin: 40px auto 10px;
	padding:0 27px;
	text-align: left;
}
#disclaimer p
{	margin:0; 
	padding: 7px 0 0 0; 
	line-height:17px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}
#disclaimer a
{	font-weight: bold;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.footer-Navigation ul
{	list-style-type: none;
}
.footer-Navigation li
{	display: inline;
	margin: 0;
}
.footer-Navigation
{	width: 951px;
	margin: 15px auto;
	text-align: right;
}
.footer-Navigation a
{	color:#a3a7ae;
	text-decoration: none;
	padding: 0 15px;
}
.footer-Navigation a:hover
{	color:#a3a7ae;
	text-decoration: underline;
}
.footer-Navigation li.last_child a
{	padding-right: none;
}


/* 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 0 0 50px;
	list-style-type: none;
	cursor: default;
	width: 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;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	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: 5px 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 190px;
	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: 180px;
	padding: 0 5px;
}
/* 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: 1px solid #CCC;
	background: #a3a7ae;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 13px 25px;
	color: #fff;
	text-decoration: none;
	font: 13px Tahoma, Geneva, sans-serif;
	line-height: 13px;
}
ul.MenuBarHorizontal ul a
{	padding: 5px;
	line-height: normal;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: url(/pbatyler/images/menu-hover.jpg) bottom center no-repeat;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{	background: #fff;
	color: #a3a7ae;
}
/* 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: url(/pbatyler/images/menu-hover.jpg) bottom center no-repeat;
}


/*******************************************************************************

 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: none;
	}
}
/* *** ** End   of CSS ** *** */
/* *** ** Start of DefaultWrapper ** *** */
.body
{	font: 12px Tahoma, Geneva, sans-serif;
	background: #fff url(/pbatyler/images/body-bg-sub.jpg) top repeat-x;
	margin: 0;
	padding: 16px 0 0 0;
	text-align: center;
	color: #000;
}/* *** ** End   of DefaultWrapper ** *** */
/* *** ** Start of DirectionsLayout ** *** */
#directionsForm { padding-bottom:10px;}
#directionsInput { display:inline; }
#directionsLocale { display:inline; margin:0 10px; }
#directionsSubmit { display:inline; }/* *** ** End   of DirectionsLayout ** *** */
