@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #414141;
	text-align: center;
	background: #414141;
	}

/* GLOBAL DEFINITIONS */

a{
	color: #7b2636;
	outline: none;
	}
	
img{
	border: none;
	}
	
.align-right{
	float: right;
	margin-left: 10px;
	}
.align-left{
	float: left;
	margin-right: 10px;
	}
.clear-left{
	clear: left;
	}
	
h1, h2{
	color: #7b2636;
	padding: 0;
	margin: 0;
	}
h2{
	font-size: 30px;
	font-weight: normal;
	}
	
h3{
	padding: 0;
	margin: 0 0 9px 0;
	color: #005963;
	font-size: 23px;
	}
	
h4{
	padding: 0;
	margin: 0;
	color: #414141;
	font-size: 17px;
	}
	
	h4#phone-number{
		font-size: 19px;
		color: #414141;
		}
	
h5{
	padding: 0;
	margin: 0;
	color: #414141;
	font-size: 13px;
	}

h6{
	padding: 0;
	margin: 0;
	color: #414141;
	font-size: 10px;
	}
	
p{
	line-height: 22px;
	margin-top: 10px;
	padding-top: 0;
	}
	
div.hl{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #d4d4d4;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	postion: absolute;
	min-height: 100%;
	background: #FFFFFF;
	}
	
