body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #898888;
}

a
{
	color: #8f2323;
}

h1
{
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	line-height: 24px;
	font-family: Tahoma;
	color: #8f2323;
	font-weight: normal;
}

h2
{
	font-size: 16px;
	font-family: Tahoma;
	color: #8f2323;
	font-weight: bold;
	margin: 0px;
	clear: both;
}

strong
{
	color: #8f2323;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}


#container
{
	width: 800px;
	text-align: left;
	clear: both;
}
#containerHome
{
	width: 800px;
	text-align: left;
	clear: both;
	background: url('/images/bg-home.gif') repeat-y;
	line-height: 18px;
}
#header
{
	background: url('/images/bg-header.gif') repeat-x;
	width: 100%;
}

#headerContent
{
	width: 800px;
	padding-top: 5px;
	text-align: right;
}

#headerLeft
{
	float: left;
}

#headerRight
{
	float: right;
	font-size: 10px;
}

#headerRight span
{
	padding-right: 114px;
}

#flash
{
	background: #E2E0E1;
	clear: both;
	width: 100%;
}

#content
{
	float: right;
	width: 510px;
	text-align: left;
	padding: 10px 20px 10px 10px;
	line-height: 18px;
}

#leftNav
{
	float: left;
	width: 210px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	margin-left: 20px;
}

#leftNav ul
{
	margin: 0px;
}

#leftNav ul li 
{
	padding: 10px 0px 5px 0px;
	border-top: dotted 1px #CCCCCC;
}

#leftNav ul li ul
{
	margin: 0px 0px 0px 20px;
	/*border-top: solid 1px #CCCCCC;*/
}
#leftNav ul li ul li
{
	list-style-type: none;
	/*border-top: solid 1px #CCCCCC;*/
}

#leftNav ul a
{
	color: #898888;
	text-decoration: none;
	/*font-weight: bold;*/
	display: block;
}

#leftNav ul a:hover
{
	color: #9b2427;
}

#footer
{
	background: url('/images/bg-footer.gif') repeat-x;
	width: 100%;
	text-align: center;
	height: 73px;
	color: #FFFFFF;
	font-size: 11px;
	clear: both;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#breadcrumb
{
	margin: -5px;
	padding-bottom: 10px;
	font-size: 10px;
}
#breadcrumb a
{
	color: #666666;
}

.noBorder
{
	border: 0px;
}

.searchBox
{
	height: 10px;
	font-size: 11px;
}

.searchLink
{
	color: #666666;
	font-weight: bold;
}

.h1HP
{
	padding: 20px 0px 15px 20px;
	color: #888181;
	font-weight: normal;
	line-height: 26px;
}

.h1HPRed
{
	color: #8f2323;	
}

.portfolioNumber
{
	text-decoration: none;
	border: solid 1px #E2E0E1;
	padding: 0px 3px 1px 4px;
}

.portfolioNumberHover
{
	text-decoration: none;
	color: #FFFFFF;
	background: #8F2323;
	border: solid 1px #8F2323;
	padding: 0px 3px 1px 4px;
}

.portfolioLink
{
	padding-left: 15px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
.portfolioLink:hover
{
	background: url('/images/bg-portfolio.gif') no-repeat;
	color: #FFFFFF;
}

.moreLink
{
	color: #8F2323;
	text-decoration: none;
}

.moreLink:hover
{
	color: #8F2323;
	text-decoration: underline;
}

.leftNavLink
{
	text-decoration: none;
}

.leftNavLink:hover
{
	color: #8F2323;	
}

.callout
{
	background: url('/images/bg-callout.gif');
	font-size: 14px;
	color: #8F2323;
	text-align: left;
	padding: 4px;
	padding-left: 8px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 24px;
}

.greyBox
{
	line-height: 18px;
	text-align: left;
	background: #F3F1ED;
	border: solid 1px #CCCCCC;
	padding: 8px;
	margin-left: 20px;
}

#nav
{
	background: #D2D1D0;
	text-align: center;
	width: 100%;
	clear: both;
}

#rollovermenu{
	padding: 0px;
	margin: 0px;
	width: 560px;
	background-color: #BEBDBD;
	text-align: left;
}

#rollovermenu, #rollovermenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#rollovermenu ul{
	background-color: #BEBDBD;
	width: 200px;
	padding-bottom: 0px;
}

#rollovermenu ul a {
	display: block;
	text-decoration: none;
	padding: 2px;
	height: 16px;
	color: #FFFFFF;
}

#rollovermenu ul a:hover {
	background: #EEEEEE url('/images/nav/bg-omo.gif');
	color: #A02822;

}
#rollovermenu li { /* all list items */
	position: relative;
	cursor: default;
	padding: 0px;
	margin:0px;
	color: #A19F9C;
	display: inline;
	list-style-type: none;
	background-color: #BEBDBD;
	
}

#rollovermenu li ul { /* second-level lists */
	position: absolute;
	background-color: #BEBDBD;
	left: -999em; 
}

#rollovermenu li:hover ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	left:0px;
	top: 10px;
}

* html #rollovermenu li:hover ul, #rollovermenu li.sfhover ul { /* lists nested under hovered list items */
	top: 24px;
}
