/* CSS Document */
/* Global white-space reset */
* {
	padding: 0;
	margin: 0;
	/*font-size:11px;*/
}
body, h1, h2, h3, h4, h5, h6, p, 
pre, blockquote, label, ul, ol, 
li, dd, dl, fieldset, address, 
legend, td, th, table, code, div, form, img { 
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e6e2df;
	font-size:10px;
	color:#404040;
	height:100%;
	background: url(../images/page_bg.png) repeat-x;
}

a img{
	border: 0px none;
}

.contentLeft img{
	margin: 0px 10px 0px 10px;
}


/* Layout */

#Wrapper{
	width:940px;
	margin:0px auto;
}

/* cols */

.colHolder{
	clear:both;
	float:left;
	width:100%;
}

.oneFifth{
	float:left;
	margin:10px;
	width:168px;
	display: inline;
}

.oneFifth h2{
	margin-bottom: 10px;
}

.oneFifth p{
	margin-bottom: 10px;
}

.twoFifths{
	float:left;
	margin:10px 0px 0px 10px;
	width:356px;
}

.oneForth{
	float:left;
	margin:10px;
	width:215px;
}

.oneThird{
	float:left;
	margin:10px;
	width:293px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clearing{
	height:1px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}



/* buttons */
a.enrolButton{
	display: block;
	background: url(../images/enroll_button.png) no-repeat;
	height:43px;
	width:200px;
	border-bottom: 0px none;
}

a.enrolButton:hover{
	background-position: 0px -70px;
	padding: 0px;
	border-bottom: 0px none;
	margin: 0px;
}

/* Header */

#Header{
	height: 130px;
	background: url(../images/header_bg.png) no-repeat;
	z-index: 1;
}
#Header div.HeaderWrap {
	position: relative;
	padding: 20px 30px 20px 30px;
	z-index: 1;
}

#Header #Logo{
	display:block;
	width: 200px;
}
#Header a {
	border: none;
}

/* Main Menu */

#Menu{
	position:absolute;
	top:57px;
	right:180px;
	list-style: none;
}

#Menu li{
	float:left;
	list-style: none;
	padding-left: 20px;
	margin-left: 0px;
}

#Menu li a{
	font-size: 1.1em;
	color:#bb361c;
	background: url(../images/menu_icon_faded.png) no-repeat left center;
	padding: 10px 0 10px 12px;
	text-decoration: none;
	border-bottom: none;
}

#Menu li a:hover{
	color: #333;
}
#Menu li a:focus {
	outline: none;
}

#Menu li.current a{
	background: url(../images/menu_icon.png) no-repeat left center;
	color:#333;
}

/* sub menu */
#SubMenu{
	overflow: hidden;
	margin: 0;
	margin-top: 15px;
	padding-left: 25px;
	margin-bottom: -20px;
}
#SubMenu li {
	display: block;
	float: left;
	list-style: none;
	
	width: auto;
	line-height: 3em;
	
	margin: 0;
	padding: 0;
	margin-right: 2px;
}
#SubMenu li a {
	display: block;
	line-height: 3em;
	padding: 0 10px;
	width: auto;
	
	font-size: 0.85em;
	border: 1px solid #e6e6e6;
	background: #f9f9f9;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	background-color: #f9f9f9;
	background-image: -moz-linear-gradient(100% 100% 90deg, #eeeeee, #fafafa);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
}

#SubMenu li a:hover ,
#SubMenu li a.current{
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #fff;
	color:#000;
}

#SubMenu li a:focus {
	
}

/* admin menus */

.adminNav{
	margin-bottom: 10px;
}

.adminNav .top{
	background: url(../images/admin_menu_top.png) no-repeat left top;
	height:35px;
	padding: 20px 10px 0px 55px;
}

.adminNav .topNormal{
	background: url(../images/admin_menu_top_normal.png) no-repeat left top;
	height:30px;
	padding: 20px 10px 0px 15px;
}

.adminNav .topNormal p.adminMenuHead{
	font-size: 1.6em;
	margin-bottom: 0px;
	color: #e15c06;
}

.adminNav .top span.name{
	font-size: 1.4em;
	display: block;
}

.adminNav .mid{
	padding:5px 15px 5px 15px;
	background: url(../images/admin_menu_mid.png) repeat-y left top;
}

.adminNav .mid ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.adminNav .mid ul li{
	list-style: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #ececeb solid;	
}

