﻿/* 
Global CSS Styles

Author:  Brandon Whiteman
Created: 2008.12.11
Updated: 20010.02.14
*/

.floatLeft 
{
    float: left;
}
.floatRight
{
    float: right;
}

/* BODY (Site-Level) */

body {
	margin: auto;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
	background-color: #e0e0e0;
}

/* A (Link) */

a:link {
	text-decoration: underline;
	color: #85A362; /* 0066B3 GREEN 98BB70 */ 
}

a:visited {
	text-decoration: underline;
	color: #85A362;
}

a:hover {
	text-decoration: underline;
	color: #555555; /* 649E60 */
}

a:active {
	text-decoration: underline;
	color: #85A362;
}

#Breadcrumbs a {
    color: #85A362;
}

#Breadcrumbs {
    border-bottom: dotted 1px #5F584C;
    height: 22px;
    
    margin-bottom: 12px;
}

/* Headlines */

h1, h2, h3, h4, h5 {
    /* Dimensions */
    margin: 0px;
    padding: 0px;
    
    /* Type */
    font-weight: bold;
}

h1 {
    /* Font */
    font-size: 16px;
}

h2 {
    /* Font */
    color: #888888;
    font-size: 14px;
}

h3 {
    /* Font */
    font-size: 14px;
}

h4 {
    /* Font */
    font-size: 14px;
}

h5 {
    /* Font */
    font-size: 14px;
}

/* Lists */

ul {
    /* List 
    list-style-type: none;*/
    
    /* Spacing */
    margin: 0px;
    padding: 0px;
}

ul li {
    /*list-style-image: url(/images/icons/bullet_red.png);
    list-style-position: outside;
    line-height: 16px;
  
    margin: 0px;
    padding: 0px;*/
    
    /* ---- */
    /*background: url(/images/icons/bullet_red.png) left top no-repeat;
      padding-left: 16px; 
    margin: 0px 0px 0px 10px;  */
    
    margin: 0px 0px 0px 20px;
}

p {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#Header_Navigation {
    padding: 0px 0px 0px 15px;
}

