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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5c5d;
}
body {
	margin: 0 0 0 0;
	background: url(../images/bg_body.gif) repeat-x left top #F7F7F7;
}
html {
	overflow-y: scroll !important;
}





/*  Fonts - Text Styles  */





.f8 {
	font-size: 8px;
}
.f9 {
	font-size: 9px;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}
.f17 {
	font-size: 17px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f20 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.italic, .italics {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;	
}
.strikethrough {
	text-decoration: line-through;	
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
img {
	border: none;
}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
p {
	margin: 0 0 0 0;
	padding: 0px 15px 10px 5px;
}
.hr {
	display: block;
	position: relative;
	clear: both;
	height:1px;
	overflow: hidden;
	border-top: 1px dotted #DF7F48;
	padding: 10px 0px 10px 0px;
	margin: 0 0 0 0;
}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 35px;
}





/*  Link Styles  */





a {
	outline: none;
}
a {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}





/*  Header Styles  */






h1, h2, h3, h4, h5, h6, .h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h2, .h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h4 {
}
h5 {
}
h6 {
}



#header h1 {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 150px;
	width: 530px;
	text-align: center;
}
#header h1 .section {
	font-weight: normal;
}






/*  Template Styles  */





#header,
#main,
#footer {
	display: block;
	position: relative;
	width: 830px;
	margin: 0 auto 0 auto;
	clear: both;
}
#frontend {
	display: block;
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	clear: both;
}
#footer.main {
	width: 700px;
	padding-left: 200px;
	z-index: 3;
}




#header {
	height: 130px;
	background: url(../images/logocolors.gif) no-repeat right 15px;
}
#header .logo {
	margin-top: 10px;
}
#header #toplinks {
	display: block;
	position: absolute;
	top: 12px;
	right: 50px;
	height: 26px;
	color: #FFFFFF;
	background: url(../images/bg_toplinks.jpg) no-repeat center top;
}
#header #toplinks .lt {
	display: inline;
	float: left;
	background: url(../images/bg_toplinks.jpg) no-repeat left top;
	width: 7px;
	height: 26px;
}
#header #toplinks .rt {
	display: inline;
	float: left;
	background: url(../images/bg_toplinks.jpg) no-repeat right top;
	width: 7px;
	height: 26px;
}
#header #toplinks a {
	display: inline;
	float: left;
	padding: 6px 10px 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#header #toplinks a:hover {
	text-decoration: underline;
}

#header #toplinks span {
	background: url(../images/line1.gif) no-repeat right bottom;
}

.logout{
	background: url(../images/line1.gif) no-repeat left bottom;
}

#main {}
#main .content {
	display: block;
	position: relative;
	width: 640px;
	margin: 0 auto 0 auto;
}
#main .content label {
	display: block;
	float: left;
	width: 240px;
	text-align: right;
	padding: 4px 10px 0 0;
}




#frontend #leftnav {
	position: relative;
	float: left;
	display: inline;
	width: 125px;
	line-height: 22px;
	text-align: right;
	z-index: 2;
	padding-top: 7px;
}
#leftnav a {
	color: #DF7F48;
	font-weight: bold;
	text-decoration: none;
}
#leftnav a:hover {
	text-decoration: underline;	
}


#frontend .content {
	position: relative;
	float: left;
	display: inline;
	width: 530px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
#frontend #home {
	position: relative;
	float: left;
	display: inline;
	width: 549px;
	margin-left: -19px;
	z-index: 1;
	margin-bottom: -20px;
}
#frontend #rightnav {
	position: relative;
	float: left;
	display: inline;
	width: 230px;
	margin-left: 5px;
}
#rightnav #btns1 a {
	diaply: inline;
	position: relative;
	float: left;
	width: 210px;
	height: 30px;
	padding: 83px 0 0 18px;
	margin: 0 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#btns1 a.login {
	background: url(../images/btn_right_login.jpg) no-repeat 0px 0px;
}
#btns1 a:hover.login {
	background: url(../images/btn_right_login.jpg) no-repeat 0px -119px;
}
#btns1 a.imaging {
	background: url(../images/btn_right_imaging.jpg) no-repeat 0px 0px;
}
#btns1 a:hover.imaging {
	background: url(../images/btn_right_imaging.jpg) no-repeat 0px -119px;
}
#btns1 a.hyperthyroidism {
	background: url(../images/btn_right_hyperthyroidism.jpg) no-repeat 0px 0px;
}
#btns1 a:hover.hyperthyroidism {
	background: url(../images/btn_right_hyperthyroidism.jpg) no-repeat 0px -119px;
}


img.hero {
	padding-bottom: 12px;
}





a.btn92 {
	display: inline;
	position: relative;
	float: left;
	width: 100px;
	height: 24px;
	background: url(../images/btn_form_92.jpg) no-repeat left 0px;
	border: none;
	padding: 6px 0 0 0;
	outline: none;
	font-size: 10px;
	color: #DF7F48;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-left: 20px;
}
a.btn92-b {
	padding: 6px 0 0 0;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
}
a.btn92:hover {
	background: url(../images/btn_form_92.jpg) no-repeat left -30px;
}
a.btn92:active {
	background: url(../images/btn_form_92.jpg) no-repeat left -60px;
}



