html, body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	height:100%;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#b6b6b6;
}

.textinput {
	height:25px;
	background-color:#888888;
	background: url(../images/input_bg.jpg) repeat-x left top;
	border:none;
	padding: 8px 0px 0px 0px;
	vertical-align:middle;
}

.inputCorner {
	padding-bottom:0px;
	vertical-align:middle;
}

.textarea_274
{
	background: url(../images/bg_textarea.jpg) repeat-x left top;
	border:none;
	padding: 10px;
	width:582px;
	height:254px;
	overflow:auto;
}

a:visited, a:link, a:hover
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

img
{
	border:0px;
}

.floatorwrap
{
	position: relative;
	text-align:left;
}

.newswrap
{
	position:absolute;
	top: -99px;
	z-index:10px;
	background-image:url(../images/bg_newswrap.png);
	height:99px;
	width:936px;
}

*html .newswrap
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src="images/bg_newswrap.png");
	background:none;

}

.newswrap .left
{
	width:185px;
	font-size:20px;
	color:Black;
	padding: 28px 0px 0px 15px;
	float:left;
}

.newswrap .right
{
	width:700px;
	font-size:20px;
	color:#ffffff;
	float:right;
	padding:20px 18px 0px 0px;
}

.updates
{
	background-image:url(../images/bg_updates.png);
	height:52px;
	width:688px;
	padding:5px;
}

*html .updates
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src="images/bg_updates.png");
	background:none;

}

.updates .contentarea
{
	width:640px;
	overflow:hidden;
	height:52px;
	font-size:12px;
	color:#ffffff;
	float:left;
	font-weight:bold;
}

.updates .contentarea a
{
	color:Black;
}

.updates .contentarea a:hover
{
	color:Black;
	text-decoration:underline;
}

.updates .contentarea .item
{
	padding:3px 0px 3px 0px;
	border-bottom:dotted 2px #BBB9BA;
}

.updates .buttons
{
	width:16px;
	float:right;
}

.updates .buttons .down
{
	margin:22px 0px 0px 0px;
}


#pagewrap
{}

#header
{
	background-image:url(../images/bg_header.jpg);
	width:100%;
	height:187px;
	text-align:center;
}

#headerwrap
{
	width:935px;
	margin:auto;
	text-align:left;
}

#topbar
{
	height:36px;
	font-size:13px;
	color:#6e6e6e;
}

#topbar .left
{
	width:650px;
	float:left;
	padding:10px 0px;
}

#topbar .right
{
	width:265px;
	float:right;
}

#topbar .right ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#topbar .right li
{
	float:left;
}

.searchbox input
{
	border:0px;
	background-color:Transparent;
	font-size:12px;
	padding:3px;
	width: 175px;
	height:16px;
}

.searchbox
{
	width:181px;
	height:22px;
	background-image:url(../images/bg_searchbox.jpg);
	background-repeat:no-repeat;
	margin:8px 0px 0px 0px;
}

#logobar
{	
}

#logobar .left
{
	width:160px;
	float:left;
	padding:20px 0px 0px 33px;
}

#logobar .right
{
	width:742px;
	float:right;
}

#nav
{
	height:42px;
	background-image:url(../images/bg_nav.png);
	background-repeat:repeat-x;
	text-align:center;
	z-index:2;
	position:relative;
}

*html #nav
{
	height:42px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src="images/bg_nav.png");
	background:none;
}

#navwrap
{
	width:935px;
	margin:auto;
	text-align:left;
}

#banner
{
	text-align:center;
	/*height:396px;*/
}

#bannerwrap
{
	width:935px;
	margin:-8px auto 0px auto;
	z-index:1;
	position:relative;
}

#content
{
	margin: 50px 0px 30px 0px;
	text-align:center;
}

#contentwrap
{
	margin: auto;
	width:935px;
}

#leftcolumn
{
	float:left;
	width:605px;
	text-align:left;
}

#rightcolumn
{
	float:right;
	width:300px;
	padding:0px 0px 0px 8px;
	border-left:dotted 2px #C4C4C4;
}

#footer
{
	background-image:url(../images/bg_footer.jpg);
	text-align:center;
	height:255px;
}

