@charset "utf-8";

/* Global Styles */
body                            {
                                background-color: #9CF;
                                margin: 0px;
                                padding: 0px;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                font-size: 12px;
                                color: #000;
                                width: 100%;
                                height: 100%;
                                }

img                             {
                                border: 0px;
                                 }

a                               {
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                font-size: 10px;
                                color: #666;
                                text-decoration: none;
                                }

ul                              {
                                padding: 0  0 0 10px;                                
                                margin:  0  0 0 10px;
                                }

ol                              {
                                padding: 0;
                                margin: 0;
                                }
* {
  outline:none;
}
/* Specific Id's */
#site_container                 {
                                background-color: #FFFFFF;
                                position: absolute;
                                width: 884px;
                                margin-left: -442px;
                                left: 50%;
                                top: 75px;
                                overflow: visible;
                                }

#site_header                    {
                                position: relative;
                                top: 0px;
                                left: 0px;                                
                                width: 884px;
                                height: 75px;
                                }

#site_logo                      {
                                position: absolute;
                                top: -20px;
                                left: 28px;
                                width: 130px;
                                height: 51px;
                                }

#site_menu                      {
                                position: absolute;
                                top: 23px;
                                left: 178px;
                                width: 700px;
                                height: 50px;
                                text-align: center;
                                }
#site_menu_flash         a      {
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                font-size: 13px;                                
                                }
                                
#site_body                      {
                                position: relative;
                                top: 0px;
                                left: 0px;                                
                                width: 884px;
                                overflow: visible;
                                }

#site_footer                    {
                                position: absolute;
                                bottom: -30px;
                                left: -10px;                                
                                width: 904px;
                                height: 20px;
                                text-align: center;
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                font-size: 9px;
                                }

#site_footer      a             {
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                font-size: 10px;
                                text-decoration: none;
                                font-weight: bold;
                                color: #666;
                                }
#site_footer      a:hover       {
                                font-family: Verdana, Arial, Helvetica, sans-serif;
                                font-size: 10px;
                                text-decoration: underline;
                                font-weight: bold;
                                color: #666;
                                }

/* Specific Classes -- New Styles */                              
.site_lines_blue                {
                                margin:  10px 0px 0px 0px;
                                padding: 0px;
                                height: 10px;
                                background-image: url(../../images/layout/lines/blue.gif);
                                background-repeat: repeat-x;
                                }

.site_lines_orange              {
                                margin:  10px 0px 0px 0px;
                                padding: 0px;
                                height: 10px;
                                background-image: url(../../images/layout/lines/orange.gif);
                                background-repeat: repeat-x;
                                }
