﻿body
{
    background-color: #DAE6F4;
    margin: 0px;
    font-family: Arial;
	color: #636363;
	font-size: 11px;
    background-position: center;
    min-width: 930px;
}


a{ outline: none;}

img{ border: 0;}

.Container
{
    margin: 0em auto;
    width: 930px;
    text-align: center;
    padding: 0px;
    position: relative;
}

#SearchProviderNote
{
	display: none;
	width: 230px; 
	height: 62px; 
	position: absolute; 
	top: 0; right: 0; 
}
#TopEdge
{ 
	background: url('/images/bg_top.gif') no-repeat;
	height: 14px;
	margin-top: 10px;
}

#BottomEdge
{ 
	background: url('/images/bg_bottom.gif') no-repeat;
	height: 14px;
}

#MainContainer
{
    background: url('/images/bg_middle.gif') repeat-y;
}   

#NewSitePatch
{
	position: absolute;
	left: 862px;
}

/* footer */
#Footer
{
	height: 40px;
}
#Footer ul
{
	padding: 0;
	float: left;
	list-style-type: none;
	margin: 0 5px;
}

#Footer ul li
{
	padding: 0 8px;
	margin: 0;
	float: left;
	border-left: 1px solid #b2dbc9;
}

#Footer ul > li:first-child
{
	border: none !important;
}

.noBorder
{
	border: none !important;
}

#Footer #FooterCreditLI
{
	border: none;
	float: right;
}

#Footer a
{
	color: #3975C3;
	text-decoration: none;
}
#Footer a:hover
{
	text-decoration: underline;
}
/* footer */


/* Powered by */
#PoweredBy
{ 
	background: url('/images/bg_waves.gif') no-repeat center bottom;
	height: 131px;
}

.PoweredByTopSpacer
{
	height: 55px;
}

.PoweredBySecondRow
{
}  
.PoweredByFirstRow
{
	margin: 0 auto;
	width: 420px;
	height: 47px;
	position: relative;
}

.PoweredByCaption
{
	position: absolute;
	top: 18px;
	left: 0px;
}

.PoweredByLogo
{
	position: absolute;
	top: 14px;
	left: 65px;
}

.PoweredByCaptionSeperator
{
	position: absolute;
	top: 18px;
	left: 180px;
	color: #c7c7c7;
}

.PoweredByTryCaption
{
	font-weight: bold;
	color: Gray;
	position: absolute;
	top: 18px;
	left: 195px;
}

.PoweredByDownload
{
	position: absolute;
	top: 0px;
	left: 275px;
}  

.PoweredByFirstRow2
{
	margin: 0 auto;
	width: 476px;
	height: 47px;
	position: relative;
}
.PoweredByDownload2
{
	position: absolute;
	top: 0px;
	left: 404px;
}  
/* Powered by */




#MainContent
{
	height: 515px;
	width: 100%;
}


/* Spacers */
.MainTopSpacer
{
	height: 109px;
}

.LogoTaglineSpacer
{
	height: 10px;
}

.LogoSearchSpacer
{
	height: 28px;
}

.SearchDescriptionSpacer
{
	height: 10px;
}
/* Spacers */

/* search box */
.SearchBox
{
    margin: 0em auto;
	background: url('/images/search_bg.gif') no-repeat;
	height: 51px;
	width: 566px;
	position: relative;
}
.SearchInput
{
	background: url('/images/input_bg.gif') no-repeat top left;
	height: 33px;
	width: 547px;
	position: absolute;
	top: 9px;
	left: 9px;
}

.SearchButtonImage
{
	position: absolute;
	left: 351px;
	outline: none;
}

input
{
	border: none 0px;
	font-size: 20px;
	background: transparent;
}

.searchHTTP
{
	position: absolute;
	width: 53px;
	height: 25px;
	top: 2px;
	left: 5px;
	color: #999999;
}

.searchURL
{
	position: absolute;
	width: 290px;
	height: 25px;
	top: 2px;
	left: 57px;
}

.jqac-menu{
  font-size: 12px;
  color: #206DA1;
  background-color: white;
  border: 2px solid #437CC6;
  font-family: Arial;
  padding-left: 5px;
}
.jqac-menu ul{
  list-style: none;
  margin: 1px;
  padding: 1px;
  overflow: hidden;
}
.jqac-menu .jqac-link {
  cursor: hand;
  cursor: pointer;
  display: block;
  margin-top: 4px;
}
.jqac-menu .jqac-highlight {
  background-color: #DDF1FC;
}
.jqac-menu .jqac-warning {
  font-style: italic;
}
.jqac-menu em {
    font-weight: bold;
    font-style: normal;
}
.jqac-menu .jqac-info {
    text-align: right;
    font-style: italic;
    font-size: .75em;
    color: #666;
}
/* search box */

.PSSpacer
{
    height: 80px;
}
.PSThumbSpacer
{
    height: 10px;
}
.PSTitle
{
	font-weight: bold;
}

.PS
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 580px;
}

.siteWrapper
{
	width: 80px;
	height: 78px;
    margin: 0 auto;
    padding: 0;
	border: white 1px solid;
	float: left;
}

.siteWrapperHover
{
	border: #9ED7F2 1px solid;
    background-color: #DDF1FC;
}

.siteWrapperHover a
{
	cursor: pointer;
}

.siteWrapperHover a:hover
{
	text-decoration: none;
}

a
{
	color: #3975C3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.tmb
{
	display:block; 
	width: 68px; 
	height: 51px; 
	margin: 4px auto 0px auto; 
	border: #DAE6F4 1px solid;
}

.BrowseBar a
{
	color: #3472BB;
	font-size: 12px;
}


