﻿/*----------------------------------------------------------
    STANDARD SETUP
----------------------------------------------------------*/
html, body
{
    margin: 0px;
    padding: 0px;
    color: black;
    height: 100%;
    width: 100%;    
    background-color: #0d3d6d;
    font-size: .75em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
a:link
{
    color: #ffffff;
    text-decoration: none;
    outline:none;
}
a:visited
{
    color: #d0d2e0;
    outline:none;
}
a:hover
{
    color: #ffffff;
    text-decoration: underline;
    outline:none;
}
a:active
{
    color: #12eb87;
    outline:none;
}
h1
{
    font-size: 2.0em;
}
h2
{
    font-size: 1.6em;
}
h3
{
    font-size: 1.4em;
    font-weight: normal;
}
img
{
    margin:0px;
    padding:0px;
    border:none;   
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#page
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    color: #ffffff;
    height: 129px;
    background-color: #fff;
}
#left
{
    float: left;
    height: 800px;
    width: 205px;
    background-color: #e5eaf0;
}
#main
{
    float: right;
    height: 790px;
    width: 675px;
    padding: 5px 10px;
    background-color: #fff;
    position:relative;
    z-index:100;
}
#footer
{
    clear: both;
    color: #ffffff;
    padding: 30px 0;
    text-align: center;
    line-height: normal;
    font-size: 1.2em;
    position:relative;
    z-index: 0;
}

/* HEADER ELEMENTS  
----------------------------------------------------------*/
#header #banner
{
    height: 77px;
    width: 900px;
    margin: 0px;
    display: block;
}
#header #menubar
{
    height: 20px;
    width: 900px;
}
#header ul
{
    margin: 0px;
    padding: 0px;
}
#header li
{
    height: 20px;
    list-style: none;
    float: left;
    background-color:#990100;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
}
#header li:hover
{
    background-color:#790102;
}
#header .first
{
    width: 179px;
    margin-right: 1px;
}
#header .inner
{
    width: 178px;
    margin-left: 1px;
    margin-right: 1px;
}
#header .last
{
    width: 179px;
    margin-left: 1px;
}
#header a:link,
#header a:visited,
#header a:active
{
    color: #ffffff;
    text-decoration: none;
    display:block;
}

/* LEFT ELEMENTS  
----------------------------------------------------------*/
#left .title
{
    height: 24px;
    line-height: 1.7em;
    background-color:#990100;
    text-align: center;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: bold;
}
#left .content
{
    padding: 10px;
    font-size:1.2em;
}
#left input[type='text']
{
    height: 12px;
    width:110px;
    font-size:8pt;
}
#left input[type='button']
{
    border: none;   
}
#left input[type='image']
{
    position: absolute;   
}
#left a:link,
#left a:visited,
#left a:active
{
    color:#0d3d6e;
    font-weight:bold;
    font-size: 1.0em;
    text-decoration: none;
}
#left a:hover
{
    text-decoration:underline;
}
#left #envelope
{
    vertical-align:middle; 
}
#left .group
{
    text-indent: -11px;
    margin-left:12px;
    margin-bottom:4px;
}
#left #email
{
    margin-top:4px;   
}


/* MAIN ELEMENTS  
----------------------------------------------------------*/
#main .messageGOOD
{
    width:400px;
    color:green;
    font-weight:bold;
    font-size: 1.4em;
    border: 1px solid #00ff00;
    background-color: #eeffee;
    margin-top:10px;
}
#main .messageBAD
{
    width:300px;
    color:red;
    font-weight:bold;
    font-size: 1.4em;
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    text-align:left;
    margin-top:10px;
}
#main #searchresults,
#main #searchresults iframe
{
    height: 100%;
    width: 100%;   
}
#main #home h1
{
    width: 100%;
    text-align: center;   
}
#main #home > p
{
    width: 600px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 1.4em;
}
#main #home #box
{
    height: 225px;
    width: 582px;
    border:1px solid #993300;
    padding: 10px 0px 10px 18px;
    margin-left: auto;
    margin-right: auto;
}
#main #home .picturebox
{
    float: left;
    width:132px;
    margin-right: 12px;
    text-align:left;
    font-size: 1.2em;
}
#main #home a:link,
#main #home a:visited,
#main #home a:active
{
    height:142px;
    display: block;
    border: solid 1px #fff;
    text-decoration: none;
}
#main #home a:hover
{
    border: solid 1px #000;
}
#main #tabpage #tabs
{
    list-style: none;
    width:100%;
}
#main #tabpage #tabs li
{
    float:left;
    height:39px;
}
#main #tabpage #tabcontentcontainer1
{
    float:left;
    width: 655px;
    height: 442px;
    border: 3px ridge #990100;
    padding:5px;
    margin-bottom:0px;
    background-color:#E5EAF0;
    overflow:auto;
    font-size:1.2em;
}
#main #tabpage #tabcontentcontainer2
{
    float:left;
    width: 655px;
    height: 442px;
    border:3px ridge #0d3d6e;
    padding:5px;
    margin-bottom:0px;
    background-color:#E5EAF0;
    overflow:auto;
    font-size:1.2em;
}
#main #tabpage .tabcontent{
    display:none;
    margin:0px;
    padding:5px;
}
#main #tabpage .title{
    font-size:1.4em;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}