.adminNav .mid ul li a{
	font-size: .9em;
	padding: 5px 0px 4px 0px;
	display: block;
	color: #333;
	background: url(../images/small_arrow.png) no-repeat left center;
	padding-left: 10px;
}

.adminNav .mid ul li a:hover{
	color: #e15c06;
}

.adminNav .bottom{
	background: url(../images/admin_menu_bottom.png) repeat-x left bottom;
	height:30px;
	text-align: right;
	padding: 5px 20px 0px 0px;
}

/* onTrack login */
#Header .logoutButton{
	position:absolute;
	top:20px;
	right:40px;
	color:#333;
	text-decoration: underline;
}

#onTrackLogin{
	position:absolute;
	top:0px;
	right:35px;
	width:244px;
	z-index: 1;
}

#onTrackLogin .top{
	height:19px;
	background: url(../images/ontrack_login_top.png) no-repeat left top;
	color: #fff;
	font-size: 1.2em;
	padding: 12px 12px 0px 68px;
	text-align: right;
}

#onTrackLogin .hideLogo{
	background: url(../images/ontrack_login_top_no_logo.png) no-repeat left top;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

#onTrackLogin .top a{
	color: #fff;
	border-bottom: 1px dotted #eee;
}

#onTrackLogin .top a:hover {
	border-bottom-color: #BB361C;
}

#onTrackLogin .mid{
	display: none;
	background-color: #e15c06;
	padding: 10px;
	padding-bottom: 2px;
}

#onTrackLogin .wrap_form{
	border: 0px none;
	padding: 0px;
}

#onTrackLogin .mid input{
	width:212px;
	color: #666;
}

#onTrackLogin .mid .field{
	margin-bottom: 10px;
}

#onTrackLogin .bottom{
	height:9px;
	background: url(../images/ontrack_login_bottom.png) no-repeat left top;
}

#onTrackLogin input.ontrackLoginButton{
	width:75px;
	height:30px;
	border: 0px none;
	background: url(../images/ontrack_login_button.png) no-repeat left top;
	cursor: pointer;
	float: right;
}

#onTrackLogin .onTrackLoginBottom{
	height:30px;
}

#onTrackLogin .forgot{
	float:left;
	margin-top: 8px;
}

#onTrackLogin .forgot a{
	color: #fff;
	font-size: 1.1em;
	border-bottom: 1px dotted #eee;
}

/* onTrack login */

#SearchField{
	position:absolute;
	top:55px;
	right:35px;
	width:123px;
	height:33px;
	background: url(../images/se_bg.png) no-repeat left top;
}

#SearchField input{
	float:left;
	width:75px;
	border: 0px none;
	background-color: transparent;
	padding:0px;
	padding: 9px 5px 10px 10px;
	color: #666;
	font-size: 14px;
}

#SearchField input:focus{
	outline: 0px none;
}

#SearchField input.searchButton{
	padding:0px;
	width:33px;
	height: 33px;
	cursor: pointer;
}

/* Homepage */

#BigBanner{
	position:relative;
	background: url(../images/homepage_banner_bg.png) no-repeat left top;
	height: 330px;
}

#BigBanner .bannerImage{
	position:absolute;
	bottom:19px;
	right:10px;
}

#BigBanner .bannerContent{
	padding: 38px 60px 0px 35px;
	width:490px;
}
#BigBanner .bannerContent h1 {
	font-size: 2.8em;
}

#BigBanner .bannerContent h2 {
	width:600px;
	font-size: 2.0em;
	margin-top: 30px;
}

#BigBanner .bannerContent ul{
	list-style: none;
	margin: 0px;
	margin-top:0px;
}

#BigBanner .bannerContent ul li{
	width:225px;
	float:left;
	list-style: none;
	margin: 0px 0px 2px 0px;
	background: url(../images/black_arrow.png) no-repeat left center;
	padding-left: 15px;
}

#BigBanner .bannerContent ul li a{
}

/* sliding banner */

#BannerHolder{
	position: relative;	
	background: url(../images/slide_banner_bg.png) no-repeat left top;
	width:356px;
	height:150px;
	overflow: hidden;
}

#BannerHolder .bannerItem{
	position: absolute;
	left:356px;
	top:0px;
	width:276px;
	height:150px;
	padding:0px;
	padding-left: 30px;
}

#BannerHolder div#FirstBannerItem {
	left: 0;
}

#BannerHolder .bannerItem p{
	margin-bottom: 0px;
}

#BannerHolder .bannerItem h5{
	font-size:20px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
}

