body
{
    background: #030c1b;
    padding: 0;
    margin: auto;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

/*Clears both left and right float*/
.clear
{
	clear: both;
}

/*Float item left of content below it*/
.left
{
	float: left;
}

/*Float item right of content below it*/
.right
{
	float: right;
}

/*This adds the gradient background on the top of the page*/
#background_top
{
    background: url('images/newbackground.gif') repeat-x #0a306a;
    width: 100%;
    padding-top: 15px;
}

/*IDs are elements that can be used only once per page on the website*/
#container
{
    width: 960px;
    text-align: left;
    margin: auto;
}

/*These all control the look and feel of the gold bar at the top of the page*/
/*This is for the <div> container that holds the entire top bar*/
#top_bar
{
    display: block; /*font-family: Helvetica, Verdana, Arial, sans-serif;*/
    width: 960px;
    min-height: 27px;
    background: #f9c033 url('images/gold_bar.gif') repeat-x;
    position: relative;
}
/*Puts the rounded right corner on the top bar*/
#top_bar_right
{
    background: url('images/gold_bar_rtCorner.gif') no-repeat top right;
    width: 7px;
    height: 27px;
    float: right;
}
/*This creates the State of Alaska Button on the left hand corner of the top bar*/
#top_bar a#soa
{
    /*This displays the State of Alaska Link if the images don't load*/
    display: block;
    float: left;
    width: 153px; /*Want to set a width and height to make sure that the link doesn't show up under the button image*/
    height: 21px;
    padding: 4px 0 0 15px;
    color: #00006F;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#top_bar a#soa:hover
{
    text-decoration: underline;
}

#top_bar a#soa span
{
    /*This positions the button image over the text*/
    display: block;
    width: 170px;
    height: 27px;
    background: url('images/topbarSOA.gif') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

/*This is the "container" for the list of links on the top bar*/
#top_bar ul
{
    padding: 4px 0 0 10px;
    margin: 0;
    float: right;
}
/*This is the styling for each list item in the top bar list of links*/
#top_bar ul li
{
    float: left;
    display: inline;
    list-style: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    padding: 0 7px;
}
/*Style for the actual links in the top bar*/
#top_bar ul li a
{
    color: #00006F;
    font-weight: bold;
    text-decoration: none;
}
/*Style for the hover / focus state of the list of links in the top bar*/
#top_bar ul li a:hover, #top_bar ul li a:focus
{
    text-decoration: underline;
}

/*This control the header element*/
/*This is the container as well as the holder of the actual header image*/
#header
{
    display: block;
    width: 960px;
    min-height: 90px;
    background: url('images/headerBG.gif') repeat-x #112039; /*This will need to be changed depending on the background color or style you choose to use*/
    clear: both;
    position: relative;
}

/*This creates the link for the header with an invisible link block*/
#header a#title
{
    /*This styles the text just in case the image doesn't load*/
    color: #ffffff;
    float: left;
    font-size: 1.2em;
    padding: 15px 0 0 15px;
    font-weight: bold;
    display: block;
    width: 630px; /* The width and height will need to be set to the above image so that everything shows up appropriately*/
    height: 75px;
}

#header a#title span
{
    /* This hides the text so that you just have a link element, but screenreaders also have the link available*/
    background: url('images/wtrheader.gif') top left no-repeat; /*The individual department / division header needs to be put in here*/
    display: block;
    width: 630px; /* The width and height will need to be set to the above image so that everything shows up appropriately*/
    height: 90px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/*This styles the search box, mostly taken from DFG's css*/
#search
{
    float: right;
    min-height: 90px;
    padding: 15px 15px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    position: relative; /*Need this to get the absolute positioning to work within this div box*/
}
/*This is the background for the search box*/
#search #searchBox
{
    background: url('images/searchbox.png') no-repeat top left;
    width: 300px;
}

#searchSelect
{
    position: absolute;
    top: 45px;
    right: 15px;
}

#search input, #search label
{
    padding: 0;
    margin: 0;
}
/*This is the position and size of the search text field*/
#search #searchtextfield
{
    color: #6D6D6D; /*Change this to change the text color*/
    font-size: 12px;
    border: none;
    width: 195px;
    margin: 0;
    position: relative;
    border: none;
    top: -7px;
    right: 0px;
}

/*This is the positioning of the search button*/
#search #searchbutton
{
    position: relative;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
}
/*This is the styling of the radio button labels*/
#search label
{
    font-weight: bold;
    color: #f5f5f5; /*Change this to change the text color*/
    font-size: .7em;
}

/*This is the style for the footer; defines the background that runs the bottom of the page*/
#footer
{
    display: block;
    width: 100%;
    min-height: 200px;
    text-align: center;
    margin: auto;
    background: url('images/footerBG.gif') repeat-x #030c1b;
    padding-top: 3px;
}
/*Footer Links and content*/
#footer_content
{
    display: block;
    width: 960px;
    min-height: 80px;
    padding-top: 10px;
    background: url('images/footer_contentBG.gif') repeat-x top;
    text-align: left;
    margin: auto;
    color: #CED4DF;
    font-family: Arial, Helvetica, sans-serif;
}
/*Styles the right and left box of the statewide footer */
#footer_content .right, #footer_content .left
{
    padding: 10px 0;
}

#footer_content .right
{
    text-align: right;
    float: none;
    font-size: .75em;
}

#footer_content .left
{
    text-align: left;
}

/* Style the list of links in the footer */
#footer_content ul
{
    list-style: none;
    display: inline;
    padding: 0;
    font-size: .8em;
}

#footer_content ul li
{
    float: left;
    padding: 0 10px 3px 0;
    list-style-image: none;
}

#footer_content ul li a, #footer_content a
{
    color: #CED4DF;
    text-decoration: underline;
    font-weight: normal;
}

#footer_content ul li a:hover, #footer_content ul li a:focus, #footer_content a:hover, #footer_content a:focus
{
    text-decoration: none;
}

#footer_content .right .center_item
{
    border-left: #526d96 solid 1px;
    border-right: #526d96 solid 1px;
    padding: 0 4px;
}

#footer_content .right .right_item
{
    border-left: #526d96 solid 1px;
    padding: 0 0 0 4px;
}

#footer_content .right .left_item
{
    border-right: #526d96 solid 1px;
    padding: 0 4px 0 0;
}
/*Creates even spacing between all the potential content elements*/
h1, h2, h3, h4, h5, h6, p, ul, ol, dl
{
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
}
/*Indents the headers so they all line up*/
h1, h2, h3, h4, h5, h6
{
    text-indent: 10px;
}

h1
{
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #3e3e3e;
    font-size: 1.5em;
    font-variant: small-caps;
    display: block;
    background: #e8e8ef;
    border: 1px solid #27579f;
    padding: 2px;
    margin-bottom: 10px;
}

h2
{
    color: #fff; /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    background: #15365b url('images/HeaderBar.gif') repeat-x;
    display: block;
    width: 100%;
    padding: 3px 0;
    font-variant: small-caps;
}

h3
{
    color: #1f4680;
    font-size: 1.1em;
    font-weight: bold;
}

h4
{
    color: #000;
    font-size: 1em;
    font-weight: bold; /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5
{
    font-size: 1em;
    color: #1f4680;
    font-weight: bold;
}

h6
{
    font-size: .9em;
    color: #000000;
    font-weight: bold; /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
    color: #0a306a;
    text-decoration: none;
}

ul li
{
    list-style-image: url(images/list-bullet.gif);
}

a:visited
{
    /*color: #3e3e3e;*/
    color: #6161A5;
}

a:hover, a:focus
{
    color: #104aa2;
    text-decoration: underline;
    cursor: pointer;
}
/*Positions the lists to line up with the rest of the page*/
ul, ol, dl
{
    padding: 5px 0 0 25px;
}
/*Positions paragraphs to line up with the rest of elements on the page*/
p
{
    padding-left: 10px;
}

p, ul, ol, dl
{
    font-size: .9em;
    line-height: 1.3em;
}
/*Styles a link that is inside either a paragraph or a list*/
p a, ul a, ol a, dl a
{
    /*color: #7B2217;*/ /*font-weight: bold;*/
    font-weight: normal;
}

p a:visited, ul a:visited, ol a:visited, dl a:visited
{
    /*color: #732217;*/
    font-weight: normal;
}

p a:hover, p a:focus, ul a:hover, ul a:focus, ol a:hover, ol a:focus, dl a:hover, dl a:focus
{
    color: #496691;
    text-decoration: underline;
}
/*These div.box create a way to make certain sections stand out*/
.box
{
    background: #DBE1EE;
    border: 1px solid #a6a7a7;
    color: #171C34;
    margin: 5px 0;
}

.box ul
{
    padding: 0;
    margin: 0;
}

.box ul > li
{
    border-bottom: 1px solid #bdc0cd;
    padding: 5px 0 5px 10px;
    list-style-position: inside;
    list-style-image: url('images/Star.gif');
    color: #171C34;
    font-size: .8em;
}

.box p
{
    padding-right: 10px;
}

/*This is for the header image */
#photo_banner
{
    padding: 0;
    margin: 0;
    height: 172px; /*Set the height to the height of the photo or you get gaps on the bottom of the div*/
    border-top: 4px solid #637ba5;
    border-bottom: 4px solid #637ba5;
    position: relative;
    clear: both;
}

#photo_banner img
{
    padding: 0;
    margin: 0;
}

/*This styles the breadcrumbs*/
#breadcrumbs
{
    /*width: 960px;*/
    background: url('images/department_footerBG.gif') repeat #EBEBEB;
    border-bottom: solid 1px #d1d3d6;
    color: #293042;
    font-size: .7em;
    font-weight: bold;
    padding: 2px 0 2px 15px;
    margin: 0;
}

#breadcrumbs a
{
    color: #293042;
    text-decoration: none;
    padding: 0 5px 0 0;
}

#breadcrumbs a:hover, #breadcrumbs a:focus
{
    text-decoration: underline;
}

/*This controls the main content area*/
#content
{
    padding: 20px;
    background: #fff;
    font-family: verdana,tahoma,helvetica,sans-serif; /* opcert */
    font-size: 10pt; /* opcert */
}
/*This styles the department footer*/
#department_footer
{
    width: 930px;
    padding: 10px 15px;
    text-align: left;
    margin: auto;
    background: url('images/department_footerBG.gif') repeat #EBEBEB;
    font-family: Arial, Helvetica, sans-serif;
}

#department_footer .right
{
    text-align: right;
    font-size: .65em;
    color: #2A3858;
}

#department_footer ul
{
    list-style: none; /*display: inline;*/
}

#department_footer ul li
{
    float: left;
    padding: 0 10px 10px 0;
    font-size: .8em;
    list-style-image: none;
}

#department_footer ul li a, #department_footer a
{
    color: #2A3858;
    text-decoration: underline;
}

#department_footer ul li a:hover, #department_footer ul li a:focus, #department_footer a:hover, #department_footer a:focus
{
    text-decoration: none;
}

#department_footer .right .center_item
{
    border-left: #999 solid 1px;
    border-right: #999 solid 1px;
    padding: 0 4px;
}

#department_footer .right .right_item
{
    border-left: #999 solid 1px;
    padding: 0 0 0 4px;
}

#department_footer .right .left_item
{
    border-right: #999 solid 1px;
    padding: 0 4px 0 0;
}

/*Added Styles*/

.context
{
    color: #666699;
    font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif;
    line-height: normal;
}

.decQuoteLarge
{
    color: #00007c;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

.text_center
{
    text-align: center;
}

.text_left
{
    text-align: left;
}

/*Alternate box class using a background image instead of a custom list style*/
.box_alt
{
    background: #DBE1EE;
    border: 1px solid #a6a7a7;
    color: #171C34;
    margin: 5px 0;
}

.box_alt ul
{
    padding: 0;
    margin: 0;
}

.box_alt ul > li
{
    border-bottom: 1px solid #bdc0cd; /*padding: 5px 0 5px 25px;*/
    color: #171C34;
    font-size: .8em;
    list-style-type: none;
    list-style-image: none;
    background-image: url('images/Star.gif');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.box_alt p
{
    padding-right: 10px;
}

.box_alt li a
{
    display: block;
    padding: 5px 0 5px 25px;
}

.box_alt li:hover
{
    background-color: white;
}

.box_alt li:hover a
{
    border: 1px solid #bdc0cd;
    padding: 4px 0 4px 24px;
}

.box_alt li a:focus
{
    border: 1px solid #bdc0cd;
    padding: 4px 0 4px 24px;
    background: white url(images/Star.gif) no-repeat 4px 4px;
}

#content
{
    padding-top: 10px; /*pulls up the page*/
}

.environment
{
    font-size: large;
    font-weight: bold;
    color: red;
    margin-left: 10px;
}

.note
{
    color: #666666;
    font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif;
}
.caption
{
    color: #666666;
    padding: 0;
    font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif;
}
.textonly
{
    color: #666666;
    font: normal 6pt/6pt Arial, Helvetica, Tahoma, sans-serif;
}
.form
{
    background: #FFFFFF;
    color: #666666;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.debugText
{
    color: #666666;
    font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif;
}
.gridheader
{
    color: #000000;
    font: normal 11pt Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
}
.gridfooter td
{
    color: #000000;
    font: normal 11pt Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    font-style: italic;
}
.gridrow
{
    color: #000000;
    font: normal 10pt Arial, Tahoma, Verdana, sans-serif;
}
.gridnote
{
    color: #000000;
    font: normal 8pt Arial, Tahoma, Verdana, sans-serif;
    text-align: center;
}
.gobutton
{
    min-width: 40px;
}

.sectionhead
{
    color: #000000;
    font: normal 11pt Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
}
.sectionheadcheck
{
    color: #CC0000;
    font: normal 10pt Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
}
.sectionheadnote
{
    color: #CC0000;
    font: normal 8pt Arial, Tahoma, Verdana, sans-serif;
}

.validationsummary
{
    color: #CC0000;
    font: normal 11pt Arial, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    background-color: #FFFFE0;
    border: solid thin #666666;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}
.validationsummary li
{
    color: #CC0000;
    font: normal 11pt Arial, Tahoma, Verdana, sans-serif;
}
.alert
{
    color: #CC0000;
    font-family: verdana,tahoma,helvetica,sans-serif;
    font-size: 11pt;
}

.operator-profile-navigation-table 
{
    width: 100%;
    border-spacing: 7px;
}

.operator-profile-navigation-cell
{
    font-weight: bold;
    height: 30px;
    text-align: center;
    background: lightgray;
    border: 1px solid #ccc;
    font: Arial, Tahoma, Verdana, sans-serif;
}

.operator-profile-navigation-cell-current
{
    background: lightblue !important;
}

.operator-profile-navigation-cell div
{
    width: 100%;
    height: 100%;
}

.operator-profile-navigation-cell a
{
    line-height: 30px;
    display: block;
    width: 100%;
    height: 100%;
    color: black;
}

.operator-profile-table th,
.operator-profile-table td
{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.operator-profile-table th
{
    font-weight: bold;
}

.operator-profile-certificate-table th,
.operator-profile-certificate-table td
{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.experience-table
{
    width: 100%;
}

.experience-table .label-cell
{
    /* set a minimum height so that view page is spaced like edit page.
       "height" acts like "min-height" for table cells. */
    height: 23px;
}

.experience-table .empty-cell
{
    height: 16px;
}

/* make asp RadioButtonLists vertically align text with buttons */
.radio-button-list input,
.radio-button-list label
{
    vertical-align: middle;
}

/* make asp CheckBoxes vertically align text with buttons */
.check-box input,
.check-box label
{
    vertical-align: middle;
}

/* textareas should use specified fonts instead of whatever the OS offers (usually mono-space) */
textarea 
{
   font-family: inherit;
   font-size: inherit;
}