#Header_Navigation a:link {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	margin-left: 0px;
	margin-right: 13px;
	
	text-decoration: none;

	width: 100px;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_Navigation a:visited {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	margin-left: 0px;
	margin-right: 13px;
	
	text-decoration: none;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_Navigation a:hover {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	text-decoration: underline;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_Navigation a:active {
	font-size: 12px;
	font-weight: bold;
	
	color: #dc3e00;
	
	text-decoration: none;
	
	/* Box */
	border-right: solid 1px #bebebe;
    padding: 7px 15px 8px 0px;
}

#Header_MiniNavigation a {
	font-size: 11px;
	font-weight: normal;
	
	color: #666666;
	
	margin-left: 3px;
	margin-right: 3px;
	
	text-decoration: none;
}

/*
#Header_MiniNavigation a:link {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
}

#Header_MiniNavigation a:visited {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
}

#Header_MiniNavigation a:hover {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
}

#Header_MiniNavigation a:active {
	font-size: 10px;
	font-weight: normal
	
	color: #333333;
	
	margin-left: 6px;
	margin-right: 6px;
} */

/**************************************************
 * Form Elements
 **************************************************/

input {
	/* Dimensions */
	width: 175px;
	padding: 2px;

	/* Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	/* Border */
	border: solid 1px #aaaaaa;
}

select {
	/* Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
    /* Dimensions */
    width: 275px;
    height: 50px;
    
    /* Font */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Checkbox input {
    width: 20px; 
    margin-top: 2px;
    vertical-align: middle;
    
    border: none;
}

.RadioButton input {
    width: 20px; 
    margin-top: -4px;
    vertical-align: middle;
    padding-top: 10px;
}

.Form_Container {
	width: 500px;
	clear: both;	
	/*margin-left: 25px;
	padding-top: 15px;*/
	
	/* Margin/Padding */
	padding: 0px 0px 0px 20px;
}

.Form_Top {
	/* Dimensions */
	width: 472px;
	height: 20px;
	
	border-bottom: solid 3px #000000;
	
	padding-top: 10px; /* 10px */
	
	/* Font */
	font-size: 13px;
	font-weight: bold;
}

.Form_Bottom {
    /* Dimensions */
	width: 472px;
	height: 10px;
	
	clear: both;
}

.Form_Label {
	/* Dimensions */
	width: 150px;
	height: 22px;
	text-align: right;

	background-color: #f7e5a6;
	
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	
	padding-top: 5px;
	padding-right: 5px;
	
	float: left;
}

.Form_Label_Large {
	/* Dimensions */
	width: 150px;
	height: 62px;
	text-align: right;

	background-color: #f7e5a6;
	
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	
	padding-top: 5px;
	padding-right: 5px;
	
	float: left;
}

.Form_Element {
	/* Dimensions */
	width: 310px;
	height: 24px;
	text-align: left;
	
	background-color: #FFFFFF;
	
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;

	padding-top: 3px;
	padding-left: 5px;
	
	margin-right: 25px;
	
	float: left;
}

.Form_Element_Large {
	/* Dimensions */
	width: 310px;
	height: 64px;
	text-align: left;
	
	background-color: #FFFFFF;
	
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;

	padding-top: 3px;
	padding-left: 5px;
	
	margin-right: 25px;
	
	float: left;
}

.Form_Label_Separator {
	/* Dimensions */
	width: 150px;
	height: 0px;
	text-align: right;

	background-color: #f7e5a6;
	
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	
	padding-top: 5px;
	padding-right: 5px;
	
	float: left;
}

.Form_Element_Separator {
	/* Dimensions */
	width: 310px;
	height: 2px;
	text-align: left;
	
	background-color: #E8E8E8;
	
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;

	padding-top: 3px;
	padding-left: 5px;
	
	margin-right: 25px;
	
	float: left;
}

.Form_ValidationSummary {
    /* Spacing */
    margin-top: 10px;
    margin-left: 25px;

}

.Form_ValidationSummary ul {
    /* Spacing */
    padding-top: 5px;
    padding-left: 25px;
}

.Form_ValidationSummary li {
    list-style-type: disc;
    background-image: none;
    
    /* Spacing */
    padding-left: 0px;
}

.Form_WorkflowControls {
    clear:both; 
    padding-top: 5px; 
    margin-top: 15px; 
    text-align: right; 
    width: 530px; 
    border-top: dotted 1px #000000;
}

/* PRIMARY ELEMENTS */

#Header {
	/* Dimensions */
	width: 1000px;
	height: 90px;
	
	position: relative;
	margin: auto;
	
	background-image: url(/images/theme_03/header_bg_vertical.png);
	background-repeat: no-repeat;
}

#Header_Navigation {
	/* Dimensions */
	width: 600px;
	height: 18px;
	
	position: absolute;
	top: 67px;
	left: 230px;
	
	clear: both;
}

#Header_MiniNavigation {
	/* Dimensions */
	width: 350px;
	height: 16px;
	
	top: 5px;
	left: 640px;
	position: absolute;
	
	clear: both;
	
	text-align: right;
	
	color: #5b5b5b;
}

#Header_MiniNavigation .Greeting {
    /* Type */
    font-weight: bold;

    margin: 0px 3px 2px 0px;
}

#Header_Bottom {
	/* Dimensions */
	width: 1000px;
	height: 10px;
	
	margin: auto;
	
	background-image: url(/images/theme_03/header_bg_bottomedge.png);
	background-repeat: no-repeat;
	
	font-size: 0px; /* IE6 Height Fix */
}

#Header_Logo {
	/* Dimensions */
	width: 195px;
	height: 90px;
	
	background-image: url(/images/theme_03/header_logo.png);
	background-repeat: no-repeat;
}

#Content {
	/* Dimensions */
	width: 1002px;
	
	background-image: url(/images/theme_03/content_bg_horizontal.png);
	background-repeat: repeat-y;
	
	position: relative;
	margin: auto;
	padding: 0px;
}

#Content_Container {
	/* Dimensions */
	width: 1002px;
	
	position: relative;
}

#Content_Header {
	/* Dimensions */
	width: 998px;
	height: 50px;

	position: relative;
	margin: 0px 0px 10px 2px;
	padding: 0px;
	
	background-image: url(/images/theme_03/content_titlebg.png);
	background-repeat: repeat-x;
	background-color: #95ba6d;
}

#Content_Header h1 {
	margin: 0px;
	font-size: 22px;
	padding-top: 27px;
	padding-left: 15px;
	
	color: #FFFFFF;
	
	position: relative;
}

#Content_Top {
	/* Dimensions */
	width: 1002px;
	height: 10px;
	
	margin: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	
	background-image: url(/images/theme_03/content_bg_topedge.png);
	background-repeat: no-repeat;
	
	position: relative;
	
	font-size: 1px;
}