a.btn180 {
	display: inline;
	position: relative;
	float: left;
	width: 188px;
	height: 24px;
	background: url(../images/btn_form_180.jpg) no-repeat left 0px;
	border: none;
	padding: 6px 0 0 0;
	outline: none;
	font-size: 10px;
	color: #DF7F48;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-left: 45px;
}
a.btn180:hover {
	background: url(../images/btn_form_180.jpg) no-repeat left -30px;
}
a.btn180:active {
	background: url(../images/btn_form_180.jpg) no-repeat left -60px;
}



.formtable {
	border: none;
	/*width: 550px;*/
}
.formtable tbody th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DF7F48;
	text-align: right;
	font-weight: bold;
	/*width: 150px;*/
	padding: 3px 3px 3px 3px;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}

/*.formtable tbody th + td {
	width: 10px;
}*/
.formtable tbody td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	padding: 4px 4px 4px 4px;
	display: table-cell;
	vertical-align: top;
}
.formtable tfoot td {
	padding: 3px 3px 3px 3px;
	text-align: center;
}



.formtable .bigorange {
	color: #DF7F48;
	font-weight: bold;
}
.formtable .biggrey {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}
.formtable .checkbox {
	display: inline;
	float: left;
}
.formtable .checktext {
	display: inline;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
}



.formtable input,
.formtable select,
.formtable textarea {
	width: 180px;
	font-size: 12px;
	border: solid 1px #999999;
	padding: 2px 2px 2px 2px;
	color: #666666;
}
.formtable input.radio,
.formtable input.checkbox {
	width: 15px;
	border: none;
}
.formtable select {
	text-align: center;
}
.formtable select option {
	text-align: left;
}
.formtable a#cancel {
	display: block;
	color: #DF7F48;
	font-weight: normal;
	font-size: 12px;
	padding-top: 4px;
}



h2  {
	display: block;
	position: relative;
	width: 288px;
	border: 1px dashed #B3D335;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 10px 10px 10px 10px;
}
.collinks,
.collinks a {
	color: #DF7F48;
}
.collinks {
	display: block;
	position: relative;
	padding: 15px 0 15px 0;
	font-size: 11px;
	font-weight: bold;
	/*text-align: center;*/
}



.panels tbody th {
	width: 70px;
}
.panels tbody td {
	width: 290px;
	padding: 10px 0 10px 0;
	display: table-cell;
	vertical-align: top;
	line-height: 16px;
}
.actions {
	display: block;
	position: relative;
	height: 26px;
	padding-bottom: 7px;
	border-bottom: 1px solid #DF7F48;
}




#footer .nav {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	color: #DF7F48;
	font-size: 11px;
	padding: 15px 0 15px 0;
}
#footer .nav a {
	color: #DF7F48;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px 0 10px;
	
}
#footer .nav a:hover {
	text-decoration: underline;	
}
#footer .copyright {
	display: block;
	position: relative;
	width: 250px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
	border-top: solid 1px #CCCCCC;
}

.fieldContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DF7F48;
	text-align: right;
	font-weight: bold;
	width: 150px;
	padding: 3px 3px 3px 3px;
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
}
input.commonButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DE7F47;
	background-color: #fff;
	border: #DE7F47 1px solid;
	font-weight: bold;
	height: 20px;
	width:80px;
}
.fontRed
{
color:red;
}
.fontBlue
{
color:#3131CE;
}


.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DF7F48;
	text-align: right;
	font-weight: bold;
	width: 200px;
	height:30px;
	padding: 3px 3px 3px 3px;
	}
.formtext-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-align: right;
	font-weight: bold;
	width: 200px;
	height:30px;
	padding: 3px 3px 3px 3px;
	}
.formspace {
	width: 10px;
	}
.formtext2 input, textarea, select ,selectBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#666666;
	border: solid 1px #999999;
}
.formtext2 select option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#666666;
	width:200px;
}
.checktext {
	display: inline;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
}
.bigorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DF7F48;
	font-weight: bold;
	padding-top:3px;
}
a.btn94 {
	display: inline;
	position: relative;
	float: left;
	width: 100px;
	height: 24px;
	background: url(../images/btn_form_92.jpg) no-repeat left 0px;
	border: none;
	padding: 6px 0 0 0;
	outline: none;
	font-size: 10px;
	color: #DF7F48;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.btn94:hover {
	background: url(../images/btn_form_92.jpg) no-repeat left -30px;
}
a.btn94:active {
	background: url(../images/btn_form_92.jpg) no-repeat left -60px;
}














form#contactus {
	margin: 5px 0 0 0;
	padding: 10px 0 0 5px;
	width: 100%;
	border-top: solid 1px #CCCCCC;
}
#contactus label,
#contactus input,
#contactus textarea {
	float: left;
	clear: both;
	width: 190px;
}
#contactus input,
#contactus textarea {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e5c5d;
	margin-bottom: 3px;
}

#contactus button {
	display: inline;
	position: relative;
	float: left;
	width: 100px;
	height: 34px;
	background: url(../images/btn_form_92-b.jpg) no-repeat left 4px;
	border: none;
	outline: none;
	font-size: 10px;
	color: #DF7F48;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0 0 0 0;
	margin-left: 0px;
	margin-right: 10px;
	cursor: pointer;
}
#contactus button:hover {
	background: url(../images/btn_form_92-b.jpg) no-repeat left -36px;
}
#contactus button:active {
	background: url(../images/btn_form_92-b.jpg) no-repeat left -76px;
}