#footerwrap
{
	width:935px;
	margin:auto;
	text-align:left;
}

#footerwrap ul
{
	list-style:none;
	margin:0px;
	padding:30px 0px 0px 0px;
	height: 185px;
}

#footerwrap li
{
	float:left;
	padding:0px 25px 0px 0px;
}

#footerwrap li.li2
{
	padding:0px 18px 0px 0px;
}

#footerwrap li.li3
{
	padding:0px 35px 0px 0px;
}

#footerwrap li.li4
{
	padding:0px 16px 0px 0px;
}

#footerwrap li.li7
{
	padding:0px;
}

#footerwrap li .mainnav
{
	font-weight:bold;
	color: #5b5b5b;
	font-size:14px;
}

#footerwrap li .mainnav a:visited,
#footerwrap li .mainnav a:link
{
	color: #5b5b5b;
}

#footerwrap li .mainnav a:hover
{
	color: #004485;
}

#footerwrap li .mainnav .mainnavwrap
{
	border-bottom:dotted 2px #5b5b5b
}

#footerwrap li .subnav
{
	color: #5b5b5b;
	font-size:11px;
	margin: 12px 0px 0px 0px;
	line-height:15px;
}

#footerwrap li .subnav a:visited,
#footerwrap li .subnav a:link
{
	color: #5b5b5b;
}

#footerwrap li .subnav a:hover
{
	color: #92191C;
}

#footerwrap li .subnav p
{
	margin:6px 0px 0px 0px;
}

#footerbottom
{
	font-size:11px;
	color:#5b5b5b;
}

#footerbottom .left
{
	float:left;
	width:375px;
	margin:16px 0px 0px 15px;
}

#footerbottom .right
{
	float:right;
	width:300px;
	margin:0px 0px 0px 0px;
}

#footerbottom .right img
{
	vertical-align:middle;
}

#footerbottom .right .ofb
{
	margin:16px 0px 0px 0px;
	float:left;
}

.pagetitle
{
	font-size:18px;
	font-weight:bold;
	color:#104177;
}

.pagecontent
{
	padding: 18px 0px 0px 0px;
	font-size:12px;
	color:#7d7d7d;
	line-height:18px;
}

.pagecontent a
{
	color:#104177;
}

.pagecontent a:hover
{
	color:#92191C;
}

.pagecontent_home
{
	padding: 18px 0px 0px 0px;
	font-size:14px;
	color:#7d7d7d;
	line-height:18px;
}

.pagecontent_home a
{
	color:#104177;
}

.pagecontent_home a:hover
{
	color:#92191C;
}

.physician_application
{
	margin:20px 0px 20px 0px;
	text-transform:uppercase;
}

.physician_application td
{
	padding:0px 50px 10px 0px;
}

.physician_application a
{
	font-size:12px;
	font-weight:bold;
	color:#00346e;
}

.physician_application a:hover
{
	color:#5b5b5b;
}

.faq
{
	margin:0px 0px 20px 0px;
}

.question
{
	margin:0px 0px 3px 0px;
	font-size:12px;
	text-transform:uppercase;
	color:#00346e;
	font-weight:bold;
}

.testimonial
{
	margin:0px 0px 20px 0px; 
	font-size:14px;
}

.testimonial .content
{
	margin:0px 0px 5px 0px;
}

.testimonial .from
{
	color: #00254d;
	text-align:right;
	font-weight:bold;
}

.subtitle
{
	font-size:14px;
	font-weight:bold;
	color:#104177;
	margin:20px 0px 0px 0px;
}

.dept
{
	padding:10px 0px 10px 0px;
	border-bottom:solid 1px #F0F0F0;
	font-size:14px;
	color:#9a9a9a;
}

.deptname
{
	font-weight:bold;	
}

.dept table
{
	border:0px;
}

.dept tr
{
	border:0px;
	padding:0px;
	margin:0px;
}

.dept td
{
	padding:3px 25px 0px 0px;
}

.dept .c1
{
	padding:3px 25px 0px 0px;
	width: 260px;
}

.dept a
{
	font-weight:bold;
	color:#9a9a9a;
}

.dept a:hover
{
	font-weight:bold;
	color:#004484;
}