#Content_Bottom {
	/* Dimensions */
	width: 1002px;
	height: 10px;
	
	margin: auto;
	
	background-image: url(/images/theme_03/content_bg_bottomedge.png);
	background-repeat: no-repeat;
	
	position: relative;
	z-index: -1;
}

#Content_3x4_Container {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#Content_3x4 {
	/* Dimensions */
	width: 725px;

			
	margin-left: 15px;
	background-color: #e0e0e0;

	position: relative;

	left: 0px;
	top: 0px;
}

.Content_2x4_Container {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

.Content_2x4 {
	/* Dimensions */
	width: 480px;

			
	margin-left: 15px;
	background-color: #e0e0e0;

	position: relative;

	left: 0px;
	top: 0px;
}

#Content_1x4 {
	/* Dimensions */
	width: 235px;
	
	/* Margin/Padding */
	margin-left: 15px;
		
	background-color: #e0e0e0;
	
	left: 740px;
	top: 60px;	
	position: absolute;
	
	z-index: 2;
}

#Content_1x4_Container {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

/* 2-Column */

#TwoColumn_Content_Left #Info {

}

#Content_3x4_Container .Description { /* SHOULD BE NAMED AS ABOVE */
    /* Font */


    /* Margin/Padding */
    padding: 8px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 0px;

    clear: both;
    
    width: 695px;
    height: 50px;
    
    background-image: url(/images/contentinlay_3x4_bg_topedge.png);
    background-repeat: no-repeat;
}

#Content_3x4_Container .Description h1 {
    /* Font */
    font-size: 14px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 5px;
}

#Content_3x4_Container .Description h2 {
    /* Font */
    font-size: 13px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 3px;
}

#Content_3x4_Container .InlineContainer { /* SHOULD BE NAMED AS ABOVE */
    padding: 0px 10px 0px 10px;
}

#Content_3x4_Container .InlineContainer h1 {
    /* Font */
    font-size: 14px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 5px;
}

#Content_3x4_Container .InlineContainer h2 {
    /* Font */
    font-size: 13px;
    
    /* Margin/Padding */
    margin: 0px;
    margin-bottom: 3px;
}

#Content_3x4_Container .InlineHeader {
    /* Margin/Padding */
    padding: 8px 10px 0px 10px;
    margin: 0px 0px 0px 0px;

    clear: both;
    
    width: 695px;
    height: 50px;
    
    background-image: url(/images/theme_02/twocolumn_contentleft_header_bg.png);
    background-repeat: no-repeat;
}

/* 3-Column */

#ThreeColumn_Content_Container_Left {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#ThreeColumn_Content_Left {
	/* Dimensions */
	width: 480px;
			
	margin-left: 15px;
	background-color: #e0e0e0;

	position: relative;

	left: 0px;
	top: 0px;
}

#ThreeColumn_Content_Container_Middle {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#ThreeColumn_Content_Middle {
	/* Dimensions */
	width: 235px;
	
	/* Margin/Padding */
	margin-left: 15px;
		
	background-color: #e0e0e0;
	
	left: 492px;
	top: 60px;	
	position: absolute;
}

#ThreeColumn_Content_Container_Right {
    /* Margin/Padding */
	padding: 0px 15px 0px 15px;
}

#ThreeColumn_Content_Right {
	/* Dimensions */
	width: 235px;
	
	/* Margin/Padding */
	margin-left: 15px;
		
	background-color: #e0e0e0;
	
	left: 740px;
	top: 60px;	
	position: absolute;
}

/* Common Footer */

#Footer {
	/* Dimensions */
	width: 1000px;
	height: 50px;
	
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

/* Right Column Help Blocks */

.RightColumn_Help_Information {
    /* Background */
    background-image: url(/images/icons/information.png);
    background-repeat: no-repeat;
    
    
    /* Box */
    padding-left: 24px;
}

.RightColumn_Help_Information h1 {
    /* Type */
    font-size: 11px;
    font-weight: bold;

    /* Box */
    margin: 0px 0px 5px 0px;
    padding: 0px;   
}

.RightColumn_Help_Warning {
    /* Images */
    background-image: url(/images/icons/exclamation.png);
    background-repeat: no-repeat;
    
    
    /* Margin/Padding */
    padding-left: 24px;
    padding-bottom: 10px;
    
    margin-top: 5px;
    margin-bottom: 5px;
}

