@charset "utf-8";

.aboutNav {
	width:100%;
	height:auto;
	text-align:center;
	z-index:1;
	padding:10px;
}
#nav_about1 {
list-style:none;
height: auto;
background: url(../images/Navigation/nav_about_main.png);
z-index:100;
}

#nav_about1 li {
float:left;
width:100%;
}
#nav_about1 li a{
	display:block;
	background: url(../images/Navigation/nav_about_main.png) repeat-x;
	text-indent:-9999px;
	padding-bottom:5px;
	padding-top:5px;
}

li#nav_story a {
	height:30px;
	background-position:0 0;
}
li#nav_clients a {
	height:30px;
	background-position: 0 -40px;
}
li#nav_vendors a {
	height:30px;
	background-position: 0 -80px;
}	

li#nav_story a:hover {background-position: 170px 0;}
li#nav_clients a:hover {background-position: 170px -40px;}
li#nav_vendors a:hover {background-position: 170px -80px;}


li#nav_story a:active {background-position: 340px 0;}
li#nav_clients a:active {background-position: 340px -40px;}
li#nav_vendors a:active {background-position: 340px -80px;}

.flat-list {
	list-style-type:none;
	margin-left:0;
	padding-left:1em;
	text-indent:-1em;
}
table#links{
	font-size:16px;
	font-weight: Bold;
	text-align: center;
	width:100%;
}	
ul#bullets {
	list-style:disc;
	margin-left:0;
	padding-left:1em;
	text-indent:1px;
}	
ul#bullets1 {
	list-style:disc;
	margin-left:0;
	padding-left:1em;
	text-indent:1px;
}	
ul#bullets2 {
	list-style:disc;
	margin-left:0;
	padding-left:1em;
	text-indent:1px;
}	ul#bullets3 {
	list-style:disc;
	margin-left:0;
	padding-left:1em;
	text-indent:1px;
}	
ul.inner {
	list-style:square;
	margin-left:5px;
	padding-left:1em;
	text-indent:1px;
}	
tr#title {
	background-color:#306090;
	color:#FFF;
}
table, tr, td, th { border: 1px solid #000000; line-height:1.5; padding:3px;}