@charset "UTF-8";
<style>
/*Gray					rgb(163, 173, 184)		#A3ADB8
	Dark Olive			rgb(64, 79, 36)			#404F24
	Lime Green			rgb(102, 141, 60)		#668D3C
	Steel Blue			rgb(78, 97, 114)			#4E6172
	Yellow				rgb(219, 202, 105)		#DBCA60
	Orange				rgb(213, 117, 0)			#D57500 
	LiteLimeGreen	rgb(189, 208, 156)		#BDD09F
	Cocoa					rgb(133, 87, 35)			#855723
	Dark Brown 		rbg(73, 56, 41)			#493829
	Brown				rbg(97, 51, 24)			#613318*/
	
Html{
	
}
body {
    background-color: #BDD09F;
    margin: 250px 10%;
    min-width: 320px;
}
article.main {
	margin-top: 250px;
	
}
.detail1 #propManage {
	font-size: 22px;
    padding-top: 16px;
    color: #D57500;
	text-emphasis-color: #D57500;
}

.improvList #resImprov {
    font-size: 22px;
    padding-top: 16px;
    color: #D57500;
	text-emphasis-color: #D57500;
}



.improvList h2 {
    color: #4E6172;
    font-weight: 500;
    font-size: 9px;
}

header {
    width: 80%;
    height: 20%;
    min-height: 120px;
    max-height: 140px;
    font-family: garamond;
    overflow: hidden;
    color: #d57500;
    background: #BDD09F;
    border: 1.5px solid #404F24;
    box-shadow: 0px 3px 3px 1px rgba(78, 97, 114, .8);
    top: 5px;
    position: fixed;
}

header h1{
	padding-left: 20px;
	font-size: 3em;
	text-align: right;
	text-shadow: 1.5px 1px 1px rgba(78, 97, 114, .8);
	float: left;	
	margin-left: 250px;

}	
header h2 {
	padding-left: 20px;
	margin-left: 80px;
	margin-top: 62px;
	font-size: .9em;
	font-style: italic;
	float:left;	
	text-shadow: 1px .25px .25px rgba(78, 97, 114, .8)	
}
#pageHeader h2 p {
    text-align: center;
}


.navList {
    display: table;
    margin-top: 25px;
    width: 80%;
    box-shadow: 0px 3px 3px 1px rgba(78, 97, 114, .8);
	position: fixed;
	top: 150px;
}
.navRow {
	display: table-row;
}
.navItem {
  display: table-cell;
  width: 100px;
  height: 30px;
  text-align: center;
  background:#BDD09F;
  color: #d57500;
  padding: .25em;
  padding-top: 10px;
}

.navItem a {
	text-decoration: none;
	color: #d57500;
	font-weight: bold;
}

.main {
	
	margin-top: 250px;
}

.navItem a:hover {
	color: #4E6172;
}
ul.renoLinks {
	list-style: none;
}
.renoLinks a:link {
	color: #4E6172;
	font-weight: 400;
}
.renoLinks a:hover {
	color:#d57500; 
}

.bodyLinks a {
	color: #4E6172;
	font-size: 1.2em;
}
.bodyLinks a:hover {
	color: #d57500;
}
.currentProject img {
	/*border: 5px solid 4E6172;*/
	padding: 1px;
	margin-top: 5px;
	/*float: right;*/
	image-orientation: auto;
}
.currentProject a, .previousProject a {
	float: right;

	text-align: center;	
	border: .5px solid gray;
}
aside {
	margin-left: 30px;
	padding: 2px;
	float: right;
	display: inline;
	height: 300px;
	width: 300px;
	
}
sec.improvList {
	
	
	padding-top: 250px;
}

aside + aside {
	clear: right;
}
aside p{
	text-align: center;	
	line-height: 10px;	
}
.detail1 p, .detail2 p {
	color: #4E6172;
}
/* Contact Html Document*/
/*Body {
}*/
#contactInfo {
	padding: 20px 30px;
	border-bottom: 1px solid #4E6172;
}
#contactBody h3 {
	Font-size: 130%;
	border-bottom: 1px solid #4E6172;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #4E6172;
	text-align:center;
	text-shadow: 1.5px 1px 1px rgba(78, 97, 114, .8);
}
#contactMailtoSection {
	margin-left: 30px;
	color: #404F24;
	font-weight: bold;
}
#contactInfo p{
	color: #404F24;
	font-weight: bold;
	line-height: 65%;
}
.contactLinks p{
	text-align:center;
}
.contactLinks a{
	color: #4E6172;
	font-size: 1.2em;
	text-decoration: none;
}
a:hover {
	color:#d57500; 
}
</style>
#pageHeader {
}
