﻿.full_body_wrap
{
    float:left;
    width:100%;
    height:auto;
    background-color:White;
    margin-top:0px;
    padding:0px 0px 0px 0px;
    text-align:center;
}

.splash_title_wrap
{
    float:none;
    width:100%;
    height:auto;
    display:inline-block;
    max-width:1024px;
}

h1
{
    float:left;
    font-family:Verdana;
    font-size:30px;
    /*color:#515151;*/
    color:#5195ce;
    text-align:center;
    width:90%;
    text-transform:uppercase;
    margin:35px 5% 0px 5%;
    padding:0px;
    line-height:44px;
}

h2
{
    float:left;
    width:90%;
    font-family:Verdana;
    font-size:14px;
    color:#515151;
    text-align:center;
    margin:15px 5% 0px 5%;
    padding:0px;
    line-height:22px;
}

.splash_text
{
    float:left;
    font-family:Verdana;
    font-size:12px;
    color:#7e7e7e;
    text-align:center;
    margin-left:0px;
    margin-top:15px;
    margin-bottom:45px;
    width:100%;
}

.splash_title_pic
{
	float:none;
	width:50%;
	height:auto;
	border:none;
	margin:0;
	display:inline-block;
}

@media (max-width:475px)
{
    h1
    {
        font-size:22px;
        line-height:30px;
    }   
}
