/* *** ** Start of HomeWrapper ** *** */
* {margin:0; padding:0;}
ul, li { margin:0 0 0 .5em; padding:0; list-style:url(/images/bullet.gif);} 
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, dl, fieldset, address { margin:.5em 0; }

/* Text Styling */
h1 {
	color:#1f1c1a;
	font-size:26px;
	border-bottom:1px solid #1f1c1a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin:0;
	padding-bottom:10px;
}
h2 {
	color:#1f1c1a;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	margin:0;
}
h3 {
	color:#a3966d;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:1em 0 .5em 0;
}

.dropcap {
	color: #333333;
	font-size:30px;
	line-height:30px;
	padding-top:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p { line-height:18px; margin:1em 0;}
strong { font-weight:bold; color:#a3966d; }
a { text-decoration:none; color:#847a5a; }
a:hover { color:#1f1c1a; }
.required { color:#FF0000; }
hr { height:1px; background:#000; border:none; margin:5px 0;}
img { border:none; }
.clear { 
	clear:both;    
	height:0;
    font-size: 1px;
    line-height: 0px; 
}
.body {
	font: 80% Georgia, "Times New Roman", Times, serif;
	background: #173660;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	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;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#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 {
	margin: 0;
	padding: 0;
	cursor:pointer;
	width:960px;
	height:153px;
	background: url(/images/friedlander-logo.jpg) no-repeat;
	text-indent:-9000px;
	border:none;
}
#mainContent {
	padding: 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f4efce url(/images/bg-repeat.jpg) repeat-y;
	width:900px;
}
#content {
	width:615px;
	float:left;
}
.subBox {
	display:block;
	width:246px;
	height:216px;
	margin:20px;
	padding:5px 0 0 20px;
	float:left;
	display:inline;
	background:url(/images/category-bg.jpg) no-repeat;
}
.subBox h3 {
	color:#0e377b;
	font-size:18px;
	font-weight:normal;
}
#sidebar {
	width:261px;
	float:left;
	margin-right:20px;
}
#footer {
	width:940px;
	height:33px;
	margin:0;
	padding: 10px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(/images/footer-bg.jpg) no-repeat;
	overflow:hidden;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
p#footerNav {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
p#footerNav a { padding:0 8px; color:#fff; }
p#footerNav a:hover { color:#9cb5d8; }
#disclaimer {/* adjust width and height for your disclaimer */
	height:50px;
	margin: 10px auto; /* centers the disclaimer (if outside your container div) */
	padding:0 27px;
	text-align: left;
	color:#9cb5d8;
}
#disclaimer p {
	margin:0; 
	padding:0; 
	line-height:17px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#disclaimer a { color:#9cb5d8; font-weight:bold; }
#disclaimer a:hover { text-decoration:underline; }

/* Menu Styling */
#menu { 
	height:45px; 
	width:100%;
	border-bottom:dotted 1px #212121;
	margin-bottom:20px;
	text-align:center;
	font-style:italic;
	font-size:18px;
}
#menu a { 
	color:#000;
}
#menu a:hover {
	color:#0e377b;
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* 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 auto;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 870px;
	list-style-image:none;
}
/* 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: auto;
	float: left;
	list-style-image: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: 80%;
	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: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: none;
	padding: 8px 16px;
	color: #333;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a
{
	background-color: #f4efce;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color:#0e377b;
}
/* 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:#0e377b;
}

/*******************************************************************************

 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(/images/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(/images/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(/images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color:#0e377b;
}
/* 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(/images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color:#0e377b;
}

/*******************************************************************************

 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: none;
	}

	ul.MenuBarHorizontal ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/* Mini Contact Form Styling */
#form { padding:0; }
#form label { display:block; width:85px; float:left; height:15px; padding:3px 0 0 0; margin:0; font-size:11px; }
#form input { width:150px; margin-bottom:5px; height:15px; }
#form input.submit-btn { width:57px; height:20px; margin:5px 0 0 180px; }
#form textarea { width:150px; height:50px; }


/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
/* *** ** End   of HomeWrapper ** *** */
