body.site {
	margin: 0px;
	padding: 0px;
	background: #efefef;
}

#site_wrapper {
	background: white;
	overflow: hidden;
}

/* GLOBALS */

* {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

						
a, a:visited {
	color: #e76b00;
	text-decoration: underline;
}			

a:hover {
	color: #e76b00;
	text-decoration: none;
}		

img {
	border: 0px !important;	
}

.smalltext {
	font-size: 8pt !important;
}

/* END GLOBALS */

#header {
	background: #f5821f;
}

	#header .content {
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		height: 74px;
	}

	#header .col {
		float: left;
	}

	#header .logo {
	}

	#header .nav {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: absolute;
		left: 289px;
		top: 8px;
		height: 59px;
		border-right: 1px solid #e36f19;
	}	

		#header .nav li {
			float: left;
			border-left: 1px solid #e36f19;
			display: inline-block;
		}	
		
		#header .nav li a, #header .nav li a:active, #header .nav li a:visited {
			display: inline-block;
			font-size: 8pt;
			padding: 10px;
			padding-top: 25px;
			height: 25px;
			text-transform: uppercase;
			text-decoration: none;
			color: white;
		}	
		
		#header .nav li a:hover {
			background: #e77b1e;
		}
		
		#header .nav li.sel a, #header .nav li.sel a:active, #header .nav li.sel a:visited {
			background: white;
			color: #f5821f; 
			height: 31px;
		}	
		
		#header .nav li.sel a:hover {
			color: #da2128; 
		}

	#header .search {
		position: absolute;
		left: 801px;
		top: 26px;
		overflow: hidden;
	}
		#header .search .txt {
			float: left;
		}
			#header .search .txt input {
				background: #fbcba1;
				border: none;
				width: 140px;
				height: 17px;
				padding-top: 4px;
				padding-left: 4px;
				color: #d06c17;
				margin: 0px;
			}
		#header .search .but {
			float: left;
		}
			#header .search .but input {
				background: #e36f19;
				border: none;
				height: 22px;
				color: white;
			}
			
#mother {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}


#footer {
	background: #efefef;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	margin-bottom: 5px;
	padding: 20px;

}

	#footer .content {
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
		
		#footer .content {
			color: #919191;	
		}
	
		#footer .content .col {
			width: 50%;
			margin-right: 30px;
			float: left;
		}
		
		
		#footer .content .col_m {
			width: 20%;
			margin-right: 10px;
			float: left;
			line-height: 160%;
		}
		
		#footer .content .col_r {
			width: 20%;
			float: left;
			line-height: 160%;
		}
		
			#footer .content a{
				text-decoration: underline;
				color: gray;
			}	
			
			#footer .content a:hover{
				text-decoration: none;
				color: red;
			}
		
		#footer .content h1 {
			color: #8a8a8a;
			font-size: 12pt;
			font-weight: bold;
			margin: 0px;
			padding: 0px;
			margin-bottom: 10px;
		}			
	
#footer_sub {
	background: #efefef;
	border-top: solid 1px #cfcfcf;
	padding: 5px;
}

	#footer_sub .content {
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		color: #828282;
	}

	#footer_sub .wr {
		float: right;
	}
	
/* INTRO STYLES */

#intro #content {
	position: relative;
	overflow:auto;
	background-repeat: no-repeat;
	padding-left: 347px;
	margin-top: 24px;
}

	#intro #content .row1 {
	}
	
		#intro #content .row1 .content {

		}

	
	#intro #content .row2 {
		height: 156px;
		margin-bottom: 8px;
		position:relative;
	}
	
		#intro #content .row2 .col_l {
			width: 280px;
			display: inline-block;
		}
		
		#intro #content .row2 .col_r {
			display: inline-block;
			position: absolute;
			left: 289px;
			top: 0px;
		}
	
	#intro #content .row3 {
		background: url(../images_site/bg-intro_locations.gif) repeat-x; 
	}
	
		#intro #content .row3 .content {
			background: url(../images_site/bg-intro_locations.jpg) no-repeat top right;
			height: 213px;
			position: relative;
		}
		
			#intro #content .row3 .l_col {
				float: left;
				margin-right: 46px;
				width: 460px;
			}
			
				#intro #content .row3 .l_col .lists {
					margin-top: 10px;
					margin-left: 10px;
				}
				
					#intro #content .row3 .l_col .lists ul {
						padding: 0px;
						margin: 0px;
						list-style: none;
						width: 28%;
						float: left;
					}
					
						#intro #content .row3 .l_col .lists ul li {
							padding: 3px;
							background: url(../images_site/p-intro_locations_bullet.gif) no-repeat 3px center;
							padding-left: 13px;
							color: #b7b7b7;
						}
					
						#intro #content .row3 .l_col .lists ul li.b {
							background-color: #eeeeee; 
						}
						
						#intro #content .row3 .l_col .lists ul li a, #intro #content .row3 .l_col .lists ul li a:visited {
							color: #5d5d5d;
							text-decoration: none;
						}			
						
						#intro #content .row3 .l_col .lists ul li a:hover {
							color: #da2128;
						}			
						

			#intro #content .row3 .r_col {
				position: absolute;
				left: 515px;
				top: 31px;
			}