#BannerHolder .backButton,
#BannerHolder .nextButton{
	position: absolute;
	top:63px;
	width:16px;
	height: 16px;
	background-color: #cc0000;
	cursor: pointer;
}

#BannerHolder .backButton{
	left:10px;
	background: url(../images/slide_button_back.png) no-repeat left top;
}

#BannerHolder .nextButton{
	right:10px;	
	background: url(../images/slide_button_next.png) no-repeat left top;
}

#BannerHolder .backButton:hover,
#BannerHolder .nextButton:hover{
	background-position: 0px -110px;
}

#BannerHolder .bannerLink{
	display: block;
	width:356px;
	height:150px;
	position: absolute;
	top:0px;
	left:0px;
}
	

/* small sliding banner */

#SmallBannerHolder{
	position: relative;	
	background: url(../images/small_banner_bg.png) no-repeat left top;
	width:168px;
	height:257px;
	overflow: hidden;
}

#SmallBannerHolder .bannerItem{
	position: absolute;
	left:356px;
	top:0px;
	width:138px;
	height:217px;
	padding:40px 15px 0px 15px;
}

#SmallBannerHolder .bannerItem p{
	margin-bottom: 0px;
	font-size: 1.1em;
}

#SmallBannerHolder .bannerItem a{
	color:#333;
	font-size:.8em;
	text-decoration: underline;
}

#SmallBannerHolder .bannerItem h5{
	text-transform: uppercase;
	font-size:19px;
	color: #fff;
	line-height: 20px;
	letter-spacing: -.5px;
}

#SmallBannerHolder .backButton,
#SmallBannerHolder .nextButton{
	position: absolute;
	bottom:10px;
	width:16px;
	height: 16px;
	background-color: #cc0000;
	cursor: pointer;
}

#SmallBannerHolder .backButton{
	left:10px;
	background: url(../images/slide_button_back.png) no-repeat left top;
}

#SmallBannerHolder .nextButton{
	right:10px;	
	background: url(../images/slide_button_next.png) no-repeat left top;
}

#SmallBannerHolder .backButton:hover,
#SmallBannerHolder .nextButton:hover{
	background-position: 0px -110px;
}

/* sliding testimonails */

#TestimonailsHolder{
	position: relative;	
	background: url(../images/testimonial_bg.png) no-repeat left top;
	width:168px;
	height:267px;
	overflow: hidden;
	margin-bottom: 20px;
}

#TestimonailsHolder .bannerItem{
	position: absolute;
	left:0px;
	top:0px;
	width:138px;
	height:207px;
	padding:60px 15px 0px 15px;
	display: none;
}

#TestimonailsHolder #testID0{
	display: block;
}

#TestimonailsHolder .bannerItem p{
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
}

#TestimonailsHolder .bannerItem p a{
	color:#fff;
	border-bottom: 0px none;
}

#TestimonailsHolder .bannerItem h5{
	text-transform: uppercase;
	font-size:22px;
	color: #fff;
	line-height: 20px;
}

#TestimonailsHolder .backButton,
#TestimonailsHolder .nextButton{
	position: absolute;
	bottom:10px;
	width:16px;
	height: 16px;
	background-color: #cc0000;
	cursor: pointer;
}

#TestimonailsHolder .backButton{
	left:10px;
	background: url(../images/slide_button_back.png) no-repeat left top;
}

#TestimonailsHolder .nextButton{
	right:10px;	
	background: url(../images/slide_button_next.png) no-repeat left top;
}

#TestimonailsHolder .backButton:hover,
#TestimonailsHolder .nextButton:hover{
	background-position: 0px -110px;
}

.testimonialsPage span.date{
	font-style: italic;
	font-family: serif;
	color:#bb361c;
	font-weight: bold;
	font-size: 1.1em;
}

/* Normal Page */

#PageHead{
	position:relative;
	padding-top:10px;
	padding-bottom: 20px;
}

.hasNoSub{
	padding-bottom: 20px!important;
}

h1#PageTitle{
	padding-left: 30px;
	margin-bottom: 5px;
}

.mainContent{
	margin-top: -1px;	
}

.mainContent .contentTop,
.mainContent .contentBottom,
.mainContent .contentMid{
	width:919px;
	margin:0px auto;
}

.mainContent .contentTop{
	background: url(../images/content_top.png) no-repeat left top;
	height: 3px;
	font-size: 0px;
	line-height: 0px;
}

.mainContent .contentBottom{
	background: url(../images/content_bottom.png) no-repeat left top;
	height: 4px;
	font-size: 0px;
	line-height: 0px;
}