.RightColumn_Help_Seperator {
    /* Border */
    border-bottom: dotted 1px #5F584C;
    
    /* Margin/Padding */
    margin: 10px 0px 10px 0px;
}

/* Input Container */
.InputContainer {
    /* Dimensions */
    width: 500px;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 15px;
    
    /* Position */
    position: relative;
}

.InputContainer h2 {
    /* Font */
    font-size: 13px;
    
    /* Margin/Padding */
    margin: 0px 0px 5px 2px;
}

.InputContainer .Header {
    /* Dimensions */
    width: inherit;
}

.InputContainer .HeaderEdge {
    /* Dimensions */
    width: inherit;
    height: 6px;

    /* Background */
    background-image: url(/images/theme_02/inputcontainer_headeredge_bg.png);
    background-repeat: no-repeat;
}

.InputContainer .Footer {
    /* Dimensions */
    width: inherit;
}

.InputContainer .FooterEdge {
    /* Dimensions */
    width: inherit;
    height: 6px;

    /* Background */
    background-image: url(/images/theme_02/inputcontainer_footeredge_bg.png);
    background-repeat: no-repeat;
}

.InputContainer .Line {
    /* Dimensions */
    width: inherit;
    height: 25px;

    /* Background */
    background-image: url(/images/theme_02/inputcontainer_line_bg.png);
    background-repeat: repeat-y;
}

.InputContainer .Line .Label {
    /* Dimensions */
    width: 145px;
    height: 20px;
    
    /* Text */
    text-align: right;
    
    /* Margin/Padding */
    padding: 5px 5px 0px 0px;
    
    /* Position */
    position: absolute;
    float: left;
    left: 0px;
}

.InputContainer .Line .Field {
    /* Dimensions */
    width: 340px;
    height: 22px;
    
    /* Margin/Padding */
    padding: 3px 0px 0px 10px;
    
    /* Position */
    position: absolute;
    float: left;    
    left: 150px;
}

.InputContainer .Separator {
    /* Dimensions */
    width: inherit;
    height: 1px;
    
    /* Background */
    background-image: url(/images/theme_02/inputcontainer_separator_bg.png);
    background-repeat: no-repeat;
}

.Icon_Informational {
    /* Dimensions */
    width: 16px;
    height: 16px;
    
    /* Image */
    background-image: url(/images/icons/information.png);
    background-repeat: no-repeat;
    
    /* Position */
    float: left;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 5px;
}

.Icon_Calendar {
    /* Dimensions */
    width: 16px;
    height: 16px;
    
    /* Image */
    background-image: url(/images/icons/calendar_view_day.png);
    background-repeat: no-repeat;
    
    /* Position */
    float: left;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 5px;
}

.Icon_User {
    /* Dimensions */
    width: 16px;
    height: 16px;
    
    /* Image */
    background-image: url(/images/icons/user_gray.png);
    background-repeat: no-repeat;
    
    /* Position */
    float: left;
    
    /* Margin/Padding */
    margin: 0px 0px 0px 5px;
}

/* Primary Content Elements */
.ContentDivider_Horizontal {
    /* Box */    
    border-bottom: dotted 1px #AAAAAA;
    
    /* Margin/Padding */
    margin: 0px 0px 15px 0px;
    padding: 15px 0px 0px 0px;
    
    width: 695px; height: 1px;
    
    clear: both;
    position: relative;
}

/**************************************************
 * Form Label/Field Styles
 **************************************************/

.validationSummary 
{
    margin: 20px 0px 30px 25px;     
         
    font-size: 11px;        
}
        
.validationSummary ul li 
{
    height: 8px;    
    margin: 10px 0px 0px 25px;
    padding: 0px;
    
    list-style-type: disc;
}

.formLabels 
{
    margin: 0px 0px 0px 20px;
    
    float: left;
                
    text-align: right;
}

.formControls 
{
    margin: 0px 0px 0px 152px;
}

.formSeparator 
{
    width: 522px;
    margin: 15px 0px 15px 0px;
    
    border-bottom: solid 1px #cccccc;
}

.formBlock 
{
    float: left;
}

.formBlock input 
{
    margin: 0px 3px 0px 3px;
}
        
.formBlock select 
{
    width: 181px;
    height: 18px;
    margin: 0px 3px 0px 3px;
   
    cursor: pointer;
}

