/* *** ** Start of CSS ** *** */
* {margin:0; padding:0;}
#main-content ul, #main-content-sub 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: 23px "Times New Roman", Times, serif; font-weight: bold; color: #271f16; }
h2 { font: 18px "Times New Roman", Times, serif; font-weight: bold; color: #99111d; }
h3 {}
h4 {}
h5 {}
p { line-height:19px; margin:10px 0;}
strong { font-weight:bold; }
a { text-decoration:none; color: #000; font-size: 12px; font-weight: bold; }
a:hover { text-decoration:underline; }
.required { color:#FF0000; }
img { border:none; }
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
.clear { clear:both; }

.body
{	font: 13px Tahoma, Geneva, sans-serif;
	background: #756450 url(/jefferhopkinsonvogel/images/body-bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #636466;
}
#container
{	width: 878px;
	margin: 0 auto;
	text-align: left;
}
#container-sub
{	width: 878px;
	margin: 0 auto;
	text-align: left;
	background: url(/jefferhopkinsonvogel/images/content-bg-repeat-sub.jpg) repeat-y;
}
#header h1
{	margin: 0;
	padding: 0;
	border: 0;
}
#header h1 a
{	cursor: pointer;
	height: 257px;
	text-indent: -9000px;
	display: block;
	width: 878px;
	margin: 0;
	padding: 0;
	background: url(/jefferhopkinsonvogel/images/jeffer_header_bg.png) no-repeat;
}
#menu
{	background: url(/jefferhopkinsonvogel/images/menu-bg.jpg) no-repeat;
	width: 820px;
	height: 57px;
	padding: 4px 29px 0 29px;
}
#content
{	background: url(/jefferhopkinsonvogel/images/content-bg.jpg) no-repeat;
	width: 100%;
}
#content #content { background: url(/jefferhopkinsonvogel/images/content-bg.jpg) no-repeat 0 100px; padding: 15px 0 0 31px; height:577px; }

#content-sub
{	width: 878px;
	background: url(/jefferhopkinsonvogel/images/content-bg-top-sub.jpg) top no-repeat;
}
#content-inner-sub
{	width: 830px;
	padding: 0 0 20px 48px;
	background: url(/jefferhopkinsonvogel/images/content-bg-bottom-sub.jpg) bottom no-repeat;
}
#sidebar
{	width: 161px;
	padding: 0 30px 0 0;
	float: left;
	display: inline;
}
#sidebar li
{	font: 15px "Times New Roman", Times, serif;
	line-height: 25px;
	list-style: none;
}
#sidebar a
{	font: 15px "Times New Roman", Times, serif;
	line-height: 25px;
	color: #636466;
}
#address
{	width: 137px;
	margin-top: 20px;
	background: #f3eee9;
	padding: 0 7px;
	border: 1px solid #271f16;
	font: 13px "Times New Roman", Times, serif;
	color: #271f16;
	text-align: center;
}
#address hr
{	margin: 0;
}
#address-sub
{	width: 592px;
	margin-top: 20px;
	background: #f3eee9;
	padding: 0;
	border: 1px solid #271f16;
	font: 13px "Times New Roman", Times, serif;
	color: #271f16;
	text-align: center;
}
#address-sub p
{	width: auto;
	float: left;
	padding: 8px 8px 0;
}
#main-content
{	padding: 0;
	width: 465px;
	float: left;
	display: inline;
}
#main-content-sub
{	padding: 15px 0 20px 0;
	width: 592px;
	min-height: 350px;
	_height: 350px;
}


#disclaimer
{	width: 824px;
	height:50px;
	margin: 10px auto;
	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: #fff;
}
#disclaimer a
{	font-weight: bold;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
}

.footer-Navigation ul
{	list-style-type: none;
}
.footer-Navigation li
{	display: inline;
	margin: 0;
}
.footer-Navigation
{	width: 878px;
	height: 26px;
	padding: 27px 0 0 0;
	margin: 0 auto;
	text-align: center;
	background: #e7ddd0 url(/jefferhopkinsonvogel/images/footer-nav-bg-top.jpg) top no-repeat;
}
.footer-Navigation a
{	font: 11px Arial, Helvetica, sans-serif;
	color:#271f16;
	text-decoration: none;
	padding: 0 15px;
	border-right: 1px solid #271f16;
	text-transform: uppercase;
}
.footer-Navigation a:hover
{	color:#271f16;
	text-decoration: underline;
}
.footer-Navigation li.last_child a
{	border: 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 130px;
	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 15px;
	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: 260px;
	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: 250px;
	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;
	border-top: none;
	background: #6e5e4b;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	font: 13px "Times New Roman", Times, serif;
	line-height: 13px;
	padding: 18px 0 10px;
	color: #e7ddd0;
	text-decoration: none;
	text-transform: uppercase;
}
ul.MenuBarHorizontal ul a
{	line-height: normal;
	padding: 5px;
	text-transform: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{	border-bottom: 4px solid #e7ddd0;
	padding: 18px 0 6px;
	text-decoration: none;
}
ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus
{	border: none;
	padding: 5px;
	background: #e7ddd0;
	color: #6e5e4b;
}
/* 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
{	border-bottom: 4px solid #e7ddd0;
	padding: 18px 0 6px;
}


/*******************************************************************************

 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 ** *** */
