/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	background-color:#FFFFFF;
}

#menu {
	display:block;top:60px;
	left:20px;
	width:150px;
	position:fixed;
	border:1px solid #888;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

* html #menu {
	position:absolute;
}

#menu a {
	border-bottom:1px solid #000000;
}

#menu a:visited, #menu a {
	display:block;
	width:140px;
	height:20px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	color:#000;
}

#menu a:hover {
	background:#aaa;
	color:#fff;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

td.pictures {
	padding:5px;
	vertical-align:top
	
}

/*body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}*/

a:link, a:visited, a:hover {
	/*color: #006699;*/
	color:#666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
}

h2{
 font-size: 114%;
 color: #666666;
}

h3{
 font-size: 100%;
 color: #666666;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#tanks td{
	border:1px solid #000000;
}

#content {
	display:block;top:30px;
	left:250px;
	width:700px;
	position:relative;
	border:1px solid #888;
	padding:10px;
	/*text-align:center;*/
	font-weight:bold;
	color:#000000;
	margin-bottom:50px;
	font-size: 115%;
}

* html #content {
	position:absolute;
}

#masthead {
	display:block;top:10px;
	left:400px;
	width:400px;
	position:relative;
	border:1px solid #888;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

* html #masthead {
	position:absolute;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 0px;
	text-align:center;
	color:#000000;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	text-align:left;
	color:#000000;
	padding: 0px 0px 5px 10px;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
	text-align:left;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #888;
	font-size: 75%;
	color: #888;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	position:relative;
	left:250px;
	width:700px;
	bottom:0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



