@charset "utf-8";
/* CSS Document */

div#preload { display: none; }

.border_top_left {
height: 14px;
width: 21px;
background-image:url(../images/border_top_left.png);
background-repeat: no-repeat;
}

.border_top_mid {
height: 14px;
width: 928px;
background-image:url(../images/border_top_mid.png);
}

.border_top_right {
height: 14px;
width: 21px;
background-image:url(../images/border_top_right.png);
background-repeat: repeat-x;
}

.border_left {
width: 21px;
background-image:url(../images/border_left.png);
background-repeat: repeat-y;
}

.content {
width: 928px;
background: #FFFFFF;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:13pt;
vertical-align: top;
}

.header_left {
width: 350px;
background: #FFFFFF;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:13pt;
}

.header_right {
width: 578px;
background: #FFFFFF;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:13pt;
text-align:right;

}

.contactForm {
background: #FFFFFF;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:13pt;
vertical-align: top;
}

.border_right {
width: 21px;
background-image:url(../images/border_right.png);
background-repeat: repeat-y;
}

.border_bottom_left {
height: 14px;
width: 21px;
background-image:url(../images/border_bottom_left.png);
background-repeat: no-repeat;
}

.border_bottom_mid {
height: 14px;
width: 928px;
background-image:url(../images/border_bottom_mid.png);
background-repeat: repeat-x;
}

.border_bottom_right {
height: 14px;
width: 21px;
background-image:url(../images/border_bottom_right.png);
background-repeat: no-repeat;
}

.motto {
font-family: "Times New Roman", Times, serif,"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:13pt;
font-weight:bold;
color: #5f5f5d;
position: relative;  left: 140px; top: 1px;
font-style:italic;
background: #ffffff;
z-index:0;
}

.menu {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:14pt;
font-weight:bold;
/*position: relative; left:150px; top: 30px;*/
background: #ffffff;
z-index:1;
}

.menu a:link    {
color:#595959;
text-decoration:none;
text-shadow:  2px 2px 2px #babab8;
}
.menu a:visited {
color:#595959;
text-decoration:none;
text-shadow:  2px 2px 2px #babab8;
}
.menu a:hover   {
color:#7d3b07;
text-decoration:underline;
text-shadow:  2px 2px 2px #babab8;
}
.menu a:active  {
color:#595959;
text-decoration:none;
text-shadow:  2px 2px 2px #babab8;
}

.footer_left {
height: 50px;
width: 21px;
background-image:url(../images/border_left.png);
background-repeat: repeat-y;
}

.footer {
height: 50px;
width: 928px;
background: #FFFFFF;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:14pt;
font-weight:300;
color: #2f2f2f;
vertical-align: middle;
text-align:center;
text-shadow:  1px 1px 1px #babab8;
}

.footer a:link    {
color:#2f2f2f;
text-decoration:underline;
text-shadow:  2px 2px 2px #babab8;
}
.footer a:visited {
color:#2f2f2f;
text-decoration:underline;
text-shadow:  2px 2px 2px #babab8;
}
.footer a:hover   {
color:#7d3b07;
text-decoration:underline;
text-shadow:  2px 2px 2px #babab8;
}
.footer a:active  {
color:#2f2f2f;
text-decoration:underline;
text-shadow:  2px 2px 2px #babab8;
}

.footer_right {
height: 50px;
width: 21px;
background-image:url(../images/border_right.png);
background-repeat: repeat-y;
}

.slideshow { height: 419px; width: 475px; margin: auto }

.copyright {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:12pt;
color: #ffffff;
vertical-align: middle;
text-align:center;
}

/* 									
body								{ font: 14px Helvetica, Sans-Serif; } 
    */
{ margin: 0; padding: 0; }
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration:  none; }
ul		
    						        { list-style: none; }
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #fff; text-align: left}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 250px; visibility: hidden; position: absolute; top: 100%; left: -40px; z-index: 999}
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000;  
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
 