﻿
/*  Main Menu
------------------------------*/
.RadMenu_SitefinityBlue .rmTemplate .rmText:hover,
.RadMenu_Menu .rmLink:hover,
.RadMenu_Menu .rmFocused,
.RadMenu_Menu .rmExpanded {
     /* Section-Specific main menu "ON/OVER" background colors
    ----------------------------------------------------------
    background: #d29141; <-- live
    background: #448a88; <-- work
    background: #a56a5c; <-- play
    background: #3a6172; <-- visit
    background: #918e97; <-- build
    background: #b3a717; <-- about
    */
    }
ul.rmHorizontal li {
     /* Section-Specific main menu "OFF" background colors
    ------------------------------------------------------
    background: #e7c7a0; <-- live
    background: #a2c4c5; <-- work
    background: #d1b4ae; <-- play
    background: #3a6172; <-- visit
    background: #cfc9c9; <-- build
    background: #d6d289; <-- about
    */
    }
.RadMenu_Menu .rmExpanded,
.RadMenu_Menu .rmFocused,
.RadMenu_Menu .rmFocused:hover {
    }
.rmPlay {
    background: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }

/*  Section Menu
------------------------------*/
.section_menu {
	background: transparent url(images/bg_menu2_visit.jpg) repeat-y 0 0;
    }
.RadPanelBar_DP ul li a:hover {
	background: #85554b; /* !!!SECTION SPECIFIC!!! */
    }
.RadPanelBar_DP ul a.rpSelected:link, .RadPanelBar_DP ul a.rpSelected:visited, .RadPanelBar_DP ul li a.rpSelected:hover, .RadPanelBar_DP ul li a.rpSelected:active {
	background: #85554b; /* !!!SECTION SPECIFIC!!! */
    }
ul.rmHorizontal {
    background: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }
.section_menu a.rmLink:hover .rmText,
.section_menu a.rmFocused,
.section_menu a.rmExpanded {
	background: #85554b; /* !!!SECTION SPECIFIC!!! */
    }

    
/*  Page Body
------------------------------*/
.section_wrapper {
	background: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }
.in_this_section {
    background: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }


/*  Headings
------------------------------*/
h1 {}
.page_header h1 {}
h2, .page_title h2 {
    color: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }
h3 {
    }
h4 {
    color: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }
h5 {
    }


/*  Links
------------------------------*/
a:link, a:visited, a:active, a:hover {
    color: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }
.main_content a:link, .main_content a:visited, .main_content a:active, .main_content a:hover {
    color: #a56a5c; /* !!!SECTION SPECIFIC!!! */
    }
.main_content h4 a:link, .main_content h4 a:visited, .main_content h4 a:active, .main_content h4 a:hover {
	background: transparent url(images/h4_arrows.gif) no-repeat bottom right; 
    }

