/*  BASE-CORE Style Sheet for LegacyProse.com */


/* THE BASICS - STANDARD HTML ELEMENTS */

html {
	margin: 0;
	padding: 0;
 height: 100%;
}

body {  
 height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 14px;
 font-family: Trebuchet MS, Georgia, Times New Roman, Times, serif; 
	background: #fff url(../img/bg-body.gif) no-repeat; 
 background-position: 10% 0;
 border: solid #00467F;
 border-width: 0 0 0 8px;
}

html>body {
 height: auto;
}

h1 span, h2 span{ 
 display: none; 
}

h1, h3 {
 color: #00467F;
 font-family: Georgia, Times New Roman, Times, serif; 
}


h3, h4 , h5 { 
	margin: 0;
	padding: 0;
	text-align: left;
 color: #00467F;
}

p { 
	margin-top: 0; 
	text-align: left;
  font-size: 1em;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

a:link { 
	color: #00467F; 
	text-decoration: underline; 
}

a:visited {
	color: #042A48;
	text-decoration: underline; 
}

a:hover { 
	color: #61AD5A;
 font-weight: bold;
}



img {
 margin: 0;
 padding: 0;
 border: 0;
}

hr {
 height: 1px;
 background: #61AD5A;
 border: 0;
}



/* Assorted Utility Classes */

.emphaSized {
  	color: #042A48;
  font-weight: bold;
}



div.nlquote {
 display: block;
 margin: 16px 0 0 0;
 padding: 8px 10px;
 color: #00467F;
 font-size: 11px;
 font-weight: bold;
 background: #FEFCF2;
	border: 1px solid #61AD5A;
}

div.nlquote p {
 margin: 0;
 padding: 0;
}

p.pquote {
 font-style: normal;
}

p.qsource {
  margin: 8px 0 0 0;
  font-style: normal;
  text-align: right;
}



.seperator {
  height: 32px;
  margin: 0;
  padding: 0;
}

.seperator span {
  line-height: 32px;
  vertical-align: middle;
}

.hilited {
 color: #498144;

} 


/* LAYOUT */

#container { 
	position: relative;
 height: 100%;
 width: 85%;
 min-width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
 background: transparent url(../img/bg-container.gif) top right repeat-y;
 border: solid #61AD5A;
 border-width: 0 0 0 0;
}


html>body #container {
  height: auto;
}


/* MASTHEAD AND BRANDING */

#masthead { 
 height: 256px;
	background: transparent url(../img/bg-masthead.gif) top left no-repeat;
	margin: 0;
 border: dashed #ccc;
 border-width: 0 0 0 0;
}



#logo { 
	position: absolute;
	top: 16px;
	left: 16px;
 width: 200px;
 height: 200px;
/* border: 1px dashed #ccc; */
}


#logo h1 { 
	width: 128px; 
	height: 128px;
}

#logo p {
  position: absolute;
  top: -900px;
		left: -900px;
}

#logoImg {
  position: absolute;
  top: 38px;
  left: -42px;
  margin-left: 8px;
  background: transparent;
}




/* GLOBAL/GENERIC NAV ITEMS */

#global { 
	position: absolute;
	top: 10px;
	right: 32px;
 width: 30%;
 color: #498144;
 font-size: 13px;
}

#global ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#global li {
 width: auto;
 margin: 0;
 padding: 0;
 float: right;
 text-transform: lowercase;
 border-right: 1px solid;
}

#global a { 
 margin: 0 8px;
 padding: 0;
 color: #498144;
	font-weight: bold; 
 text-decoration: none;
}	

#global a:hover { 
 text-decoration: none;
  border-bottom: 1px solid #498144;
}

body#home a#glinkHome,
body#about a#glinkAbout,
body#contact a#glinkContact {
  color: #999;
  cursor: default;
  border-bottom: 1px dotted #999;
}

body#home a#glinkHome:hover,
body#about a#glinkAbout:hover,
body#contact a#glinkContact:hover {
 text-decoration: none;
 border-bottom: 1px dotted #999;
}




