@charset "utf-8";
/* RentGrow Styles */

html
{
	height: 100%;
}
body
{
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
	height: 100%;
}
form
{
	display: inline;
}
img
{
	padding: 0px;
	margin: 0px;
}
a
{
	color: #003b63;
}
a:visited
{
	color: #003b63;
}
a:link
{
	color: #003b63;
}
object
{
	width: 200px;
	height: 200px;
}
#header
{
	background-color: #dddddc;
	color: #000000;
	font-size: 10px;
	padding-top: 5px;
}
#header a
{
	color: #000000;
	font-size: 10px;
}
#utilityLinks
{
	padding-right: 15px;
}
#navigation
{
	padding-top: 4px;
	padding-left: 10px;
}
#homeMainLeft
{
	font-size: 12px;
	color: #231f20;
	padding-left: 82px;
}
#homeMainLeft ul
{
	list-style-type: none;
	margin: 0px;
	padding-top: 28px;
	padding-bottom: 10px;
	padding-left: 18px;
}
#homeMainLeft ul li
{
	color: #96171a;
	background: url(images/bulletRedArrow.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 18px;
	padding-bottom: 8px;
}
.homeBox
{
	float: left; 
	width: 211px;
}
.homeBoxContent
{
	background: #ffffff url(images/homeBoxBG.gif) repeat-x top left;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 13px;
	font-size: 11px;
	color: #000000;
	min-height: 155px;
	overflow: auto;
	overflow-x: hidden;
}
.homeBoxContent p
{
	margin-top: 0px;
}
.homeBoxContent a
{
	color: #003b63;
}
.homeBoxContent a:visited
{
	color: #003b63;
}
.homeBoxEvent
{
	width: 174px; 
	overflow: auto; 
	padding-bottom: 15px;
}
.homeBoxEventDate
{
	width: 72px; 
	float: left;
}
.homeBoxEventDesc
{
	width: 102px; 
	float: right;
}
#breadcrumb
{
	font-size: 10px;
	color: #231f20;
}
#breadcrumb a
{
	color: #231f20;
}
#contentContainer
{
	padding-top: 18px;
	padding-bottom: 60px;
}
.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
.pageTitle
{
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #96171a;
	padding-bottom: 18px;
}
#innerBox
{
	background: #ffffff url(images/innerBoxBG.gif) no-repeat top left;
	height: 159px;
	width: 192px;
	padding-top: 12px;
	padding-left: 10px;
	font-size: 11px;
	line-height: normal;
	padding-right: 50px;
	color: #000000;
}
#footer
{
	padding-bottom: 6px; 
	padding-left: 38px;
	padding-right: 38px; 
	background-color: #bcbbba;
	font-size: 10px;
	color: #232020;
}
#footer a
{
	color: #232020;
	font-size: 10px;
}
#innerFooter
{
	padding-right: 38px;
	padding-left: 38px; 
	background-color: #bcbbba;
	font-size: 10px;
	color: #232020;
}
#innerFooter a
{
	color: #232020;
}

hr {
	width: 540px; 
	border: none; 
	color: #dddddc; 
	background-color: #dddddc; 
	height: 1px;
}	

#rightTable
{
	 margin-left: 30px; 
	 margin-bottom: 15px;
	 width:252px;
} 

#mainTable
{
	 width:798px;
	 
} 
#mainTable td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	 
} 
.PheaderTxt 
{
	font-weight: bold; 
	color: #96171a;
	font-size:14px;
}
.headerTxt 
{
	font-weight: bold; 
	color: #96171a;
}
.SheaderTxt 
{
	color: #96171a;
}


/*****************************************

		Menu Styles

******************************************/
/* force scrollbar on so no page jump */
:root{overflow-y:scroll;}

/* all menu styles below this line */
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	color:#ffffff;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu .content {
	position:absolute;
	color:#ffffff;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs 

can be positioned underneath it */
.DropdownMenu .items {
	color:#ffffff;
	position:relative;
	/*left:3px; */
	top:0px;
	/*border:1px solid #cfd2d5;*/
	border:none;
	z-index:2;
	
	}

.DropdownMenu.top .items {
	/*width:200px;
	border:solid 1px #993333;*/
	border:none;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	background-color: #7092b3;
	border-right: 2px solid #00466f;
	/*background: #006072 url(images/dropdownBG.gif) repeat-y top left;*/
	}

/* each TR.item is one menu item */
.DropdownMenu .item {
    color:#ffffff;
	background: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	/*background-color:#000000;*/
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the 

filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer 
gif inside this DIV is replaced by */
.DropdownMenu .background {
	/*color:#ffffff;
	position:absolute;
	left:0px; 
	top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=0);*/
	display: none;
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by 
script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowRight {
	/*position:absolute;
	z-index:3;
	top:3px;
	background: url(images/rightShadowBG.gif) no-repeat bottom;
	vertical-align: bottom;
	-moz-opacity:.2;
	opacity: .2;
	filter:alpha(opacity=20);*/
	display: none;
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowBottom {
	/*position:absolute;
	z-index:1;
	left:3px;
	background: url(images/btmShadowBG.gif) repeat-x;
	-moz-opacity:.2;
	opacity: .2;
	filter:alpha(opacity=20);*/
	display: none;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.DropdownMenu .item.hover {
	background: #00466f url(images/dropdownOverSquares.gif) no-repeat;
	background-position: right 7px;
	color:#ffffff;
	/*white-space:nowrap;*/
	}
	

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space 

between the text and the dingbat */
.DropdownMenu .item img {
margin-left:0px;
	}
	.DropdownMenu .nuttin{}

