/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: ;
}
nav {
	height: 40px;
	width: 100%;
	background: #0e5284;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 0px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 150px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 0px 0px 0px #283744;
}
nav li a {
	border-right: 1px solid #83bfee;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #126eb6;
	color: #fff;
}
nav a#pull {
	display: none;
	color: #fff;
}

.text2            {COLOR: #000000; FONT-SIZE: 14pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;} 
.text2 A:link     {COLOR: #000000; FONT-SIZE: 14pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;}
.text2 A:visited  {COLOR: #000000; FONT-SIZE: 14pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;}
.text2 A:hover    {COLOR: #4874bf; FONT-SIZE: 14pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: underline; line-height:1.5;}

.title			{color: #063dac; font-size: 24pt; font-weight: 600; font-family: Tahoma, Verdana, sans-serif; line-height:1.0;}

.title2          {color: #098337; font-size: 18pt; font-weight: 600; font-family: Franklin Gothic Book, Tahoma, sans-serif; line-height:1.0;}

.title3       {color: #063dac; font-size: 14pt; font-weight: 400; font-family: Tahoma, Verdana, sans-serif; line-height:1.0;}
 
.Border3		{border-left: 1px solid #0000c0; text-align: center;font-size:14px;}

.Border4		{border: 1px solid #0000c0; font-size:14px;}

.link            {COLOR: #000000; FONT-SIZE: 12pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;} 
.link A:link     {COLOR: #116cb5; FONT-SIZE: 12pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;}
.link A:visited  {COLOR: #116cb5; FONT-SIZE: 12pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: none; line-height:1.5;}
.link A:hover    {COLOR: #4874bf; FONT-SIZE: 12pt; FONT-WEIGHT: 400; FONT-FAMILY: ; TEXT-DECORATION: underline; line-height:1.5;}


.plan {font-size:14px;}

.image {text-align:left;}

.phone {margin-top: 50px;}

.btn {
display: inline-block;
padding: 9px 12px;
padding-top: 7px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #5e5e5e;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #d1dade;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
background-image: none !important;
border: none;
text-shadow: none;
box-shadow: none;
transition: all 0.12s linear 0s !important;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.btn-cons {
margin-right: 5px;
min-width: 120px;
margin-bottom: 8px;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-primary {
color: #fff;
background-color: #063dac;
border-color: #357ebd;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-white {
color: #5e5e5e;
background-color: #fff;
border: 1px solid #e5e9ec;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link {
color: #5e5e5e;
background-color: transparent;
border: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	.title {text-align:center; }

    .phone {margin-top: 0px;}
	
	.box {margin-left: 0px;}
	
  .image {text-align: center;}	  

	.title2 {text-align:center;}
	
	.phone {text-align:center;}
	
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #83bfee;
		border-right: 0px solid #83bfee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
.Border3		{border-left: 1px solid #0000c0; text-align: center;font-size:10px;}

.Border4		{border: 1px solid #0000c0; font-size:10px;}

.plan {font-size:10px;}

}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
  .image {text-align: center;}	
	.box {margin-left: 0px;}  
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #0e5284;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #83bfee;
	}
}