.newsletter
{
	margin:5px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}

.ea
{
	font-size:14px;
}

.secureheader
{
}

.secureheader_left
{
	width:520px;
	float:left;
	padding:40px 0px 0px 30px;
	
}

.secureheader_left .title
{
	font-size:24px;
	color:#004484;
	font-weight:bold;
	border-bottom:solid 2px #004484;
}

.secureheader_left .sub-title
{
	font-size:14px;
	color:#004484;
	padding:5px 0px 0px 0px;
}

.secureheader_right
{
	width:190px;
	float:right;
	text-align:right;
}

.secureheader_right a
{
	font-size:14px;
	color:#961a1d;
	font-weight:bold;
}


.secureheader_right a:hover
{
	color:#004484;
}

.secureheader_right .title
{
	margin: 15px 0px 0px 0px;
	font-size:12px;
	color:#104177;
	font-weight:bold;
}

.secureheader_right .title span
{
	border-bottom:solid 1px #BDC9D7;
}

.secureheader_right .yourprofile
{
	font-size:12px;
	color:#104177;	
}

.secureheader_right .edit a
{
	font-size:11px;
	color:#104177;
	font-weight:bold;
}

.secureheader_right .edit li
{
	font-size:11px;
	color:#104177;
}

.secureheader_right .edit a:hover
{
	color:#961a1d;
}

.tsg
{
	width:267px;
	height:48px;
	background-image:url(../images/bg_tsg.jpg);
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:10px 10px 10px 15px;
	text-align:left;
}

.tsg a
{
	color: #FFFFFF;
}

.tsg a:hover
{
	color: #FFFF00;
}

.contactform
{
	margin: 20px 0px 0px 0px;
	font-size:12px;
	text-align:left;
}

.secure_sp
{
	margin: 30px 0px 30px 0px;
	border-bottom:solid 1px #e4e4e4;
}