.formLabels ul li, .formBlock ul li
{
    height: 25px; 
    margin: 0px 20px 0px 0px;
    padding: 0px;  
    
    list-style-type: none;  
}

.formLabels ul li 
{
    width: 130px; /* 110px */
    height: 23px;
    padding: 2px 0px 0px 0px;
}
        
.formBlock ul li 
{
    height: 25px;
}

.checkBox input 
{
    width: 18px;
    
    text-align: right;
    vertical-align: text-top;
    
    border: none;
}

.disclaimerContainer 
{
    width: 325px;
    height: 100px;
    margin: 15px 0px 0px 152px;
    padding: 7px;
    
    font-size: 10px;

    background-color: #eeeeee;
    
    border: solid 1px #cccccc;
    
    overflow: auto;
}

.disclaimerContainer ol li 
{
    margin: 0px 0px 20px 0px;
} 

/**************************************************
 * Watermark Styles
 **************************************************/
 
.watermark_Email
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -4px;
}
        
.watermark_Password
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -29px;
}

.watermark_FirstName
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -54px;
}

.watermark_MiddleName
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -187px;
}

.watermark_LastName
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -79px;
}

.watermark_AddressStreet
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -104px;
}

.watermark_AddressCity
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -129px;
}

.watermark_AddressZip
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -156px;
}

.watermark_InsuranceProvider
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -218px;
}

.watermark_InsurancePolicyNumber
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -248px;
}

.watermark_DonationAmount
{
    background-image: url("/images/theme_03/sprites.png");
    background-position: -400px -277px;
}

.modalPopup 
{
    background-color: #ffffff;
    border: solid 3px #555555;
    padding: 20px;
}

/**************************************************
 * Button Styles
 **************************************************/

.buttonCancel
{
    width: 180px;
    height: 25px; 
    margin: 5px 0px 0px 0px; 
    
    float: right; 
    display: block; 
    
    font-size: 10px; 
    text-align: center; 
}

.buttonCheckout
{
    /* Dimensions */
    height: 45px;
    width: 180px;
    
    /* Background */
    background-image: url("/images/theme_03/sprites_buttons.png");
    background-position: 0px -90px;
}

.buttonCheckoutPaypal
{
    /* Dimensions */
    height: 45px;
    width: 180px;
    
    /* Background */
    background-image: url("/images/theme_03/sprites_buttons.png");
    background-position: 0px -180px;
}

.buttonAddDonation
{
    /* Dimensions */
    height: 45px;
    width: 180px;
    
    /* Background */
    background-image: url("/images/theme_03/sprites_buttons.png");
    background-position: 0px -135px;
}

.buttonCreateMyAccount
{
    /* Dimensions */
    height: 45px;
    width: 180px;
    
    /* Background */
    background-image: url("/images/theme_03/sprites_buttons.png");
    background-position: 0px -225px;
}

.buttonPlayerRegistrationCallout
{
    /* Dimensions */
    height: 50px;
    width: 210px;
    margin: 0px 18px 0px 0px;
    padding: 0px; 
   
    /* Background */
    background-image: url("/images/theme_03/sprites_horizontal.png");
    background-position: 0px -50px;
    background-repeat: no-repeat;
    
    cursor: pointer;
}

#globalAnnouncement
{
}

#globalAnnouncement a:link, #globalAnnouncement a:visited, #globalAnnouncement a:hover, #globalAnnouncement a:active
{
    color: #333333;
    text-decoration: none;   
}

#globalAnnouncement a:hover
{
    color: Red;
    text-decoration: underline;
}

#globalAnnouncement .top
{
    width: 1000px; 
    height: 10px;
    margin: 15px auto 0px auto;
    
    font-size: 0px;
    line-height: 0px;
    
    background-image: url(/images/theme_03/globalAnnouncement_top.png);
    background-repeat: no-repeat;
}

#globalAnnouncement .middle
{
    width: 1000px; 
    height: 20px; 
    margin: 0px auto 0px auto; 
    padding: 0px 0px 0px 0px; 
    
    font-size: 16px; 
    font-weight: bold; 
    text-align: center;
    
    background-image: url(/images/theme_03/globalAnnouncement_bg.png);   
}

#globalAnnouncement .bottom
{
    width: 1000px;
    height: 10px;
    margin: 0px auto 10px auto;
    
    background-image: url(/images/theme_03/globalAnnouncement_bottom.png);
    background-repeat: no-repeat;
}