BODY { }

a{color:#FFFFFF; text-decoration:underline} 
a:hover{text-decoration:none}

div#preload {
	display: none;
}

.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 
#FFFFFF;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
} 

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: none;
} 

.text_headline_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	line-height: 5px;
	font-variant: normal;
	text-transform: none;
} 

.text_sub_headline_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
	line-height: 5px;
	font-variant: normal;
	text-transform: none;
}

.text_map_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	/*line-height: 16px;*/
	font-variant: normal;
	text-transform: none;
} 

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	text-transform: none;
} 

.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666
} 

.small_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #333333; text-decoration: none}


/* 
CSS by Michael Stoppay - http://MichaelStoppay.com - stoppay@gmail.com
*/


.content_wrapper{
	margin-top:3px;
	width: 750px;
	height: 400px;
}

.mapleftcol{
	width: 540px;
	float: left;
}

.maprightcol{
	width: 190px;
	float: right;
}

.map{
	/*height: 440px;*/
	cursor:pointer;
}

/* Old versions of firefox render a border around the image map. This removes it*/
img[usemap] {
  border: 0px;
}


/* If the info bar is made larger/small the padding in the state_name and bill_text objects will need to be adjusted */
	
.infobar{
	margin-top:70px;
	width: 185px;
	background: #ffa300;
	/*height: 179px;*/
}



.state_name{
	color: white;
	height: 40px;
	padding-top: 12px;
	padding-bottom: 8px;
	width: 185px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 15px;
	font-family:Arial;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	background-color: black;
}


.blank_state_name{
	color: white;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 185px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 15px;
	font-family:Arial;
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	background-color: black;
}

.peopleinfo_wrapper{
	margin-top:15px;
	width: 100%;
	height: 50px;
	background: #ffa300;
}

.bill_text{
	background: #AB6C56;
	color: white;
	font-family:Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	display: table-cell;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	/*height: 179px;*/
	width: 185px;
}
.billinfo_wrapper{
	background: #AB6C56;
	color: white;
	font-family:Arial;
	font-weight: bold;
	font-size: 11px;
}

.billrow_wrapper{
	width: 100%;
	min-height: 35px;
	overflow: auto;
	border-bottom:solid white;
	border-bottom-width:1px;
	
}

.bill_lcol{
	color: white;
	float: left;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	line-height: 35px;
	width: 70px;
	/*border-right: solid white;
	border-right-width: 1px;*/
}

/* OLD - For right columns that have 1 line of text */
.bill_rcol{
	height: 35px;
	width: 110px;
	color: white;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 35px;

}

/* OLD - For right columns that have 2 lines of text */
.bill_wrcol{
	height: 35px;
	width: 110px;
	color: white;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
}

/* NEW - for right columns to auto-expand with text */
.bill_xrcol{
	width: 95px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	color: white;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	float: left;
	text-align: left;
	border-left: solid white;
	border-left-width: 1px;
}
