/*
 **************************************************
* CODE DESIGNED AND CODED BY: Justin Barlow        *
* DATE: May 2, 2011                                *
* COPYRIGHT: May 2011-2013                         *
 **************************************************
*/


/*BEGIN tag style*/

body 
{
    background: url('images/bluebg.png') -1px -1px repeat #044e7f;
    font-family: "Times New Roman", "Dustismo Roman", Georgia, serif;
}

p 
{
    margin: 0px 0px 10px 0px; /*top right bottom left*/
    font-family: "Times New Roman", "Dustismo Roman", Georgia, serif;
    color: #000000;
}

h1
{
    margin: 10px 0px 0px 0px; /*top right bottom left*/
    position: absolute;
    color:  #FFFFFF; /*#ff6d1c;*/
    width: 518px;
    text-transform: uppercase;
    text-align: center;
}

h2 
{
    font-weight: bold;
    font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
    color: #ff6d1c; /*#0030B0;*/
}

h3
{
    font-weight: bold;
    font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
    color: #ff6d1c; /*#0030B0;*/
}

/*END tag style*/


/*BEGIN common*/

#common_body
{
    width: 1050px;
    margin: 0px auto 0px auto; 
}

#common_contents
{
    margin: 0px 0px 0px 500px; /*top right bottom left*/
    padding: 0px 10px 0px 10px; /*top right bottom left*/
    background-color: #FFFFFF;
    max-width: 490px; /*530px;*/
}
#logo
{
    margin: -25px 0px 0px -15px;
    padding: 0px 0px 0px 0px;
    position: fixed;
}
.return
{
    position: fixed;
    display: none;
    top: 90%;
    left: 63%;
    text-align: center;
    z-index: 999999;
    
}
.return a
{
    font-weight: bold;
    line-height: 117%;
    display: block;
    color: #FFFFFF;
    width: 112px;
    height: 22px;
    text-decoration: none;
    background: url('images/return.png') -1px -1px no-repeat;
}

.return a:hover
{
    color: #87FFFF;
    background: url('images/return.png') -1px -23px no-repeat;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.caps
{
    text-transform: capitalize;
}

.no_border
{
    border: none;
}
.red_txt
{
    color: #FF0000;
}
.right_txt
{
    text-align: right;
}

#CSSDesktop
{
    display: none;
}

#CSSMobile
{
    display: inline;
    z-index: 500;
}
/*END common*/


/*BEGIN no script*/

#no_script
{
    padding: 15px 15px 15px 15px;
    background-color: #FFFFFF;
    text-align: justify;
    font-weight: bold;
    -moz-border-radius: 20px; /*Firefox lte 3.6*/
    -webkit-border-radius: 20px; /*Safari All*/
    border-radius: 20px;
}
#no_script span
{
    font-style: italic;
    font-size: large;
}

/*END no script*/


/*BEGIN header*/

#top_box
{
    margin: 30px 0px 0px 496px; /*top right bottom left*/
    padding: 0px 0px 0px 0px; /*top right bottom left*/
    background:url('images/theBox.png') 0px 5px no-repeat; 
    height: 45px;
}

#clear_top_box
{
    height: 1px;
}

/*END header*/



/*BEGIN footer*/

#footer_selection
{
    margin: 0px 0px 0px 0px;
    width: 518px;
    line-height: 170%;
    text-align: center;
}

#footer_selection a
{
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    font-family: "Times New Roman", Georgia, serif;
}

#footer_selection a:hover
{
    text-decoration: none;
    color: #87FFFF;
}

#clear_bottom_box
{
    height: 20px;
}

#bottom_box
{
    margin: 0px 0px 0px 496px; /*top right bottom left*/
    padding: 0px 0px 0px 0px; /*top right bottom left*/
    background:url('images/theBox.png') 0px -40px no-repeat;
    height: 45px; 
}

/*END footer*/


/*BEGIN home*/
#vin_form input[type="text"]
{
    background: url('images/vin.png') 0px 0px no-repeat;
    width: 112px;
    height: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border: none;
}

#standardData
{
    margin: 20px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    display: none;
    min-height: 25px; 
    border-style: solid; 
    border-color: #0030B0;
    -moz-border-radius: 10px; /*Firefox lte 3.6*/
    -webkit-border-radius: 10px; /*Safari All*/
    border-radius: 10px;
}

#advancedData
{
    margin: -10px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    display: block;
    min-height: 25px; 
    border-style: solid; 
    border-color: #0030B0;
    -moz-border-radius: 10px; /*Firefox lte 3.6*/
    -webkit-border-radius: 10px; /*Safari All*/
    border-radius: 10px;
}

#advancedDataBtn a, #standardDataBtn a
{
    margin: 0px 0px 0px 5px;
    padding: 1px 0px 0px 0px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    line-height: 117%;
    display: block;
    color: #FFFFFF;
    width: 112px;
    height: 22px;
    text-decoration: none;
    background: url('images/return.png') -1px -1px no-repeat;
    z-index: 999999;
}

#advancedDataBtn a:hover, #standardDataBtn a:hover
{
    color: #87FFFF;
    background: url('images/return.png') -1px -23px no-repeat;
}

#results 
{
    border-collapse: collapse;
    text-align: center;
    border: 3px solid #FFFFFF;
}

#results #month_title
{
    padding: 2px 15px 2px 15px; /*top right bottom left*/
    background-color: #63D3DB;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;

}

#results .week_days
{
    background-color: #006699;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;

}


#results .color_one
{
    background-color: #74C2E1; 
    border: 1px solid #FFFFFF;
    color: #00248E;

}

#results .color_two
{
    background-color: #0191C8;
    border: 1px solid #FFFFFF;
    color: #00248E;

}

.news 
{
    padding: 10px 0px 20px 0px;
    position: absolute;
    width: 200px;
    border-top: 1px solid #7d7d7d;
    background: #91381f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6633), to(#91381f));
    background: -webkit-linear-gradient(top, #ff6633, #91381f);
    background: -moz-linear-gradient(top, #ff6633, #91381f);
    background: -ms-linear-gradient(top, #ff6633, #91381f);
    background: -o-linear-gradient(top, #ff6633, #91381f);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    color: white;
    z-index: 600;
}
.news h2
{
    text-shadow: rgba(0,0,0,.4) 0 3px 12px;
    border-bottom: 5px dotted #7d7d7d;
}
.news div
{
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    width: 170px;
    background: #FFFFFF;
}
.news span
{
    font-weight: bold;
    font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
}


/*END home*/


/*BEGIN contact*/

.same_space
{
    position: absolute;
}

#contact_form input[type="text"], #contact_form select, #contact_form textarea 
{
    color: #666666;
    background-color: #cccccc;
}

#contact_form input:focus, #contact_form select:focus ,#contact_form textarea:focus
{
    color: #000000;
    border-color:#dfdfdf;
    background-color:#ffffff;
}



/*END contact*/

