/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height: 100%;
	overflow:scroll;
}

body{
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
/*	font:Verdana;  */
/*font-family:Georgia, "Times New Roman", Times, serif; */
/*	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;   */
font-family:Georgia, "Times New Roman", Times, serif;
/*	font: Helvetica;  */
	color: #202020;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	font-size: 100%;
	text-align: center;
	background-image: url(https://www.woodenswisdom.com/images/site/backgroundTile.png);  
	background-repeat: repeat; 
}

a{
	color: #00F;
	text-decoration: none;
}

a:link{
	color: #00F;
	text-decoration: none;
}

a:visited{
	color: #00F;
	text-decoration: none;
}

a:hover{
	color: #00F;
	text-decoration: underline;
}

h1{
/*	font-family: Verdana,Arial,sans-serif; */
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  
	font-size: 120%;
	color: #79BDFD; 
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #000000; 
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: none;
}

/*************************************************/
/** Layout Divs **********************************/
/*************************************************/
#outer
{
	width: 100%;
	background-image: url(https://www.woodenswisdom.com/images/site/background.png); 
 	background-repeat:repeat-x;	
}
#wrapper{
	width: 1072px;
}

#header{
	height: 203px;
	width: 1072px;
	background-image: url(https://www.woodenswisdom.com/images/site/header.png);
	background-position: center;
	background-repeat: no-repeat;
}

#navigation{
	height: 63px;
	width: 1072px;
	background-image: url(https://www.woodenswisdom.com/images/site/nav.png);
	background-position: center;
	background-repeat: repeat-y;
}

	.navigationTable{
		border: 0px; 
		border-collapse: collapse;
		width: 1020px;
	}
	
	.navigationCell{
		padding: 0px 0px 0px 0px;
		height: 50px;
		width: 100px;
	}	

#content{
	min-height: 150px;
	width: 1072px;
	background-image: url(https://www.woodenswisdom.com/images/site/content.png);
	background-position: center;
	background-repeat: repeat-y;
}

	#contentMain{
		padding: 10px 45px 40px 50px; 
		text-align: left;
		min-height: 300px;
	}

	#contentMain ul{
		list-style-type: disc;
	}

	#contentMain ul ul{
		list-style-type: circle;
	}

	#contentMain ul ul ul{
		list-style-type: none;
	}

#footer{
	height: 194px;
	width: 1072px;
	background-image: url(https://www.woodenswisdom.com/images/site/landing_footer.png); 
	background-position: center;
	background-repeat: no-repeat;
/*	color: #FFF; */
/*	color: #CCC; */
	color: #FF9912;
}

	#footer a{
		color: #FFF;
		text-decoration: none;
	}
	
	#footer a:link{
		color: #FFF;
		text-decoration: none;
	}
	
	#footer a:visited{
		color: #FFF;
		text-decoration: none;
	}
	
	#footer a:hover{
		color: #FFF;
		text-decoration: underline;
	}

		#footerDesign{
			font-size: 70%;
			color: #666666;
		}
	
		#footerDesign a{
			color:#666666;
			text-decoration: none;
		}
		
		#footerDesign a:link{
			color:#666666;
			text-decoration: none;
		}
		
		#footerDesign a:visited{
			color:#666666;
			text-decoration: none;
		}
		
		#footerDesign a:hover{
			color:#666666;
			text-decoration: underline;
		}


/*************************************************/
/** form tables **********************************/
/*************************************************/

.formTable{
	background-color: #F2F2F2;
	border: 2px solid #C0C0C0;
	text-align: left;
	min-width: 50%; 
}

.formLabel{
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
}

.formCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.formNote{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	color: #990000;
}

.formSection{
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
	background-color: #C0C0C0;	
}

/***********************************************/
/* report table                                */
/***********************************************/

.reportTable{
	border-collapse: collapse;
	border: 2px solid #C0C0C0;
	text-align: left;
	width: 100%;
}

.reportHeader{
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	background-position: center; 
	background-repeat: repeat-x;
	background-image: url(https://www.woodenswisdom.com/images/site/gradientHeader.png);
	color: #223B6E;
}

.reportCellEven{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	background-color: #F2F2F2;
}

.reportCellOdd{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

/*************************************************/
/** portfolio tables *****************************/
/*************************************************/

.portfolioTable{
	background-color: #FFFFFF;
/*	border: 2px solid #C0C0C0; */
	text-align: left;
	width: 100%;
}

.portfolioImage{
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
}

.portfolioLabel{
	padding: 5px 5px 5px 5px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
}

.portfolioCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
/*	width: 60%; */
}

.portfolioHR{
	color: #79BDFD;
	width: 100%;
	text-align: center;
}

/*************************************************/
/** information tables ***************************/
/*************************************************/

.infoTable{
	border-collapse: collapse;
	border: 2px solid #C0C0C0;
	text-align: left;
	width: 100%;
}

.infoCell{
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	background-color: #F2F2F2;
}

.infoHead{
	color: #223B6E;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: center;
	vertical-align: top;
	background-position: center; 
	background-repeat: repeat-x;
	background-image: url(https://www.woodenswisdom.com/images/site/gradientHeader.png); 
}

/*************************************************/
/*  message tables                               */
/*************************************************/

.messageTable{
	background-color: #990000;
	border: 1px solid #990000;
	border-collapse: collapse;
}

.messageHead{
	color: #FFFFFF;
	text-align: left;
	background-color: #990000;
	padding: 3px 3px 3px 3px;
}

.messageCellEven{
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 3px;
}

.messageCellOdd{
	text-align: left;
	color: #000000;
	background-color: #FF9900;
	padding: 3px 3px 3px 3px;
}


input[type="submit"] {
	text-align: center;
	display:block;
	margin-top:5px;
	color:#FFFFFF;
	background-color:#5d9cec;
	border-color:#5899eb;
	
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	padding:6px 16px;
	font-size:14px;
	line-height:1.52857;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;	
}
