* {margin:0; padding:0;}
img {
	border: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	min-height: 100%;
	border:none;
	font-size: 10pt;
	width: 100%;
	overflow-x: hidden;
	   }
.Body {
	line-height: 12pt;
	margin-bottom: 8px;
	font-family: Arial;
	font-size: 9pt;
}
.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	width: 470px;
}
a.Links:link, a.Links:visited, a.Links:active {
	text-decoration: underline;
	color: #DB7035;
	font-weight: bold;
}
a.Links:hover, a.Links:focus {
	color: #323B39;
	text-decoration: none;
}
.Buttons, .Buttons:link, .Buttons:visited, .Buttons:active {
	border: 1px solid #B15A2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor: pointer;
	background-color: #DB7035;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	padding: 2px;
}
.Buttons:hover, .Buttons:focus {
	background-color: #968B11;
	color: #FFFFFF;
	border: 1px solid #726A0E;
}
.style1 {
	color: #DB7035;
	font-weight: bold;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBar, ul.MenuBarDeep {
	list-style-type: none;
	cursor: default;
	width: 171px;
	padding-top: 20px;
	padding-left: 30px;
}
ul.MenuBarAfter {
	list-style-type: none;
	cursor: default;
	width: 171px;
	padding-left: 30px;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBar li, ul.MenuBarDeep li, ul.MenuBarAfter li {
	list-style-type: none;
	position: relative;
	cursor: pointer;
	width: 171px;
	float: left;
	text-align: left;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBar a, ul.MenuBarAfter a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	height: 18px;
	color: #333333;
	font-size: 11px;
	font-family: Arial;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
ul.MenuBarDeep a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	height: 30px;
	color: #333333;
	font-size: 11px;
	font-family: Arial;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Menu items that have mouse over or focus*/
ul.MenuBar a:hover, ul.MenuBar a:focus, ul.MenuBarDeep a:hover, ul.MenuBarDeep a:focus, ul.MenuBarAfter a:hover, ul.MenuBarAfter a:focus
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAC7C4;
	color: #DB7035;
}
/* 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.MenuBar li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
	html {
	overflow-x: hidden;
}
}

/* Layout 
----------------*/
#master-wrap, #reno-wrap, #new-wrap, #sport-wrap, #comm-wrap, #con-wrap, #contact-wrap {
	position: relative;
	width: 918px;
	height: 543px;
	padding: 0;
	font-size: 8pt;
	overflow:auto;
	top: 50%;
	margin-top: -271px; /*set to a negative number 1/2 of your height*/
	left: 50%;
	margin-left: -459px; /*set to a negative number 1/2 of your width*/
	}
	
#master-wrap {
	background-image: url(../Images/WhiteBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#reno-wrap {
	background-image: url(../Images/RenoBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#new-wrap {
	background-image: url(../Images/NewBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#sport-wrap {
	background-image: url(../Images/SportBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#comm-wrap {
	background-image: url(../Images/CommBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#con-wrap {
	background-image: url(../Images/ConceptBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#contact-wrap {
	background-image: url(../Images/ContactBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
		
/* html #master-wrap,#reno-warp, *+html #master-wrap {left:0;}

/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfloat:after {
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
 
.clearfloat { display: inline-block; }
 
/* Hides from IE-mac */
* html .clearfloat { height: 1%; }
.clearfloat { display: block; }
/* End hide from IE-mac */
/*** end clearing hack ***/ 

.clearleft {clear: left;}
.clearright {clear: right;}
.clearboth {clear: both;}

/* =content
----------------- */
#content-wrap {
	position: relative;
	height:504px;
	overflow-x:hidden;
	overflow: hidden;
}
#home-wrap {
	position: relative;
	width: 914px;
	overflow-x:hidden;
	margin-left: 2px;
	height: 416px;
}
/* End of basic shell design */
/* Home page design */
#homeann {
	width:886px;
	position:relative;
	height: 396px;
	overflow: hidden;
	float: left;
	padding-left: 32px;
}
#logohome {
	width:355px;
	position:relative;
	height: 88px;
	overflow: hidden;
	float: left;
}
#link {
	position:relative;
	height: 36px;
	float: left;
	vertical-align: bottom;
	padding-top: 52px;
}
#bottom {
	position:relative;
	text-align: right;
	float: left;
	width: 915px;
	font-family: Verdana;
	font-size: 8pt;
	color: #BAC7C4;
	padding-top: 10px;
}
/* End */
/* Level 2 page styles */
#menuarea {
	width:200px;
	position:relative;
	height: 416px;
	overflow: hidden;
	float: left;
}
#imagearea {
	width:659px;
	position:relative;
	overflow: hidden;
	float: left;
	padding-top: 30px;
	padding-left: 59px;
}
#textarea {
	width:643px;
	position:relative;
	height: 336px;
	overflow: hidden;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}
#contactarea {
	width:175px;
	position:relative;
	height: 266px;
	overflow: hidden;
	float: left;
	padding-top: 150px;
	padding-left: 25px;
	font-family: Arial;
	font-size: 9pt;
	line-height: 12pt;
	color: #333333;
}
#contacttable {
	width:650px;
	position:relative;
	overflow: hidden;
	float: left;
	border: 1px solid #BAC7C4;
	height: 360px;
	margin: 30px;
}
/* End */
/* Contact Table Styles */
.Table {
	padding: 10px;
}
.BodyTable {
	font-family: Arial;
	font-size: 9pt;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #333333;
}
.Field {
	border: 1px solid #BAC7C4;
	margin: 0px;
	padding: 2px;
	font-family: Arial;
	font-size: 9pt;
}
.ContactCopy {
	line-height: 14pt;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
	vertical-align: top;
	padding-right: 30px;
}
