body {
	margin: 0;
	padding: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;

	background-color: #FFF;
}

h1, h2, h3 ,h4, h5 {
	padding: 0px;

	font-style: normal;
	color: #BF321C;
	text-decoration: none;
}
	
	h1 	{
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
	}
			
			
	h2 	{
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
	}
			
			
	h3 	{
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
	}
			
	h4 	{  
		font-size: 14px; 
		line-height: 18px; 
		font-weight: 300; 
		color: #000;
	}
			
	h5 	{  
		margin: 2px 0 5px 0;
	
		font-size: 10px; 
		line-height: 11px; 
		font-weight: bold;
		text-transform: uppercase;
		color: #006666;		
	}	

a:link, a:visited, a:hover {
	color: #BF321C;
	text-decoration: underline;
}

img {
	border: none;
}

/* Layout */
#container {
	position: relative;
	width: 960px;
	padding: 0px 0 25px 0;
	margin: 0px auto;
}
	#header {
		margin:0px;
		padding:20px 0px 0px 0px;
	}
	
		.logo {
			position: relative;
			top: 10px;
			left: 1px;
			padding:0px;
			margin:0px;
		}
		
		.search { 
			float: right;
			position: relative;
			right: 5px;
			padding:0px 0px 0px 0px;
			color: #006666;
			font-weight: bold;
		}
			.search input.search_box {
				width: 116px;
				height: 15px;
				padding: 3px 2px 2px 2px;
				
				font-size: 12px;
				color: #999;
				
				border: 1px solid #006666;
			}
			.search input.search_bttn {
				width: 32px;
				height: 22px;
				margin: 0 4px;
				padding: 0 2px;
				
				font-size: 12px;
				color: #FFF;
				
				background: #006666;
				border: none;
			}
			
	.page_shadow{
		float:left;
		margin: -13px 0 10px 10px !important;
		margin: -13px 0 10px 5px;
		width: 950px;
		padding: 0px;
		
		background: url('../images/shadow.gif') no-repeat bottom right;
	}
	
	.page_inner{
		position:relative;
		bottom:9px;
		right: 9px;
		padding: 0;
		margin: 0;
	
		border: 1px solid #999999;
		border-width: 0 1px 1px 1px;		
	}			
			
		#content {
			padding: 15px 8px 12px 30px;
		
			background: #FFF;
		}
		
			.content_right {
				padding: 8px 0 105px; 0;
				float: right;
				width: 184px;
				
				background: url('../images/content_right_bglogo.gif') no-repeat bottom center;				
			}
				.shadow_box {
					float:left;
					margin: 0px 0 11px 10px !important;
					margin: 0px 0 11px 5px;
					width: 178px;
					padding: 0px;
					
					background: url('../images/shadow.gif') no-repeat bottom right;
				}
				.green_box, .orange_box {
					position:relative;
					bottom:9px;
					right: 9px;
					margin: 0;
					height: 130px;
					padding: 10px;
					
					background: #BCCDBC url('../images/green_box_corner.jpg') no-repeat 98% 98%;
					border: 1px solid #FFF;
				}
			
								
				.orange_box {
					color: #FFF;
					
					background: #BF321C url('../images/org_box_corner.jpg') no-repeat 98% 98%;
				}
					.orange_box a, .orange_box a:visited {
						color: #BCCDBC;
					}
				
				.green_box h2, .orange_box h2 { 
					margin: 0 0 10px 0;
				
					color: #006666;
					font-weight: bold;
					font-size: 12px;
				}
				
				.orange_box h2 { color: #F8D28A; }
				
			.content_left {
				width: 670px;
				padding: 0 20px 0 0;
				float: left;
				
				border-right: 1px solid #BF321C;			
			}
			
				.homepage_bttn {
					padding: 0 15px 0 0;
				}

		#footer {
			clear: both;
			width: 960px;
			margin: 5px auto 0 auto; 	
		}
			
			.powered_by, .design_by { 
				float: right;
				padding: 0 10px;
			}


.training_bttn a h5, .training_bttn a h5:visited, .training_bttn a h5:hover,
.induction_bttn a h5, .induction_bttn a h5:visited, .induction_bttn a h5:hover,
.providers_bttn a h5, .providers_bttn a h5:visited, .providers_bttn a h5:hover,
.publications_bttn a h5, .publications_bttn a h5:visited, .publications_bttn a h5:hover {
	display: block;
	padding: 90px 0 0 0;
	color: #006666;	
}

