@charset "utf-8";
/* CSS Document */
body {
	background: url(images/bg.jpg) center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	margin:0 auto;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
img {
behavior: /*url("pngbehavior.htc");*/
}

.largersize {
	font-size: 20px;
}

.imgborder {
	border: 2px solid #ffffff;
}

a {
	text-decoration:underline;
	color:#A28387;
}
a:hover {
	text-decoration:none;
	color:#A28387;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none
}


#wrapper{ background:url(images/bg_main.jpg) repeat-y; width:978px; margin:0 auto}

#banner{ background:url(images/logo_banner.jpg) no-repeat; height:166px; text-align:center; vertical-align:bottom;}
.topL {
	color:#FFFFFF;
	font:10px Arial, Helvetica, sans-serif
}
.topL:hover {
	color:#FFFFFF;
	font:10px Arial, Helvetica, sans-serif
}


#pic{ background:url(images/banner.jpg) no-repeat; height:314px;}

#page_cont{ margin:0 auto; padding:35px 35px 3px 35px}

#footer{ text-align:center; color:#f5a96c; margin:0 auto;font:11px Georgia, "Times New Roman", Times, serif; text-transform:uppercase; line-height:20px; border-top:1px solid #71421d; padding:15px 0 15px 0}

#footer a{ color:#f5a96c; padding:0 5px 0 5px}
#footer a:hover{ color:#FFF;}

.rsd a{ color:#f5a96c; font-size: 11px;}
.rsd a:hover{ color:#FFF;}

h1{ 
font:30px Georgia, "Times New Roman", Times, serif; 
border-bottom:1px solid #71421d; 
margin:0 0 10px 0; 
padding-bottom: 8px;
}

h2{ 
font:20px Georgia, "Times New Roman", Times, serif; 
border-top:1px solid #71421d; 
margin:0 0 10px 0; 
padding-top: 8px;
}

.border_btm{ border-bottom:1px solid #71421d; }

.padd_Left{ padding-left: 25px; border-left:1px solid #71421d;}
.padd_right{ padding-right: 25px;}



/* ================  MENU BAR  ==================== */


#nav{ font:17px Georgia, "Times New Roman", Times, serif; padding:135px 0 0 9px; margin:0 auto}
#nav ul li{ float:left; padding:0 20px 0 20px; text-align:center;}

#nav a{ color:#ffffff; text-decoration: none;}
#nav a:hover{ color:#A28387;  text-decoration: none;}

.bglinks {
	background-image: url(images/bglinks.jpg);
	background-repeat: repeat-y;
	background-position: top left;	
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: normal;
  color: #ffffff;
  text-align:center;
}

div.menuBar {
  border-bottom: 0px solid #ffffff;
  border-top: 0px solid #ffffff;    
  padding-top: 6px;
  padding-bottom: 6px; 
  text-align: center;
}

div.menuBar a.menuButton {
  font-family: Georgia, "Times New Roman", Times, serif;	
  border-right: 0px solid #ffffff;
  color: #ffffff;
  font-size : 17px;  
  cursor: pointer;
  left: 0px;
  margin: 0px;
  padding-right: 20px;
  padding-left: 20px;  
  padding-top: 6px;
  padding-bottom: 6px;  
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  border-right: 0px solid #ffffff;
  color: #A28387;  
  text-decoration: none;  
}


div.menu {
  background-color: #ffffff;
  border: 0px outset #6B8BAD;
  left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  font-family: Myriad, Arial, Verdana, Helvetica, sans-serif;	
  font-weight:bold;	
  font-size: 11px;
  border-bottom: 0px solid #ffffff;
  color: #237ebb;
  cursor: default;
  display: block;
  padding: 4px 1em;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid #eeeded;   
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #237ebb;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #eeeded;  
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

/* ================  MENU BAR  ==================== */