.contactform .section
{
	margin: 30px 0px 10px 0px;
	color:#104177;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.contactform .sectioncontent
{
	margin: 0px 0px 30px 0px;
	color:#9a9a9a;
	font-size:14px;
	font-weight:normal;
}

.contactform .sectioncontent .bluefont
{
	color:#104177;
	font-size:14px;
	font-weight:bold;
}

.contactform .item
{
	margin: 0px 0px 10px 0px;
	color:#104177;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.contactform .item .mailingaddress
{
	font-size:12px;
	text-transform:uppercase;
	padding:0px 8px 0px 0px;
}

.contactform .item .fieldnote
{
	font-size:11px;
	text-transform:uppercase;
}

.contactform table
{
	color:#104177;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border:0px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.contactform td
{
	padding: 0px 5px 5px 0px;
}

.contactform .formtitle
{
	padding: 0px 5px 5px 0px;
	color:#104177;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.contactform .button1
{
	padding: 15px 50px 0px 0px;
	font-size:14px;
	color:#104177;
}

.contactform .button2
{
	margin: 20px 10px 0px 0px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
}

.contactform .button
{
	margin: 20px 0px 0px 0px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
}

.contactform .button a
{
	color:#104177;
}

.contactform .button a:hover
{
	color:#5b5b5b;
}


.contactform .button1 a
{
	color:#104177;
}

.contactform .button2 a:hover
{
	color:#5b5b5b;
}

.contactform .button2 a
{
	color:#104177;
}

.contactform .button1 a:hover
{
	color:#5b5b5b;
}

.textboxleft
{
	background:transparent url(../images/input_left.gif) no-repeat scroll 0pt 0pt;
}

.textbox
{
	background:transparent url(../images/input_bg.gif);
}

.textboxright
{
	background:transparent url(../images/input_right.gif) no-repeat scroll 100% 0pt;
}

.homeleft
{
	width:280px;
	float:left;
	padding:0px 30px 0px 0px;
	border-right:dotted 2px #c4c4c4;
}

.homeright
{
	width:270px;
	float:right;
	padding:0px 0px 0px 20px;
}

.testimonials
{
	
}

.testimonials .item
{
	padding:0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:dotted 2px #c4c4c4;
}

.testimonials .item .content
{
	margin:0px 0px 5px 0px;
}

.testimonials .item .from
{
	color: #00254d;
	text-align:right;
	font-weight:bold;
}

.home_readmore
{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:20px 0px 0px 0px;
}

.home_readmore a
{
	color:#5b5b5b;
}

.home_readmore a:hover
{
	color:#104177;
}

.testimonial_last
{
	background-color:#ffffff;
	margin:-20px 0px;
	height:10px;
}

.loginpanel
{
	margin:20px 0px 0px 50px;
}

.loggedin_title
{
	font-size:32px;
	color:#004484;
	text-transform:uppercase;
}

.loggedin_nav
{
	font-size:12px;
	color:#a0a0a0;
	text-transform:uppercase;
	padding:15px 0px;
}

.loggedin_nav ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.loggedin_nav li
{
	float:left;
	padding:0px 10px 0px 0px;
}

.loggedin_nav a
{
	color:#a0a0a0;
}

.loggedin_nav a:hover
{
	color:#666666;
}

.loggedin_nav .actived
{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;	
}

.loggedin_nav .actived a
{
	color:#666666;
}

.loggedin_nav .actived a:hover
{
	color:#666666;
}

.loginbox
{
	width:188px;
	height:22px;
	background-image:url(../images/loginbox.jpg);
}

.loginbox input
{
	border:none;
	background-color:Transparent;
	width:168px;
	padding:3px 0px 0px 10px;
}

.recruiter
{
	width:292px;
	background-image:url(../images/bg_recruiter.jpg);
	margin:auto auto 20px auto;
	font-size:12px;
	text-align:left;
	color:#ffffff;
}

.recruiter .formwrap
{
	padding:10px 10px 10px 15px;
}

.recruiter .item
{
	width:264px;
	height:24px;
	background-image:url(../images/phys_box.jpg);
	margin:0px 0px 5px 0px;
}

.recruiter .item input
{
	width:254px;
	border:none;
	background-color:Transparent;
	padding:3px 5px 0px 5px;
	color:#ffffff;
}

.recruiter .textareaitem
{
	width:264px;
	height:121px;
	background-image:url(../images/phys_textarea.jpg);
}

.recruiter .textareaitem textarea
{
	width:254px;
	height:111px;
	padding: 5px;
	color:#ffffff;
	overflow:auto;
	background-color:Transparent;
	border:none;
}

.recruiter .button
{
	padding:10px 0px 0px 15px;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
}

.recruiter .button a
{
	color:#ffffff;
}

.recruiter .button a:hover
{
	color:#FFFF00;
}

.lastlogintitle
{
	color:#00254d;
	font-size:16px;
	font-weight:bold;
}

.lastlogintitle span
{
	border-bottom:solid 1px #00254d;
}

.lastlogin
{
	font-size:14px;
	color: #00254d;
	margin:0px 0px 10px 0px;
}

.changepassword
{
	margin:0px auto 20px auto;
	width:230px;
	padding:10px;
	border:solid 1px #C5C5C5;
	text-align:left;
}

.changepassword .title
{
	margin:0px 0px 3px 0px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

.changepassword .field
{
	margin:0px 0px 3px 0px;
	color:#104177;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.changepassword .item
{
	margin:0px 0px 3px 0px;
	width:218px;
	height:26px;
	background-image:url(../images/bg_changepass.jpg);
}

.changepassword .item input
{
	padding:3px 5px 0px 5px;
	width:208px;
	background-color:Transparent;
	border:none;
}

.referralnote
{
	padding:0px 10px 0px 10px;
}

.referralnote a
{
	color:#ffffff;
}

.referralnote a:hover
{
	color:#ffff00;
}

.securepage_title
{
	font-size:14px;
	color:#104177;
	font-weight:bold;
	margin:30px 0px 15px 0px;
}

.securepage_content
{
	font-size:14px;
}

.ef_title
{
	font-size:14px;
	color:#a0a0a0;
	padding:0px 20px 0px 0px;
}

.ef_file
{
	font-size:12px;
	color:#104177;
	font-weight:bold;
}

.ef_file a
{
	color:#104177;
}

.ef_file a:hover
{
	color:#5b5b5b;
}

.ef_description
{
	margin:10px 0px 20px 0px;
}

.status_top
{
	margin:30px 0px 30px 0px;
	font-size:12px;
	font-weight:bold;
}

.status_top .left
{
	width: 300px;
	float:left;	
	color:#a0a0a0;
}

.status_top .left .item
{
	margin:0px 0px 10px 0px;
}

.status_top .left .item .title
{
	color:#104177;
}

.status_top .left .item .title a
{
	color:#104177;
}

.status_top .left .item .title a:hover
{
	color:#666666;
}

.status_top .right
{
	width:220px;
	float:right;
	color:#104177;
}

.status_top .right .item
{
	margin:0px 0px 5px 0px;	
}

.status_top .right .item .title
{
	border-bottom: solid 1px #104177;
	text-transform:uppercase;
}

.status_top .right .note
{
	font-size:11px;
	color:#6e6e6e;
	text-transform:uppercase;
}

.status_bottom .header
{
	color:#104177;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/tbBg.jpg);
	vertical-align:top;
}

.status_bottom table
{
	border:1px solid #CCCCCC;
	border-left:none;
	width:100%;
	border-collapse: collapse;
}

.status_bottom td
{
	border-left:1px solid #CCCCCC;
	padding:2px 4px 2px 4px;
	color:#a0a0a0;
	font-size:12px;
}

.calendar
{
	margin: 20px 0px 0px 0px;
	font-size:12px;
	text-align:left;
}

.calendar_title
{
	background-image:url(../images/bg_calendartitle.jpg);
	height:57px;
	width:100%;
	padding:0px;
	margin:0px;
	border:none;
	font-size:24px;
	color:#7d7d7d;
}

.calendar_dayheader
{
	height:30px;
	font-size:11px;
	color:#7e7e7e;
	background-color:#C7C7C7;
	border:none;
	border-top:solid 1px #ffffff;
	
}

.calendar_nextprev
{
	font-size:13px;
	color:#7d7d7d;
	font-weight:bold;
	padding:10px;
}

.clendar_othermonthday
{
	font-size:0px;
	border:solid 1px #ffffff;
	border-right:none;
	color:#d0d0d0;
}

.calendar_daystyle
{
	background-color:#e1e1e1;
	border:solid 1px #ffffff;
	border-right:none;
	vertical-align:top;
	height:90px;
	width:90px;
}

.calendar_time
{
	color:#00254d;
	font-size:11px;
}

.calendar_event
{
	color:#00254d;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 2px 0px;
}

.downloadpdf
{
	margin:20px 0px 0px 0px;
	font-weight:bold;
	color: #004484;
	font-size:12px;
}

.downloadpdf a
{
	color: #004484;
}

.downloadpdf a:hover
{
	color: #A0A0A0;
}


/*--------- OLD -----------*/

.ver10 {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.helv14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
}

a.helv14:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004485;
	text-decoration: none;
}

.helv11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}

a.helv11:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #92191C;
	text-decoration: none;
}

.helvatica18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #104177;
	font-weight: bold;
	text-decoration: none;
}

.helvatica14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7d7d7d;
	text-decoration: none;
	line-height: 13pt;

	}
	
a.helvatica14:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #004484;
	text-decoration: none;
}

.helv12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
}

a.helv12:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #92191C;
	text-decoration: none;
}

.helvatica14blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004484;
	text-decoration: none;
	clip:  rect(auto auto auto auto);
	font-weight: bold;

}

.helv12white {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #abb9c8;
	text-decoration: none;

}

a.helv12white:hover {
		font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
}

.helvatica14lite {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #E4E4E4;
	text-decoration: none;
}

.myriad13 {
	font-family: myriad;
	font-size: 12px;
	font-weight: bold;
	color: #6e6e6e;
	text-decoration: none;
}

.helv12news {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.helv12news:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.helv12news1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.CalendarBG{background-image:url(../images/CalendarBG.jpg); background-repeat:repeat-x; height:60px; width:100%;}
/*-----------------------*/

.returnhome
{
	padding:70px 0px 0px 15px;
	font-size:12px;
	font-weight:bold;
	width:90px;
}

.returnhome a
{
	color:#004485;
}

.returnhome a:hover
{
	color:#004485;
	text-decoration:underline;
}