/* SLOGAN / PAGEHEADER */

#title {
	position: absolute;
	top: 110px;
	right: 32px;
 width: 420px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
	text-align: right;
/* border: 1px dashed #ccc; */
}


#pageTitle {
 margin: 0 0 16px 0;
 padding: 0;
 font-size: 30px;
 font-style: normal;
 font-weight: normal;
	text-align: right;
}

#tagline {
 display: block;
 margin: 0 8px 0 0;
 padding: 0;
 font-size: 60%;
 text-align: right;
 font-style: italic;
 font-weight: bold;
}



/* CONTENT */

#content {
  margin: -56px 32px 0 280px;
	 padding: 0 0 16px 16px;
  width: auto;
} 

#content p {
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 180%;
}

#content-int {
  padding: 8px 0 16px 16px;
}


#content h4 {
  margin: 16px 0 4px 0;
  padding: 8px 0;
  font-size: 18px;
  border: solid  #61AD5A;
  border-width: 1px 0 0 0;
}

#content h5 {
  margin: 32px 0 2px 0;
  padding: 0;
  font-size: 16px;
}

body#home #content ul {
  list-style-type: none;
} 




#content-int div.nlquote {
  width: 204px;
  float: right;
  margin: 8px 0 8px 8px;
}

#content-int div.nlquote p {
  margin: 0 0 0 0;
  line-height: 140%;
}


#content-int div.nlquote p.qsource {
  margin: 8px 0 0 0;
}




/* FLOATING GRAPHIC BLOCS */

.gfxBlock1 {
  float: right;
  margin: 8px 0 8px 8px;
  padding: 12px 12px 6px 12px;
  background: #FEFCF2;
	 border: 1px solid #61AD5A;
}

html>body div.gfxBlock1 {
  padding: 12px;
}

.gfxBlock1 img {
  margin: 0;
  padding: 0;
	 border: 0;
}



html>body#examples-book div.gfxBlock1 {
  margin: 24px 0 8px 8px;
}


body#home div.gfxBlock1 {
  margin: 0 0 8px 8px;
  background: transparent;
	 border: 0;
}






.exSpecs {
  list-style: none;
  margin: 0 0 0 0;
  padding: 8px;
  font-size: 90%;
  background: #FEFCF4;
	 border: 1px solid #61AD5A;
}





table#compareBV {
  width: auto;
  font-size: 85%;
  border: 1px solid #61AD5A;
}

table#compareBV caption {
  margin: 0;
  padding: 0;
  font-weight: bold;
	 background: transparent url(../img/bg-trans.gif);
  border: solid #61AD5A;
  border-width: 1px 1px 0 1px;
}

table#compareBV caption span#tCaption {
  display: block;
  margin: 0;
  padding: 8px;
}

#compareBV th {
  padding: 8px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #61AD5A;
}

#compareBV th.colheader {
	 background: #FEFCF2;
}

#compareBV td {
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid #61AD5A;
}

#compareBV tr.trX {
  	 background: #f7f7f7;
}

#compareBV tr.trY {
  	 background: #fefefe;
}

#compareBV tr.trZ th, #compareBV tr.trZ td {
  border-bottom: 0px;
}





.pubCredits {
  width: 100%;
  font-size: 90%;
}

.pubCredits td {
  width: 50%;
  vertical-align: top;
}





/* CONTENTS NAV LINKS */	

#navList {
	position: absolute;
	top: 216px;
	left: 64px;
 width: 208px;
 margin: 0;
 padding: 8px;
	font-size: 12px;
 border: 1px solid #61AD5A;
	background: transparent url(../img/bg-trans.gif);
}

#navList-int { 
	padding: 0;
}



#navList h3 {
	margin: 10px 0 0 0; 
 padding: 2px 0;
	font-size: 12px;
 color: #00467F; 
}

#navList h3 span {
  display: none;
}


