/* HTML ELEMENTS */
	
	
html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: left;
      color: #000;
	  background-color: #FFF;
   }
   
a {
	color: #000; 
	text-decoration: none; 
	}
	
a:hover {
	color: #000;
	text-decoration: underline; 
	}

a:active { 
	color: #FFF; 
	}

ol, ul, li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none; 
	}
	
img {
	border: none; 
	}

p {
	text-indent: 0px;
	margin-bottom: -20px;
	}







/* TYPE STYLES */
/* Menu, Body, Mono */
	

.Menu {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 1px;
	background-color: transparent;
	/*white-space: nowrap;*/
	}

.MenuSub {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0px;
	background-color: transparent;
	/*white-space: nowrap;*/
	}
	
.Body {
	text-align: left;
	/*font-family: "Times New Roman", "Times", monospaced;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0pt;
	}
	
.Mono {
	text-align: left;
	font-family: "Courier New", "Courier", monospaced;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0pt;
	}

.Caption {
	text-align: left;
	font-family: "Courier New", "Courier", monospaced;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0pt;
	}
	
.Green a {
	color:#F00;
	}
	
.Address {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 64px;
	line-height: 70px;
	background-color: transparent;
	}

.News {
	text-align: left;
	font-family: "Courier New", "Courier", monospaced;
	/* font-size: 56px; */
	/* line-height: 60px; */
	font-size: 18px;
	line-height: 21px;
	background-color: transparent;
	}






/* CONTAINERS */
 	
.nameContainer {
	position: absolute; 
 	z-index: 90; 
 	left: 30px;
 	top: 200px;
 	height:20px;
  	width: 200px;
 	}
 	 	
.nameOnContainer {
	position: absolute; 
 	z-index: 98;
 	left:30px;
 	top: 220px;
 	padding: 4px 0 0 0;
 	visibility: hidden;
 	background-color: #FFF;
 	}
 	
.navContainer {
	position: absolute;
	left:250px;
	z-index: 90; 
	top: 230px;
	width: 200px;
	height: 90%;
	padding: 0px;
	}

.menuContainer {
	position: absolute; 
 	z-index: 90; 
 	left: 250px;
 	top: 130px;
  	width: 200px;
 	}
 	
.imageContainer {
	position: absolute;
	z-index: 90;
	top: 230px;
	left: 30px;
	width: 200px;
	}
			
.imageNavContainer {
	z-index: 99; 
	padding: 4px 0 0 0;
	}
	
.moreContainer {
	position: absolute;
	left: 264px;
	width: 96px;
	z-index: 99;
	top: 16px;
	}
	
.bodyContainer {
	position: absolute;
	top: 230px;
	/* left: 192px; */
	/*left: 264px;*/
	left: 500px;
	z-index: 90; 
	width: 40%;
	}
	
.dateContainer {
	position: absolute;
	top: 200px;
	left: 500px;
	z-index: 90; 
	width: 40%;
	height:40px;
	}
	
.dateOnContainer {
	position: absolute; 
 	z-index:98;
 	left:496px;
 	top: 220px;
 	width: 50%;
 	padding: 8px 0 48px 4px;
 	visibility: hidden;
 	background-color: #FFF;
 	}
 	
.captionContainer {
	position: absolute;
	top: 14px; 
	left: 112px; 
	}
		
.node { 
	float: left;
	z-index: 98;
	padding: 1px; 
	font-family: "Courier New", Courier, monospaced; 
	}
	
.popimageContainer {
	position: absolute; 
 	z-index: 90; 
 	left: 14px;
 	top: 14px;	
 	}
 	
.DotLineContainer {
	position: absolute; 
	width: 98%;
	z-index: 99;
	border-top: 1.5px dashed #000;
	margin-top: 0px;
 	left: 10px;
 	top: 220px;	 	
}







/* MENU */
	
.listActive a:link {
	display: block;
	padding: 0 0 0 0px;
	text-decoration: none; 
	}
	
.listActive a:visited {
	display: block;
	padding: 0 0 0 0px;
	text-decoration: none; 
	}
	
.listActive a:hover {
	display: block;
	padding: 0 0 0 0px;
	color: #000;
	text-decoration: underline; 
	}
	
.listStatic a:link {
	display: block;	
	padding: 0 0 0 0px;	
	text-decoration: none;
	}

.listStatic a:visited {
	display: block;	
	padding: 0 0 0 0px;
	text-decoration: none; 
	}

.listStatic a:hover {
	display: block;	
	padding: 0 0 0 0px;
	color: #000;
	text-decoration: underline; 
	}


	








	
	








	
	
	
	
/* UTILITY FORMATTING */

.pad {
	padding: 10px; 
	}
	
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}

.hidden {
	visibility: hidden; 
	}
		
.indent {
	/* padding: 0 0 0 12px; */
	padding: 0 0 0 0;
	}
	
.centerHorizontal {
	text-align: center;
	margin: 0 auto;
	}
			
/* this is a mess! from Dexter Sinister blazon centering*/
/* need to find the image size dynamically and prob code this in the html from the displaySystemMedia */

.centerVertical {
	display: table-cell;
	height: 1200px;
	}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	/* background-color: #FEF; */
	}
	
.Underline a {
	text-decoration: none; 
	text-transform: uppercase;
	}
	
.Underline a:hover {
	text-decoration: underline; 
	}

.Underline a:active { 
	color: #FFF; 
	}
	


	

	
    

	
	





