﻿/* Color Chart 
** Orange - 
** Gray - 
** Black - 
*/

html
{
    margin:0;
    height:100%;
}
body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: helvetica;
    font-size: 75%;
    height: 100%;
    background-color: #ECEFF3;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
a
{
    color:#ff9900;
    text-decoration:none;
}
a:hover
{
    color:#6ebb1f;
    text-decoration:none;
}
#container
{
    position:relative;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    width:800px;
    background-color:white;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
  
}
#content
{
    padding-bottom:30px;
   
}

#top 
{   position:relative;
    text-align:left;
    height:70px;
    
    margin-bottom:25px;
    background-image: url(images/title.gif);
    background-position:left;
    background-repeat:no-repeat;
    margin-left:40px;
    margin-top: 0px;
}
#nav 
{   position:relative;
    text-align:left;
}
#navlist
{
padding: 3px 0 3px 10px;
margin-left: 0;
border-bottom: 1px solid #FF9900;
font: bold 14px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;

margin-left: 3px;
border: 1px solid #FF9900;
border-bottom: none;
background: #ff9900;
text-decoration: none;
}

#navlist li a:link { color: White; }
#navlist li a:visited { color: White; }

#navlist li a:hover
{
color: White;
background: #fed59d;
border-color: #fed59d;
}

#navlist li a#ctl00_current
{
background: white;
color:Gray;
border-bottom: 1px solid white;
}
#main
{
    padding-left:10px;
    
}

#footer *
{
   margin:0;
   padding:0;
}
#footer 
{
    position:absolute;
    background-color:#ff9900;
    text-align:left;
    height:30px;
    width:100%;
    left:0;
    bottom: 0 !important;
    bottom: -1px; /* For Certain IE widths */
    padding-top: 10px;
          
}
#footer ul
{
    margin-left: 15px;
    vertical-align: middle;
}
#footer li
{ 
    display:inline;
    
    border-right: solid 1px white;
    
     }

#footer a
{
    color:White;
    text-decoration:none;
    margin-right:10px;
    margin-left:10px;
}
#footer a:hover 
{
    color:Gray;
}


h1 
{
    font-size: 155%;
    font-weight: bold;
    margin-bottom:5px;
    padding-bottom:0;
    margin-top:5px;
}
h2
{
    font-size:145%;
    font-weight:bold;
    margin-bottom:5px;
    padding-bottom:0px;
}
h3
{
    font-size: 115%;
    font-weight: bold;
    margin-bottom:5px;
    padding-bottom:0;
    margin-top:5px;
}

#navbar *
{
    margin:0;
    padding:0;
}
#navbar
{
    float:left;
    margin-right: 15px;
    margin-top: 25px;
    text-align:left;
    border:solid 1px #eceff3;
}

#navbar li
{
    list-style: none;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
}
.formbox
{
    border: solid 1px #ECEFF3;
    margin-bottom:20px;
    width:65%;
    text-align:center;
    margin: 25px auto;
    float:left;
}
.formbox_agency
{
    border: solid 1px #ECEFF3;
    margin-bottom:20px;
    width:85%;
    text-align:center;
    margin: 25px auto;
    float:left;
}
.formbox th
    {
        background-color:#ECEFF3;
    }
.registerbox
{
    border: solid 1px black;
    margin-bottom:20px;
    width:65%;
    text-align:center;
    margin: 25px auto;
    
}

.title
{
    font-size:175%;
    font-weight:bold;
}
.fieldheadings
{
    font-size: 105%;
    font-weight:bold;
}

.txtBox 
{
    BORDER-RIGHT: 0px solid; 
    BORDER-TOP: 0px solid; 
    FONT-SIZE: 12px; 
    BORDER-LEFT: 0px solid; 
    BORDER-BOTTOM: 1px solid; 
    TEXT-ALIGN: left; 
}