#head{
	
	background: url(/trx/images/bg_header.jpg) no-repeat;
	margin-bottom: 0;
	padding: 0;
	min-height: 132px;
	}
	
	* html #head{
		height: 132px;
		}
	
	h1#logo{
		text-indent: -9000px;
		background: url(/trx/images/logo.gif) no-repeat;
		display: block;
		width: 154px;
		height: 74px;
		outline: none;
		margin-left: 46px;
		}
		h1#logo a{
			display: block;
			height: 100%;
			width: 100%;
			}
			
	/*  UTILITY NAVIGATION  */
	#util-nav{
		height: 10px;
		float: right;
		margin-right: 15px;
		display: inline;
		width: 350px;
		}
		#util-nav ul{
			list-style: none;
			position: relative;
			padding: 0;
			margin: 0 10px 0 0;
			display: inline;
			float: right;
			}
			#util-nav li{
				float: left;
				margin: 0;
				line-height: 21px;
				}
				#util-nav li a{
					color: #FFFFFF;
					font-size: 9px;
					text-decoration: none;
					text-transform: uppercase;
					border-right: thin solid #FFFFFF;
					padding: 0 7px 0 7px;
					}
				#util-nav li a:hover{
					text-decoration: underline;
					}
				#util-nav li a.last-el{
					border: none;
					}
	
	/* FLASH CONTENT */
	#flash-content{
		overflow: auto;
		margin-top: 20px;
		padding: 0;
		}
	
	/*  MAIN NAVIGATION  */
	#main-nav{
		background:url(/trx/images/bg_nav.gif);
		height: 68px;
		line-height: 39px;
		padding-left: 45px;
		margin-bottom: 15px;
		margin-top: -13px;
		padding: 0;
		}
		
		#main-nav ul{
			list-style: none;
			position: relative;
			}
			
			#main-nav li{
				float: left;
				
				}
				
				#main-nav li a{
					color: #FFFFFF;
					text-decoration: none;
					text-transform: uppercase;
					display: block;
					padding-left: 15px;
					padding-right: 15px;
					}
				#main-nav li a:hover{
					background: url(/trx/images/bg_nav_item.gif) repeat-x 0px 1px;
					}
	/* MAIN CONTENT */
	#content{
		padding-left: 60px;
		background: url(/trx/images/bg_content.gif) no-repeat bottom right;
		overflow: auto;
		min-height: 100%;
		padding-bottom: 45px;
		line-height: 22px;
		}
	#content li {
		line-height: 22px;
		padding-bottom: 5px;
		}
	* html #content{height:100%;} /* IE 6 Fix */
		
		/* HOME PAGE SPECIFIC */
		#home-left-col{
			
			width: 510px;
			padding-right: 30px;
			float: left;
			position: relative;
			padding-bottom: 30px;
			overflow: auto;
			height: 100%;
			
			}
		#home-right-col{
			float: left;
			position: relative;
			width: 422px;
			padding-bottom: 30px;
			overflow: auto;
			height: 100%;
			border-left: 2px solid #d4d4d4;
			}
		#home-login{
			font-size: 11px;
			position: relative;
			width: 408px;
			padding-left: 14px;
			background: url(/trx/images/bg_home_login.gif) repeat-x #7f9ca9;
			color: #ffffff;
			padding-bottom: 15px;
			float: left;
			}
		/*#home-login{
			font-size: 11px;
			position: relative;
			width: 216px;
			padding-left: 14px;
			background: url(/trx/images/bg_home_login.gif) repeat-x #7f9ca9;
			color: #ffffff;
			padding-bottom: 15px;
			float: left;
			}*/
			#home-login form{
				display: block;
				margin-bottom: 1px;
				}
				#home-login form div#login-div{
					width: 175px;
					text-align: right;
				}
				
			#home-login a{
				}
			#home-login div#login-div input{
				border: thin solid #d4d5d6;
				width: 172px;
				padding-top: 3px;
				padding-bottom: 3px;
				padding-right: 3px;
				margin-bottom: 3px;
				font-size: 12px;
				color: #000000;
				text-align: right;
				}
		#home-quiz{
			float: left;
			width: 160px;
			padding-left: 14px;
			}
			#home-quiz p{
				line-height: normal;
				color: #414141;
				font-size: 11px;
				}
		#news-select{
			height: 22px;
			background: url(/trx/images/bg_news_top.gif) left top no-repeat #3D82BB;
			width: 158px;
			padding-left: 33px;
			float: right;
			}
			#news-select a{
				display: block;
				width: 9px;
				height: 9px;
				background: #FFFFFF;
				float: left;
				margin-right: 8px;
				margin-top: 5px;
				text-indent: -9000px;
				padding: 0;
				}
			#news-select a:hover{
				background: #eacf79;
				}
				
				
				
		/* SECONDARY PAGE COLUMNS */
		
		
		#subnav-col{
			width: 177px; 
			float: left;
			border-right: 2px solid #d4d4d4;
			}
			/* SUBNAV LIST */
			#subnav-col ul {
				padding-left: 17px;
				list-style-image: url(/trx/images/subnav-bul.gif);
				margin-left: 0;
				}
				#subnav-col li{
					padding-top: 4px;
					padding-bottom: 4px;
					line-height: normal;
					}
					#subnav-col li a{
						font-size: 14px;
						color: #3D82BB;
						text-decoration: none;
						line-height: 17px;
						}
					#subnav-col li a.active{
						font-weight: bold;
						}
			
		#copy-col{
			width: 450px;
			padding-left: 20px;
			padding-right: 25px;			
			float: left;
			height: 100%;
			}

		#copy-col2{
			width: 650px;
			padding-left: 20px;
			padding-right: 25px;			
			float: left;
			height: 100%;
			}

		#thin-col{
			float: left;
			width: 250px;
			height: 100%;
			padding-right: 10px;
			border-left: 2px solid #d4d4d4;
			}
			#thin-col p{
				font-size: 11px;
				line-height: 14px;
			}
			
		#news-col-left{
			width: 275px;
			float: left;
			padding-left: 20px;
			padding-right: 35px;
			border-right: 2px solid #d4d4d4;
			}
			
		#news-col-right{
			width: 275px;
			float: left;
			margin-left: 25px;
			}		
			
		#wide-col{
			width: 100%;
			float: left;
			}
			
		
		/* RIGHT COLUMN BLOCKS */
		.side-content{
			padding-left: 15px;
			border-top: 2px solid #d4d4d4;
			
			overflow: auto;
			clear: both;
			padding-bottom: 10px;
			
			}
			.side-content p{
				padding-right: 10px;
				}
			.side-content strong{
				color: #000000;
				}
			.side-content ul{
				padding-left: 16px;
				}
			.side-content ul li{
				margin-bottom: 18px;
				padding-right: 50px;
				}
		
		.top-content{
			border: none;
			}
		.article {
			margin-bottom: 24px;
			float: left;
			width: 270px;
			padding-right: 10px;
			}
		.article p{
			line-height: 14px;
			width: 270px;
			font-size: 11px;
			padding-right: 10px;
			}
		.article h5{
			width: 270px;
			}
		.has-thumb {
			float: left;
			width: 150px;
			}
		.article2 {
			margin-bottom: 24px;
			float: left;
			width: 600px;
			padding-right: 10px;
			}
		.article2 p{
			line-height: 14px;
			font-size: 11px;
			padding-right: 10px;
			}
		
			
		/* CONTACT & REGISTRATION FORM */
		#why-join{
			width: 480px;
			float: right;
			padding-right: 50px;
			padding-left: 20px;
			border-left: 2px solid #d4d4d4;
			}
		#register{
			width: 400px;
			float: left;
			} 
		#register-form{
			line-height: 20px;
			width: 400px;
			float: left;
			}
		#contact-form ol, #register-form ol, .flabel  {
			list-style: none;
			color: #3D82BB;
			font-family: Helvetica;
			font-size: 13px;
			line-height: 20px;
			}
		#contact-form ol{
			width: 550px;
			}
		#register-form ol{
			padding: 0;
			margin: 0 0 30px 0;
			display: block;
			clear: both;
			
			}

		#contact-form label, #register-form label{
			padding-right: 14px;
			text-align: right;
			display: block;
			float: left;
			}
		#contact-form label{
			width: 165px;
			}
		#register-form ol li label{
			width: 125px;
			line-height: normal;
			}
		#contact-form li, #register-form li{
			padding-top: 15px;
			padding-bottom: 5px;
			clear: both;
			line-height: normal;
			}
		#state-lbl{
			width: 75px !important;
			float: right;
			}
		#contact-form input, #contact-form textarea, #contact-form select, #register-form input, #register-form textarea, #register-form select{
			float: left;
			margin-left: 10px;
			}
		#contact-form .wide-input{
			width: 355px;
			padding: 0;
			}
		#register-form .wide-input{
			width: 150px;
			border: 1px solid #dedede;
			padding: 5px;
			}
		#contact-form .small-input{
			width: 130px;
			padding: 0;
			}
				
				
		/* FOR PHYSICIANS FORM(S) */
		#phys-login {
			width: 210px;
			text-align: right;
			padding-bottom: 25px;
			}
		#phys-login input.text-input{
			width: 200px;
			padding: 5px;
			margin-top: 5px;
			color: #7a7a7a;
			text-align: right;
			border: 1px solid #dedede;
			}

			
		
	/* FOOTER */
	#footer {
		font: bold 13px Arial, Helvetica, sans-serif;
		background: #3d82bb;
		height: 28px;
		color: #ffffff;
		line-height: 28px;
		padding-left: 60px;
		}
		#footer a{
			text-decoration: none;
			color: #ffffff;
			}
		#footer a:hover{
			text-decoration: underline;
			}

