body {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    background-color: #0039bc;
    font-family: 'Lato', sans-serif;

}
H1 {
    font-size: 16px;

}
#watson {
    float: right;
    width:auto;
    margin: 0; 
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatCenter {
    display: block; 
    margin-left: auto;
    margin-right: auto;

}

img.floatCenter_nomobi {
    display: block; 
    margin-left: auto;
    margin-right: auto;

}
#shell {
    margin: 0 auto;
    max-width: 1232px;
    min-height: 585px;
    /* border: thin dashed white;   */

}
#shell_area {
    border: thin solid black;
    -webkit-box-shadow: 5px 5px 5px 5px #00174E;
    box-shadow: 5px 5px 6px 2px #00174E;
    padding: 10px;


}
#elementcenter{
    margin: 0 auto; 
    max-width: 330px;
    color: black;

}

#tcbox{
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 330px;
    padding: 10px;
    color: black;
    border: thin solid back;
    box-shadow: 2px 2px 2px 2px #00174E;
}
#elementcenterlarge{
    margin: 0 auto; 
    max-width: 770px;
    color: black;

}
.black, .black a{
    color: black;

}
.black a:hover{
    color: red;

}
#tag {
    text-align: center;
}

#elementcenter img {
    border: solid #2e0708; 
    margin: 1px;
}    

#centertitle {
    font-size: 14px;
    font-weight: 700;
    text-align: center;

}
#centerlarge {
    font-size: 18px;
    font-weight: 700;
    text-align: center;

}
#bigtext {
    text-align: justify;
    width: 80%;

}

.red {
    color: red;
}
.tiny {
    color: black;
    font-size: 12px;
    text-align: center;
}
.verytiny {
    color: black;
    font-size: 10px;


}
div.box {
    border: 1px solid #000000;
    margin: 5px;
    padding: 5px;
}

#mlsphoto {

    margin: 20px;

}
#mlsphoto img {
    border: solid #2e0708; 
    margin: 10px;
}
#mainform {
    border: thin solid #000000;
    margin-top: 25px;
    padding-top: 20px;
    margin-right: 10px;
    text-shadow: 0px 2px 5px #7E7E7E;
    filter: dropshadow(color=#7E7E7E offx=0, offy=2);
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding-left: 2%;
    width: 90%;
    padding-bottom: 2%;

}
#mainform textarea, #mainform input, #mainform select{
    width: 70%;
    max-width: 300px;
    border: 1px solid #000000;
    -webkit-box-shadow: 2px 2px 2px 1px #AFAFAF;
    box-shadow: 2px 2px 2px 1px #AFAFAF;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 5px;
}
#mainform textarea:hover, #mainform input:hover, #mainform select:hover{
    background-color: #fffcc3;

}
#mainform textarea:focus, #mainform input:focus,#mainform select:focus{
    background-color: #fffcc3;

}
#mainform label {
    width: 35%;
    display:inline-block;
}
#mainform .button{

    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 170px;
    font-weight: bold;
    height: 50px;
    width: 25%;
    background-color: #000000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;    
    color: #FFF;
    font-size:16px;

}
#mainform .button:hover {
    background-color: #070a7f;
}




.button {
    background-color: #7A1212;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    border: thin solid #FFFFFF;
}
.button a{
    text-decoration:none;
    color: #FFFFFF;
}
.button:hover{
    background-color: #2e0708;

}
#top {
    min-height: 85px;
    /*border: thin solid white;*/
}


#name_first {
    font-size: 30px;    
    color: white; 
    float:left;

}
#name_first a {
    color: white;
    text-decoration:none;  
    display: block;	
}
#name_last {
    font-size: 30px;
    color: white;
    float: left;
    padding-left: 10px;
}
#name_last a {
    color: white;
    text-decoration:none;  
    display: block;	
}
#logo {
    float: left;
    margin-bottom: 12px;
    border: thin solid #FFFFFF;
}
#phone_number, #phone_number a {
    font-size: 26px;
    color: #FFFFFF;
    float:right;
}
#toptitle{
    color: #eadd9a;
    float:left;
    padding-left: 10px;
}
#toptitle h2{
    padding: 0;
    margin: 0;    

}
#clear {
    clear:both;
}
#clear_left {
    clear:left;
}

#main {
    padding-top: 0px;


}
div.left_side img {
    border: thin solid #7A1212;
}

#twocolumn_1 {
    width: 46%;
    float:left;   
    text-align: left;
    padding-right: 3%;    
}
#twocolumn_2 {
    width: 46%;
    float:left;   
    text-align: left;
    padding-right: 3%;    
    background-color: #dcdcdc;
}
.edged {

    border: thick solid #3b3b3b;


}
#whitebackground {
    background-color: white;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    font-size: 13px;
    border: thin solid #7A1212;



}
#whitebackground_main {
    background-color: white;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    border: thin solid #7A1212;
    font-size: 14px;
}
#whitebackground_main a:link, #whitebackground_main a:visited{
    color: red;
    text-decoration: none;

}
#whitebackground_main a:hover{
    color:gray;
    text-decoration:underline;

}

