@charset "UTF-8";
/* CSS Document */
body {
	background: #FFF;
	margin: 0;
	padding: 0;
}

body, td, p {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5em;
}
.smaller {
	font-size: 12px;
}

ul, ol, dl, div {
	padding: 0;
	margin: 0;
}

ol{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	*list-style: decimal; /* Keep using default numbering for IE6/7 */
}
ul {
	margin: 20px 0px 0px 25px;
}

h1 {
	color:#003065;
	font-size: 32px;
	line-height: 36px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	line-height: 26px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
h5 {
	font-size:  18px;
	font-weight:  bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}

a:link {
	color: #05009A;
	text-decoration: underline;
}
a:visited {
	color: #1E2A65;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.reqd {
	color: #F00;
}
button.css3button {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #2664a5;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
button.smallerButton {
	font-size: 13px;
	
	padding: 3px;
	
}
input[type=text], input[type=password], textarea {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #999;
}
.container {
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
}

.header {
	margin-top: 10px;
	margin-left: 32px;
}

#templateContent {
	padding: 15px;
	padding-left: 54px;
	padding-right: 54px;
	background-image: url(../images/content-bg.jpg);
	padding-bottom: 15px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#nav {
	width: 900px;
	height: 35px;
	background-repeat: no-repeat;
	font-size: 14px;
	
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	list-style-type: none;
	color: #FFF;
	position: relative;
	text-align: center;
	clear: both;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	
	line-height: 38px;
}
#nav #nav4 a, #nav #nav8 a{
	font-size: 13px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
#nav a:hover {
	color: #78C7FF;
	text-decoration: none;
	cursor: pointer;
}
/* #nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7, #nav8 {
	width: 104px;
	height: 35px;
	float:left;
	background-image: url(../images/solidBlue.png);
	display: inline;
	color: #FFF;
} */

#nav1 {
	width: 335px;
	height: 35px;
	float:left;
	background-image: url(../images/solidGold.png);
	display: inline;
	color: #FFF;
}

#nav .popout {
	display: inline;
	list-style-type: none;
	position: absolute;
	top: -2000px;
	
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	z-index: 9000;
	text-shadow: none;
	text-transform: none;
}
#nav .popout li {
	padding: 6px;
	padding-left: 8px;
	padding-right: 62px;
	line-height: 20px;
	border: 1px solid #c1d6f5;
	background-color: #2767a7;
}
#nav #nav1 {
	margin-left: 0px;
}

#nav #nav4 .popout {
	left: 315px;
}

#nav #nav4 {
	text-align: left;
	background-image: url(../images/solidBlueArrow.png);
	padding-left: 10px;
	padding-top: 3px;
	height: 32px;
	width: 93px;
	line-height: 1em;
}
#nav #nav8 {
	line-height: 1em;
	padding-top: 10px;
	height: 25px;
	
}
.home #nav1, .about #nav2, .apply #nav3, .locations #nav5, .faqs #nav6, .contact #nav7, .news #nav8{
	background-image: url(../images/outlineGold.png);
}
.products #nav #nav4 {
	background-image: url(../images/outlineBlueArrow.png);
}
.home #nav1 a, .about #nav2 a, .apply #nav3 a, .products #nav4 a, .locations #nav5 a, .faqs #nav6 a, .contact #nav7 a, .news #nav8 a {
	color:#000;
}
.products #nav #nav4 li a {
	color: #fff;
}
.products #nav #nav4 li a:hover {
	color: #78C7FF;
	
}
.header #languages {
	font-size: 17px;
	font-weight: bold;
	float: left;
	width: 480px;
	margin-left: 80px;
}
.header a {
	color: #408CC1;
	text-decoration: none;
}
.header #searchForm {
	float: left;
	padding: 0px;
}
.header #search {
	float: left;
	
	padding-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	background-color: #E8E7E8;
	height: 20px;
	border: 1px solid #666;
	margin-top: 3px;
}
.header #tipue_search_input {
	padding: 0px;
	border: none;
	background-color: #E8E7E8;
	background-image: url(../images/search-box-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 14px;
	color: #666;
	width: 122px;	
}
.header #tipue_search_button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #4890C2;
	color: #FFF;
	width: 35px;
	height: 22px;
	margin-top: 3px;
	margin-left: -5px;
}
.header #privacyLink {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 12px;
}

.header #freeSpecialized {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2668a8;
	float: right;
	width: 270px;
	text-align: center;
	line-height: 32px;
	/* [disabled]margin-right: 10px; */
}
.header #freeSpecialized .freeRed {
	color: #ed2024;
	font-size: 40px;
	line-height: 38px;
	
}
.header #logo {
	float: left;
}
.header #TAF {
	float: right;
	width: 125px;
}
#nav #nav6 {
	left: 20px;
}
#nav #nav7 {
	left: 20px;
}
#nav #nav8 {
	left: 20px;
}

