@charset "UTF-8";
/* CSS Document */



table#wrapper
{
	width: 1000px;
}
table#wrapper td#left
{
	background: url(/images/left_tile.png) top left repeat-y;
	width: 294px;
	vertical-align: top;
	color: #BCABAF;
}
td#left .inner
{
	background: url(/images/left_bg.jpg) top left no-repeat;
	min-height: 957px;
}

table#wrapper td#center
{
	background: #fff url(/images/search_tile.png) top left repeat-x;
	vertical-align: top;
}
table#wrapper td#right
{
	vertical-align: top;
	background: url(/images/right_tile.png) top left repeat-y;
	width: 47px;
}
table#wrapper td#right div.inner
{
	background: url(/images/right_bg.png) top left no-repeat;
	min-height: 957px;
}

#left a.logo
{
	display: block;
	height: 225px;
	width: 200px;
}
#left .box
{
	margin-bottom: 20px;
}
#left .box div /* ALT BG SET FOR IE IN IEONLY */
{
	background-color: rgba(10, 10, 10, 0.5);
	width: 80%;
	margin: auto;
}
#left .box div div
{
	background-color: transparent;
	width: auto;
	margin: 0px 0px 0px 0px;
}
#left .box a
{
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
#left .box a:hover
{
	color: #B9778D;
	text-decoration: none;
}


#left .box h2 /* ALT BG SET FOR IE IN IEONLY */
{
	font-size: 16px;
	background-image: url(/images/ffffff_50alpha_trans.png);
	padding-left: 30px;
	color: #000;
	width: 251px;
}
#left .box ul
{
	margin-left: 35px;
}
#left .box li
{
	list-style-image: url(/images/hfap_bullet.gif);
}

#center .mainnav ul, .mainnav li, .top ul, .top li
{
	list-style: none;
}

.top
{
	height: 28px;
	background: url(/images/search_bg.png) top left no-repeat;
	text-align: right;
	padding-top: 5px;
}
.top .links
{
	float: left;
	position: relative;
	top: 5px;
	left: 260px;
}
.top .search
{
	padding: 0;
}




/* Content Page */

div.h1
{
	background: url(/images/h1_bg.png) top right repeat-x;
	position: relative;
	margin: -17px -10px 0 -10px;
	left: -2px;
}



/* Home page styles */

.home .promo
{
	position: relative;
	background: url(/images/promo_bg.png) top left no-repeat;
	min-height: 147px;
	margin: -10px -10px 0 -10px;
	left: -2px;
	padding-top: 25px; /*z-index:900;*/
}
.home .promo h1
{
	margin: 5px 0 10px 225px;
	font-size: 24px;
}
.home .promo p
{
	margin: 5px 0 0 225px;
}

.home .row
{
	clear: both;
	margin-top: 20px;
}
.home .row .box
{
	width: 300px;
	min-height: 170px;
	float: left;
	background: url(/images/box_bg_onwhite.png) top left no-repeat;
	padding: 10px;
}
.home .row .box h2
{
	font-size: 18px;
}

.home .row .box ul
{
	margin: 15px;
}


/* TAB STYLES */
#tab_links
{
	background: url(/images/tab_topper.png) bottom right no-repeat;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: -1px;
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 43px;
}

#tab_links a.tab
{
	background: url(/images/tab_bg.png) top left repeat-x;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 4px 0.2em 0 0;
	padding: 7px 0.5em 5px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	color: #333;
	letter-spacing: -.05em;
	font-size: 12px;
}

#tab_links a.tab:hover, #tab_links a.tab.selected
{
	border-bottom: none;
	background: url(/images/tab_bg.png) 0 -38px repeat-x;
	color: #000;
	border: 1px solid #fff;
	padding: 10px 0.5em 6px;
}

#tab
{
	background: #FFFFFF url(/images/viewer/viewer_tabset_bg.png) bottom left repeat-x;
	margin-left: 5px;
}

#tab .panel
{
	/*border:1px solid #CCC; min-height:105px;*/
	padding: 25px;
	background: #FFFFFF url(/images/tab_panel_bg.png) top left repeat-x;
}

