@charset "utf-8";
/* CSS Document */


#main_content, #header, .pgcontent {
	width: 100%;
	font-size: 16px;
}
.pgcontent a {
	font-size: 18px;
}
#header {
	background-color:  #c6c6c6;
}
#main_content, #footer {
	background-color: #f7efd9;

}
#main_content h3, #main_content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin-left: 15px;
	margin-top: 0px !important;
	padding-top: 10px;
}
.rlogobox, .pgcontent {
	width: 100%;	
	display: inherit;
	max-width: 504px !important;
	margin-left: auto;
	margin-right: auto;
}
.pgcontent {
	max-width: 700px !important;
}
.rlogoimg {
	width: 100%;
	max-width: 504px !important;
	margin-left: auto;
	margin-right: auto;
}
p {
	line-height: 24px;
	font-size: 16px;
	margin: 15px !important;
}
#searchLeft {
	width: 100%;
	max-width: 35%;
	height: auto !important;
	display: inline;
}
#searchRight{
	width: 100%;
	max-width: 55%;
	display: inline;
}
.hpbuttons {
	background: #b3b2aa; /* Old Browsers */
	background: -webkit-linear-gradient(bottom,#b3b2aa,#ecf1ee); /*Safari 5.1-6*/
	background: -o-linear-gradient(bottom,#b3b2aa,#ecf1ee); /*Opera 11.1-12*/
	background: -moz-linear-gradient(bottom,#b3b2aa,#ecf1ee); /*Fx 3.6-15*/
	background: linear-gradient(to top, #b3b2aa, #ecf1ee); /*Standard*/
	border: 2px #333 solid;
    color: #333;
	text-decoration: none;
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	display: inherit;
}

/* Mobile Menu */

#navbar {
	width: 100%;
	background-color: #ddd;
}
.topnav {
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
   color:#990000;
}

.active {

}

.topnav .icon {
  display: none;
}
.searchResults td {
	font-size: 105%;
	text-align: left;
}
.searchResults .mobiletd {
	display: none;
 }
input, textarea, select {
	padding: 5px;
}
#sendEmail input, #sendEmail textarea, #login input, #profile input, #profile textarea, #chg input, #appProfile input, #appProfile textarea {
	width: 95% !important;
}

input#naasetup, #profile input.inpradio, #appProfile input.inpradio {
	width: 5% !important;
	float: left;
	display: inline;
}

@media screen and (max-width: 800px) {
  /*.topnav a:not(:first-child) {display: none;} */
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .rlogo, .pgcontent {
	  max-width: 504px;
  }
  #searchLeft {
	  max-width: 100%;
  }
  #searchRight{
	  float: left !important;
	  max-width: 100%;
	  clear: left;
  }
  .searchResults table {
	  width: 100% !important;
  }
  .searchResults th{
	  display: none;
  }
  .searchResults td {
	  width: 100% !important;
	  float: left;
	  font-size: 130%;
  }
  .searchResults .mobiletd {
	 display: inline;
  }
	  

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}