@charset "UTF-8";
/* Color Palette
Blue:		384652
Lt Blue: 	9BA2A8
Tan:		A18559
Lt Tan:		D0C2AC
Cream:		F6F3EE
*/

body { margin: 0; background: #999999; text-align: center; }
h1 { }
h2 { }
p { font: normal 14px "Times New Roman", Times, serif; line-height: 16px; color: #000000; margin-bottom: 10px; }
table {  font: normal 14px "Times New Roman", Times, serif; }
iframe { margin-bottom: 10px; }
form { margin-bottom: 10px; }
img { border: 0px; }

a:link { color: #384652; }
a:visited { color: #384652; }
a:hover { color: #9BA2A8; }
a:active { color: #384652; }

#container { width: 950px; background: #FFFFFF; text-align: left; margin: 20px auto 10px auto; padding: 10px; }
#mainDiv { padding: 10px; border: #A18559 5px solid; background: #D0C2AC; }

#header { background: #384652; height: 160px; text-align: center; }
#header h1 { margin: 0px; padding: 20px; }
#navigation { background: #A18559; height: 40px; }
#navigation div { display: inline; margin: 0; }

#mainContent { background: #F6F3EE; height: 280px; padding: 10px; }
#imageArea { width: 600px; height: 280px; }
#contentBG { background: url(../images/textBox.jpg) repeat-x; width: 300px; height: 278px; position: absolute; border: solid 1px #384652; }
#contentArea { margin: 20px; width: 260px; position: relative; }
#contentArea a:link img { border: solid 1px #F6F3EE; }
#contentArea a:visited img { border: solid 1px #F6F3EE; }
#contentArea a:hover img { border: solid 1px #384652; }
#contentArea a:active img { border: solid 1px #FFFFFF; }

.pageChange { color: #9BA2A8; text-align: right; position: absolute; top: 235px; left: 0px; width: 100%; }
.pageChange b { color: #384652; }
.contactNames { font: normal 14px "Times New Roman", Times, serif; line-height: 24px; width: 100%; margin-bottom: 10px; }

#footer { background: #384652; height: 40px; }
#footer img { margin: 13px 10px 0px 10px; }
#footerAccent { background: #9BA2A8; height: 20px; padding: 2px 10px 0 10px; }
#footerAccent p { font: normal 12px "Times New Roman", Times, serif; margin: 0; }
#footerAccent a:link { color: #191919; }
#footerAccent a:visited { color: #191919; }
#footerAccent a:hover { color: #384652; }
#footerAccent a:active { color: #333333; }

#copyright {  font: normal 12px "Times New Roman", Times, serif; color: #191919; margin: 0px; text-align: center; }
#copyright a:link { color: #000000; }
#copyright a:visited { color: #000000; }
#copyright a:hover { color: #384652; }
#copyright a:active { color: #9BA2A8; }

.fltrt { float: right; }
.fltlft { float: left; }

#tooltip { position: absolute; z-index: 3000; border: 1px solid #111; background-color: #000; padding: 5px; opacity: 0.85; text-align: left; max-width: 250px; }
#tooltip h3  { margin: 0; font: bold 14px "Times New Roman", Times, serif; color: #9BA2A8; margin-bottom: 5px; }
#tooltip div { margin: 0; font: normal 12px "Times New Roman", Times, serif; color: #FFFFFF; }