
/* ------------------------------------------------------------------------ */
/* ------------------------>>>   R E S E T S      <<<---------------------- */
/* ------------------------------------------------------------------------ */


ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, p, blockquote, th, td, hr {main.css (line 1)
	margin:0;
	padding:0;
}


/* ------------------------------------------------------------------------ */
/* -------------------------->>>   M A I N     <<<------------------------- */
/* ------------------------------------------------------------------------ */
#blq-main
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:auto;
}




/* ------------------------------------------------------------------------ */
/* ------------------------>>>   B A N N E R     <<<----------------------- */
/* ------------------------------------------------------------------------ */
#banner
{
	height:100px;
	position:relative;
	background: #333;
}


/* ------------------------------------------------------------------------ */
/* -------------------->>>   L O C A L    N A V     <<<-------------------- */
/* ------------------------------------------------------------------------ */
#blq-local-nav ul
{
	background: #333;
	margin:14px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:normal;
	list-style-type: none;
	padding: 10px 0px;
	text-align: left;

}



#blq-local-nav li
{
	display: inline;
	border-right:1px solid #d1e7cf;
	font-weight:1.4em;
}



#blq-local-nav li a
{
	padding: 5px 10px;
	margin-right: 0px;
	text-decoration: none;
}