
/*____________________________________________________
  Tags
  ____________________________________________________
*/

/*____________________________________________________
  Divs
  ____________________________________________________
*/
.block {
	float: left;
	width: 100%;
	}
	
.ws{
	white-space: pre-wrap;
}

#secondaryNav {
	position: absolute;
	display: none;
   	z-index: 50;
}

#snapBar {
	text-shadow: 0 -1px 0 #000;
	width: 100%;
	height: 40px;
	background-color:#000;
    color: #FFF;
    font-size: 14px;
	font-weight: bold;
	font-family:  Arial;
	border: none;
	padding: 0px;
	margin: 0px;
}

#snapBar img {
	padding-right: 5px;
}
#snapBar a:link, #snapBar a:visited{
	color: #FFF;
    background: none;
	text-decoration: none;
}
#snapBar a:hover{
	color: #99FF00;
    background: none;
}
#snapBar .formInput { 
	background: url(../../images/input_bg.png) repeat-x top #333; 
	border: #000 1px solid; 
	font-size: 14px;
	color: #fff;
	padding: 2px;
	margin: 0;
}
#snapBar .divider {
	width: 100%;
	height: 4px;
	margin: 0px 0px 5px 0px;
	background-image: url(/images/snapbar_divider_horiz.gif);
	background-repeat: repeat-x;
	border-bottom: none;
}
/*____________________________________________________
  Columns
  ____________________________________________________
*/