#main #tabpage .header{
    font-weight:bold;
}
#main #tabpage .mainlist ul{
    margin-left:10px;
    margin-top:0px;
}
#main #tabpage .mainlist li{
    margin-bottom:10px;
}
#main #tabpage p {
    margin:10px;
}
#main #tabpage a:link,
#main #tabpage a:visited,
#main #tabpage a:active
{
    text-decoration:underline;
    color:blue;
}
#main #contact #title > div
{
    width:95px;
    height:25px;
}
#main #contact #title,
#main #contact #data
{
    float:left;
}
#main #contact #title > div,
#main #contact #data > div
{
    margin-bottom: 10px;
}
#main #contact #content
{
    width: 650px;
    height: 280px;
    border: 3px ridge #990100;
    padding:10px;
    margin-bottom:20px;
    font-size:1.4em;
    font-weight: bold; 
}
#main #frr
{
    font-size:1.2em;
}
#main #frr h2
{
    margin-top:50px;
    margin-left:140px;
}
#main #frr #links
{
    margin-left:180px;
    margin-bottom:50px;
    font-size:1.3em;
}
#main #frr a:link,
#main #frr a:visited,
#main #frr a:active
{
    text-decoration: none;
    color:#0d3d6e;
    font-weight:bold;
}
#main #frr a:hover
{
    text-decoration:underline;
}
#main #frr .floatBox 
{
    height:250px;
    float:right;
    margin:2px;
    padding:2px;
    background-color:#e5eaf0;
}
#main #frr h3
{
    text-align: center;   
}
#main #frr ul
{
    position:relative;
    left: -10px;
}
#main #topic #content
{
    height: 480px;
    overflow:auto;
}
#main #topic h2
{
    margin-bottom: 50px;
    font-weight:normal;
}
#main #topic a:link,
#main #topic a:visited,
#main #topic a:active
{
    color: #000000;
    font-size: 1.2em;
    text-decoration:none;
    margin-left:100px;
}
#main #topic a:hover
{
    text-decoration:underline;
}
#main #topic #content > a:link,
#main #topic #content > a:visited,
#main #topic #content > a:active
{
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
}
#main #topic .switchcontent
{
    display:none;
    margin-left: 20px;
}
#main #product #letterbar
{
    text-align: center;
    margin-bottom: 10px;
    width:100%;
}
#main #product #letterbar a,
#main #product #letterbar span
{
    margin: 0 5px 0 5px;
    font-weight: bold;
    font-size: 1.8em;
}
#main #product #letterbar span
{
    color:gray;
    font-style:italic;
}
#main #product #letterbar .selected,
#main #product #letterbar a:hover
{
    color:#990100;
}
#main #product a:link,
#main #product a:visited,
#main #product a:active
{
    color: #0d3d6e;
    text-decoration:none;
}
#main #product a:hover
{
    text-decoration:underline;
}
#main #product #head
{
    font-size: 1.4em;
    font-weight:bold;
}
#main #product #head td
{
    min-width:60px;
}
#main #product #body
{
    height:650px;
    overflow:auto;
    font-size: 1.2em;
    margin-top:5px;
}
#main #product #body .alt
{
    height: 25px;
    background-color:Aliceblue;
}
#main #product #body .reg
{
    height: 25px;
    background-color:Seashell;
}
#main #product #body table
{
    width:100%;
}
#main #product .indent
{
    margin-left: 10px;
    display:block;
}
#main #product #showall
{
    float:right;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #question1
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    left: 10px;
    top:30px;
}
#main #feedback #answer1
{
    position:absolute;
    top:45px;
    left:10px;
}
#main #feedback #question2
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:30px;
    left:320px;
}
#main #feedback #answer2
{
    position:absolute;
    left:320px;
    top:45px;
}
#main #feedback #question3
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:170px;
    left:10px;
    width: 300px;
}
#main #feedback #answer3
{
    position:absolute;
    left:320px;
    top:170px;
}
#main #feedback #question4
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:195px;
    left:10px;
    width: 300px;
    line-height:1.0em;
}
#main #feedback #answer4
{
    position:absolute;
    left:320px;
    top:195px;
}
#main #feedback #question5
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:220px;
    left:10px;
    width: 300px;
    line-height:1.0em;
}
#main #feedback #answer5
{
    position:absolute;
    left:320px;
    top:220px;
}
#main #feedback #question6
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:245px;
    left:10px;
    width: 300px;
    line-height:1.0em;
}
#main #feedback #answer6
{
    position:absolute;
    left:320px;
    top:245px;
}
#main #feedback #question7
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:270px;
    left:10px;
    width: 300px;
    line-height:1.0em;
}
#main #feedback #answer7
{
    position:absolute;
    left:320px;
    top:270px;
}
#main #feedback #question8
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:305px;
    left:10px;
    width: 300px;
    line-height:1.0em;
}
#main #feedback #answer8
{
    position:absolute;
    left:320px;
    top:305px;
}
#main #feedback #question9
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:330px;
    left:10px;
    width: 300px;
    line-height:1.0em;
}
#main #feedback #answer9
{
    position:absolute;
    left:320px;
    top:330px;
}
#main #feedback #question10
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:355px;
    left:10px;
    width: 300px;
    line-height:1.0em;
}
#main #feedback #answer10
{
    position:absolute;
    left:320px;
    top:355px;
}
#main #feedback #question11
{
    position:absolute;
    font-size:1.2em;
    font-weight:bold;
    top:95px;
    left:320px;
}
#main #feedback #answer11
{
    position:absolute;
    left:320px;
    top:110px;
}
#main #feedback .contentTop
{
    position:relative;
    border:5px ridge #aa0200;
    height: 390px;
}
#main #feedback .contentBottom
{
    position:relative;
    border-left:5px ridge #aa0200;
    border-right:5px ridge #aa0200;
    border-bottom:5px ridge #aa0200;
    height: 190px;
    margin-bottom:20px;
}
#main #feedback #email1
{
    position:absolute;
    left: 10px;
    top:30px;
    width:70px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #email2
{
    position:absolute;
    left: 75px;
    top:30px;
}
#main #feedback #name1
{
    position:absolute;
    left: 10px;
    top:55px;
    width:70px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #name2
{
    position:absolute;
    left: 75px;
    top:55px;
}
#main #feedback #address1
{
    position:absolute;
    left: 10px;
    top:80px;
    width:70px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #address2
{
    position:absolute;
    left: 75px;
    top:80px;
}
#main #feedback #phone1
{
    position:absolute;
    left: 10px;
    top:155px;
    width:70px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #phone2
{
    position:absolute;
    left: 75px;
    top:155px;
}
#main #feedback #age1
{
    position:absolute;
    left: 355px;
    top:30px;
    width:70px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #age2
{
    position:absolute;
    left: 400px;
    top:30px;
}
#main #feedback #sex1
{
    position:absolute;
    left: 480px;
    top:30px;
    width:70px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #sex2
{
    position:absolute;
    left: 520px;
    top:30px;
}
#main #feedback #duty1
{
    position:absolute;
    left: 355px;
    top:55px;
    width:140px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #duty2
{
    position:absolute;
    left: 460px;
    top:55px;
}
#main #feedback #career1
{
    position:absolute;
    left: 355px;
    top:155px;
    width:140px;
    font-size:1.2em;
    font-weight:bold;
}
#main #feedback #career2
{
    position:absolute;
    left: 430px;
    top:155px;
}
#main #feedback .feedbackSectionTitle
{
    width:130px;
    height:20px;
    text-align:center;
    font-size: 1.4em;
    font-weight: bold;
    border-right:2px ridge #990100;
    border-bottom:2px ridge #990100;
}



/* MISC  
----------------------------------------------------------*/
#loadingWindow
{
    position: absolute;
    width: 300px;
    height: 50px;
    border: 1px outset black;
    padding: 20px;
    background-color: #E5EAF0;
    z-index: 100;
    left: 480px;
    top: 300px;
}

#dhtmltooltip{
    position: absolute;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: #FEFDEB;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

