@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: 'source_sans_proregular';
	font-size:14px;
	background:url(../images/main-bg.jpg) no-repeat center top;
}
@font-face {
font-family:'source_sans_proextralight';
src: url('../fonts/sourcesanspro-extralight-webfont.eot');
src: url('../fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('../fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_proregular';
src: url('../fonts/sourcesanspro-regular-webfont.eot');
src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_probold';
src: url('../fonts/sourcesanspro-bold-webfont.eot');
src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_prolight';
src: url('../fonts/sourcesanspro-light-webfont.eot');
src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff'), url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
font-weight: normal;
font-style: normal;
}
.clearfix {
	clear:both;
}
.container {
	max-width:1003px;
	margin:auto;
	width:100%;
}
.logo {
	float:left;
	padding:12px 0 16px 15px;
}
.logo-hug {
	float:right;
	padding:14px 23px 0 0;
}

.cong {
    background: url("../images/bg_cong.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 210px;
    width: 100%;
}

.globe {
    float: left;
    margin-left: 30px;
	margin-top:2px;
}
.cong-text {
    float: right;
    margin-right: 38px;
    margin-top: 20px;
}

.cong-text h1 {
    border: medium none;
    color: #ffffff;
    font-size: 42px;
    margin:39px 0 0 0;
    padding: 0;
    text-align: right;
}

.cong-text h2 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: right;
}

.cong-text h3 {
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: right;
}
.phone {
	float:left;
	margin:17px 0 0 120px;
	color:#676767;
	line-height:27px;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'source_sans_probold';
}
.phone span {
	color:#00539b;
	font-size:40px;
}
.navigation {
	background:#2a4d98;
	border-top:5px solid #4270d4;
	border-bottom:5px solid #4270d4;
}
.middle {
}
.banner {
	box-shadow:0 0 5px #ccc;
	margin-top:10px;
	border-radius:5px;
	height:288px;
	margin-bottom:15px;
	overflow:hidden;
	background:url(../images/banner-main.png) no-repeat;
	background-size:1003px;
}
.banner img {
	width:1003px;
}
.mid-left {
	float:left;
	width:660px;
}
.mid-left li {
	margin:10px 0;
}
.txt {
	float:left;
	font-size:26px;
	color:#1b3b80;
	padding-top:20px;
	width:90%;
	line-height:20px;
	text-align:center;
}
.txt p {
	margin:0;
	padding:0;
	text-align:left;
	font-size:16px;
}
.txt span {
	font-family: 'source_sans_probold';
	color:#ffb243;
	text-align:center;
}
.mid-left p {
	text-align:justify;
}
.mid-right {
	float:right;
	width:318px;
}
h1 {
	color:#1b3b80;
	font-weight:bold;
	font-size:25px;
	font-family: 'source_sans_proregular';
}
h1 span {
	color:#ff9600;
}
.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe6c04), color-stop(1, #e93f33));
	background:-moz-linear-gradient(top, #fe6c04 5%, #e93f33 100%);
	background:-webkit-linear-gradient(top, #fe6c04 5%, #e93f33 100%);
	background:-o-linear-gradient(top, #fe6c04 5%, #e93f33 100%);
	background:-ms-linear-gradient(top, #fe6c04 5%, #e93f33 100%);
	background:linear-gradient(to bottom, #fe6c04 5%, #e93f33 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe6c04', endColorstr='#e93f33', GradientType=0);
	background-color:#fe6c04;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:2px solid #ffd1ab;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'source_sans_probold';
	font-size:18px;
	padding:7px 20px;
	text-transform:uppercase;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e93f33), color-stop(1, #fe6c04));
	background:-moz-linear-gradient(top, #e93f33 5%, #fe6c04 100%);
	background:-webkit-linear-gradient(top, #e93f33 5%, #fe6c04 100%);
	background:-o-linear-gradient(top, #e93f33 5%, #fe6c04 100%);
	background:-ms-linear-gradient(top, #e93f33 5%, #fe6c04 100%);
	background:linear-gradient(to bottom, #e93f33 5%, #fe6c04 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e93f33', endColorstr='#fe6c04', GradientType=0);
	background-color:#e93f33;
}
.myButton:active {
	position:relative;
	top:1px;
}
.dark-blue {
	background:url(../images/blue-bg.png) repeat-x;
	font-family: 'source_sans_probold';
	height:42px;
	text-indent:20px;
	border-radius:7px 7px 0 0;
	color:#fff;
	line-height:42px;
	font-size:17px;
}
.gray-bg {
	background:#ebebeb;
	padding:0 16px;
	border-radius:7px;
	padding-bottom:15px;
}
.gray-bg h4 {
	color:#1a3879;
	font-size:18px;
	text-align:center;
	margin:0;
	padding:10px 0;
}
.gray-bg h3 {
	color:#ff8400;
	font-size:34px;
	text-align:center;
	margin:0;
	padding:0;
	font-family: 'source_sans_probold';
	line-height:10px;
	border-bottom:1px dashed #c4c4c4;
	padding-bottom:30px;
}
.gray-bg strong {
	color:#505050;
}
.gray-bg ul {
	margin:0;
	padding:0;
	list-style:none;
}
.gray-bg li {
	margin-top:10px;
}
.gray-bg input {
	border-radius:10px;
	border:1px solid #dddddd;
	width:93%;
	padding:10px;
	color:#505050;
}
.gray-bg button {
	-moz-box-shadow:inset 0px 1px 0px 0px #7fbbfa;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7fbbfa;
	box-shadow:inset 0px 1px 0px 0px #7fbbfa;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #478ff4), color-stop(1, #054db1) );
	background:-moz-linear-gradient( center top, #478ff4 5%, #054db1 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#478ff4', endColorstr='#054db1');
	background-color:#478ff4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #003c91;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:140px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.gray-bg button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #054db1), color-stop(1, #478ff4) );
	background:-moz-linear-gradient( center top, #054db1 5%, #478ff4 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#054db1', endColorstr='#478ff4');
	background-color:#054db1;
}
.gray-bg button:active {
	position:relative;
	top:1px;
}
.gray-bg p {
	color:#505050;
}
.gray-bg2 {
	background:url(../images/gray-pattern.png) repeat;
	padding:0 16px;
	border-radius:0 0 10px 10px;
	padding-bottom:15px;
}
.gray-bg2 h3 {
	margin:0;
	padding:0;
	color:#ff8400;
	font-size:18px;
	font-family: 'source_sans_probold';
	padding-top:10px;
}
.gray-bg2 p {
	color:#5d5d5d;
	line-height:18px;
	text-align:justify;
	margin:0;
	padding:0;
	border-bottom:1px dashed #c4c4c4;
	padding-bottom:10px;
}
.orange-bg {
	background:url(../images/orange-bg.png) repeat-x;
	height:83px;
}
.orange-bg h1 {
	text-align:center;
	color:#fff;
	padding-top:10px;
	text-shadow:0 0 1px #333;
}
.orange-bg h2 {
	text-align:center;
	color:#fff;
	font-size:33px;
	line-height:0px;
	margin:0;
	padding:0;
	font-family: 'source_sans_probold';
	text-shadow:0 0 1px #333;
}
.footer {
	background:#264c9d;
	overflow:hidden;
	padding:20px 0;
	color:#fff;
}
.footer-logo {
	float:left;
}
.footer-links {
	float:right;
	color:#fff;
	 word-wrap: break-word;
	  width:70%;
	  margin-left:30px
}
.footer-links a {
	color:#fff;
	text-decoration:none;
	padding:0 3px;
}
.footer-links a:hover {
	color:#fff;
}
.promo {
	float:right;
	margin-top:10px;
}
.promo h3 {
	margin:0 10px 0 0;
	text-align:center;
	font-weight:bold;
	padding:0;
	float:left;
	color:#383838;
	line-height:34px;
}
.promo h4 {
	background:#16529b;
	border-radius:5px;
	line-height:34px;
	text-align:center;
	font-size:18px;
	margin:0;
	color:#fff;
	width:100px;
	height:34px;
	float:left;
}
.yellow {
	background:#ff9600;
	margin-bottom:10px;
	text-align:center;
	font-size:19px;
	text-transform:uppercase;
	color:#FFF;
	width:100%;
	height:62px;
	font-family: 'source_sans_probold';
	border-bottom:5px solid;
	border-color:#9ca971;
}
.call-now {
	float:left;
}
.call-now-txt {
	float:left;
	height:62px;
	line-height:62px;
}
.yellow span {
	color:#242424;
	padding:0 12px;
}
.yellow strong{
	color:#ffd200;
	background:#c10000;
	border-radius:5px;
	margin:auto;
	/*padding:5px 11px;*/
	width:20px;
}

.yellow  div.hours_text strong span#hr{
	color:#ffd200;
	background:#c10000;
	border-radius:5px;
	margin:auto;
	padding:5px 10px;
	width:20px;
}

.yellow  div.minutes_text strong span#test{
	color:#ffd200;
	background:#c10000;
	border-radius:5px;
	margin:auto;
	padding:5px 10px;
	width:20px;
}
strong.orange_hour{padding:5px 0px; color:#ffd200;}
strong.orange_minutes{padding:5px 0px; color:#ffd200;}
strong.orange_hour span#hr{padding:0px 8px; color:#ffd200;}
strong.orange_minutes span#test{padding:0px 8px; color:#ffd200;}

.bot-links {
	margin:25px 0;
	padding:0;
	list-style:none;
}
.bot-links li {
	float:left;
	margin:0 25px;
}
.bot-links li a {
	color:#195fae;
	display:block;
	padding:3px 0;
}
.blue-right{
	background:#264c9d;
	border-radius:5px 5px 0 0;
	margin-top:20px;
	padding:20px;
	color:#fff;
	overflow:hidden;
}
.blue-right h3{
	text-align:left;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
}
.blue-right h2{
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:0;
	padding:0;
}
.blue-right p{
	text-align:right;
	width:70%;
	float:right;
}
.dark-blue-right{
	background:#163168;
	border-radius:0 0 5px 5px;
	text-align:center;
	line-height:49px;
	font-size:18px;
	color:#fafe9d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sec-blue{
	background:#1b3b80;
	line-height:40px;
	color:#fff;
	font-size:20px;
	text-transform:capitalize;
	text-indent:20px;
	margin-top:20px;
	border-radius:5px 5px 0 0;
}
.sec-gray{
	background:#ebebeb;
	border-radius:0 0 5px 5px;
	padding:10px;
	margin-bottom:20px;
}
.sec-gray h1{
	margin:0;
	padding:0;
	font-size:18px;
}
.sec-gray p{
	text-align:justify;
	margin:0;
	padding:0;
}
.gray-pattern{
	width:100%;
	background:url(../images/pattern_footer.png) repeat;
	padding:20px 0;
	overflow:hidden;
}
.gray-left{
	width:650px;
	float:left;
	background:url(../images/line.png) no-repeat right;
}
.gray-left input{
	border: 1px solid #dddddd;
    border-radius: 10px;
    color: #505050;
    padding: 10px;
    width:90%;
}
.gray-left ul{
	margin:0;
	padding:0;
	list-style:none;
}
.gray-left li{
	float:left;
	width:40%;
	margin-left:10px;
	margin-bottom:10px;
}
.gray-right{
	width:300px;
	float:right;
}
.gray-right h2{
	margin:0;
	padding:0;
	color:#16529b;
	font-size:30px;
	margin-top:70px;
}
.gray-right h1{
	color:#ffaf00;
	font-size:40px;
	margin:0;
	padding:0;
	font-family: 'source_sans_probold';
	text-shadow:0px 1px 1px #000;
}
.gray-girl{
	position:absolute;
	margin-left:495px;
	margin-top:55px;
}
.gray-left p {
    color: #505050;
	clear:both;
	width:70%;
	margin-left:10px;
}
.gray-left button {
	-moz-box-shadow:inset 0px 1px 0px 0px #7fbbfa;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7fbbfa;
	box-shadow:inset 0px 1px 0px 0px #7fbbfa;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #478ff4), color-stop(1, #054db1) );
	background:-moz-linear-gradient( center top, #478ff4 5%, #054db1 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#478ff4', endColorstr='#054db1');
	background-color:#478ff4;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #003c91;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:140px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.gray-left button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #054db1), color-stop(1, #478ff4) );
	background:-moz-linear-gradient( center top, #054db1 5%, #478ff4 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#054db1', endColorstr='#478ff4');
	background-color:#054db1;
}
.gray-left button:active {
	position:relative;
	top:1px;
}
.footer-yellow{
	width:100%;
	background:#ffa300;
	padding:20px 0;
	text-shadow:0px 1px 1px #000;
	text-align:center;
	color:#fff;
	line-height:40px;
	font-size:50px;
	font-family: 'source_sans_probold';
}
.footer-yellow span{
	font-size:25px;
}
.white-logo{
	float:left;
}
.fot-txt{
	background:#191919;
	width:100%;
	padding:20px 0;
}
 
/* responsive navigation */
.rmm {
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	margin:0;
	text-align: center;
	line-height:42px;
	min-width:1003px !important;
}
.rmm {
	-webkit-tap-highlight-color:transparent !important;
	font-size:16px;
	color:#03070a;
	font-weight:normal;
}
.rmm a {
	color:#03070a;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	list-style:none;
}
/* sublevel menu - in construction */
.rmm ul li ul {
	display:none;
}
/* */
.rmm ul li:hover ul {
	display:block !important;
	position:absolute;
}
.rmm .rmm-main-list li {
	display:inline;
	padding:0px;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}
/* GRAPHITE STYLE */
.rmm.graphite .rmm-main-list li a {
	display:inline-block;
	padding:0px 15px 0px 15px;
	margin:0px -1px 0px -2px;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	border-right:1px solid #204188;
	border-left:1px solid #3861bc;
	line-height:48px;
}
.rmm.graphite .rmm-main-list li a:hover {
	background:#ff9600;
	position:relative;
	margin-top:-3px;
}
.rmm.graphite .rmm-main-list li .active {
	color:#fff;
	position:relative;
	margin-top:-3px;
	background:#ff9600;
}
.rmm.graphite .rmm-main-list li:first-child a {
	border-left:none;
}
.rmm.graphite .rmm-main-list li:last-child a {
	border:none;
}
.rmm.graphite .rmm-main-list li:last-child a:hover {
}
.rmm.graphite .rmm-toggled {
	width:100%;
	min-height:38px;
	border-radius:6px;
	margin:10px 0 0 0;
}
.rmm.graphite .rmm-toggled-controls {
	display:block;
	height:55px;
	color:white;
	text-align:left;
	position:relative;
	border-radius:6px;
}
.rmm.graphite .rmm-toggled-title {
	position:relative;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px black;
	margin-left:7px;
}
.rmm.graphite .rmm-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.rmm.graphite .rmm-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background:white;
	width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
	display:block;
	width:100%;
	background-color:#2d2d2d;
	text-align:center;
	padding:0;
	border-top:1px solid #424242;
	color:#fff;
}
.rmm.graphite .rmm-toggled ul li a:active {
	background-color:#444444;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
}
/* SAPPHIRE STYLE */
.rmm.sapphire .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
	text-shadow:1px 1px 1px #3e587b;
	background-color:#537b9f;
	border-left:1px solid #3e587b;
}
.rmm.sapphire .rmm-main-list li a:hover {
	background:#3e597b;
}
.rmm.sapphire .rmm-main-list li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.rmm.sapphire .rmm-main-list li:last-child a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.rmm.sapphire .rmm-toggled {
	width:95%;
	background-color:#537b9f;
	min-height:36px;
	border-radius:6px;
}
.rmm.sapphire .rmm-toggled-controls {
	display:block;
	height:36px;
	color:white;
	text-align:left;
	position:relative;
	border-radius:5px;
}
.rmm.sapphire .rmm-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px #3e587b;
}
.rmm.sapphire .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
	width:20px;
	padding:0px 7px 0px 7px;
	border:1px solid #3e587b;
	border-radius:3px;
}
.rmm.sapphire .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:white;
	width:20px;
}
.rmm.sapphire .rmm-toggled ul li a {
	display:block;
	width:100%;
	background-color:#537698;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #3c5779;
	border-top:1px solid #6883a6;
	text-shadow:1px 1px 1px #333333;
}
.rmm.sapphire .rmm-toggled ul li a:active {
	background-color:#3c5779;
	border-bottom:1px solid #3c5779;
	border-top:1px solid #3c5779;
}
.rmm.sapphire .rmm-toggled ul li:first-child a {
	border-top:1px solid #3c5779 !important;
}
/* MINIMAL STYLE */
.rmm.minimal a {
	color:#333333;
}
.rmm.minimal a:hover {
	opacity:0.7;
}
.rmm.minimal .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
}
.rmm.minimal .rmm-toggled {
	width:95%;
	min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
	display:block;
	height:36px;
	color:#333333;
	text-align:left;
	position:relative;
}
.rmm.minimal .rmm-toggled-title {
	position:relative;
	top:9px;
	left:9px;
	font-size:16px;
	color:#33333;
}
.rmm.minimal .rmm-button {
	display:block;
	position:absolute;
	right:9px;
	top:7px;
}
.rmm.minimal .rmm-button span {
	display:block;
	margin:4px 0px 4px 0px;
	height:2px;
	background:#333333;
	width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #dedede;
	color:#333333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
	border-top:1px solid #dedede;
}
.submit-btn{
	color:#fff;
	text-align:center;
	line-height:44px;
	border:none;
	background:#f01f26;
	padding:0 30px;
	font-size:22px;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border:none;
}
 .links_sep {
    padding-top: 15px;
}

.links_sep a {
    color: #373737;
    display: block;
    font-size: 15px;
    text-decoration: none;
}

.clearfix {
    clear: both;
}

.breadcrumb {
    color: #06f;
	padding-top:20px;
}

.breadcrumb a {
    color: #373737;
    padding: 0 2px;
    text-decoration: none;
    word-wrap: break-word;
}
.container h5{
	font-size:17px;
	margin:0;
	padding:20px 0 0 0;
}

.links_sep3Col li {
    display: block;
    padding: 7px 0;
}

.links_sep3Col {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.links_sep3Col a {
    color: #373737;
    text-decoration: none;
}
.faqs {
    padding-top: 1px;
}
.faqs ul{
	margin:0;
	padding:0;
}
.faqs dt {
    background: url("images/question.png") no-repeat scroll 15px 8px rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #B4C9CB;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: normal;
    padding: 13px 45px;
    position: relative;
}
.faqs dt:hover {
    background: url("images/question_hover.png") no-repeat scroll 15px 8px rgba(0, 0, 0, 0);
    cursor: pointer;
}
.faqs dd {
    background: none repeat scroll 0 0 #E2EDEE;
    color: #414141;
    font-size: 12px;
    line-height: 18px;
    padding: 15px;
    position: relative;
    text-align: justify;
}
.faqs dd p {
    color: #414141;
    margin: 0;
}
.faqs dd h2 {
    color: #0B7B85;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.faqs .hover {
    color: #8C8C8C;
    text-decoration: none;
}
.faqs dd ul li {
    color: #414141;
    line-height: 20px;
    list-style: disc outside url("images/point.png");
    margin: 10px 0 10px 15px;
    padding-left: 5px;
}
.specer {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 2px;
    width: 100%;
}
.specer2 {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 9px;
    width: 100%;
}
#tabs {
    list-style: none outside none;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#tabs li {
    float: left;
    margin: 0 0.5em 0 0;
}
#tabs a {
    background: linear-gradient(to bottom, #2CA0AB, #0A7983) repeat scroll 0 0 #0A7983;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    margin: 0 13px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
}
#tabs a:hover, #tabs a:hover:after, #tabs a:hover:before, #tabs a:focus, #tabs a:focus:after, #tabs a:focus:before {
    background: linear-gradient(to bottom, #E3EEEF, #D0DEDF) repeat scroll 0 0 #D0DEDF;
}
#tabs a:focus {
    outline: 0 none;
}
#tabs a:before {
    background: linear-gradient(to bottom, #2CA0AB, #0A7983) repeat scroll 0 0 #0A7983;
    border-top-left-radius: 5px;
    bottom: 0;
    content: "";
    left: -0.5em;
    position: absolute;
    top: 0;
    transform: skew(-10deg);
    width: 1em;
    z-index: 1;
}
#tabs a:after {
    background: linear-gradient(to bottom, #2CA0AB, #0A7983) repeat scroll 0 0 #0A7983;
    border-top-right-radius: 5px;
    bottom: 0;
    content: "";
    position: absolute;
    right: -0.5em;
    top: 0;
    transform: skew(10deg);
    width: 1em;
    z-index: 1;
}
#tabs #current a, #tabs #current a:after, #tabs #current a:before {
    background: linear-gradient(to bottom, #E3EEEF, #D0DEDF) repeat scroll 0 0 #D0DEDF;
    color: #054E55;
    z-index: 3;
}
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D1DFE1;
    height: auto;
    position: relative;
    width: 657px;
    z-index: 2;
}
#content h2, #content h3, #content p {
    margin: 0 0 15px;
}


.contact_us {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    height: auto;
    margin: 15px auto 5px;
    text-align: center;
    width: 639px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contact_us h2 {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #0B7B85;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px 15px;
	margin:0;
}
.contact_us {
    text-align: center;
}

.contact_us table {
    margin: 25px 0 25px 50px;
    width: 420px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.contact_us table td {
    color: #0B7B85;
    height: 45px;
    text-align: left;
    vertical-align: middle;
}

.contact_us table td label {
    color: #0B7B85;
    font-size: 12px;
    font-weight: bold;
}

.contact_us input[type="text"] {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 25px;
    width: 270px;
}

.contact_us input[type="submit"] {
    background-color: #FB890A;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    height: auto;
    margin-top: 15px;
    padding: 5px 15px;
    width: auto;
}
.orng-txt{
    color: #FF740D;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: none;
}
.state {
 
    font-family: Arial,Helvetica,sans-serif;
	overflow:hidden;
 	
}
.state_name {
    float: left;
    margin-top: 10px;
 
}
.state_name p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.state_name p a {
    color: #333;
	display:inline-block;
}
.middle-content img{
	width:100%;
	max-width:560px;
}
.mid-left2 {
    float: left;
    width: 95%;
	padding-left:15px;
}
.mid-left2 h3 {
    float: left;
    width: 26%;
	text-align:right;
}


.mid-left2 h4 {
    border-left: 2px solid #CCCCCC;
    float: right;
    font-weight: normal;
    padding-left: 30px;
    width: 66%;
}

.hughesnet_deals {
    float: left;
    text-align: center;
    width: 595px;
}

.hughesnet_deals h1 {
    color: #178C9F;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px;
}
.hughesnet_deals h1 {
    color: #178C9F;
    font-size: 18px;
    font-weight: bold;
}

.compare_table {
    background-image: url("../images/Compare_table_bg.gif");
    background-repeat: repeat-x;
    text-align: center;
    width:100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.left_side p {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 10px 15px 20px;
    text-align: justify;
}

.left_side img {
    max-height: 100%;
    max-width: 100%;
}
.basic {
    border-right: 1px dotted #708D92;
    height: 26px;
    text-shadow: 1px 1px 1px #CCCCCC;
    vertical-align: middle;
    width: 160px;
}


.basic h2 {
    color: #1A8DA0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.power_150 {
    border-right: 1px dotted #708D92;
    height: 26px;
    text-shadow: 1px 1px 1px #CCCCCC;
    vertical-align: middle;
    width: 160px;
}

.power_150 h2 {
    color: #1A8DA0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.power_200 {
    height: 26px;
    text-shadow: 1px 1px 1px #CCCCCC;
    vertical-align: middle;
    width: 160px;
}

.differences {
    background-color: #FFFFFF;
    border-bottom: 1px dashed #AEAEAE;
    height: auto;
    width: 100%;
}

.differences h2 {
    color: #414141;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.differences_gb {
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
}

.differences_gb h2 {
    color: #414141;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.differences_gb sup {
    vertical-align: super;
}

.left_side p {
    font-size: 13px;
    line-height: 20px;
    margin: 20px 10px 15px 20px;
    text-align: justify;
}
.power_200 h2 {
    color: #1A8DA0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.differences p {
    font-size: 12px;
    margin: 8px 0 20px;
    text-align: center;
}
.yelllow-btn a {
    background: linear-gradient(to bottom, #FE8E1E 1%, #FF6600 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: normal;
    height: 54px;
    line-height: 54px;
    padding: 0 24px;
    text-align: center;
}

.contact_us {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    height: auto;
    margin: 15px auto 5px;
    text-align: center;
    width: 639px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.contact_us h2 {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #0B7B85;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px 15px;
	margin:0;
}
.contact_us {
    text-align: center;
}

.contact_us table {
    margin: 25px 0 25px 50px;
    width: 420px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.contact_us table td {
    color: #0B7B85;
    height: 45px;
    text-align: left;
    vertical-align: middle;
}

.contact_us table td label {
    color: #0B7B85;
    font-size: 12px;
    font-weight: bold;
}

.contact_us input[type="text"] {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 25px;
    width: 270px;
}

.contact_us input[type="submit"] {
    background-color: #FB890A;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    height: auto;
   
    padding: 5px 15px;
    width: auto;
}
.orng-txt{
    color: #FF740D;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: none;
}
.r{
	display:none;
}

.call-now-txt > div{display:inline;}


/*media query*/
@media only screen and (max-width: 959px) {
 .banner img {
width:100%;
}
 .container {
width:95%;
}
 .phone {
margin: 14px 0 0 50px;
}
 .mid-right {
width:260px;
}
 .mid-left {
width:460px
}
 .rmm {
min-width:inherit !important;
background:#2A4D98;
border-radius:10px;
}
 .navigation {
border:none;
background:none;
}
 .rmm.graphite .rmm-toggled-controls {
height:44px;
}
 .orange-bg h1 {
font-size:20px;
}
.gray-left{
	width:90%;
	background:none;
}
.gray-left li{
	width:100%;
}
.gray-right{
	width:90%;
	float:left;
}
.gray-girl{
	display:none;
}
.promo h4{
	margin-bottom:20px;
}
.yellow{
	display:none;
}
.fot-txt img{
	width:100%;
}
.footer-yellow{
	font-size:40px;
}
.footer-yellow span{
	display:block;
}
.r{
	display:block;
}
.m{
	display:none;
}
.promo{
	width:inherit;
}
}
@media only screen and (max-width: 767px) {
 .mid-right {
width:100%;
}
 .mid-left {
width:100%;
}
 .orange-bg h1 {
font-size:15px;
}
 .footer-logo {
display:none;
}
 .footer-links {
 width:100%;
margin:auto;
font-size:11px;

}
 .footer-links a {
display:inline-block;
}
 .orange-bg h2 {
font-size:23px;
}
.phone {
 margin:auto;
 float:inherit;
 text-align:center;
}
.logo {
 float:inherit;
margin:auto;
text-align:center;
}
.logo-hug {
 float:inherit;
 text-align:center;
}
.promo {
 margin-top:20px;
 margin-bottom:20px;
 margin:10px auto;
 float:inherit;
 width:120px;
 padding:3px 0;
}
.yellow {
 width:90% !important;
 padding:10px 0 0 0;
}
.banner {
 height:96px;
}
.yellow span {
 padding:0;
}
 .yellow2 {
 width:90% !important;
 padding:10px 0 0 0;
}
.banner {
 height:96px;
}
.yellow2 span {
 padding:0;
}
}
@media only screen and (max-width: 640px) {
	.city p{
	width:inherit !important;
}
.container{
	width:90% !important;
	padding:0 10px !important;
}
}
@media only screen and (max-width: 480px) {
}
.banner-txt{
	font-size:30px;
	color:#16529b;
	float:left;
	font-weight:bold;
	padding-left:20px;
	padding-top:16px;
}
.banner-txt span{
	color:#ff7e00;
}
.banner-blk-txt{
	font-size:14px;
	color:#595654;
	float:left;
	clear:both;
	padding-left:20px;
	padding-top:110px;
}
.zip-code input {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 39px;
    padding-left: 5px;
    width: 119px;
}
.zip-code { 
	clear: both;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
}