/*
Browser Reset
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

body {
    text-align: center;
    background-image: url(images/mastbk.png);
    background-repeat: repeat-x;
    background-position: top center;
}

a {
    color: #5d7e85;
    font-weight: bold;
}

td {
    vertical-align: top;
}

#centerBar td h2 {
    font-size: 100%;
}

#centerBar td li {
    font-size: 100%;
}

#centerBar td ul {
    font-size: 100%;
}

#searchBar {
    height: 34px;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: left;
    width: 904px;
    margin: 0 auto;
}

#newsTicker {
    width: 560px;
    overflow: hidden;
    color: #ffffff;
    font-size: 75%;
    margin-top: 9px;
    float: left;
    border-right: solid 1px #ffffff;
}

#newsTickerTitle {
    margin: 5px 5px 0 5px;
    float: left;
}

#newsTicker .newsItem {
    color: #ffffff;
}

#newsTicker a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#searchField {
    overflow: hidden;
    color: #ffffff;
    font-size: 65%;
    margin-top: 5px;
    text-align: right;
}

#searchField input[type="text"] {
    width: 9em;
}

#searchField form {
    float: right;
}

#searchField p {
    float: right;
    padding-right: 5px;
    padding-top: 3px;
}

#mast {
    height: 132px;
    overflow: hidden;
    width: 904px;
    margin: 0 auto;
    background-image: url(images/mastFocus.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#menu {
    height: 50px;
    width: 420px;
    background-repeat: no-repeat;
    background-position: 10px 50px;
    padding-left: 15px;
    float: left;
}

#menu ul ul {
    display: block;
    position: absolute;
}

#menu li {
    background-image: url(images/menuBk.png);
    height: 46px;
    width: 122px;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 75%;
    padding: 8px 0 0 13px;
    color: #ffffff;
    margin-left: 5px;
    text-align: left;
}

#menu li:hover {
    background-image: url(images/menuBkOver.png);
    color: #68858b;
}

#menu li li {
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #68858b;
    border-top: 0;
    color: #68858b;
    padding: 10px;
    margin: 0;
    height: auto;
    float: none;
    display: block;
    position: relative;
}

#menu li li:hover {
    background-image: none;
    background-color: #68858b;
    color: #ffffff;
}

#menu li li a {
    color: #68858b;
    text-decoration: none;
    font-weight: bold;
}

#menu li ul {
    display: none;
}

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

ul.fundamentalsMenu {
    left: 50%;
    margin-left: -433px;
    top: 66px;
}

ul.newsMenu {
    left: 50%;
    margin-left: -293px;
    top: 66px;
}

ul.resourcesMenu {
    left: 50%;
    margin-left: -153px;
    top: 66px;
}

#menu li li:hover a {
    color: #ffffff;
}

#topLinks {
    height: 35px;
    width: 450px;
    float: right;
    line-height: 18px;
    padding-top: 5px;
    text-align: right;
    font-size: 65%;
}

#topLinks a {
    text-decoration: none;
    color: #ead6c2;
    font-weight: bold;
    text-transform: uppercase;
}

#pageSelector {
    height: 60px;
    width: 904px;
    float: right;
    text-align: right;
    background-image: url(images/mastTitle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 70%;
    padding-top: 23px;
}

#pageSelector a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

#pageSelector a:hover {
    border-top: solid 5px #fa6700;
}

#pageSelector a.currentPage {
    border-top: solid 5px #ffffff;
}

#content {
    width: 904px;
    margin: 0 auto;
    text-align: left;
}

#leftBar {
    float: left;
    width: 217px;
    overflow: hidden;
}

#centerBar {
    float: left;
    width: 470px;
}

#rightBar {
    float: left;
}

#footer {
    clear: both;
}

#vendorsListing {
    font-size: 70%;
    width: 100%;
}

#centerBar td.featuredVendorName {
font-size: 95%;
}

#centerBar td.featuredVendorName a {
color: #fa6700;
}

#centerBar p {
    font-size: 75%;
    margin-bottom: 15px;
    color: #5d7e85;
    line-height: 18px;
    padding-left: 11px;
}

#centerBar a {
    text-decoration: none;
}

#centerBar img.articleBullet {
    float: left;
    margin: 4px 5px 5px 0;
}

#centerBar div.dateBar {
    font-size: 75%;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
    background-image: url(images/dateBar.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 40px;
    padding: 13px 0 0 20px;
    margin: 0;
}

#centerBar table.eventsListing th {
font-size: 70%;
font-style: italic;
color: #aaaaaa;
}

#centerBar table.eventsListing td {
padding: 0 5px 5px 0;
vertical-align: top;
}


#centerBar table.eventsListing td.monthHeader {
    font-size: 75%;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    padding: 4px 0 0 10px;
background-color: #68858b;
border: solid 1px #ffffff;
}


#centerBar table.eventsListing td:last-child {
padding-right: 0;
}

#centerBar table.eventsListing td:first-child {
width: 25%;
}

#vendorBar {
    font-size: 75%;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
    background-image: url(images/vendorListTitle.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 39px;
    padding: 13px 0 0 20px;
    margin: 0;
}


#content h1 {
    color: #5d7e85;
    font-size: 85%;
    line-height: 18px;
    font-weight: bold;
    margin: 0 10px 5px 10px;
}

#content h2 {
    color: #fa6700;
    font-size: 75%;
    line-height: 18px;
    font-weight: bold;
    margin: 0 10px 5px 10px;
}

#content h3 {
    color: #333333;
    font-size: 75%;
    line-height: 18px;
    font-weight: bold;
    margin: 0 10px 5px 10px;
}

#content h3.resultTitle {
    color: #333333;
    font-size: 100%;
    line-height: 18px;
    font-weight: bold;
    margin: 0 10px 5px 0;
}

#content table.resultTable {
    margin-bottom: 20px;
}

#content h1 a {
    text-decoration: none;
    color: #5d7e85;
}

#content p {
    color: #333333;
    font-size: 70%;
    line-height: 18px;
    margin: 0 15px 10px 0;
}

#centerBar ul {
    color: #333333;
    font-size: 70%;
    line-height: 18px;
    margin: 0 15px 10px 30px;
padding-left: 15px;
    list-style-type: square;
}

#centerBar table {
 width: 92%;
}

#centerBar li {
    list-style-type: square;
}

#centerBar td {
    color: #333333;
    font-size: 70%;
    line-height: 18px;
    margin: 0 15px 10px 0;
padding: 5px 0;
}

#centerBar table {
margin: 0 15px;
}

#infoSpace {
    width: 175px;
    height: 320px;
    background-image: url(images/infoBlock.png);
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 75%;
    color: #ffffff;
    line-height: 18px;
    font-weight: bold;
    padding: 15px 20px;
    text-transform: uppercase;
}

#infoSpace p {
    text-align: center;
    margin-bottom: 10px;
}

#footerLinks {
    font-size: 75%;
    color: #5d7e85;
}

#footerLinks a {
    text-decoration: none;
    color: #5d7e85;
    font-weight: bold;
    text-transform: uppercase;
padding: 5px;
}

p.topOfPageLink {
text-align: right;
margin: 20px auto;
width: 904px;
    font-size: 85%;
}

p.topOfPageLink a {
    text-decoration: none;
    color: #5d7e85;
    font-weight: bold;
    text-transform: uppercase;
}


#upcomingEvents {
    width: 202px;
    height: 155px;
    border: solid 1px #fa6700;
    padding: 5px 1px 0 5px;
    margin-bottom: 5px;
    overflow: auto;
}

#upcomingEvents  td {
    font-size: 70%;
    color: #333333;
    vertical-align: top;
    padding: 0 0 5px 0;
}

#upcomingEvents table td:first-child {
    padding-right: 8px;
width: 50px;

}

#observations {
    width: 185px;
    height: 155px;
    border: solid 1px #fa6700;
    padding: 5px 10px 0 10px;
    margin-bottom: 10px;
    overflow: auto;
}

#observations h1 {
    font-size: 80%;
    margin: 0 0 5px 0;
}

#observations p {
    margin: 0 0 5px 0;
    padding: 0;
}

#observations a {
text-decoration: none;
}

#leftBar h1.tabHeader, #rightBar h1.tabHeader {
    color: #fa6700;
    font-size: 75%;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
    border: solid 1px #fa6700;
border-bottom: 0;
padding: 3px 8px;
width: 110px;
text-align: center;
}

#content p.articleInfo {
font-weight: bold;
}

#content p.newsItem {
  margin-bottom: 15px;
}

#content p.newsItem img {
  margin-top: 2px;
}

#rightBar p.interiorInfoSpaceItem {
 margin-top: 5px;
}

#rightBar p.interiorInfoSpaceItem a {
  padding: 0 0 0 8px
}

