
.nav_main {
  font-family: Tahoma, Arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

a.nav_main {
  color: #FFFFFF;
}

a.nav_main:visited {
  color: #FFFFFF;
}

a.nav_main:active, a.nav_main:hover {
  color: #BFA007;
}

.nav_main_selected {
  font-family: Tahoma, Arial;
  font-size: 8pt;
  padding-left: 5px;
  display: inline;
  text-decoration: none;
  color: #000000;
}

#ul-menu {
   list-style:none;
   padding:0;
   margin:0 auto;
   vertical-align:middle; 
}
#ul-menu ul {
  list-style:none;
  padding-left:0px;
  *padding-left:0;
  *margin-left:0;
  text-align:left;
  position:absolute;
  *left:20px;
  *top:20px;
  display:none;
}

li.sub-menu {
  float:left;
  padding:0;
  margin:0;
  padding-left:20px;
  text-align:center;
  position:relative;
}

#ul-menu ul li {
  padding-left:0;
  background:#072251;
  width:160px;
  border:1px solid #FFF;
  height:32px;
  line-height:32px;
}
#ul-menu ul li a {
  color:#FFF;
  font-family: Tahoma, Arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  white-space:nowrap;
}

#ul-menu ul li a span {
  position:absolute;
  width:160px;
  height:32px;
  padding-left:5px;
}

#ul-menu li li:hover a {
  color:#BFA007;
  cursor:pointer;
}

#ul-menu li:hover ul {
  display:block;
}

.inner_link, innerlink {
  color: #725035;
}

a.inner_link , a.inner_link:visited {
  color: #725035;
}

a.inner_link:active, a.inner_link:hover {
  color: #000000;
}

a.innerlink , a.innerlink:visited {
  color: #725035;
}

a.innerlink:active, a.innerlink:hover {
  color: #000000;
}

.home_link {
  color: #CCCCCC;
}

a.home_link , a.home_link:visited {
  color: #CCCCCC;
}

a.home_link:active, a.home_link:hover {
  color: #DDDDDD;
}



.headingtop {
  font-family: Tahoma, Arial;
  font-size: 14pt;
  color: #FFFFFF;
  padding: 10px;
  background: url('images/mini-header2.gif');
  background-position: top left;
  background-repeat: repeat-x;
}

.headingsub, .heading {
  color: #0E2656;
  font-family: Tahoma, Arial;
  font-size: 12pt;
  font-weight: bold;
}

.bodyhome {
  color: #000000;
  width: 750px;
  font-size: 10pt;
  font-weight: normal;
}

.bodyhome a, .bodyhome a:visited {
  color: #725035;
}

.bodyhome a:active, .bodyhome a:hover {
  color: #000000;
}

body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Verdana, Arial, "lucida console", sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
/*  background-color: #0B3676; */
  color: #000000;
}

hr {
  border: 0;
  width: 100%;
  color: #000000;
  background-color: #000000;
  height: 1px;
  text-align: left;
}

.hr_header {
  border: 0;
  width: 50%;
  color: #000000;
  background-color: #000000;
  height: 1px;
  text-align: center;
  margin: 0 auto; 
}

a img {
  border: none;
}

a:hover img {
  border: none;	
}

div#header-layout {
  width: 758px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  overflow: hidden;
  background-color: #FFFFFF;
  margin-top: 5px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

div#header {
  width: 758px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  overflow: hidden;
}

div#header-text {
  text-align: left;
}

div#box-layout {
  width: 100%;
}

div#boxofcolor {
  background-color: #000000;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  float: left;
}

div#boxoftext {
  background-color: #FFFFFF;
  padding-left: 5px;
  float: left;
}

div#box-nav-layout {
  display: block;
  padding-left: 25px;
  padding-bottom: 5px;
}

div#boxofnavcolor {
  background-color: #000000;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  float: left;
}

div#boxofnavtext {
  float: left;
  width: 80%;
}

div#insidehead {
  width: 531px;
  height: 169px;
  background: url('images/headerback3.gif');
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  overflow: hidden;
}

div#insidehead-text {
  color: #862654;
  font-family: "Times",Tahoma,Verdana;
  font-size: 28pt;
  text-align: left;
  position: relative;
  top: 65px;
  left: 20px;
}

div#content-layout {
  width: 758px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  background-color: #FFFFFF;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding:0px;
}

div#content {
  width: 758px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  background-color: #FFFFFF;
  margin-bottom: 0px;
}

/*
.content-left {
  background:  url('images/navbackground.jpg'); top left repeat-y;
  background-position: top left;
  background-repeat: repeat-y;
  width: 178px;
  border-right: 1px solid #000000;
  margin: 0px;
  padding: 0px;
}
*/

.content-right {
  width: 200px;
  color: #000000;
  padding-left: 10px;
  padding-top: 20px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
}

.content-middle {
  text-align: left;
  background: url('images/panel.jpg') top right;
  background-repeat: no-repeat;
  padding-top: 25px;
}

.border-td-right {
width:10px; border-right: 1px solid #000000;
}

div#footer-layout {
  width: 758px;
  height: 36px;
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  background: #FFFFFF url('images/footer.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

div#footer {
  text-align: center; /* ie */
  margin:0 auto; /* firefox */
  overflow: hidden;
}

div#footer-text {
  text-align: center;
  margin:0 auto; /* firefox */
  padding: 0px;
}

div#footer a {
  color: #62003e;
  text-decoration: none;
}

div#footer a:active, div#footer a:hover {
  color: #000000;
  text-decoration: none;
}

div#picturebox {
  padding: 0px 5px 5px 0px;
  border: 0px solid #000000;
  overflow:hidden;
  float: left;
}

div#pictureborderbox {
  padding: 0px;
  overflow:hidden;
  margin: 0px;
}

div#picturecaption {
  padding: 1px;
  border: 0px solid #FFFFFF;
  margin: 1px;
  text-align: center;
  overflow:hidden;
}

div#featuredrec {
  font-size: 8pt;
  color:#FFFFFF;
  text-align:left;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  background-color: #072251;
  height: 200px;
  /*overflow: auto;*/
  
}

div#text-left {
  text-align: left;
}

div#text-right {
  text-align: right;
}

div#image-left {
  text-align: left;
}

div#image-right {
  text-align: right;
}

div#errormsg {
  font-size: 9pt;
  color: #FF0000;
  text-align:center; /* center IE */
  margin:0 auto; /* center firefox */
}

div#clearfloats { clear:both; }

.errormsg {
  font-size: 9pt;
  background-color:#FFFFFF;
  color: #FF0000;
  text-align:center; /* center IE */
  margin:0 auto; /* center firefox */
}

#photoholder {
        width:180px;
        height:180px;
        /* border:1px solid #667; */
        background:#fff /*url('/images/loading.gif') 50% 50% no-repeat;*/
}
#slide {
        width:175px;
        height: auto;
        visibility:hidden;
}
#progress-bar {
        margin-left: 0px;
}

.clearfloats { clear:both; }

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