/* INNER STYLES */


#header_sub {

}

	#header_sub .content {
		width: 1010px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 580px; 
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
		#header_sub .content ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}

		#header_sub .content ul li {
			display: inline;
			padding: 10px;
		}

		
		#header_sub .nav li.sel {
			font-weight: bold;	
		}
		
		#header_sub .nav li.sel a, #header_sub .nav li.sel a:active, #header_sub .nav li.sel a:visited {
			color: #da2128; 
		}	
		
		#header_sub .nav li.sel a:hover {

		}

#inner #page_title_bg {
	background: url(../images_site/bg-inner_title1.gif) repeat-x;
	height: 107px;
}

#inner #page_title_bg_pic {
	background: url(../images_site/p-inner_title1.jpg) no-repeat;
	height: 107px;
	padding-left: 105px;
	padding-top: 20px;
}

#inner #page_title {
	font-size: 24pt !important;
	font-weight: normal;
	color: #f5821f;
	margin: 0px;
	padding: 0px;
}

#inner #breadcrumb {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	list-style: none;
}

	#inner #breadcrumb li {
		display: inline;
		padding-right: 5px;
		color: #a7a7a7;
	}

#inner #mother .bg {
	background-repeat: no-repeat;	
	padding-left: 275px;
	min-height: 520px;
}

#inner #content {
	color: #878787;
	padding: 20px;
	padding-left: 30px;
	padding-top: 10px;
	background: #f8f8f8;
	margin-bottom: 10px;
	line-height: 200%;
}
	
	#inner #content, #inner #content * {
		font-size: 9pt;	
	}
	
/* FORMATTING */

h1, h2, h3 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h1 {
	font-size: 14pt !important;
	color: #606060;
}

h2 {
	font-size: 11pt !important;
	color: #e47414; 
}

h3 {
	font-size: 10pt !important;
	color: gray;
}

hr {
	height: 1px;
	border: 0px;
	background: #c5c5c5;
}

.formfield {
	padding: 5px;
	background: #e4e4e4;
	border: 1px solid #d7d7d7;
	color: #828282;
}

.formbutton {
	color : #FFFFFF;
	background : #f5821f;
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
	padding: 6px;
	font-weight : bold;
}

.tblheader, .tblcellheader {
	background: #f8c497;
	color: #f5821f;
	font-weight: bold;
}

.tblcell, .tblrow0 td {
	/*background: #ffffff;*/
	border-bottom: 1px solid #dddddd;
	
}

.tblcellalt, .tblrow1 td {
	background: #e8e8e8;
}


.req {
 color: red;
 display: inline-block;
 font-size: 5pt;
} 

#contact_form .formfield {
	width: 225px;
}

#contact_map {
	padding-top: 35px;
}

.textarea {
	height: 120px;
}

a.back, .back:visited {
	background: url(../images/icons/back.gif) no-repeat center left;
	display: inline-block;
	font-size: 8pt;
	padding-left: 15px;
}

a.next, .next:visited {
	background: url(../images/icons/next.gif) no-repeat center left;
	display: inline-block;
	font-size: 8pt;
	padding-left: 15px;
}


/* JOB */

#jobs_apply_form .formfield {
	width: 200px;
}

/* SITE MAP */

#sitemap {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sitemap .folder {
	font-weight: bold;
	font-size: 12px;

	border-top: solid 1px #D9D9D9;
	padding-bottom: 6px;
	padding-top: 3px;
	padding-left: 40px;
	background: url(../images/icons/sitemap_folder.gif) no-repeat left center; 
}

#sitemap .page {
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 4px;
	padding-left: 65px;
	background: url(../images/icons/sitemap_page.gif) no-repeat 30px top; 
}


/* TESTIMONIALS */

.testimonials_quote {
	font-size: 11pt !important;
	line-height: 200%;
	font-style: italic;
	padding: 10px;
	color: #676767;
	background: #dedede;
	margin-bottom: 15px;
	text-align: justify;
}

.testimonials_quote .quote {
	font-size: 25pt !important;
	font-weight: bold;
	color: #d36c14;
}

.testimonials_author {
	font-size: 8pt;
	display: block;
	text-align: right;
}




.enrol_form_block {
	margin-top: 10px;
}

	.enrol_form_block .btn {
	}
	.enrol_form_block .note {
		font-size: 9pt !important;
		line-height: 120%;
		padding-top: 10px;
	}