.mainContent .contentMid{
	width:858px;
	border-left: 1px solid #e6e4e4;
	border-right: 1px solid #e6e4e4;
	background-color: #fff;	
	padding: 40px 30px 30px 30px;
}

.mainContent .contentMid .contentLeft{
	width:620px;
	float:left;
	position: relative;
}

.mainContent .contentMid .contentRight{
	width:168px;
	float:right;
}

/* Search Page */
h3.searchReturned{
	float: left;
}

p.searchPaging{
	float: right;
	font-size: 1.1em;
	padding-top: 5px;
}

/* Glossary */
.glossaryCon{
	float: left;
	width:260px;
	padding-left: 20px;
}
.glossaryCon .ulCon{
	border-bottom:1px solid #e6e4e4;
	margin-bottom: 10px;
}

.glossaryCon .ulCon ul{
	float: left;
	width:220px;
	margin-bottom: 10px;
}

.glossaryCon h2{
	float: left;
	width:25px;
	color: #333;
}

.glossarySubTerms .current{
	color: #333;
}

/* Contact Page */
.contactForm{
	width:340px;

}

.contactForm label .title{
	width:80px;
	padding-left: 0px;
}

.contactForm label .input{
	width:auto;
}

.contactForm textarea{
	width:180px;
}

.fox_captcha_holder{
	clear:both;
	padding-left:100px;
	padding-bottom:20px;
}

.fox_captcha_holder span{
	font-size:36px;
	color:#FF3300;
	font-family:Calibri, Arial, Helvetica, sans-serif
}

.contactContent{
	float:right;
	width:250px;
}

.contactFormHolder{
	float:left;
	width:300px;
}


/* News */
.newsItem h2{
	margin-bottom: 0px;
}

.newsItem p.newsDate{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

/* Testimonials */
.testimonialsPage p{
	text-align: center;
	padding-right: 40px;
}

.testimonialsPage .bottomQuoteMark{
	margin-top: 6px;
}

/* BreadCrumbs */
.breadCrumbs{
	padding-left: 35px;
}

.breadCrumbs{
	font-size: 1.2em;
}

/* content tables */
.mainContent table tr td{
	vertical-align: top;
	/*padding-right:0px;*/
}

/* top contnet */
.mainTopContent hr{
	margin-top: 0px;
}

/* Sub Page Listing */
.subPageSummary{
	float:left;
	width:290px;	
	margin-bottom:20px;
	margin-right: 20px;
	position: relative;
}

.subPageSummary .top,
.subPageSummary .bottom{
	height:7px;
}

.subPageSummary .top{
	background: url(../images/subpage_summary_top.png) no-repeat left top;
}

.subPageSummary .bottom{
	background: url(../images/subpage_summary_bottom.png) no-repeat left top;
}

.subPageSummary .mid{
	border-left: 1px solid #e6e4e4;
	border-right: 1px solid #e6e4e4;
	background-color: #fff;	
	padding: 10px;
	height: 150px;
}

.subPageSummary h3{
	font-size:1.6em;
}

.subPageSummary a.readMore{
	position: absolute;
	bottom:13px;
	left:10px;
}

div.note{
	display:block;
	clear:both;
	border: 1px solid #fcbd94;
	background-color: #FFFBF7;
	padding: 20px 20px 0 20px;
	margin: 20px 0;
}

div.feedback_radio span.radio {
	margin: 12px;
}
div.feedback_radio span.title {
	display: none;
}
div.feedback_radio span.radio input {
	border: none;
}
div.feedback_radio span.input {
	width: auto !important;
	display: block;
	margin: 0 auto !important;
	padding: 0.67em 0 0.67em 0 !important;
}
span.extremely_u {
	display: block;
	float: left;
}
span.extremely_l {
	display: block;
	float: right;
}

/* Footer */
#Footer{
	margin-top: 20px;
}

#Footer hr{
	margin: 10px;
	color:#dadad9;
	height:1px;
	background-color: #dadad9;
	border: 0px none;
	clear: both;
}

#Footer ul{
	list-style: none;	
}

#Footer ul li{
	padding: 0px 0px 5px 0px;
}

#Footer ul li a{
	text-decoration: none;
	color:#666;
}

#Footer ul li a:hover{
	text-decoration: none;
	color:#000;
}
#Footer li {
	font-size: 1.1em;
}
#Footer p {
	font-size: 1.3em;
	color:#bb361c;
	margin-bottom: 10px;
}