/* Internal Pages*/

#PrintButtonLayer {
	width: 100%;
	float:right;
	padding:5px 10px 5px 0px;
	text-align: right;
}
	#PrintButtonLayer a, #PrintButtonLayer a:visited, #PrintButtonLayer a:hover {
		text-decoration:none;
	}
#breadcrumbs { float: left; margin: 0 0 0 20px;}


#int_content {
	padding: 15px 8px 12px 8px;
	background: #FFF;
}

		.int_content_right ul, .int_content_left ul{
			list-style: none;
			padding: 0;
			margin: 0;
		}
			
	.int_content_left {
		float: left;
		width:  170px;
	}
		.int_content_left h3 {
			border-bottom: 1px solid #BF321C;
		}
		
	.int_content_right {
		width:  200px;	
		float: right;
		
	}
	
		.int_content_right h3 {
			padding: 5px 10px 0;
			margin: 10px 0 0 0;
			
		
			background: url('../images/int_right_header.jpg') no-repeat center top;
		}
	
	.int_main_content, .ndl_content {
		width: 520px;
		padding: 0 0 0 10px;
		overflow: visible;
		margin: 0 0 0 9px;
		float: left;
		
		border-left: 1px solid #BF321C;
	}
	.ndl_content {
		width: 700px;
	}

/* Lists */
	.int_content_right .list{
		width:  188px;
		padding: 5px;
		
		border: 1px solid #BF321C;	
		border-width: 0 1px;	
	}	

	.int_content_right ul li a, .int_content_right ul li a:hover {
		display: block;
		padding: 5px 0 5px 25px;
		background: url('../images/pdf_icon.jpg') no-repeat left center;
	}

/* homepage splash*/

.training_bttn, .induction_bttn, 
.providers_bttn, .publications_bttn {
	width: 135px;
	height: 190px;
	padding: 0 15px 20px 5px;
	margin: 0 12px 0 0;
	overflow: hidden;
	float: left;
	
	font-size: 10px;
	line-height: 11px;
	color: #333;
}
.training_bttn { background: url('../images/training_bttn.jpg') no-repeat left top;} 
.induction_bttn { background: url('../images/induction_bttn.jpg') no-repeat left top;} 
.providers_bttn { background: url('../images/providers_bttn.jpg') no-repeat left top;}
.publications_bttn { background: url('../images/publications_bttn.jpg') no-repeat left top;}


.training_bttn a, .training_bttn a:visited, .training_bttn a:hover,
.induction_bttn a, .induction_bttn a:visited, .induction_bttn a:hover,
.providers_bttn a, .providers_bttn a:visited, .providers_bttn a:hover,
.publications_bttn a, .publications_bttn a:visited, .publications_bttn a:hover {
	color: #333;
	text-decoration: none;
}

.training_bttn h5 a, .training_bttn h5 a:visited, .training_bttn h5 a:hover,
.induction_bttn h5 a, .induction_bttn h5 a:visited, .induction_bttn h5 a:hover,
.providers_bttn h5 a, .providers_bttn h5 a:visited, .providers_bttn h5 a:hover,
.publications_bttn h5 a, .publications_bttn h5 a:visited, .publications_bttn h5 a:hover {
	display: block;
	padding: 80px 0 0 0;
	color: #006666;	
}

/* Menus */
#pnav {
	height: 31px;
	position: relative;
	z-index: 50;
	
	float: right;
	border-top: 1px solid #999999;	
}
	#pnav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#pnav li {
		padding: 0;
		margin: 0;			
		float: left;
	}
			
ul#int_subnav li {
	border-bottom: 1px solid #BF321C;
	background: url('../images/int_submenu.jpg') no-repeat right 95% !important;
	
}
	ul#int_subnav li a{
		padding: 7px 7px 8px 18px;
		display: block;
		
		color: #333333;
		text-transform: capitalize;
	}	
	
	ul#int_subnav li a:hover, ul#int_subnav li a.active { color: #BF321C; }

/* Misc */

.dataTextTitle {
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
}
			