/* ~~~~~~~~~~~~~~~~~~ */
/*     FORT SILOSO    */
/*     NAVIGATION     */
/*        2017        */
/* ~~~~~~~~~~~~~~~~~~ */

/* MAIN NAVIGATIOMN */
#navcontainer	{
	margin: 4px auto;
	width: 942px;
	height: 60px;
}
#navcontainer ul	{ 
	list-style-type: none;
}
#navcontainer ul li	{
	float: left;
	display: block;
	width: 149px; 
	margin: 0 8px 0 0;
}
#navcontainer ul li a {
	color: #fff;
	background: #000;
	float: left; 
	border: 4px double #fff;	
	border-radius: 8px;
	transition-duration: .5s;
	margin: 0 auto 3px auto;
	height: 20px; 
	width: 140px;
	font: bold 70%/1.75em "Trebuchet MS", Tahoma, sans-serif;
	text-decoration: none;
	text-align: center;
}

#navcontainer ul li a:hover	{
	color: #000;
	background: #fff;
	border: 4px double #000;	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BREADCRUMB */
.breadbox	{
	width: 100%;
	height: 30px;
}
#breadcrumb	{
	float: left;
	width: 768px;
	height: 22px;
	padding-left: 10px;
	margin: 0 0 5px 9px;
	background: #000;
	color: #ffff00;
	border: 4px double #fff;
	border-radius: 8px;
	font: bold 70%/22px "Trebuchet MS", Tahoma, sans-serif;
}
#breadcrumb a	{
	color: #fff;
	background: transparent;
	transition-duration: .5s;
	border: 1px solid #fff;
	border-radius: 4px;
	text-decoration: none;
	padding: 0 5px;
	
}
#breadcrumb a:hover	{
	color: #000;
	background: #fff;	
}
/* E-MAIL */
.e-mail	{
	float: right;
	width: 140px;
	height: 21px;
	margin: -2px 2px 0 0;
	border: 4px double #fff;	
	border-radius: 8px;
	transition-duration: .5s;
	font: bold 85%/1.75em "Trebuchet MS", Tahoma, sans-serif;
}
a.e-mail:hover	{
	margin: -2px 2px 0 0;
	height: 21px;
	color: #000;
	background: #fff;
	border: 4px double #000;	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LINKBOX */
a.linkbox	{ /* Top of Page etc */
	color: #fff;
	background-color: #000;
	font-size: .7em;
	text-align: center;
	padding: 2px 20px 3px 20px;
	text-decoration: none;
	border: 4px double #fff;
	border-radius: 8px;
	transition-duration: .5s;
/*	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
	 border-radius: 8px; */
}
a.linkbox:hover	{
	border: 4px double #000;
	color: #000;
	background-color: #fff;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a	{
	color: #fff;
	background-color: #000;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0 5px 1px 5px;
	transition-duration: .5s;
	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
	 border-radius: 6px;
}
a:hover	{
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
a.linkimage	{
	background: transparent;
	border: 0;
	margin-left: -10px;
}
a.anchor	{
	width: 0;
	border: 0;
	padding: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* NAVIGATION BARS */

.twobar	{
	width: 286px;
	height: 30px;
	margin: 0 auto;
}
.threebar	{
	width: 427px;
	height: 30px;
	margin: 0 auto;
}
.fourbar	{
	width: 572px;
	height: 30px;
	margin: 0 auto;
}
.fivebar	{
	width: 707px;
	height: 30px;
	margin: 0 auto;
}
.batteries	{
	width: 570px;
	margin: 0 auto;
	height: 130px;
}
.no_gap	{
	margin-top: -17px;
}	
.navlist2bar, .navlist3bar, .navlist4bar, .navlist5bar	{
	margin : 0 0 15px 0; 
	padding : 0; 
	text-align : center; 
} 
.navlist2bar li, .navlist3bar li, .navlist4bar li, .navlist5bar li	{
	display: block; 
	width: 130px;	
	float: left; 
	text-align: center; 
	padding: 0 5px; 
	margin: 3px auto; 
} 
.navlist2bar li a, .navlist3bar li a, .navlist4bar li a, .navlist5bar li a	{
	background-color : #000; 
	color: #fff; 
	width: 130px; 
	display: block; 
	border: 4px double #fff; 
	padding: 4px 0 5px 0; 
	font-size: 10px;
	font-weight: bold;
	text-align : center; 
	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
	 border-radius: 8px;
}
.navlist2bar li a:hover, .navlist3bar li a:hover, .navlist4bar li a:hover, .navlist5bar li a:hover	{
	color : #000; 
	background-color : #fff; 
	display : block; 
	border : 4px double #000; 
} 
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GREYED OUT ON BATTERIES */ 
.navlist2bar li a.null, .navlist3bar li a.null, .navlist4bar li a.null, .navlist5bar li a.null	{
	background-color: #5c5c5c;
}
.navlist2bar li a.null:hover, .navlist3bar li a.null:hover, .navlist4bar li a.null:hover, .navlist5bar li a.null:hover	{
	background-color: red;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.onebar	{
	margin: 0 auto;
	background-color : #000; 
	color: #fff; 
	width: 130px; 
	display: block; 
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0 5px 0;  
	text-align : center; 
	text-decoration : none; 
	border: 4px double #fff; 
	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
	 border-radius: 8px;
}
a.onebar:hover{
	color : #000; 
	background-color : #fff; 
	display : block; 
	border : 4px double #000; 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SITE MAP */

ul.sitemap	{
	list-style:  none;
	margin: 20px 0 20px 25px;
}
ul.sitemap li	{
	margin: 0 0 22px 0;
}
ul.sitemap li a	{
	color: #00f;
	background: transparent;
	border: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
ul.sitemap li a:hover	{
	color: #ff0000;
}
ul.sitemap ul	{
	list-style: none;
}
ul.sitemap ul li	{
	margin: 5px 0 0 30px;	
}
ul.sitemap ul li a	{
	font-size: 95%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
