@import url(http://fonts.googleapis.com/css?family=Raleway:600,400);

/*

Navy Blue: #262261;
Light Blue: #263997;


*/



/* Header start.... */
#masthead {
    margin-top: 2em;
    margin-bottom: 2em;
}



@media (min-width: 992px) {
.menu-primary-container {
    float:right;
}
}

.full-width {

width: 100% !important;

}


.site-branding {
margin-top: -10px;
}
/*
#site-navigation {
float:right;
width: 100%;
padding-right: 0px;
}

#site-login {
padding-right: 0px;
}

*/

/* ....Header end */

/* Footer start.... */
#footer {
    background-color: #4e4e4e;
    color: #ffffff;
}

html,
body {
    height: 100%;
    font-family: Helvetica, sans-serif !important;
	background-color: #E2F3FB;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
	border-style: solid;
	border-color: #263997;
	border-width: 6px;
	padding-left: 25px;
	padding-right: 25px;
}


.right_border {
	border-right-style: solid;
	border-width: 5px;
	border-color: #263997;
}

.left_border {
	border-left-style: solid;
	border-width: 5px;
	border-color: #263997;
}

#help_today {
margin-top: -7px !important; 
}

.hr_nospace {
	display: block;
    height: 0px;
    border: 0;
	border-top: 4px solid #263997;
	margin: 0px -25px 0px -25px !important;
}


.hr_space {
	display: block;
    height: 0px;
    border: 0;
    border-top: 4px solid #263997;
    margin: 1em 0;
    padding: 0;
}

.nospace {
	margin: 0px !important;
}

.nopadding {
	padding: 0px !important;
}



.thin-border {
	border: 5px solid #263997;
}

.thin-border-invisible {
	padding: 5px;
}

.thin-border-black {
	border: 5px solid #000;
}



.menu-item {
border-style: solid;
border-color: #262261;
border-width: 5px;
}






#footer {
	margin-top: 50px;
}




/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* ....Footer end */


/* Home page start... */
hr {
    border: 0;
    height: 3px;
background: #262261;
  /*  background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); */
}
/* ...Home page end */

/* Track Driver start... */
#drivers-table td {
    vertical-align: middle;
    font-size: 1.2em;
}

.gf_directory td {
    padding-left: 0px;
}
/* ...Track Driver end */




/* Rates & Services start...*/
#rate-list h3 {
    margin-top: 1px;
}

#rate-list table {
    margin-bottom: 50px;
    
}
/* ...Rates & Services end*/




#contact-table {
    width: 50%;
}



/* Misc start... */


.right {
    float: right;
}

.left {
    float: left;
}

.hidden {
    visibility: hidden;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }
/* ...Misc end */


/* Login Form start... */
#loginform, .login-button {
    float: right;
}

.login-username, .login-password, .login-remember, .login-submit{
    float: left;
    margin-right: 10px;
}

#user_login, #user_pass, #wp-submit{
    width: 75px;
    height: 20px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#wp-submit{
    font-size:x-small;
    vertical-align: top;
    height: 22px;
}

/*
.navbar-btn.btn-xs {

}
*/

#user_login{
    width: 180px;
}
#user_pass{
    width: 80px;
}

.input-md {
    width: 350px;
}
/* ...Login Form end */

#post-12 h2 {
    margin-top: 0px;
}


#post-19 h2 {
    font-size: 1.7em !important;
    margin-top: 0px;
}
#post-19 h3 {
    font-size: 1.3em !important;
    margin-bottom: 2px;
}
#post-19 {
    font-size: 1.2em !important;
}




body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}


.btn-style {
    margin-bottom: 13px;
}


/* Don't know...*/
#twitter-widget-0 {
    width: 4px;
}


.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #C2E8B5; /* light green */
;
}

.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #fff; 
 ; 
}

.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #b69cbe !important; /* light purple */
color: #fff; 
}

.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fff !important;  
}

.table-striped > tbody > tr > th, .table-striped > tbody > tr > td {
border-top: 0px;
}



<!-- hyperlinks -->
a {
color: #262261;
}

/* unvisited link */
a:link {
    color: #262261;
}

/* visited link */
a:visited {
    color: #262261;
}

/* mouse over link */
a:hover {
    color: #000;
}

/* selected link */
a:active {
    color: #D2D2D8;
}

#primary-news {
max-height: 500px;
overflow: scroll;
overflow-x: hidden;
}

#how-are-you {
max-width: 420px !important;
}


#phone {
font-size: 180%;
color: rgb(255, 255, 0);
}


