body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	color: #666;
	line-height: 18px;
}

a {
	border:  none;
	text-decoration: none;
}

blockquote {
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	background-image: url(../images/speech-marks.jpg);
	height: 104px;
	width: 195px;
	padding-left: 37px;
	padding-top: 3px;
	margin-top: -5px;
	
}

blockquote span{
	color: #969696;
	font-size: 10px;
}

.method{
	width: 80px;
}

#top {
	width: 940px;
	height: 18px;
	margin: auto;
	background-image: url(../images/top_rounded.png);
}

#header {
	width: 964px;
	height: 79px;
	margin: auto;
	background-color: #f2f0f0;	
	border-top: 4px solid #605f5e;
	position: relative;
}

#header img.logo {
	position: absolute;
	left: 63px;
	top:  20px;
}

#header img {
	position: relative;
	left: 63px;
	top:  60px;
}


#header ul {
	position: relative;
	left: 135px;
	top:  -36px;
}

#header ul li {
	display: inline;
	padding-left:  87px;
}

#folds {
	width: 964px;
	margin: auto;
	margin-bottom:  0px;
	position: relative;
}

#folds #fright{
	position: absolute;
	right: 0px;
}

.lift{
	margin-top: -18px;
}

#content {
	width: 860px;
	margin: auto;
	background-color: #FFF;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: repeat-x;
	padding: 40px;
	position: relative;
}

/* Homepage */

#main {
	width: 842px;
	background-color: #F5F5F5;
	position: relative;
	padding: 10px;
}

#holder h2 {
	background-image: url(../images/hands-on.jpg);
	background-repeat: none;
	height: 43px;
	width: 298px;
	text-indent: -9999px;
}

#holder {
 	position: absolute;
 	top:  36px;
 	left: 512px;
}

#holder p {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 320px;
}

#slider {

}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
	
#slider li { 
	width: 460px;
	height: 200px;
	overflow: hidden; 
}	

/* About */

#content-about {
	width: 860px;
	margin: auto;
	background-color: #FFF;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: repeat-x;
	padding: 40px;
	position: relative;
	height: 650px;
}

#content-about a:link {
	color: #C15404 ;
}

#content-about a:active {
	color: #C15404 ;
}

#content-about a:visited {
	color: #C15404 ;
}

#content-about a:hover {
	color: #C15404 ;
}

.main-about-left p {
	margin-bottom: 30px;
	line-height: 20px;

}

.main-about-right p {
	margin-bottom: 30px;
	line-height: 20px;

}

.main-about-left ul {
	margin-bottom: 0px;
	list-style: square;
	margin-left: 20px;

}

#content-about img {
	margin-bottom: 10px;
}

.main-about-left {
	width: 350px;
	position: relative;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-bottom: -20px;
}

.main-about-right {
	width: 350px;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-left: 40px;
	margin-bottom: 40px;
	padding-bottom: 0px;
}

.main-about-right-bottom {
	width: 350px;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.main-about-right-bottom p {
	margin-bottom: 0px;
}

.main-about-right-bottom a:link {
	color: #C15404;
}

.main-about-right-bottom a:hover {
	text-decoration: underline;
}


/* Courses */

.course-biiab{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.duration{
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 6px;
}

.mandatory{
		background: #fff6bf;
		text-align: left;
		padding: 15px 20px 15px 20px;
		border-top: 2px solid #ffd324;
		border-bottom: 2px solid #ffd324;
		display: block;
		position: absolute;
		left: 0px;
		bottom: 121px;
		width: 220px;
	}
	
#content-course {
	width: 860px;
	margin: auto;
	background-color: #FFF;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: repeat-x;
	padding: 40px;
	position: relative;
	height: 1565px;
}

#content-course h2 {
	color: #C15404;
	margin-top: -7px;
}

.main-course {
	width: 200px;
	position: relative;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-bottom: -20px;
	height: 435px;
}

.main-course-right {
	width: 200px;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-left: 40px;
	margin-bottom: 40px;
	position: relative;
	height: 435px;
}

#content-course ul{
	list-style: square;
	margin-left: 20px;
	margin-top: 15px;
}


/* Contact */

#content-contact {
	width: 860px;
	margin: auto;
	background-color: #FFF;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: repeat-x;
	padding: 40px;
	position: relative;
	height: 350px;
}

#content-contact img.margin {
	margin-bottom: 10px;
}

#content-contact a:link {
	color: #C15404 ;
}

#content-contact a:active {
	color: #C15404 ;
}

#content-contact a:visited {
	color: #C15404 ;
}

#content-contact a:hover {
	color: #C15404 ;
}

.main-contact-left {
	width: 350px;
	position: relative;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-bottom: -20px;
	margin-left: 220px;

}

.main-contact-right {
	width: 350px;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

.main-contact-right-success {
	width: 350px;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.main-contact-right-bottom {
	width: 350px;
	float: left;
	background-color: #F5F5F5;
	padding: 30px;
	margin-left: 00px;
	margin-bottom: 40px;
}

.main-contact-left p {
	margin-bottom: 30px;
	line-height: 20px;

}

.main-contact-right p {
	margin-bottom: 30px;
	line-height: 20px;

}

.main-contact-left a:link {
	color: #C15404;
}

.main-contact-left a:hover {
	text-decoration: underline;
}

#contact_form{
	position: relative;
	height: 450px;
}

li.input input
{
color: #C15404;
background: #FFFFFF;
border: 4px solid #E2E2E2;
padding: 6px;
margin-bottom: 10px;
}

textarea#message
{
color: #C15404;
background: #FFFFFF;
border: 4px solid #E2E2E2;
padding: 6px;
width: 324px;
margin: 0px;
line-height: 20px;
margin-bottom: 30px;
resize: none;

}

.button{
	position: relative;
	bottom: 10px;
}

label {  
	display: block; 
	font-size: 11px;
	margin-left: 3px;
	font-style: italic;
}

#message							{ width:180px;margin:60px 0 0 100px; }
#message h2						{ font-size:150%;color:white; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-16px;left:-48px;padding: 0px; margin:0px; }


/* Site */

#footer {
	width: 863px;
	height: 96px;
	margin: auto;
	background-image: url(../images/bar_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 37px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	color: white;
	position: relative;
}

#footer ul {
	background-image: url(../images/contact.jpg);
	background-repeat: none;
	height: 103px;
	width: 197px;
	text-indent: -9999px;
}

#footer ul li {

}

#footer ul li span {
	font-size: 18px;
}

#footer #highlight {
	width: 639px;
	height: 146px;
	background-image: url(../images/highlight.png);
	background-repeat: no-repeat;
	margin: -40px;
	position: absolute;
	top:  40px;
	
}
#footer #contact {
	width: 200px;
	height: 96px;
	float: left;
}

#footer #approved {
	width: 331px;
	height: 96px;
	float: left;
	background-image: url(../images/bii_approved.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-top: 17px;
	margin-right: 40px;
}

#footer #approved h3 {
	width: 165px;
	text-align: center;
	position: relative;
	left:  150px;
	top: 10px;
	text-transform: uppercase;
}

#footer #testamonial {
	width: 250px;
	height: 96px;
	float: left;
}

#bottom {
	width: 940px;
	height: 15px;
	margin: auto;
	background-image: url(../images/bottom_rounded.png);
	background-repeat: no-repeat;
}

.left{
	float: left;
	width: 640px;
	margin-top: 20px;
	font-size: 11px;
}

.right{
	float: left;
	width: 300px;
	margin-top: 20px;
	font-size: 11px;
}

.right a{
	color: #C9C9C9;
}

.clear {clear: both and height: 0}