#navList h3#navListHeader {
 position: relative;
 height: 32px;
	margin: -32px 0 0 0; 
 padding: 0;
	font-size: 16px;
	background: transparent url(../img/bg-navListHeader.gif) top left no-repeat;
}

#navList h3#navListHeader span {
  display: none;
}




#navList ul {
  list-style: none;
	 margin: 0 0 12px 0;
	 padding: 0;
  background: #FEFCF2;
	 border: solid #61AD5A;
  border-width: 1px 1px 0 1px;
}


#nlIntro {
  margin-bottom: 12px;
}

#nlProduct, #nlProcess, #nlPeople, #nlMedia {
	 border: solid #61AD5A;
  border-width: 0 1px 1px 1px;
}

#nlMedia {
  margin-top: 12px;
}





#h3Product { 
 height: 26px;
	background: transparent url(../img/bg-h3-product.gif) no-repeat top left; 
	margin: 0 0 0 0; 
}

#h3Process { 
 height: 26px;
	background: transparent url(../img/bg-h3-process.gif) no-repeat top left; 
	margin: 0 0 0 0; 
}

#h3People { 
 height: 26px;
	background: transparent url(../img/bg-h3-people.gif) no-repeat top left; 
	margin: 0 0 0 0;
}




#navList li {
	margin: 0 0 0 0;
	padding: 1px 1px; 
	font-weight: bold;
 background: none;
	border: solid #61AD5A;
 border-width: 0 0 1px 0;
}

#navList li a { 
 height: auto;
 display: block;
 margin: 0;
 padding: 0;
 line-height: 200%;
	text-indent: 8px;
 color: #498144;
 text-decoration: none;
	background: #FEFCF2;
}


#navList li a:hover {
	color: #00467F; 
	background: #fff;
}


body#home a#nlbHome,
body#allure a#nlbAllure,
body#book a#nlbBook,
body#vignettes a#nlbVig,
body#video a#nlbVideo,
body#will a#nlbWill,
body#involved a#nlbInvolved,
body#cost a#nlbCost,
body#about a#nlbAbout,
body#creative a#nlbCreative,
body#media a#nlbMedia,
body#contact a#nlbContact
 { 
	text-indent: 16px;
 color: #00467F;
	background: #fff url(../img/bg-navlist-span.gif) center left no-repeat; 
 cursor: default;
}

#navList ul.nlSub {
  display: none;
  font-size: .9em;
		margin: 0 0 0px 0;
  background-color: #fff;
}

#navList ul.nlSub li a {
 background-color: #fff;
	border: solid #61AD5A;
 border-width: 0 0 0px 0;
}


body#book ul#bookSub {
   display: block;
}




#navList p.qsource {
  margin: 8px 0 0 0;
}





/* Prefs Window */

#pWindow {
 display: none;
  position: absolute;
  top: 3%;
  right: 32px;
  margin: 0;
  padding: 32px;
  text-align: center;
	 background: #FDF5CB;
	 border: 1px solid #61AD5A;
}

#pWindow ul {
  margin: 0 0 32px 16px;
   text-align: left;
}

#pWindowClose {
   padding: 4px;
   border: 1px solid #61AD5A;
}





/* FOOTER */
	
#footer {
 height: auto;
 margin: 0 32px 0 16px;
 padding: 30px;
 font-size: 10px;
 font-family: Arial, Verdana, Helvetica, San-serif;
 color: #777;
 border: solid  #61AD5A;
 border-width: 1px 0 0 0;
}

#footer p {
 padding: 0;
 text-align: center;
}

#footer p span {
  display: block;
  vertical-align: middle;
}

#footer a:link, #footer a:visited { 
	text-decoration: none; 
}

#validation, #validation a:link, #validation a:visited {
  color: #ccc;
  font-weight: normal;
  letter-spacing: normal;
}

#validation a:hover {
   color: #61ad5a;
   border-bottom: 1px solid  #61AD5A;
}

