/* 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:#fff;
	font-size:10px;
	color:#404040;
	height:100%;
	/* background: url(../images/page_bg.png) repeat-x; */
}

a img{
	border: 0px none;
}


/* Layout */

#Wrapper{
	width:940px;
	margin:0px auto;
}

/* cols */

.colHolder{
	clear:both;
	float:left;
	width:100%;
}

.oneFifth{
	float:left;
	margin:0px;
	width:188px;
}

.twoFifths{
	float:left;
	margin:0px;
	width:376px;
}

.oneForth{
	float:left;
	margin:0px;
	width:235px;
}

.oneThird{
	float:left;
	margin:0px;
	width:313px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.clearing{
	height:1px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

/* Header */

#Header{
	position:relative;
	height: 90px;
	/*background: url(../images/header_bg.png) no-repeat;*/
	padding:20px 0px 20px 0px;
	border-bottom:1px #ccc solid;
	margin-bottom:30px;
	z-index: 100;
}

#Header #Logo{
	display:block;
}

/* Main Menu */

#Menu{
	position:absolute;
	top:57px;
	right:180px;
	list-style: none;
	display: none;
}

#Menu li{
	float:left;
	list-style: none;
	padding-left: 20px;
	margin-left: 0px;
}

#Menu li a{
	font-size: 1.1em;
	color:#e15c06;
	background: url(../images/menu_icon_faded.png) no-repeat left center;
	padding-left:12px;
	text-decoration: none;
}

#Menu li a:hover{
	color: #333;
}

#Menu li.current a{
	background: url(../images/menu_icon.png) no-repeat left center;
	color:#333;
}

/* sub menu */
#SubMenu{
	position: absolute;
	top:84px;
	left:40px;
	display: none;
}

#SubMenu a{
	float:left;
	margin-right:3px;
}

#SubMenu a span{
	background: url(../images/sub_bg.png) no-repeat top left;	
	float: left;
	height: 36px;
	font-size: 1.1em;
	padding: 10px 0px 0px 10px;
}

#SubMenu a span.subCap{
	background: url(../images/sub_cap.png) no-repeat top left;
	width:11px;
	padding: 0px;
}

#SubMenu a:hover span{
	background-position: 0px -70px;
}

#SubMenu a.current span{
	background-position: 0px -70px;
	color: #000;
}

/* admin menus */

.adminNav{
	margin-bottom: 10px;
	display: none;
}

.adminNav .top{
	background: url(../images/admin_menu_top.png) no-repeat left top;
	height:45px;
	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;
	display: none;
}

#onTrackLogin{
	position:absolute;
	top:0px;
	right:40px;
	width:244px;
	display: none;
}

#onTrackLogin .top{
	height:19px;
	background: url(../images/ontrack_login_top.png) no-repeat left top;
	color: #fff;
	font-size: 1.2em;
	padding: 12px 0px 0px 68px;
	cursor: pointer;
}

#onTrackLogin .top a{
	color:#fff;
}

#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;
	text-decoration: underline;
	font-size: 1.1em;
}

/* onTrack login */

#SearchField{
	position:absolute;
	top:55px;
	right:40px;
	width:123px;
	height:33px;
	background: url(../images/se_bg.png) no-repeat left top;
	display: none;
}

#SearchField input{
	float:left;
	width:75px;
	border: 0px none;
	background-color: transparent;
	padding:0px;
	padding: 9px 5px 10px 10px;
	color: #666;
}

#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: 340px;
	z-index: 1;
}

#BigBanner .bannerImage{
	position:absolute;
	bottom:29px;
	right:10px;
}

#BigBanner .bannerContent{
	padding:0px;
	width:490px;
}

#BigBanner .bannerContent h1{
	width:800px;
}

#BigBanner .bannerContent ul{
	list-style: none;
	margin: 0px;
	margin-top: 25px;
}

#BigBanner .bannerContent ul li{
	width:240px;
	float:left;
	list-style: none;
	margin: 0px 0px 10px 0px;
}

#BigBanner .bannerContent ul li a{
	font-size: 1.1em;
	background: url(../images/black_arrow.png) no-repeat left center;
	padding-left: 15px;
}

/* 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: 35px 30px 0px 50px;
}

#BannerHolder .bannerItem p{
	margin-bottom: 0px;
}

#BannerHolder .bannerItem h5{
	text-transform: uppercase;
	font-size:22px;
	color: #fff;
	line-height: 20px;
}

#BannerHolder .backButton,
#BannerHolder .nextButton{
	position: absolute;
	top:60px;
	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;
}

/* 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:356px;
	top:0px;
	width:138px;
	height:207px;
	padding:60px 15px 0px 15px;
}

#TestimonailsHolder .bannerItem p{
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
	font-style: italic;
	font-size: 1.1em;
}

#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;
}

/* Normal Page */

#PageHead{
	position:relative;
	background: url(../images/page_head_bg.png) no-repeat right top;
	padding-bottom:50px;
	padding-top:10px;
}

.hasNoSub{
	padding-bottom: 20px!important;
}

h1#PageTitle{
	padding-left: 40px;
	margin-bottom: 5px;
}

.mainContent{
	
}

.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;
}

.mainContent .contentBottom{
	background: url(../images/content_bottom.png) no-repeat left top;
	height: 4px;
}

.mainContent .contentMid{
	width:858px;
	border-left: 1px solid #e6e4e4;
	border-right: 1px solid #e6e4e4;
	background-color: #fff;	
	padding: 30px 30px 30px 30px;
}

.mainContent .contentMid .contentLeft{
	width:620px;
	float:left;
}

.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{

}

/* 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: 40px;
}

.breadCrumbs{
	font-size: 1.1em;
}

/* 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:15px;
	margin-right: 15px;
	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;
}
	

/* Footer */
#Footer{
	margin-top: 20px;
}

#Footer hr{
	margin: 10px;
	color:#dadad9;
	height:1px;
	background-color: #dadad9;
	border: 0px none;
	clear: both;
	display: none;
}

#Footer ul{
	list-style: none;
	display: none;	
}

#Footer .oneFifth{
	float: right;
}
	

#Footer .oneFifth p{
	display: none;
}

#Footer ul li{
	padding: 0px 0px 10px 0px;
}

#Footer ul li a{
	text-decoration: none;
	color:#666;
	font-size: 1.1em;
}

#Footer ul li a:hover{
	text-decoration: none;
	color:#e15c06;
}

#Footer p{
	font-size: 1.3em;
	color:#999;
	margin-bottom: 20px;
}

#Footer ul.contact li{
	color:#c0c2c2;
}

#Footer ul.contact li a{
	color:#333;
}

#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:#666;
}

#Footer .copywrite p a{
	color:#666;
}

/************************* 
*******  website  ******* 
*************************/ 
table.bodytable tr th { padding: 5px; vertical-align: middle; 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.bodytable { margin-bottom: 18px; } 
#main table td, #main table th { font-size: 12px; line-height: 18px; } 
table.lastsect { margin-bottom: 36px !important; }

a.readMore{
	display: none;
}



