.WhiteTitle12Bold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	color: #FFFFFF;}.WhiteText10 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;}.ClientJobTitle {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FF9900;	font-weight: normal;	text-transform: uppercase;	letter-spacing: .2em;	border-top: solid 1px #CCC;	padding: 2px;	cursor: pointer;}.ClientJobLinkText {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FF9900;	text-decoration: none;	list-style-type: decimal;}.WhiteText10Bullet {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;	list-style-type: disc;	line-height: 14px;}/* This is the selector for the CollapsiblePanelTab. This container houses * the title for the panel. This is also the container that the user clicks * on to open or close the panel. * * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary * to make the widget function. You can use any class name you want to style an * CollapsiblePanel panel tab container. */.CollapsiblePanelTab {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	color: #FF9900;	font-weight: normal;	text-transform: uppercase;	letter-spacing: .3em;	background-color: #923000;	border-bottom: solid 1px #CCC;	margin: 0px;	padding: 2px;	cursor: pointer;	-moz-user-select: none;	-khtml-user-select: none;}/* This is an example of how to change the appearance of the panel tab that is * currently open. The class "CollapsiblePanelOpen" is programatically added and removed * from panels as the user clicks on the tabs within the CollapsiblePanel. */.CollapsiblePanelOpen .CollapsiblePanelTab {	background-color: #923000;}/* This is an example of how to change the appearance of the panel tab when the * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed * whenever the CollapsiblePanel is closed. */.CollapsiblePanelClosed .CollapsiblePanelTab { background-color: #923000;}/* This is an example of how to change the appearance of the panel tab as the * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added * and removed from panel tab containers as the mouse enters and exits the tab container. */.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {	background-color: #B35B0F;}/* This is an example of how to change the appearance of all the panel tabs when the * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed * whenever the CollapsiblePanel gains or loses keyboard focus. */.CollapsiblePanelFocused .CollapsiblePanelTab {	background-color: #B35B0F;}
ul#nav { padding: 0; list-style: none; position: relative; top: 25px; left: 30px;}
#nav li a { text-decoration: none; text-transform: uppercase; color: #FFF; letter-spacing: 1px; font-size: 11px;font-family: Arial, Helvetica, sans-serif; font-weight: bold}
#nav li a:hover { color: #F68F04;}