/*****************************************************************************
 * General HTML elements
 *****************************************************************************/

html, body {
    font-family: verdana;
    width: 100%;
    height: 100%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #f68933;
    cursor: pointer;
}

a img {
    border: 0;
}

h1
{
    color: #f68933;
    font-weight: 300;
    font-size: 25px;
}

/*
h2
{
    color: black;
    font-weight: 300;
    font-size: 20px;
}
*/

h2 { /* large, light weight */
    font-size: 1.4em;
    font-family: arial;
    color: #636363;
    font-weight: bold;
    line-height: 1.3em;
}


fieldset
{
   border: 0;
   margin: 0;
   padding: 0;
}

/*****************************************************************************
 * Common page items
 *****************************************************************************/

#pagecontainer
{
    position: relative;
    left: 0;
    right: 0;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 970px;
    background-color: white;
}

#inholbornLogo
{
    float: left;
    margin: 10px 10px 10px 10px;
}

#headerAdButtons {
    float: left;
    margin: 9px 10px 5px 25px;
}

#loginbox
{
    float: right;
    text-align: right;
    margin: 9px 10px 0 0;
    font-size: 10px;
}

input.login {
    width: 120px;
    border: 1px solid #f68933;
    margin: 1px 0px 1px 2px;
    height: 15px;
}

#loginprompt
{
    font-weight: bold;
}

#loginregister
{
    position: relative;
    font-size: 9px;
    top: 1px;
}

.loginbutton
{
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.resetbutton
{
    cursor: pointer;
}

#maincontainer
{
    height: 100%;
}

#navbar {
    position: relative;
    top: 0px;
    left: 0px;
    width: 202px;
    height: 622px;
    overflow: hidden;

    float: left;
    background-color: #f1f1f2;
    margin: 0px 18px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#navbar hr {
    border: 0px;
    height: 1px;
    color:  #f68933;
    background-color:  #f68933;
    margin: 2px;
}

.navbarsearchtext
{
    font-size: 9px;
    margin: 0px 5px 0px 10px;
}

.navbarsearchbox
{
    border: 1px solid #000000;
    height: 15px;
}

#searchbutton
{
    position: relative;
    top: 3px;
}

#navbarAdContainer
{
    text-align: center;
}

.navbarad
{
    margin-top: 10px;
}

#content {
    position: relative;
    top: 0px;
    left: 0px;
    width: 750px;
    background-color: #f68933;
    float: left;
    clear: right;
    min-height: 622px;
}

#content hr {
    border: 0px;
    height: 1px;
    color:  #fbc499;
    background-color:  #fbc499;
}

#footer {
    position: relative;
    background-color: #818285;
    top: 0px;
    left: 0px;
    float: left;
    width: 970px;
    background-color: #818285;
    font-size: 9px;
    color: white;
    height: 14px;
}

#footerLeft
{
    float: left;
    padding-left: 12px;
}

#footerRight
{
    float: right;
    padding-right: 12px;
}

.footerHighlight
{
    color: #f68933;
}

a.footlink {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/*****************************************************************************
 * Section Header Specific
 *****************************************************************************/

.headerTextContainer
{
    position: relative;
    background: #ba916d;
    margin-left: 15px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    height: 280px;
    float: left;
    width: 410px;
}

/* .headerText */
.headerTextContainer h1
{
    color: white;
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    margin: 10px;
}

.headerTextContainer h1 p
{
margin: 0px;
}

/*****************************************************************************
 * Index Page Specific
 *****************************************************************************/

.indexContent
{
    background-color: #f68933;
}

.indexBanner
{
    position: static;
}

.newsLinkContainerOdd a
{
    color: white;
}

.newsLinkContainerEven a
{
    color: #818285;
}

.newsLinkContainer a
{
    margin: -5px 0px 0px 10px;
    font-size: 22px;
    font-weight: 200;
}

.newsLinkArrow
{
    font-size: 18px;
    font-weight: 10;
    letter-spacing: -5px;
}

#indexAllTogether
{
    margin: -3px 0 0 1px;
    padding: 0px;
}

/*****************************************************************************
 * Article Specific
 *****************************************************************************/

.article
{
    margin: 0;
    background-color: #e2e3e4;
    float: left;
    width:  437px;
    height: 622px;
    font-size: 12px;
    overflow: hidden;
}

#scrollarea
{
    float: left;
    padding: 0 30px 0 10px;
}

#articlesButtonsContainer
{
    position: absolute;
    left: 410px;
    top: 20px;
}

.articleSideBar
{
    float: right;
    margin: 0;
    padding: 0;
    background-color: #F68933;
    height: 622px;
    width: 313px;
}

.articleSideBarImage
{
    float: right;
}

.highlightText
{
    font-weight: bold;
}

/*****************************************************************************
 * Orange Pages
 *****************************************************************************/
.orangePagesSearchForm
{
    position: relative;
    left: 2px;
    width: 291px;
    background-color: #818285;
    color: white;
    height: 100px;
    padding: 10px;
}

.orangePagesSearchForm h1
{
    margin: 0px;
    margin-bottom: 5px;
    color: #F68933;
    font-size: 18px;
}

.orangePagesSearchInput input
{
    width: 175px;
}

.orangePagesSearchInput select
{
    width: 180px;
}

.orangePagesSearchLabel
{
    clear: left;
    float: left;
    width: 100px;
}

.orangePagesSearchInput
{
    float: left;
}

.orangePagesMap
{
    position: absolute;
    left: 439px;
    top: 120px;
    width: 311px;
    height: 502px;
}

/****************************************************************************
 * News
 *****************************************************************************/
.newsArticleImage
{
    height: 86px;
    background-color: #f68933;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.newsArticleText
{
    display: inline;
    vertical-align: middle;
    clear: right;
    float: left;
    margin-left: 20px;
}

.newsArticleText a
{
    color: black;
    font-weight: normal;
}

/****************************************************************************
 * Site Map
 *****************************************************************************/
.siteMap
{
    padding: 0;
    margin: 0;
    background-color: #e2e3e4;
    width:  750px;
    min-height: 622px;
}

