@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0B1115;
}
#housebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	top: 6px;
	padding-left: 100px;
}
.twoColHybLtHdr #container table {
	width: 450px;
}

.twoColHybLtHdr #container {
	width: 620px;  /* this will create a container 80% of the browser width */
	background: url(images/blue_stripe.jpg) center; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	height: auto;
	margin-left: 225px;
} 
.twoColHybLtHdr #container #housepics {
	width: 450px;
	height: 150px;
}
.twoColHybLtHdr #header {
	background: url(images/ronzos_logo.jpg) no-repeat;
	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. */
	height: 82px;
	width: 620px;
} 
.twoColHybLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div  */
	padding-top: 15px;
	padding-right: 5;
	padding-bottom: 15px;
	padding-left: 0;
	border: medium double #89919B;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50;
	float: left;
} 
.twoColHybLtHdr #footer {
	background:#CCCCCC;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
	width: 620px;
	clear: both;
	bottom: 5px;
	position: static;
} 
.twoColHybLtHdr #container #footer div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


/* SpryMenuBarVertical.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, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #242F3A;
	text-decoration: none;
	background-color: #FFFF33;
	border: thin ridge #24333C;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px ridge #CCC;
}
/* 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;
	color: #24313B;
	text-decoration: none;
	background: #93B3C2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 10em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #24313B;
	text-decoration: none;
	border: thin ridge #232F39;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	color: #24313B;
	text-decoration: none;
	border-style: ridge;
	border-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 5em;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 12em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFFF00;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #242F3A;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #242F3A;
	color: #FFFF66;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*******************************************************************************

 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.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #FFFF00;
}

/* 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.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #242F3A;
}

/*******************************************************************************

 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	background-color: #F8F800;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #FFFF00;
	width: 50px;
	}
.twoColHybLtHdr #container #mainContent #text {
	color: #000000;
	text-decoration: none;
	width: 450px;
	margin-left: 10px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 0px;
	list-style-type: disc;
}
.twoColHybLtHdr #container div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.twoColHybLtHdr #container #text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	width: 460px;
}
.twoColHybLtHdr #container #text2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 460px;
	height: 620px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.twoColHybLtHdr #container #housebox {
}
.twoColHybLtHdr #container #image1 {
	text-decoration: none;
	float: left;
	text-align: center;
	border: 2px ridge #000066;
	vertical-align: middle;
	margin-left: 20px;
	width: 100px;
	background-color: #436175;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	.twoColHybLtHdr #container #image2 {
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
	border: 2px ridge #000066;
	left: 200px;
	margin-left: 10px;
	background-color: #436175;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 120px;
}
.twoColHybLtHdr #container #image3 {
	color: #000000;
	text-decoration: none;
	text-align: center;
	border: 2px ridge #000033;
	float: left;
	margin-left: 10px;
	background-color: #436175;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
}
.twoColHybLtHdr #container #housebox img {
	float: right;
}
.twoColHybLtHdr #container #text img {
	float: right;
}
.twoColHybLtHdr #container #text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 12px;
}
.twoColHybLtHdr #container #text #highlight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	float: left;
	text-align: center;


.twoColHybLtHdr #container #text a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
