.section
{
    border-top: 1px solid #ccc;
    margin-top: 2em;
    padding-top: 1em;
}

/* ====================================================================
INDEX PAGE
=====================================================================*/
#bodyIndex div#contentMain {
    width: 620px;
}

#bodyIndex div#contentSidebar {
    width:340px;
}

#bodyIndex *#aapToolbox { display:none; }

/* ======================================= Search */
#indexSearchTbl {
    border:0;
    border-collapse:collapse;
    width:100%;
    background-color:#c0d3e9;
	border:1px solid #2b5889;
}
#indexSearchTbl td.indexSearchCell {
    padding:5px;
}
#indexSearchTbl td.indexSearchBtns {
    text-align:right;
    width:75px;
    padding-right:5px;
}
#indexSearchTbl td.indexSearchTitle {
    padding-left:5px;
    width:250px;
}
 
.indexSearchBox { 
    padding: 3px; 
    margin-right:5px;
    padding-right:0px;
    border: 1px solid #cccccc; 
    width:100%;
} 

.indexSearchSubmit { 
    display:inline-block;
    padding: 2px; 
    border: 1px solid #cccccc; 
    background: #eeeeee; 
} 

.indexSearchSubmit:hover {
    background: #C1C1C1; 
}
.indexSearchSubmit:active {
    background: #999999; 
}

/* ======================================= Sidebox */
#indexLinksBox {
    float:right;
    padding:12px;
    margin-left:12px;
    margin-bottom:12px;
    font-weight:bold;
    font-family:Verdana, sans-serif;
    background-color:#e5e5e5;
    z-index:1;
    width:370px;
}
#indexStatesMap {
    display:block;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}


#IndexOtherLinks {
    font-size:18px;
    width:100%;
}

#IndexOtherLinks h2{
	font-size: 20px;
	font-weight:normal;	
}

#IndexOtherLinks .small{
	font-size:14px;	
}




/**
 * Homepage, lower section
 **/
#homeLeftColumn{
	width:380px;	
	font-size:14px;
	float:left;
}

#homeLeftColumn div{
	margin:15px 0 10px 0;
	padding:0 0 10px 0;
	min-height:129px;
	clear:left;
}

#homeLeftColumn img{
	margin:0 10px 0 5px;
	float:left;
	width:100px;
	height:129px;	
}

#homeLeftColumn h6{
	color:#666666;	
}


#homeRightColumn{
	float:right;
	width:200px;
	background-color:#E5E5E5;
	padding:10px;
	margin:10px 0 0 0;
	font-size:12px;
}


/**
 * Tabs
 **/

#tabBox{
	width:100%; 
	height:430px; 
	overflow:auto;
}

#tabLinks{
	margin:20px 0 5px 0;	
}

#tabLinks a:hover{
	text-decoration:none;
	background-color:#EEEEEE;
}

.selectedTab{
	background-color:#DEDEDE;
	border:1px solid #CCCCCC;
	border-bottom: none;	
}


#peopleTab, #districtTab{
	display:none;	
}


#smallStatesBox{
	position:absolute;
	top: 250px;
	right: 0;
	width: 70px;
	height: 110px;	
}

#smallStatesBox a{
	text-align:center;
	border: 1px solid #DEDEDE;
	padding: 2px;
	margin:1px;	
	width:20px;
	font-size:12px;
	float:left;
	display:block;
}

#smallStatesBox a:hover{
	background-color:#DEDEDE;	
}


#areasTable{
	width:100%;
}

.areaStateLinks{
	font-size:12px;
	padding:10px 2px 5px 2px;	
}

.districtBox{
	border:1px solid #DEDEDE; 
	padding:0 2px 5px 2px; 
	margin:2px; 
	width:15px; 
	height:15px; 
	float:left; 
	text-align:center;	
}

