/* CSS Document */
/*HyperGold*/

.smallprint {font-size:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#333333;
}
.bodytext {font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#333333;
}
.title_blue {font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#19315b;
}
.title_blue_underlined {
	font-size:16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#19315b;
	text-decoration:underline;
	font-weight: bold;
}
.title_gray {font-size:20px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
}
.job_titles_rep_search {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#19315b;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
.alink_brown_text {font size:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#996633;text-decoration:underline;
}
.alink_blue_text {font size:6px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#19315b;
	text-decoration:none;
	font-weight: normal;
}
.alink_blue_text:hover {font size:6px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#19315b;
	text-decoration:underline;
	font-weight: normal;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF
}
content_bg {background-color:#EFF0EE
}
.line_bg {background-color: #666666
}
.style5 {color: #19315b; text-decoration: none; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; 
}

/*EXPANSION STYLES */

.arrowlistmenu {
width: 703px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

	font: 13px Georgia;
	color: #333;
		/*list-style-image:url(../images/rep_search/arrowbullet.png);*/
	background: #eff0ee url(../images/rep_search/titlebar.png) repeat-x center left;

	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/rep_search/titlebar_brown.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	font: 12px Arial;
	color: #eff0ee;
	/*list-style-image:url(../images/rep_search/arrowbullet.png);*/
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background:#eff0ee !important;


}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background:#eff0ee !important;
	

}

.arrowlistmenu ul li {
color: #eff0ee;
/*background: url(../images/rep_search/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #999999;
font-size: 90%;
}

.arrowlistmenu ul li {
	color: #333;
}

.arrowlistmenu ul li { /*hover state CSS*/
background-color: #eff0ee;
}

.arrowlistmenu ul li { /*hover state CSS for sub menu header*/
background:#eff0ee;
}


/*END EXPANSION STYLES /

