/* UNIT HEADER-FOOTER PAGE MASTER CSS */
/* DO NOT EDIT!  Use embedded or local styles if variation is necessary.*/
/* -------------------- */
/*      PAGE LAYOUT     */
/* -------------------- */
.hidden { display: none; }

img { border: 0px; }

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

p { font-size: 12px; }

p.back2top
{
	float: right;
	font-size: 10px;
}

/* -------------------- */
/*        HEADER        */
/* -------------------- */

#header {
	background: #FFFFFF url(/images/backgd_search_white.gif) no-repeat bottom right;
}

#header img.toolbar
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}

#header div.search
{
	position: absolute;
	right: 0px;
	top: 26px;
	z-index: 10;
	width: 275px;
	height: 72px;
	font-size: 10px;
	background: transparent;
}

#header div.search form
{
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 60px;
}

#header div.search form + form
{
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 60px;
}

#header div.search input { vertical-align: middle; }

#header div.search p
{
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 10px 0px;
	font-size: 10px;
}

#header div.search a:link, #header div.search a:visited { color: #8B0E04; }

/* -------------------- */
/*    BREADCRUMB BAR    */
/* -------------------- */
#trailbar
{
	clear: both;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 26px;	
}

#trailbar p, #trailbar a { color: #FFFFFF; }

#trailbar p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
}

/* -------------------- */
/*        FOOTER        */
/* -------------------- */
#footer
{
	clear: both;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #000000;
	text-align: center;
	font-size: 10px;
	background: #FFFFFF;
}

#footer p
{
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

p.footer
{
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

#footer a { text-decoration: none; }
