﻿        /*STD Markup*/
        body
        {
            background-color:#c17d05;
        }
        
        /*Master Page Specific*/
        #page_wrapper
        {
            width:998px;
            margin-left:auto;
            margin-right:auto;
        }
        #page_bg
        {
            width:998px;
            height:855px;/*FIX ME*/
            background-image:url('img/page_bg_long.png');
            background-repeat:no-repeat;
            padding-top: -5px;
        }
        #page_bgtop
        {
        	width:979px;
        	
        }
        #page_bg_btm
        {
        	width: 979px;
        	height: 
		
        }
        
        /*NOT IN USE --> --> 
        /*IN Case of hard resizing of page
        /*The following allows for no page bg grade
        #page_top
        {
            width:1000px;
            height:38px;
            background-image:url('img/page_top.png');
            background-repeat:no-repeat;
        }
        #page_body
        {
            width:1000px;
            background-image:url('img/page_body.png');
            background-repeat:repeat-y;
        }
        #page_btm
        {
            width:1000px;
            height:38px;
            background-image:url('img/page_btm.png');
            background-repeat:no-repeat;
        }*/
        #page_body
        {
            width:869px;
            margin-left:55px;
            margin-right:55px;
            margin-top:0px;
            margin-bottom:115px;
            padding-top:40px;
        }
        
        /*Header Specific*/
        #header_wrapper
        {
            width:869px;
            height:65px;
        }
        #logo_wrapper
        {
            width:335px;
            height:65px;
            float:left;
        }
        #logo
        {
            width:282px;
            height:40px;
        }
        #slogan_wrapper
        {
            width:534px;
            height:65px;
            float:right;
        }
        #slogan
        {
            width:410px;
            height:50px;
            float:right;
            margin-top:0px;
            margin-right:30px;
        }
        
        /*Body Specific*/
        #body_wrapper
        {
            width:869px;
            height: auto;
        }
        
        
        /*Menu Specific*/
        /*Outter, Non Active Portion*/
        #menu_wrapper
        {
            width:240px;
            float:left;
        }
        #menu
        {
            width:240px;
            background-color:#729EB5;
            overflow:auto;
        }
        #menu_btm
        {
            width:240px;
            height:226px;
            background-image:url('img/menu_btm_final.png');
            background-repeat:no-repeat;
        }
        /*Interactive Portion*/
        .menu_wrapper
        {
            margin-top:35px;
        }
        .menu
        {
            width:200px;
            margin-top:0px;
            float:right;
        }
        .menu .item
        {
            width:200px;
            height:35px;
            background-image:url('img/menu_item.png');
            background-position:top left;
            background-repeat:no-repeat;
            font-family:Arial;
            font-weight:bolder;
            color:White;
            font-size:11pt;
            line-height:35px;
            text-align:right;
        }
        .menu .item a
        {
            text-decoration:none;
            color:White;
            display:block;
        }
        .menu .item a:visited
        {
            text-decoration:none;
            color:White;
            display:block;
        }
        .menu .item a:focus
        {
            outline:0;
        }
        .menu .item a:hover
        {
            text-decoration:none;
            color:White;
            display:block;
            background-image:url('img/menu_item_a.png');
            background-repeat:no-repeat;
        }
        .arrow
        {
            width:14px;
            height:13px;
            margin-top:11px;
            margin-right:15px;
            margin-left:10px;
            background-image:url('img/arrow.png');
            background-repeat:no-repeat;
            float:right;
        }
        
        /*Footer Specific*/
        #footer_wrapper
        {
            width:869px;
        }
        .footer_txt
        {
            font-family:Arial;
            font-size:8pt;
            color:#a1a1a1;
            text-align:right;
            margin-right:10px;
            margin-top:5px;
        }
        
        /*Content Area Specific*/
        #content_wrapper
        {
            width:629px;
            float:right;
        }
        #page_img
        {
            width:629px;
            height:206px;
        }
        #page_txt
        {
            width:629px;
            /*background-color:White;*/
            
        }
        .txt_wrapper
        {
            padding:10px 10px 10px 10px;
            /*background-color:White;*/
            
        }
        .txt
        {
            font-family:Arial;
            font-size:10pt;
            color:#919191;
            text-align:justify;
        }
        .title
        {
            font-family:Arial;
            font-size:12pt;
            font-weight:bold;
            color:#C17D05;
        }
        .title_s
        {
            font-family:Arial;
            font-size:10pt;
            font-weight:bold;
            color:#C17D05;
        }