/* CSS Document */
/* Generic Selectors */
body {
	font-family: font-family: Times New Roman, Times, serif;
	margin:70px auto;
	padding: 0 0 0 0;
    width:760px;
	font-size: 14px;
}
h1  {color: #003300; /* dark green */
	font-size: 36px;
}
h2 {color: #891502; /* lite green */
	font-size: 30px;
    font-weight:500;
}

h3 {color: #302e2e;
	font-size: 24px;
    font-weight:400;		
	}
	
h4 {color: #302e2e;
	font-size: 20px;
    font-weight:400;		
	}
p {width: 98%;margin-bottom: 0;
}
#main p {width: 100%;
}

/*************************  Pseudo classes *************************/
/********************* rollover text **************************/
a:link {color: #95490f; font-weight:600;text-decoration: none;} /* for unvisited links */
a:visited {color: #95490f;text-decoration: none;} /* for visited links */
a:hover {color: #052361; font-weight:italic;text-decoration: none;} /* when mouse is over link */
nav-text a:active {color: #95490f; font-weight:italic;text-decoration: none;} /* when link is clicked */

#container{
	width: 760px;
    background-color:#b4caa9; 
}

#header{background-color:#f1f2f1;border-bottom: 2px solid #891502
}

#container {margin:0; padding: 0;}

#nav-box{float:left;padding-left:0px;width:142px;
    background-color:#b4caa9;
	height: 100%;
	/*top: 186px;
	left: 2px;*/
	padding-right:10px;
	padding-top:10px;
	padding-left:0px;	
	margin: 0;
	margin-top: 0px;
	visibility: visible;
	text-align:right;
}
#nav-box ul li {list-style-type: none;
	line-height: 150%;	
	margin:0px 0px 0px -20px;
}
#nav-text ul li {line-height: 160%;
	font-size:16px;
}
#nav-text{margin-left:0px;
	width:140px;
	background-color:#b4caa9; 
	padding-bottom:10px;
}

#nav-text a:link {color: #ffffff;font-weight:bold;text-decoration: none;} /* for unvisited links */
#nav-text a:visited {color: #324329;text-decoration: none;font-style:italic;} /* for visited links */
#nav-text a:hover {color: #324329; font-weight:bold; font-style:italic;text-decoration:none;} /* when mouse is over link */
#nav-text a:active {color: #324329;text-decoration: none;} /* when link is clicked */

#main-text-box{float:left;
    padding-left:10px; 
    padding-right:10px;
    padding-top:5px;
    width:588px; 
    background-color:#f1f2f1; 
}
#main-text-box p{margin:0;padding:0;}
#main-text-box2{float:left;
    padding-left:10px; 
    padding-right:10px;
    padding-top:5px;
    width:588px; 
}
#main-text-box2 p{margin:0;padding:0;}

.image-right{float:right;}
.image-left{float:left; padding-right:10px;}

.bio {margin-left:5px;margin-top:5px;}

#bot-nav{width:760px; clear:left;border-top: 2px solid #891502;
}
#bot-text{background-color:#dddddd; font-style:italic; font-size: 16px; font-weight:600;
}


/*************************  Pseudo classes Bottom Text *************************/
/********************* rollover text **************************/
#bot-text a:link{ color:#535252;} /* for unvisited links */
#bot-text a:active{font-style:italic; color:#7f9474;} /* for visited links */
#bot-text a:visited{color:#7f9474; font-style:italic;} /* when mouse is over link */
#bot-text a:hover{color:#535252;} /* when link is clicked */

.address{width: 200px; margin-left:10px;}

/*text styles*/
.dark-green {color: #b4caa9;}
.lite-green {color: #669933;}
.bold-green {color: #b4caa9;font-weight:bold; font-size:15px;}
.style-white {color: #ffffff;}
.grey2{color: #535252;}
.grey{ color: 434544;font-weight:400; font-size:15px;}
.pipe {color: #003300;}

.text-link{font-color: #000000;}

