﻿.indentPs
{
    margin-left: 25px;
}

.MainWrapper
{
    padding: 10px 10px 10px 10px;
    background: #fff;
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 11px;
    line-height: 120%;   
    color:  #707070;
    display: inline-block;
}

.MainWrapper td, .MainWrapper p
{   
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 11px;   
    line-height: 120%;
    color:  #707070;
}

.MainWrapper td a, .MainWrapper p a
{   
    color:  #4A8B97;
    text-decoration: none;
}


.graySubtext 
{
    color: #666;
}

.mainH1
{
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 16px;   
    line-height: 120%;
    font-weight: bold;
    color:  #722F6E;
    padding-bottom: 10px;
}

.mainH1Line
{
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 16px;   
    font-weight: bold;
    line-height: 120%;
    color:  #722F6E;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.justLine
{
    border-bottom: 1px solid #CCCCCC;
}

.subH2
{
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 14px;   
    line-height: 120%;
    /*color:  #998C7E;*/
    padding-bottom: 4px;
    font-weight: bold;
}

.MainWrapper h3, .blkH3
{
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 11px;   
    line-height: 120%;
    color:  #000;
    font-weight: bold;
    padding-bottom: 0px;
}

.MainWrapper h3 a, .blkH3 a
{
    color:  #4A8B97;
    text-decoration: none;
}

.grayH3 
{
    font-family: Arial,Tahoma,Sans-Serif;
    font-size: 11px;   
    line-height: 120%;
    color:  #999;
    font-weight: bold;
    padding-bottom: 0px; 
}

.boxRightRail 
{
    width: 215px;
    padding: 10px 10px 10px 10px;
    background-color: #EFECE7;   
    margin: 10px 0 10px 0; 
}

.boxRightRailWide
{
    width: 272px;
    padding: 10px 10px 10px 10px;
    background-color: #EFECE7;   
    margin: 10px 0 10px 0; 
}

.boxMainGray
{
    
    padding: 10px 10px 10px 10px;
    background-color: #EFECE7;   
    margin: 10px 0 10px 0; 
}


.location-and-weather {
	width: 100%;
}

.weather-info {
	width: 40px;
	float: left;
	border-right: solid 1px  #707070;
}

.adr {
	float: left;
	padding-left: 10px;
}
.country-name, .postal-code {
	display: none; /* country helps geolocation, but can hide element from user */
}

