/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	/* testing only 
	border: 1px solid #002E2E;
	*/
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDFFFF;
	/*background-color: #f5fafd;*/
	color: #002E2E;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #2E0A00;
	/*background-color: #2899CA;*/		 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 200%;
 color: #00334A;
}

h2{
 font-size: 150%;
 /*color: #006699;*/
}

h3{
 font-size: 130%;
 /*color: #334d55;*/
}

h4{
 font-size: 115%;
 font-weight: normal;
 margin-top: 1em;
 /*color: #333333;*/
}

h5{
 font-size: 107%;
 /*color: #334d55;*/
}

p {
border: 0;
margin: 0;
padding: 0;
}

img {
display: block;
margin: 0px;
border: 0px;
padding: 0px;
/*margin-left: auto;
margin-right: auto;*/
}

/* masthead styles */
.red {color: #FF0000}
.white {color: #FFFFFF}
.blue {color: #0000FF}

h2#tagline {
 position: relative;
 left: 40%;
 font-size: 175%;
 color: #00334A;
 margin-left: 0;
 padding-bottom: 15px;
 display:inline; 
 /*float: right;*/
 margin-top: 8px;
 /*margin-right: 100px;*/
 white-space:nowrap;
}

/* list and menu styles */

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: square;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-color: #CCBABA;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #00334A;
	width: 100%;
	text-align: left;
}
#frmContact #masthead td {
	width: 33%;
}


#navBar{
	margin: 0 83% 0 0;
	padding: 0px;
	/*border-bottom: 1px solid #ccc;*/
	text-align: right;
}

#content{
	width: 78%;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 0 3% 0 0;
}

div#nlArchive {
text-align: left;
padding-left: 5px;
padding-bottom: 8px;
margin-top: 5px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 5px 10px;
}


/*************** #contentTitle styles **************/

#contentTitle{
	padding: 5px 0px 10px 0px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
border-top: 2px solid #cccccc; /*#00334A;*/
padding: 2px 0px 2px 10px;
white-space: nowrap;
text-align: center;
background-color:#FFE5DE;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 10px 0px 10px; 
	color: #220000;
	text-decoration: none;
}



#globalNav a:hover {
background-color: #ccc;
text-decoration: underline;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************** .bodytext styles **************/
.bodytext{
	padding: 0px 0px 10px 0px;
}

.bodytext h3{
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.bodytext img{
	float: left;
	padding: 10px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.bodytext p{
margin-bottom: 5px;
}

.bodytext a:link, a:visited, a:hover{
text-decoration: underline;
}

/*.bodytext a:link{
color: #008A00;
}*/

.bodytext a:visited{
color: #BF0000;
}

.bodytext a:hover{
color: yellow;
background-color: #000088;
}

.bodytext ul 
{
    margin-top: 0px;
}

.textbox {
border: 1px solid purple;
background-color: #CCBABA; 
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

/* make text superscript */
span.sup {font-size: smaller}
span.reqd {font-size: smaller; color: red;}

/* footnote text */
span.footnote {font-size: .6em;}





/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.feature, .story {
	font-size: 110%;
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#footer a {
	font-size: 90%;
	padding: 0px 10px 0px 10px; 
	color: #220000;
	text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
background-color: #ccc;
}
/* 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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #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;}

.amazoncontainer {
	text-align: left;
	margin: 0px 0px 5px 5px;
	}
	
div#nlArchive a {
font-size: 10pt;
font-weight: bold;
}
	


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******************* Lignum Artis Jump **************************/
table#imgRedPlatter td {
text-align: left;
margin: inherit;
}

div#visitLA {
text-align:left; 
margin: 5px 0px 0px 5px;

}

table#imgRedPlatter {
text-align: left;
}
/******************* generic layout styles **********************/
div.caption-bottom {
	text-align: left;
	margin: 0px 0px 0px 5px;
	border: 0px;
	padding: 0px;
	font-size: 80%;
	font-weight: bolder;
}


.validationError 
{
	font-size: smaller;
}	
div#masthead address {
	font-style: normal;
}

.bulletpoint {
font-size: 110%;
font-weight:bold;
}

/* makes item invisible when on screen */
.s_inviso 
{
    display: none;
}

