﻿#LandingPage
{
	clear:both;
	font-family:Verdana;
}

#divWelcome
{
	margin-bottom:20px;
	width:60%;
	font-size:14px;
	float:left;
}

#SponsorshipArea
{
	 float:left;
	 width:40%;
}

#ChooserOuterDiv 
{
	background-color: #357ebd;
	border : solid 1px #357ebd; 
	color:#FFFFFF;
}

#ChooserInnerDiv
{
	margin:5px 5px 2px 5px;
	background-color:#2970ae;
	border: solid 1px #25669e; 
	height: 127px;
}

#Prompt1
{
	margin-top:30px;
	margin-right:40px;
	padding-left:40px;
	font-size:14pt;
	float:left;
	
}
#Chooser
{
	margin-top:30px;
	float:left;
	font-size:12px;
}

#WhatDiv
{
	float:left;
}

#WhereDiv
{
	float:left;
	padding-left:30px;
}

.txtChooser
{
	width:180px;
	background-color:#fffcc6;
	float:left;
}

.txtExample
{
	font-size:11px;
}

.ddChooserDiv
{
	visibility:hidden;
	display:block;
	position:absolute;
}

.ddChooserLst
{
	width: 210px;
}

#divBtnFind
{
	padding-left:10px; 
	margin-top: 15px;
	float:left;
}
#prompt3
{
	font-size:11px;
	margin-top:15px;
	margin-left:135px;
	margin-bottom:15px;
}

.column
{
	margin-top:10px;
	Margin-left:40px;
	margin-bottom:30px;
	float:left;
	width:19%;
}
.section
{
	margin-top:20px;
	margin-bottom:5px;
	font-size: 12px;
}

.lnkCat
{
	font-size:12px;
}

#divRegionPopup
{
	background-color:#ffffff;
	display:none;
	position:absolute;
	z-index:2;
	width:690px; /* width:550px; -- width for 3 column region popup */
}

#regionPopupPrompt
{	
	margin-top:5px;
	margin-left:20px;
	float:left;
	width:590px; /* width:450px; -- width for 3 column region popup */
	display:inline;
}

.regionPopupPromptParts
{
	float:left;
	font-size:11px;
}

#divRegionPopupNames
{
	 margin-top:10px;
	 margin-bottom: 20px;
	 margin-left:20px;
	 float:left;
	display:inline;
}


.RegionColumn
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
    font-size:11px;
    width:140px;
}


#regionTop
{
	float:left;
	height:15px;
	width:690px; /* width:550px; -- width for 3 column region popup */
}

#regionMiddle
{
	float:left;
	width:690px; /* width:550px; -- width for 3 column region popup */
}

#regionBottom
{
	float:left;
	height:18px;
	width:690px; /* width:550px; -- width for 3 column region popup */
}

#divBtnPopupClose
{
	float:left;
}


/*
#divTaxonomyOuter
{
	border: solid 1px #9dbbcf;
	background : url(null) fixed no-repeat;
}
*/
#divTaxonomyInner
{
	background-color:#ffffff;
}

.divTaxonomyStroke
{
	border-left: solid 1px #9dbbcf;
	border-right: solid 1px #9dbbcf;
	border-bottom: solid 1px #9dbbcf;
}
    
#divTaxonomyBorder
{
	border-left: solid 3px #d3edff;
	border-right: solid 3px #d3edff;
	border-bottom: solid 3px #d3edff;
}