.lbutton 
{
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	width:100px;
	height:12px; 
	background-color: #7b2636;
	padding: 3px;
	line-height: 12px;
	border: 2px solid #B07D86;
}
				
.mbutton 
{
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	width:80px;
	height:12px; 
	background-color: #7b2636;
	padding: 3px;
	line-height: 12px;
	border: 2px solid #B07D86;
}


.sbutton 
{
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform: uppercase;
	color: #ffffff;
	width:65px;
	height:12px; 
	background-color: #7b2636;
	text-decoration: none;
	border: 2px solid #B07D86;
	padding: 3px;
	line-height: 12px;
}


.tbutton 
{
	display: block;
	text-transform: uppercase;
	font: bold 8px Verdana;
	text-align:center;
	color: #ffffff;
	width:65px;
	height:10px; 
	background-color: #7b2636;
	text-decoration: none;
	padding: 3px;
	line-height: 10px;
}

.flabel input, select {border: 1px solid #dedede; padding: 5px; font-family: Helvetica; font-size: 12px;}


table.welcome {
	border: 2px solid #194D99;
	border-collapse: collapse;
}
.welcome th {
	background-color:#3d82bb;
	border-bottom: 2px solid #194D99;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif; color: #ffffff;
}
.welcome td {
	border-bottom: 2px solid #194D99;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;; color: #000000;
}

#bread {
	margin-left: 15px;
	margin-top: 5px;
}

#breadbot {
	margin-left: 0px;
	margin-top: 0px;
}

.forgotLink {
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.regLink {
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.regLink a {
	font: bold 22px Arial, Helvetica, sans-serif;
}

.copyright {
	padding-right: 30px;
	font-size: 11px;
} 

#chart1 {
	width: 700px;
	font: bold 24px Arial, Helvetica, sans-serif;
}
#chart2 {
	width: 700px;
	font: bold 22px Arial, Helvetica, sans-serif;
}

.experience_table{
	line-height: normal;
	font-size: 11px;
	margin-top: 5px;
	border-right:1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
	.experience_table td{
		padding: 5px;
		}
.experience_table .table_header{
	text-align:center;
	vertical-align:middle;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background:#99CCFF;
	font-weight: bold;
	}

sup{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
