﻿body
{
    background-color: #E1E1E1;
    color: #666666;
    font: 11px/14px 'Arial' ,sans-serif;
}
strong
{
    font-size: 13px;
}

#header-bar
{
    background: #bbc731 url(../images/pv-bar.gif) no-repeat;
    border-top: #401202 1px solid;
    border-bottom: #401202 1px solid;
    height: 42px;
    margin-top: 0.5em;
}
#content
{
    margin: 20px auto;
    width: 60%;
}
#contentPlaceholderId
{
    margin: auto;
    width: 80%;
}


#br-txt
{
    color: #340E0D;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 50px;
}
#imgLogo
{
    padding: 20px;
    max-height: 150px;
    max-width: 250px;
}
.LogoBox
{
    width: 250px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.LogoPanel
{
    padding: 20px;
    max-height: 150px;
    max-width: 250px;
}

.logo
{
    background: url(../images/genlogo.gif) no-repeat;
    width: 207px;
    height: 65px;
    margin: 20px;
}

#branding
{
    position: relative;
}
.address
{
    margin: 20px 20px 20px 200px;
    float: right;
    width: 400px;
}
.Title
{
    font-size: 14px;
    font-weight: bold;
    width: 400px;
    line-height: 20px;
}
.lblAddress
{
    font-size: 13px;
    width: 400px;
    line-height: 18px;
}



.inline
{
    padding-left: 20px;
    float: left;

}

table
{
    border: 1px solid #A8B400;
    border-collapse: collapse;
    width: 600px;
    margin: 0 auto;
    background: white;
}

table td
{
    border-bottom: 1px solid #A8B400;
    border-left: 1px solid #A8B400;
    border-right: 1px solid #A8B400;
    height: 25px;
    text-align: center;
}
table th
{
    background: url("../images/th-bg.gif") repeat-x scroll 0 0 #E7EB9C;
    border: 1px solid #A8B400;
    color: #452325;
    height: 25px;
    text-align: center;
}
table a
{
    color: #0073CF;
    font-weight: bold;
}

h1.error
{
    font-size: 20px;
    color: Red;
    padding: 60px 20px;
    margin: auto;
}
#global_header
{
    background-image: url("../images/background_strip.png");
    background-position: center center;
    background-repeat: repeat-y;
    height: 120px;
    position: relative;
    width: 100%;
    z-index: 999;
}
#global_nav
{
    background: url("../images/nav_background.png") repeat-y scroll center center #004681;
    font-size: 12px;
    height: 46px;
    position: relative;
    z-index: 1;
}

.hero_space
{
    background: url("../images/circuit_texture_2.png") no-repeat scroll center transparent;
    min-height: 120px;
    position: relative;
    z-index: 1;
}
.hold_space
{
    min-height: 120px;
    position: relative;
    z-index: 1;
}
.clear1
{
    clear: both;
}
.content_wrapper
{
    margin: 0 auto;
    position: relative;
    width: 950px;
}

#hero_space .inner
{
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1030px;
}
.bgHolder
{
    background-image: url("../images/background_strip.png");
    background-position: center center;
    background-repeat: repeat-y;
    min-height: 200px;
}


#footer
{
    background-image: url("../images/background_strip.png");
    background-position: center center;
    background-repeat: repeat-y;
    border-top: 2px dotted #E1E1E1;
    clear: both;
    padding: 40px 0;
}
.footerPadding
{
    padding-bottom: 10px;
}
.accurate
{
    color: white;
    padding: 15px;
}
.alignCenter
{
    text-align: center;
}
.AlignBottom
{
    vertical-align: bottom;
}

.SearchContent
{
    width: 610px;
    margin: 0px auto;
    padding:16px 0;
    display: table;
}

.MoveUp
{
    /*margin-top: -100px;*/
    z-index: 1000;
}
.search-fields {
    width:100%;
    float:left;
    margin-bottom:7px;
}
.left-label {
    width:32%;
    float: left;
}
.left-label label {
    float:left;
    text-align:right;
    font-weight:bold;
    width:100%;
    line-height:30px;
}
.right-fields {
    width:66%;
    float: right;
    text-align:left;
}
.in-fields input, textarea {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    height: 25px;
    width: 250px;
}
.inline span {
    width: 930px;
    float: left;
    padding-left:0;
    padding-bottom:7px;
}