html, body, form
{
    margin: 0px;
    padding: 0px;
    height: 100%;   
    width: 100%;
}

body
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 1em;
    background-color: #f9f6f5;
    text-align: center;

    min-width: 1060px;
}

*
{
    box-sizing:border-box;
}

/*** Html Controls ***/

a
{
    color: #178fbe;
    text-decoration: none;
    font-family: Roboto, sans-serif;
}

a:hover
{
    color:#00d9fa;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

*
{
    outline: none;
}

h1 
{
    color: #3a8a84;
    letter-spacing: -3px;
    font-family: Roboto, sans-serif;
    /* font-size: 60px; */
    font-weight: 200;
    margin: 0px;
    font-size: 4em;
}

h2
{
    color: #3a8a84;
    letter-spacing: -1px;
    font-weight: 200;
    font-family: Roboto, sans-serif; 
    margin: 0px;
    margin-bottom: 10px;
}

.lableContainer
{
    float:left;
    width:200px;
}

.fieldContainer
{
    float:left;
    width:100%;
    overflow:visible;
}

.fieldBreak
{
    clear:both;
    line-height:1px;
    height:1px;
    margin:1px;
    padding:1px;
}

.claringBreak
{
    clear:both;
    line-height:1px;
    height:1px;
    margin-bottom:-1px;
    padding:0px;
}

.txtBox
{
    width: 100%;    
    border:solid 1px #c0c0c0;
	padding:8px;
    display:block;
    float:left;

    border-radius: 2px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.imgContainer
{
    text-align: center;
}

.imgContainer img
{
    margin: 20px;
    border: solid 3px #e5e5e5;
    border-radius: 8px;
}

/** Validation **/
#errorBlock
{    
    width: 100%;
    display: none;
    border: solid 1px #7e1b1b;
    background: #fff6f6;
    padding: 10px;
    color: #7e1b1b;
    margin: 20px 0px 20px 0px;
    font-size: 0.8em;
}

#errorBlock ul
{
    padding: 0px;
    padding-left: 20px;
}

.requiredMark
{
	color:#b22515;
	font-weight:bold;    
    padding-left: 2px;
}

/** Grid **/
.gridText
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.gridText tr td
{
    border-bottom: solid 1px #e5e5e5;
    padding-right: 30px;
    font-size: 1em;
    line-height: 1em;
}

/*** Base Layout ***/
.headerContainer
{
    background-image: url('../images/site/headerBg.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0px;
}

.headerArea
{
    height: 230px;  
    height: 600px;
    text-align: center;
    overflow: hidden; 
}

.headerArea img
{    
    margin-top: 20px;
    margin-left: 13px;
}


.quoteOfThePage
{
    text-align:center;
    font-style: italic; 
    color:#222;
    padding: 20px;
}

/** Menu **/
.headerMenu
{
    width: 100%;    
    background-image: url('../images/site/menuBg.jpg?1=1');
    text-align: center;
    background-position-x: center;
    background-position-y: 0px;
    font-size: 16px;
    line-height: 77px;

    overflow: hidden;
}

.headerMenu a 
{   
    color: #fff;
    margin: 0px;
    padding: 30px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    text-transform: uppercase;

}

.headerMenu a:hover 
{
    background-color: #388b88;
    background-color:rgba(0,217,250,0.4);  
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: background-color 0.4s;
}

.headerMenu a:last-child
{
    border-right: 0px;
}

.headerMenuButton
{
    display: none;
}

/** Footer **/
.footerContainer
{

    background: #2d363a;
    border-top: solid 1px #7e7e7e;
    padding: 40px;
}

.footerMenu a
{
    color:#fff;
}

.footerMenu a:hover
{
    color:#00d9fa;
}

.footerText
{
    padding: 10px;
}

/** Common **/
.imgGroup img
{
    max-width: 100%;
}

/*** Page Layout ***/
.mainPage
{
    width: 1000px;
    background: #fff;
    margin: auto;
    padding: 30px;
    border: solid 1px #e5e5e5;
    height: auto;
    min-height: 700px;
    text-align: left;
    margin-bottom: 40px;
}
/*** Main Page  ***/
.homePageText
{
    max-width: 40em;
}

/*** Contact Us ***/
#contactusMap
{
    height: 500px; 
    width: 100%;  
    border-radius: 5px;
}

.contactInformation
{
    float: left;    
    width: 450px;
}

.contactEmail
{
    float: left;
    width: 450px;
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
    margin-right: 30px;
}

.btnEmail
{
    background-image: url('../images/site/menuBg.jpg?1=1');
    width: 100%;    
    border-radius: 2px;
    font-size: 16px;
}

.btnEmail a
{
    margin: 0px;
    padding: 0px;
    margin-right: -17px;
    width: 100%;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.btnEmail a:hover 
{
    background-color: #388b88;
    background-color:rgba(0,217,250,0.4);  
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: background-color 0.4s;
}

/** Gallery **/
.imgGroup img
{
    border-radius: 10px;
    margin: 10px;
    border: solid 4px #e5e5e5;
}

/*** Media ***/
@media only screen and (max-width: 800px) 
{
    body
    {
        min-width: 100%;    
        width: 100%; 
    }

    .headerContainer
    {
        background-size: 690px 216px;
    }

    .headerArea
    {
        height: 216px;
    }

    .headerMenu a
    {
        display: block;
        position: relative;
        padding: 0px;
        display: none;
    }

    .headerMenuButton
    {
        display: block !important;
        background-image: url('../images/site/menuBtn.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 32px 32px;
    }

    .headerMenuShow
    {
        display: block !important;
        background: #2d363a;
        border-bottom: solid 1px #7e7e7e;
    }

    .headerArea img
    {
        width: 326px;
    }

    .mainPage
    {
        width: auto;       
        min-width: auto;
    }

    .contactEmail
    {
        border-right: none;
    }

    .lableContainer
    {
        width: 100%;
    }

    .homePageText
    {
        width: 100%;
    }

    .contactEmail,
    .contactInformation
    {
        width: 100%;
    }

    .contactEmail
    {
        padding-right: 0px!important;;
        margin-right: 0px!important;;
    }
    
    .contactInformation
    {
        margin-top: 30px;
    }
} 