.FooterText {
font-family: Arial;
font-size: 12px;
color: black;
Text-Decoration: none;
font-weight: bold;
}
.Bottom {
vertical-align: bottom;
}
.HeaderText, .HeaderText a {
letter-spacing:0.03em;
vertical-align: bottom;
text-align: center;
color: white;
font-weight: bold;
font-size:12px;
font-family: Arial;
Text-Decoration: none;
}
.HeaderTextBlack, .HeaderTextBlack a {
text-align: center;
color: black;
font-weight: bold;
font-size:34px;
font-family: Cambria;
Text-Decoration: none;
line-height: 30px
}
.HeaderTextIndex {
color: black;
font-family: Cambria;
font-weight: bold;
font-size: 18px;
Text-Decoration: none;
}
.LargeQuote {
font-size: 24px;
    font-family: Arial 
}
.ContactUsBody{
text-align: left;
color: #BFBFBF;
font-weight: regular;
font-size:12px;
font-family: Arial;
Text-Decoration: none;
}
a.noborder {
border: 0;
}

.noborder,.noborder a{
border: 0;}

.EidBold {
color: white;
font-family:Arial;
font-size:18px;
}
.EidBold2 {
color: #004881;
font-family:Cambria;
font-size:18px;
font-weight: bold;
}
.EidBold3 {
color: #004881;
font-family:Cambria;
font-size:14px;
font-weight: bold;
line-height: 0px
}
.EidBold4 {
color: #004881;
font-family:Arial;
font-size:13px;
font-weight: bold;
line-height: 3px
}
.EidBold5 {
color: #004881;
font-family:Arial;
font-size:13px;
font-weight: bold;
line-height: 6px
}
.MenuText {
font-family: Cambria;
color: #BFBFBF;
font-size: 14px;
Text-Decoration: none;
font-weight: bold;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#res-body {
	float: right;
	width: 580px;
	height: 500px;
	border: 0px solid #D8D8D8;
	padding: 0px;
}

#res-photo {
	float: left;
	width: 620px;
}