#clickNews {
	font-size: 16px;
	
}
#footer {
	color: #fff;
	padding-left: 76px;
	padding-top: 40px;
	height: 83px;
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
	
}
#footer #copyright {
	margin: 8px 0px 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}

#footer #clickNews {
	float: right;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-right: 83px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none; 
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#homeFooter a:link, #homeFooter a:visited, #footer a:link, #footer a:visited {
	color: #efd06a;
	text-decoration: none; 
}
.steps li.numbered{
	position: relative;
	display: block;
	padding: 0.3em;
	*padding: .3em;
	margin: 0.3em 0 0.5em 2em;
	line-height: 1.4em;
	font-size: 16px;
}


.steps li.numbered:before{
	content: counter(li) ;
	counter-increment: li;
	position: absolute;
	left: -2em;
	top: 1.5em;
	margin-top: -1em;
	background: #3392C4;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.steps li.numbered:after{
	position: absolute;	
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	z-index: 0;	
}
.apply .steps ol {
	margin-top: 20px;
}
.apply .steps ol li {
	font-size: 15px;
	margin-bottom: 1.1em;
}
.apply .steps ol li:before{
	margin-top: -1.3em;
}
.apply .steps ul {
	margin-top: 10px;
}
.apply .steps ul li {
	margin-bottom: 0px;
	list-style-type: disc;
	padding-left: 10px;
}

#contactFooter #callHours {
	float: right;
}
#contactFooter h3 {
	color: #000;
	padding: 0px;
	margin-top: 60px;
	font-size: 36px;
	font-weight: normal;
	float: left;
	margin-left: 70px;
}
#applyBgContainer {
	background-repeat: no-repeat;
	background-position: right 180px;
	background-image: url(../images/applyNowBg2.jpg);
}
#contactFooter #callHours td {
	font-size: 18px;
}

.products .productSpecs {  
	float: right;
	margin-left: 0px;
	width: 380px;
}
.news h3 {
	margin: 2px;
}
.news h4{
	margin: 2px;
	font-size: 12px;
}
#serviceList {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
#chatLeft {
	float: left;
	width: 500px;
}
#chatRight {
	float: left;
	width: 200px;
}
#chatRight button {
	margin-bottom: 10px;
}
#frmDoctor input[type=text], #frmFeedback input[type=text] {
	width: 250px;
}

#agentsTable th {
	text-align: left;
	font-size: 12px;
	background-color: #88B6D7;
	font-weight: normal;
	color: #2F436A;
	vertical-align: top;
}
#agentsTable th:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#agentsTable td {
	text-align: left;
	font-size: 12px;
	background-color: #fff;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 15px;
}
#agentsTable .contactDetails td {
	display: none;
	border: none;
}
#agentsTable .contactDetails div {
	float: left;
	margin-left: 40px;
}
#agentsTable .agentContact {
	text-decoration: underline;
	cursor: pointer;
}
.serviceGoogleMap {
	float: left;
	width: 380px;
	height: 425px;
	border: 1px solid #999;
}
.serviceDrawnMap {
	float: right;
	border: 1px solid #999;
}
.certAgent {
	border-radius: 6px;
	color: #FFF;
	margin-left: 610px;
	background-color: #2767a7;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin-top: 5px;
	width: 165px;
}
.certAgent a{
	color: #FFF;
	text-decoration: none;
}
.certAgentSpan {
	border-radius: 6px;
	color: #FFF;
	margin-left: 610px;
	background-color: #2767a7;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin-top: -20px;
	width: 165px;
	float: left;
}
.certAgentSpan a{
	color: #FFF;
	text-decoration: none;
}
.certAgentSpanLocations {
	border-radius: 6px;
	color: #FFF;
	margin-left: 610px;
	background-color: #2767a7;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	margin-top: -50px;
	width: 165px;
	float: left;
	margin-bottom: 20px;
}
.certAgentSpanLocations a{
	color: #FFF;
	text-decoration: none;
}
.servTitle{
	font-size: 34px;
	color: #3761A3;
	padding-right: 30px;
	font-weight: bold;
	line-height: 38px;
	float: left;
}
.videoColumn {
	float: left;
	width: 200px;
	margin-top: 25px;
}
.videoColumn img {
	margin-bottom: 15px;
	border: none;
	cursor: pointer;
}
.nextToVideoColumn {
	float: left;
	width: 570px;
}
#dialog-modal {
	display: none;
}
#aboutphone1 {
	background-image: url(../images/about-phone1.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	
}
#aboutphone2 {
	background-image: url(../images/about-phone2.jpg);
	background-repeat: no-repeat;
	margin-top: -20px;
	height: 300px;
	padding-top: 20px;
	padding-left: 315px;
}
#faqphoto1 {
	float: right;
	width: 320px;
}
#faqphoto2 {
	float: right;
	width: 333px;
	text-align: right;
}
#faqphoto3 {
	float: right;
	width: 266px;
}


div#programsText {
	.padding: 20px 0;
}