

/****************************
        General
****************************/

body
{
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    font-family: verdana;
    color: #ff0000;
    background: url(./images/background_top.jpg) repeat-x top;
    background-color: #444444;
}

a img
{
    border: none;
}

form
{
    display: inline;
}

/****************************
        Text
****************************/
.Text                    { font-family: arial; font-weight: normal; font-size: 12px; color: #555555; line-height: 14px;}
a.Text                    { text-decoration: none; color : #1f7bc8; }
a.Text:hover            { text-decoration: underline; }

.TitleText                    { font-family: arial; font-weight: bold; font-size: 18px; color: #272525; line-height: 26px;}
a.TitleText                    { text-decoration: none; color : #90ff5a; }
a.TitleText:hover            { text-decoration: underline; }

.BannerHead_Text            {font-family: Times New Roman; font-weight: normal; font-size: 24px; color: #ffffff;}

.BannerNormal_Text          {font-family: Arial; font-weight: normal; font-size: 14px; color: #ffffff;}

.BannerBottom_Text          {font-family: Arial; font-weight: bold; font-size: 18px; color: #faffbe;}

.ContentHeader_Text         {font-family: Times New Roman; font-weight: normal; font-size: 18px; color: #3c3737;}

.ContentLarge_Text          {font-family: Arial; font-weight: bold; font-size: 14px; color: #000000;}

.ContentSmall_Text          {font-family: Arial; font-weight: normal; font-size: 12px; color: #000000;}
/****************************
        Containers
****************************/

#Wrap    
{
    position: relative;
    padding: 0px 0px 0px 0px;
    width: 949px;
    margin: 0px auto 0px auto;  
    
}


/****************************
        Header
****************************/
.Header
{
    position: relative;
    width: 949px;
    height: 109px;
    text-align: left;
    margin: 0px auto 0px auto;
    top: 0px;
}


/****************************
        Banner
****************************/
.Banner
{
    position: relative;
    width: 949px;
    height: 305px;
    text-align: left; 
    margin: 0px 0px 25px 0px;
}
.Banner_Left
{
    float: left;
    position: relative;
    width: 265px;
    height: 305px;
    background: url(./images/banner_left.jpg) no-repeat center;
}
.Banner_Right_Top
{
    float: left;
    position: relative;
    width: 684px;
    height: 177px;
    background: url(./images/banner_right_top.jpg) no-repeat center;    
}
.Banner_Right_Bottom
{
    float: left;
    position: relative;
    width: 684px;
    height: 128px;
    background: url(./images/banner_right_bottom.jpg) no-repeat center;
}
.Banner_Top_Content
{
    position: relative;
    padding: 40px 40px 0px 20px;
}
.Banner_Bottom_Content
{
    position: relative;
    float: left;
    width: 340px;
    padding: 20px 30px 0px 25px;    
}
.Banner_Bottom_Button
{
    float: right;
    position: relative;
    padding: 33px 50px 33px 0px;
}

/****************************
        Content
****************************/
.Content_Container
{
    text-align: center;
    margin: 0px 0px 0px 0px;
    width: 949px;
    position: relative;
    background-color: #ffffff;

}
.Content_Header
{
    text-align: left;
    position: relative;
    width: 949px;
    height: 69px;
    background: url(./images/content_header_bg.jpg) repeat-x top;
    padding: 0px 0px 0px 0px;
}
.ContentHeader_Title
{
    padding: 25px 0px 30px 25px;
}
.Benefits_Row
{  
    text-align: left;
    position: relative;
    margin: 15px 20px 0px 20px;
    zoom: 1;
    padding: 0px 0px 15px 0px;
}
.Benefits_Content_Pic
{
    position: relative;
    float: left;
    width: 160px;
    margin: 0px 20px 0px 0px;
}
.Benefits_Content
{
    position: relative;
    float: left; 
    width: 720px;
}
.Content_Footer
{
    position: relative;
    height: 72px;
    background: url(./images/content_footer_bg.jpg) repeat-x top;
    margin: 0px 0px 25px 0px;
}
.Content_Footer_Button
{
    position: relative;
    float: right;
    padding: 19px 19px 19px 0px;
}
/****************************
        Footer
****************************/
.Footer
{
    position: relative;
    margin: 0px auto 0px auto;
    background-color: #292929;
    padding: 10px 10px 10px 10px;
}

.Footer_Text                    { font-family: arial; font-weight: normal; font-size: 12px; color: #aeaeae; line-height: 15px;}
a.Footer_Text                   { text-decoration: none; color : #aeaeae; }
a.Footer_Text:hover             { text-decoration: none; color : #1f7bc8; }

.FooterLink_Text                    { font-family: arial; font-weight: bold; font-size: 14px; color: #aeaeae; line-height: 19px;}
a.FooterLink_Text                   { text-decoration: none; color : #aeaeae; }
a.FooterLink_Text:hover             { text-decoration: none; color : #1f7bc8; }



/****************************
        Generic Boxes
****************************/

.Box_Date
{
    position: relative;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #bcbcbc;
}

.Box_Success, .Box_Fail, .Box_Info, .Box_Warning      
{
   position: relative;
   margin: 10px 0px 10px 0px;
   padding: 10px 10px 20px 10px;
   text-align: left;
}

.Box_Success    {background-color: #ebffeb;}
.Box_Fail       {background-color: #ffebeb;}
.Box_Info       {background-color: #f0f0f0;}
.Box_Warning    {background-color: #feffeb;}

.Box_Icon
{
    position: relative;
    float: left;
    width: 60px;
    text-align: center;
}

.Box_WarningIcon, .Box_InfoIcon, .Box_SuccessIcon, .Box_FailIcon
{
    position: relative;
    height: 40px;
}

.Box_SuccessIcon     {background: url(./images/log_icon_tick.gif) no-repeat center;}
.Box_FailIcon     {background: url(./images/log_icon_cross.gif) no-repeat center;}
.Box_WarningIcon     {background: url(./images/log_icon_warning.gif) no-repeat center;}
.Box_InfoIcon        {background: url(./images/log_icon_info.gif) no-repeat center;} 


.Box_Content
{
    position: relative;
    text-align: left;
    margin: 0px 0px 0px 60px;
}

.Box_DateText                    { font-family: verdana; font-weight: bold; font-size: 15px; color: #555555; line-height: 18px;}
.Box_TimeText                 { font-family: verdana; font-weight: normal; font-size: 10px; color: #666666; line-height: 15px;}
.Box_Text                     { font-family: verdana; font-weight: normal; font-size: 11px; color: #232323; line-height: 14px;}
a.Box_Text                    {color: #0397ff;text-decoration: none;}
a.Box_Text:hover              {color: #0397ff; text-decoration: underline;}
.Box_CategoryText             { font-family: verdana; font-weight: bold; font-size: 11px; color: #555555; line-height: 15px;}

.Box_Success_TitleText                     { font-family: verdana; font-weight: normal; font-size: 16px; color: #008400; line-height: 19px;}
.Box_Fail_TitleText                    { font-family: verdana; font-weight: normal; font-size: 16px; color: #ac0505; line-height: 19px;}
.Box_Warning_TitleText                  { font-family: verdana; font-weight: normal; font-size: 16px; color: #ff9003; line-height: 19px;}
.Box_Info_TitleText                     { font-family: verdana; font-weight: normal; font-size: 16px; color: #232323; line-height: 19px;}



/****************************
		Misc
****************************/

.Spacer
{
 	position: relative;
 	clear: both;
	height: 10px;
	font-size: 0px;
}

.EmptySpacer
{
 	position: relative;
 	clear: both;
	height: 0px;
	font-size: 0px;
    line-height: 0px;
}

.Center
{
    position:relative;
    text-align: center;
}

.Line
{
    width: 900px;
    color: #e1e1e1;
    background-color: #e1e1e1;
    border: none;
    height: 1px;    
}