/*
	counter legacy base-min.css line 7
*/
.nav{
	margin:0px;
}

/*
	counter base-min.css
	ul li{
		list-style: disc outside;
	}
*/
.unstyled li{
	list-style: none;
}
/*
	adding .nav li to block global "a" class as defined in twitter bootstrap

	remove when full migration is complete
*/

.nav li a, .unstyled li a{
	color:#000000;text-decoration:none;
}
.nav li a:hover, .unstyled li a:hover{
	color:#005580;text-decoration:underline;
}
.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";}
.row:after{clear:both;}
[class^="span"]{float:left;margin-left:0px;}
.container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:914px;}
.span12{width:914px;}
.span11{width:836px;}
.span10{width:760px;}
.span9{width:684px;}
.span8{width:608px;}
.span7{width:532px;}
.span6{width:456px;}
.span5{width:380px;}
.span4{width:304px;}
.span3{width:228px;}
.span2{width:149px;}
.span1{width:72px;}

footer{
	margin-top:100px;
	background-color:#ebebeb;
	text-align: center;
}
/* copied no changes */
.navbar .nav{
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}

.nav{margin-left:0;margin-bottom:18px;list-style:none;}
.nav li{list-style:none;}
.nav>li>a{display:block;}
.nav>li>a:hover{text-decoration:none;background-color:#eeeeee;}
.nav-tabs>li,.nav-pills>li{float:left;}
.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;}
.nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";}


ul.unstyled,ol.unstyled{margin-left:0;list-style:none;}