body, form
{
    padding:                    0px;
    margin:                     0px;
}

body
{
    background-image:           url(../images/bg.gif);
    background-repeat:          repeat;
    font-family:                arial, verdana;
}

img
{
    border:                     0px;
}

.wrapper
{
    width:                      910px;
    margin-left:                auto;
    margin-right:               auto;
    margin-top:                 10px;
    background-repeat:          repeat;
}

.wrapper_2
{
    width:                      902px;
    background-color:           #fff;
    margin-left:                4px;
    margin-right:               4px; 
}

.wrapper_3
{
    width:                      882px;
    padding-top:                5px;
    margin-right:               10px;
    margin-left:                10px;
    padding-bottom:             10px;
}

.nav_bar
{
    width:                      902px;
    height:                     28px;
    background-image:           url(../images/black_nav.jpg);
    background-repeat:          repeat;    
}

.selected_nav_tab
{
    float:                      left;
    width:                      157px;
    height:                     28px;
    background-image:           url(../images/select_nav_bg.jpg);    
    text-align:                 center;
    font-size:                  11px;
    font-weight:                bold;
    color:                      #ffdc50;
}

.nav_tab
{
    float:                      left;
    width:                      157px;
    height:                     28px;  
    text-align:                 center;
    font-size:                  11px;
    font-weight:                bold;
    color:                      #fff;
    cursor:                     pointer;
}

.breadcrumb_text
{
    color:                      #a08518;
    font-size:                  12px;
    font-weight:                bold;
    padding-top:                12px;
}

.contact_info
{
    float:                      right;
    width:                      235px;
    height:                     320x;
}

.form_fields_block{
    float :                     left;
    width :                     auto;
    margin-right:               10px
}

.warning{
    float:                      left;
    width:                      190px;
}

.footer
{
    width:                      auto;
    height:                     99px;
    background-repeat:          repeat;
}

.footer_text
{
   width:                       910px;
   margin-left:                 auto;
   margin-right:                auto;
   padding-top:                 5px;
   padding-right:               8px;
   font-size:                   11px;
   color:                       #fff;
   text-align:                  right;
}

input.text
{
    font-family:                Arial, Verdana, ms sans serif;
    font-size:                  12px;
    margin:                     0px;
    padding:                    0px;
    font-weight:                bold;
    width:                      170px;  
}
                                                     
select.search 
{
    font-family:                Arial, Verdana, ms sans serif;
    font-size:                  12px;
    margin:                     0px;
    padding:                    0px;
    color:                      #a0a0a0;
    font-weight:                bold;
}

.seperator
{
    width:                      556px;
    height:                     1px;
    padding-bottom:             10px;
    padding-top:                10px;
}

.icons_box
{
    float:                      left;
    width:                      110px;
    text-align:                 center;
}

.message_box
{
    width:                      640px;
}

.form_tab_box
{
    background-color:           #deeacb;
    height:                     25px;
}

.form_tab_text
{
    color:                      #a08518;
    font-weight:                bold;
    padding-left:               5px;
    padding-top:                3px;
}

.form_box
{
    border:                     1px solid #bebebe;
    padding:                    5px;
}

.form_box_top
{
    width:                      635px;
    height:                     11px;   
}

.form_box_middle
{
    width:                      635px;
    background-image:           url(../images/form_box_middle.jpg);
    background-repeat:          repeat;
}

.form_box_bottom
{
    width:                      635px;
    height:                     11px;
}

.form2_box_top
{
    width:                      204px;
    height:                     5px;    
}

.form2_box_middle
{
    width:                      204px;
    background-image:           url(../images/form2_middle.jpg);
    background-repeat:          repeat;
}

.form3_box_bottom
{
    width:                      600px;
    height:                     5px;    
}

.form_label_box
{
    float:                      left;
    width:                      195px;
    padding-top: 				6px;
}

.form_input_box
{
    float:                      left;
    width:                      195px;
    padding-bottom:             5px;
    padding-top:                1px;
}
                                                 
.sites
{
    border:                     1px solid #abadb3; 
    height:                     100px; 
    width:                      180px;
    overflow:                   scroll;
    font-size:                  13px;
}

.page_bottom
{
    width:                      1180px;
    height:                     139px;
    margin-left:                auto;
    margin-right:               auto;
}

.question_box
{
    border-bottom:              1px solid #BEBEBE;
    height:                     22px;
    padding-top:                4px;
}

.search_fields
{
	float:right;
    padding-right:44px;
    padding-top:32px;
}

.cancel_button
{
	width: 						178px; 
	float: 						left; 
	padding-left: 				12px;
}
/***
* message box pop up
***/

div#message_box_container1, div#message_box_container2
{
    position:                   absolute;
    text-align:                 left;
    width:                      auto;
    z-index:                    10000;
}

div.message_box1
{
    background:                 transparent url(../images/message_box.png) no-repeat;
    display:                    block;
    width:                      332px;
    height:                     63px;
    margin:                     -100px 0 0 0px;
    padding:                    10px 10px 15px;
    position:                   absolute;
    z-index:                    10000;
    color:                      #000;
}

a.link1:link 
{
    color:                      #fff;
    text-decoration:            none;
}

a.link1:visited 
{
    color:                      #fff;
    text-decoration:            none;
}

a.link1:hover 
{
    color:                      #fff; 
    text-decoration:            none;
}

a.link1:active 
{
    color:                      #fff;
    text-decoration:            none;
}
                                                            
a.icons:link 
{
    color:                      #475167;
    text-decoration:            none;
}

a.icons:visited 
{
    color:                      #475167;
    text-decoration:            none;
}

a.icons:hover 
{
    color:                      #0052ff; 
    text-decoration:            none;
}

a.icons:active 
{
    color:                      #475167;
    text-decoration:            none;
}

a.questions:link 
{
    color:                      #173b87;
    text-decoration:            none;
}

a.questions:visited 
{
    color:                      #173b87;
    text-decoration:            none;
}

a.questions:hover 
{
    color:                      #173b87; 
    text-decoration:            underline;
}

a.questions:active 
{
    color:                      #173b87;
    text-decoration:            none;
}
    
.error
{
    color:                      red;
    font-weight:                bold;
    padding-bottom:             5px;
    
}   
  
.text1
{
    font-size:                  20px;
    color:                      #173b87;
}

.text2
{
    font-size:                  11px;
    font-weight:                bold;    
}

.text3
{
    color:                      #2f2f2f;
    font-size:                  18px;
    font-weight:                bold;
}

.text4
{
    font-size:                  14px;
}

.text5
{
    font-size:                  12px;
    color:                      #173b87;
    font-weight:                bold;
}

.text6
{
    font-size:                  11px;
    color:                      #060f24;
}

.text7
{
    font-size:                  11px;
    font-weight:                bold;
    color:                      #ce0505;
}

.text8
{
    font-size:                  11px;
    font-weight:                bold;
    color:                      #ce0505;    
}

.form_box_bottom{
    height: 25px;
    background: transparent url(../images/form_box_bottom.jpg) no-repeat; 
}

.form_box_top{
    background: transparent url(../images/form_box_top.jpg) no-repeat;
    height: 11px;
    overflow: hidden;
}