.larger {
    font-weight: 700;
    font-size: 18px;

}
.small {
    font-size: 10px;
}
#inside {

    padding-left: 5px;
    padding-right: 5px;

}


#main .left_side {
    text-align: center;
    font-size: 11px;
    color: white;
    text-indent: 0;
    padding: 0;
    margin: 0;   

}
#main .left_side_bottom {
    text-align: left;
    font-size: 13px;
    color: white;  
    padding-left: 5px; 

}

.left_side_bottom li,.left_side_bottom ul{
    text-indent: 0;
    padding: 0;
    margin: 0;
}
.left_side_bottom{
    text-indent: 0;
    padding: 0;
    margin: 0;
}

#main .left_side a:link, #main .left_side a:visited{
    color: white;
    text-decoration: none;
    font-weight: 700;

}
#main .left_side a:hover{
    color:gray;
    text-decoration:underline;

}

#main_wide a:link, #main_wide a:visited{
    color: black;
    text-decoration: none;

}
#main_wide a:hover{
    color:gray;
    text-decoration:underline;

}

.title {
    font-weight: 700;
    font-size: large;

}


.slicknav_menu {
    display:none;
}


/* menus */

#desktop_menu {

    font-weight: 700;
    /* background-color: #0039bc; */
    background-color: #022a85;
    white-space: nowrap;
}


#desktop_menu a:link, #desktop_menu a:visited{
    color: white;
    text-decoration: none;
    display:block;
    font-size: 16px;
}
#desktop_menu ul {
    text-align: center;
    display: inline;
    margin: 0;
    padding: 15px 4px 17px 0;
    list-style: none;
    width: 130px;



}
#desktop_menu ul li {

    display: inline-block;
    margin-right: -4px;
    position: relative;
    padding: 10px 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 130px;
    border-right: thin solid white;
}
#desktop_menu ul li:hover {
    background: #0039bc; /* color of menu bar hover background */
}
#desktop_menu ul li:hover a {
    color: white;  

}
#desktop_menu ul li ul {
    padding: 0;
    position: absolute;
    top: 37px;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
#desktop_menu ul li ul li { 
    background: #0039bc;   /* color of background on pulldown */
    display: block; 
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    width: 200px;
    border-right: thin solid white;
    border-left: thin solid white;
}
#desktop_menu ul li ul li ul{
    padding: 0;
    position: absolute;
    top: 0px;
    left: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}
#desktop_menu ul li:hover ul li ul {
    display: block;
    opacity: 1;
    visibility: hidden;
}
#desktop_menu ul li ul li ul li { 
    background: #555; 
    display: block; 
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    width: 250px;
}
#desktop_menu ul li ul li ul li:hover { 
    background: #1f2d3a; 
}
#desktop_menu ul li ul li:hover ul {
    display: block;
    visibility: visible;
}
#desktop_menu ul li ul li:hover { 
    background: #1f2d3a; 
}
#desktop_menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}



#main a:link, #main a:visited{
    text-decoration: underline;
    color: black;
    font-weight: 700;

}
#main a:hover{
    text-decoration: none;
    color: grey;

}

#slicknav_menu {
    display: none;


}
#bottom {
    padding-top: 20px;
    color: silver;
    font-size: 12px;

}

#bottom a:link, #bottom a:visited{
    color: white;
    text-decoration: none;
    font-size:  12px;

}
#bottom a:hover{
    color:gray;
    text-decoration:underline;

}

@media only screen and (max-width: 900px) {

    #toptitle{
    color: #eadd9a;
    float: none;
    text-align: center;
    width: 100%;
}

.js #menu {
    display:none;
}

.js .slicknav_menu {
    display:block;
}


#desktop_menu {
    display: none;

}   

}


/* above is for all formats, below is for mobile only 
======================================================*/
@media (max-width: 600px) {

    /* mobile only */
    img.floatCenter_nomobi {
    display: none;

}


#watson {
    float: none;
    width: 100%;
    margin: 0 auto; 
    /*border: thin solid white; */
    text-align: center;
} 

#mlssearch textarea, #mlssearch input , #mlssearch select {
    width: 90%;

}
#phone_number {
    font-size: 26px;
    color: #eadd9a;
    float:none;
    width: 100%;
    text-align: center;
}

#logo {
    float: none;
    width: 100%;	
    border: none;
    /*border: thin solid white;*/
}
#logo img{
    display: block;
    margin: 0 auto;


}
/* end of mobile */
}
