@charset "utf-8";
/* CSS Document */


/* ------- WRAPPER CODE --------- */

body {
	margin:15px 0 17px 0; /* set your body margins and padding to 0 for compatibility */
	padding:0;
	text-align:center; /* Centers body, be sure to define alignment in divs */
	background-image:url(../images/bkg_plate.png);
	background-attachment:fixed;
}

#wrapper {
	margin:0 auto; /* sets the top and bottom to 0 and left and right to auto, which will center the document */
	padding:0;
}

/* ------- END WRAPPER CODE --------- */






/* Header -------------------------- */
#headercontainer {
  position: relative;
  margin: 0px;
  padding:0;
  width: 725px;
}
#topbkg {
  position: relative;
  margin: 0px;
  padding:0;
  width: 725px;
  height: 90px;
}
#logo {
  position: relative;
  margin: 0 360px 0 0;
  padding:0;
  width: 365px;
  height: 45px;
}

#topstrip {
    position: relative;
    margin: 0;
    padding:0;
    width: 360px;
    height: 45px;
    float: right;
	display: inline;
}


#navigationcontainer {
	padding: 0;
	margin: 0 0 0 364px;
	background-color: #a73f1e;
	position: relative;
	width: 361px;
	height:18px;
	
}
#navigationcontainer ul {
    padding: 0;
	margin: 0 0 0 0px;
	background-color: #a73f1e;
	width: 360px;
}
#navigationcontainer ul li { display: inline; }
#navigationcontainer ul li a {
    background-color: #a73f1e;
	color: #fff;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	float: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-color: #dfd3b0;
	border-left-style: solid;
	
}
#navigationcontainer ul li .borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dfd3b0;
}
#navigationcontainer ul li a:hover {
	background-color: #a9af8a;
	color: #ffffff;
}





/* Body ---------------------------------- */
#body_container {
  position:relative;
  margin: 36px 0 0 0;
  padding:0;
  width:725px;
  height:100%;
}
#body_container_temp { /* change back after prosp. button deleted */
  position:relative;
  margin: 18px 0 0 0;
  padding:0;
  width:725px;
  height:100%;
}

#content {
  position:relative;
  margin:0 15px 30px 365px; 
  width: 345px;
  text-align:left;
}

#content_index {
  position:relative;
  margin:0 100px 30px 365px;  /* margin:0 149px 30px 365px; */
  width: 260px; /* width: 211px; */
  text-align:left;
}

#slideshow {
  position:relative;
  margin:0 0 0 90px;
  padding:0;
  float:left;
  display: inline;
  text-align:left;
}

#slideshow_wide {
  position:relative;
  margin:0 0 0 60px;
  padding:0;
  float:left;
  width:257px;
  text-align:left;
}
#slideshow_exchange6 {
  position:relative;
  margin:0 0 0 27px;
  padding:0;
  float:left;
  display: inline;
  text-align:left;
  width:315px;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 12pt;
	text-align:left;
}

.blockquote {
	margin:0 0 7px 0;
	padding: 0;
	font-weight: bold;
	color: #000;
	font-size:12px;
	line-height:19px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align:left;
}

.blockquote_second {
	margin: 20px 20px 7px 0;
	width: 260px;
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #a9af89;
	font-size:10px;
	line-height:1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

.blockquote_index {
	border-bottom: 2px dotted #a73f1e;
	font-family: Georgia, Times New Roman, Times, serif;
    font-size:13px;
	font-weight: bold;
	line-height:19px;
	padding: 0 0 15px 0;
	color: #a9af89;
	text-align:right;
}
#blockquote_index {
    position: relative;
	margin: 0 45px 0 43px; /* change to 45 after prosp. button deleted */
	width: 260px;
	float: left;
	display: inline;
	}

#line {
	border-bottom: dotted 2px #a73f1e;
	margin: 55px 0;
	}
	
	
.body_secondary {
	line-height: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #a73f1e;
	font-weight:bold;
	text-align:left;
}

.body_tertiary {
	line-height: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #dfd3b0;
	font-weight:bold;
	line-height: 11pt;
	text-align:left;
}
.body_green {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a9af89;
	font-weight:bold;
	line-height: 11pt;
	text-align:left;
}


a:link {text-decoration: none; color: #a73f1e}
a:visited {text-decoration: none; color: #a73f1e}
a:hover {text-decoration: underline; color: #a73f1e}
ul {
    list-style-type:disc;
	list-style-position:inside;
	margin: 0 0 0 0px;
}
ol {
	margin: 0 0 0 0px;
}



.head {
	font-family: Georgia, Times New Roman, Times, serif;
    font-weight: bold;
	color: #fff;
	font-size:12px;
	line-height:19px;
	background-color:#a9af89;
	padding:3px;
}
.list {
   font-weight:normal;
   padding:3px;
}   
.update {
    float: left;
	margin:0 0 50px 50px;
	border: 1px solid #a9af89;
	padding: 0;
	text-align:left;
	width: 210px;
}




/* Footer ----------------------------- */
#footercontainer {
  position: relative;
  margin: 0 0 15px 0;
  padding:0;
  width: 725px;
  height:63px;
}
#footerRed {
  position: relative;
  margin: 0;
  padding:0;
  width: 725px;
  height: 11px;
  background-color: #a73f1e;
}
#footerThumb {
  position: relative;
  margin: 0;
  padding:0;
  width: 725px;
  height: 23px;
}
#footerBeige {
  position: relative;
  margin: 0;
  padding:0;
  width: 725px;
  height: 11px;
  background-color: #dfd3b0;
}
#footermenu {
   position:relative;
   margin: 0;
   padding:0;
   height:23px;
   width:725px;
   }
.footer_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	padding:2px;
}
