@charset "utf-8";


#body {
	height: 100%;
	min-height: 100%;
	
}

.body {
	background-color: #F5F3CE;
	height: 800px;
}

#wrapper {
	max-width: 1000px;
	min-width: 1000px;
	min-height: 100%;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #F5F3CE;
	height: 100%;
	max-height: 100%;
}


#mainnav {
	background-color: #C8C8C7;
	min-height: 28px;
	padding-top: 1px;
	padding-bottom: 4px;
}

a {
	color: #06137A;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a:link {
	color: #06137A;
}
a:visited {
	color: #06137A;
}
a:hover {
	color: #E76D2E;
	text-decoration: underline;
}

#mainnav ul {
	list-style-type: none;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
#mainnav a {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin-left: 10px;
	max-width: 100%;
	width: 15.55%;
}
#identitybar {
	min-width: 173px;
	margin-top: 12px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	position: relative;
	width: 277px;
}
#personalheader {
	max-width: 278px;
	text-align: center;
	border-radius: 10px;
	color: #061270;
	margin-top: 4px;
	
}
#personcontainer {
	min-width: 142px;
	max-width: 120px;
	float: left;
	min-height: 150px;
	margin-top: 8px;
}
	
.personheading {
	font-size: 19px;
	font-weight: bold;
	background-color: #C8C8C7;
	color: #061270;
	
	
}
#figure {
	margin-left: 9px;
	float: left;

}
.caption {
	font-size: 8pt;
	min-width: 75px;
	width: 113px;
}

#sidenav {
	float: left;
	min-height: 175px;
	margin-top: 19px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	max-width: 0px;

}
.side {
	text-align: left;
}
.here {
	font-weight: bold;
	font-size: 15px;
	text-transform: capitalize;
	color: #949191;
	text-indent: 11px;
	position: absolute;
}



#summaryhead {
	float: left;
	clear: right;
	width: 263px;
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 3px;
	border-radius: 20px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #EBE9B0;
}

.summaryheading {
	color: #061270;
	font-size: 12pt;
	font-weight: bold;
}

#summarycon {
	float: left;
	clear: right;
	width: 274px;
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 3px;
	border-radius: 20px;
	background-color: #EBE9B0;
	height: 131px;
}

.summarycontent {
	color: #04462A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 11pt;
}

.summarylinks {
	color: #04462A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 11pt;
	white-space: nowrap;
}

#maincontent {
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	min-width: 676px;
	background-color: #C8C8C7;
	border-radius: 37px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	max-width: 676px;
	float: left;
	background-image: url(../../westawaywaghornconroy.com/directories/url);
}
.contentheading {
	text-align: center;
	color: #061270;
	font-size: 19px;
	font-weight: bold;

}
.mainheading {
	text-transform: uppercase;
	text-align: center;
	font-size: 10pt;
	color: #150566;
	font-weight: bold;
}

#thumbs {
	min-width: 25%;
	max-width: 250px;
	float: left;
	min-height: 0px;
	clear: left;
}
#asiderightthumbs {
	min-height: 100%;
	float: right;
	clear: both;
	width: 35%;
}


.photos {
	-webkit-box-shadow: 1px 1px 10px 2px #8C8C80;
	box-shadow: 1px 1px 10px 2px #8C8C80;
	border-radius: 16px;
}



.enlarge {
	-webkit-transition: all 1.2s ease 0.2s;
	-o-transition: all 1.2s ease 0.2s;
	transition: all 1.2s ease 0.2s;
	margin-top: 50px;

}

.enlarge:hover {
	-webkit-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}


#footer {
	background-color: #AFAEE3;
	text-align: center;
	min-width: 1000px;
	float: left;
	font-size: 12pt;
	color: #061270;
	font-style: oblique;
	border-radius: 10px;
}