#Footer p a{
	font-size: 1em;
	color:#bb361c;
	text-decoration: none;
}

#Footer p a:hover{
	color:#000;
	text-decoration: none;
}

#Footer ul.contact li{
}

#Footer ul.contact li a{
	color:#636363;
}

#Footer ul.contact li span.number{
	color:#333;
	font-weight: bold;
}

#Footer .footerIcon{
	background: url(../images/footer_icon.png) no-repeat right top;
	height:150px;
}

#Footer .copywrite{
	clear:both;
	margin: 10px;
	padding-top: 30px;
}

#Footer .copywrite p{
	font-size: .9em;
	color:#333;
}

#Footer .copywrite p a{
	color:#333;
}

/************************* 
*******  website  ******* 
*************************/ 
table.bodytable tr th { padding: 5px; vertical-align: middle; background-color: #e4680a; color: #fff; font-weight: bold; }
table.feecomptable { }
table.feecomptable th, table.feecomptable td { }
table.bodytable tr th.sf_practicesize { background: none; color: #333; vertical-align: bottom; width: 15%; }
table.bodytable thead .sf_blank { background: none; width: 2px; }
table.bodytable thead th.sf_hdaa { width: 35%; }
table.bodytable tbody .sf_blank { background: #eee; width: 2px; }
table.bodytable tbody .sf_type { background: #eee; cursor: help; width:200px; }
table.bodytable .sf_competitor { background-color: #244061; color: #fff; }
table.bodytable .sf_hdaa { background-color: #e4680a; color: #fff; font-weight: bold; }
table.bodytable tr th span { font-weight: normal; }
table.bodytable th.sf_category { width: 40%; }
table.bodytable th.sf_modalities { width: 35%;  border-left: 1px solid #fff;}
table.bodytable th.sf_maximum { border-left: 1px solid #fff; width: 25%; }
table.bodytable td.sf_maximum { border-left: 1px solid #fff; text-align: center; vertical-align: middle; }
table.bodytable td.bordertop { border-top: 1px solid #c7c7c7; }

table.bodytable td { padding: 0.75em; font-size: 12px; line-height: 1.5em; }
table { border-collapse: collapse; }
table.tdborders td { border: 1px solid #ccc;  }
table.bodytable tr.zebra0 td { background-color: #fff; }
table.bodytable tr.zebra1 td { background-color: #f3f3f3; }

table { margin-bottom: 18px; }
table td, table th { font-size: 12px; line-height: 18px; padding: 5px; }
table.lastsect { margin-bottom: 36px !important; }

#response{
	padding: 20px;
	margin-bottom: 10px;
	font-size: 1.4em;
	background-color: #FEECEC;
	border: 1px solid #F78989;
	color: #cc0000;
}
.goodresponse {
	background-color: #E1F7DF !important;
	border: 1px solid #393 !important;
	color: #393 !important;
}

/* partners logo */

.partnerLogos{
	text-align:center;
}

.partnerLogos img{

}

/* colorbox */

#greybox_popup{
	padding: 35px 40px 30px 30px;
}
#greybox_popup div.whitewrap {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#greybox_popup div.whitewrap h2 {
	margin: 10px 0;
}
#greybox_popup div.whitewrap p {
	font-size: 1.2em;
	margin: 10px 0;
}
#greybox_popup div.whitewrap form {
	margin: 20px 0 10px 0;
}

/** Stage 2 Audit application CSS */  
table.audit_documents {  
	table-layout: fixed;
	width: 100%;
}  
table.audit_documents tr td {  
         padding: 5px;  
         margin: 0;  
         border-bottom: 1px solid #e9e9e9;  
}  
table.audit_documents th {  
         padding: 5px;  
     text-align: left;  
}  
table.audit_documents .a_details {  
         width: 73%;  
         overflow: visible;  
}  
table.audit_documents .a_uploaded {  
         width: 17%;  
         text-align: center;  
}  
table.audit_documents .a_delete {  
         width: 10%;  
         text-align: center;  
}  
table.audit_documents .a_download {  
         width: 12%;  
         text-align: center;  
}  
table.audit_documents tr.zebra {  
         background-color: #F3F3F3;  
}  
table.audit_documents tr.actionrow {  
	background-color: #FFD7C4;  
}

.registration_header{
	display: none;
}

div#SudoBar
{
	width: 100%; 
	background-color: #000; 
	height: 30px;
	color: #ddd;
	line-height: 30px;
	font-size: 1.1em;
	text-indent: 2em;
}
