﻿@import "pra.css";
@import "buttons.css";

#header
{
	width: 100%;
	height: 20px;
	font-size: 9pt;
	color:  #5a5a5a;
	margin-top: 5px;
	text-align: center;	
}

#whatwedo
{
	float: left;
	width: 200px;
	font-weight: bold;
	cursor: pointer;
}


/* main block */
#mainContainer
{	
	border-top: 1px solid #c1c4c6;
	padding-bottom: 50px;
}

#logoSearch
{
	background: url(/images/logo_banner.png) no-repeat;
	background-position: top center;
	overflow: inherit;
	height: 300px;
	width: 600px;
}

#logoSearch span
{
	display: none;	
}


#search
{
	width: 518px;
	margin: 173px auto 0 auto;
	overflow: hidden;
}

#searchBox
{
	float: left;
	width: 359px;
	height: 30px;
	padding: 8px 0 0 46px;
	background: url(/images/search_box.png) no-repeat 48px -1px;
	text-align: center;
	z-index: 100;
}

#txtSearch
{
	width: 335px;
	z-index: 101;
}

#searchSuggest
{
	width: 350px; 
	position: relative;
	top: 205px;
	z-index: 1000;
}

.searchsuggestItem
{
	width: 300px;
}

.searchsuggestItemHover
{

}

#navLogin
{
	padding-top: 0px;	
}

.searchError
{
	background: url(/images/alert_large.jpg) no-repeat 0 0;
	padding: 10px 5px 0 70px;
	font-size: 12pt;
	width: 300px;
	height: 200px;	
}	

#instantAnswer
{
	height: 285px;
	width: 700px;
	max-height: 285px;
	max-width: 700px;
	min-height: 225px;
	min-width: 350px;
	overflow: hidden;
	display: none;
	top: 215px;
	position: absolute;
	font-size: small;
}

#instantAnswer h1
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;	
}
#instantAnswer h1 i
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;	
}
#instantAnswer h1 span
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;	
}

#instantAnswer p
{
	padding: 0px;
	font-size: 9pt;	
}


#instantAnswer ul.standardList
{
	list-style:disc;
}

#instantAnswer ol.standardList
{
	list-style:decimal;
}

#instantAnswer .standardList li
{
	list-style-type: inherit;
	display: list-item;
	padding: 1px 1px 5px 1px;
	margin-left: 20px;
	list-style-position: outside;
	width: auto;
}

#instantAnswer ol.standardList li
{
	list-style-type: decimal;
}

#instantAnswer ul.standardList li
{
	list-style-type: disc;
}

#footer
{
	position: absolute;
	left: 0px;
	top: 460px;	
}

	
/* Visit Graphic Sprites */
#visitor
{
	width: 575px;
	height: 168px;
	position: absolute;	
	top: 275px;
	z-index: 1;
	display: none;
}

#visitor span
{
	display:none;	
}

#visitSlideShow
{
	width: 575px;
	height: 168px;
	z-index: 999;
}

.visitGraphic
{
	top: 0px;
	left: 0px;
	width: 345px;
	height: 165px;
	position: absolute;
	background: url(/images/visitgraphic.jpg);
	background-repeat:repeat;
	z-index:2;
}

.visitAnnouncement
{
	top: 0px;
	left: 0px;
	width: 575px;
	height: 165px;
	position: absolute;
	z-index:2;
	//background: url(/images/announcement.jpg);
	background-repeat:repeat;
}

.visitOverlay
{
	float: right;
	/*margin: -168px 0 0 345px;*/
	margin: 0 0 0 345px;
	position: absolute;
	background: url(/images/visitgraphic.jpg) repeat -1382px 0px;
	height: 165px;
	width: 229px;
	z-index: 2;
	cursor:pointer;
	/*display: none;*/
}

#visitOverlay .hotSpot
{
	width: 50px;
	height: 20px;
	position: absolute;
	top: 114px;
	left: 152px;
	z-index: 21;
	cursor: pointer;	
}


