/* MAIN MOBILE CSS SETTINGS */

body {
font-family: verdana, non-serif;
}

/* REMOVE ALL INPUT BUTTON OUTLINES */
input {
outline: 0 none;
-moz-outline: 0 none;
noFocusLine: expression(this.onFocus=this.blur());
}
* :focus { 
outline: 0;
}

.logo {
margin-top:10px;
margin-bottom:20px;
margin-left:0px;
}

.m_content {
margin-left: 20px;
margin-right: 20px;

/* Adjust content space */
margin-top: -25px; 
margin-bottom: -10px;
}

.txt_align {
text-align: center;
}

table {
padding: 0px;
margin: 0px;
}

.border {
border: solid 0px #000000;
}
 
.border_top {
border-top: dashed 1px #555555;
}

a {
text-decoration: none;
color: #479CDC;
}

a:link {
text-decoration: none;
color: #479CDC;
}

a:visited {
text-decoration: none;
color:  #479CDC;
}

a:hover {
text-decoration: none;
color:  #000000;
}

/* View Full Site Button */
.link_button{
border: 0px;
padding-bottom: 10px;
}

/* Home Button */
.home_btn {
  background: #70E480;
  background-image: -webkit-linear-gradient(top, #70E480, #188018);
  background-image: -moz-linear-gradient(top, #70E480, #188018);
  background-image: -ms-linear-gradient(top, #70E480, #188018);
  background-image: -o-linear-gradient(top, #70E480, #188018);
  background-image: linear-gradient(to bottom, #70E480, #188018);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  
  display: block;
  width: 85%;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #629818 2px;
  text-decoration: none;
}
.home_btn:hover {
  background: #47BB57;
  background-image: -webkit-linear-gradient(top, #47BB57, #188018);
  background-image: -moz-linear-gradient(top, #47BB57, #188018);
  background-image: -ms-linear-gradient(top, #47BB57, #188018);
  background-image: -o-linear-gradient(top, #47BB57, #188018);
  background-image: linear-gradient(to bottom, #47BB57, #188018);
  text-decoration: none;
}

/* Full Site Button */
.full_btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: -moz-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: -ms-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: -o-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: linear-gradient(to bottom, #B2E2FD, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  
  display: block;
  width: 85%;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.full_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

ul, li, ol, dl, dd, dt {
list-style-image:url("http://m.eggshakerworld.com/images/bullet.png");
/*list-style-type:square;*/
padding-left:0;
margin-left:25px;
}

/* Mobile Navagation */
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: -moz-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: -ms-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: -o-linear-gradient(top, #B2E2FD, #2980b9);
  background-image: linear-gradient(to bottom, #B2E2FD, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  
  display: block;
  width: 85%;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 2px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.nav{
margin-top: 45px;
margin-bottom: 0px;
}

.tnav{
border: 0px;
padding-bottom: 10px;
}

.gnav, img{
border:0px;
text-align: center;
padding: 5px;
}

.social{
margin-top: 18px;
}

.social, img{
border:0px;
text-align: center;
padding: 2px;
}

.copyright {
text-align: center;
font-size: 10px; 
padding-bottom:5px;
}

/* Contact Form */
.form_table {
margin: 0 auto;
}

.req {
    color: #479CDC;
	font-weight: bold;
    
    background-image:url(../images/r.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.req_cb {
    color: #479CDC;
	font-weight: bold;
    
    background-image:url(../images/r.gif);
    background-repeat: no-repeat;
    background-position: right 2px;
}

/* DROP DOWN LISTS */
.drop {
background-color: #EEEEEE;
color: #479CDC;
}

/* HR RULE DIVIDER */
hr {
    border: none;
    border-top: 1px dashed #479CDC;
    margin-top:6px;
    height: 1px;
}

/* FORM STATUS */
.good {
    color: #C4DC94;
    font-weight: bold;
}
.err {
    color: #CC0000;
	font-weight: bold;
}

.no_marg{
margin-bottom: 0;
}

.qq {
    color: #FF9900;
	font-normal: bold;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
