@charset "utf-8";
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: calibri;
	font-size: 15px;
}
#top_border {
	background-color: #006699;
	height: 10px;
}

#header {
	background-color: #f3f3f3;
	margin-bottom: 10px;
}

#header #logo_area a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.nav {
	width: 100%;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	
}

.nav li {
	padding: 0px;
		}
	
.nav li a {
	width: 94%;
	display: block;
	height: 40px;
	text-decoration: none;
	color: #003366;
	font-family: pistara;
	font-size: 22px;
	line-height: 40px;
	border-radius: 8px;
	margin-bottom: 4px;
	padding-left: 6%;
	-webkit-transition: all 0.3s linear 0.05s;
	-moz-transition: all 0.3s linear 0.05s;
	-ms-transition: all 0.3s linear 0.05s;
	-o-transition: all 0.3s linear 0.05s;
	transition: all 0.3s linear 0.05s;
	letter-spacing: 2px;
	font-weight: bold;
}

.nav li a:hover, .nav li .current  {
	color: #FFFFFF;
	/* [disabled]background-color: #003366; */
	background-image: url(images/menu_button_bg.jpg);
	}
.courses_head {
	background-color: #003366;
	display: block;
	height: 40px;
	width: 97%;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 40px;
	padding-left: 3%;
	margin-bottom: 5px;
	border-radius: 10px;
	/*background-image: url(images/courses_head_bg.jpg);*/
	font-family: pistara;
	letter-spacing: 2px;
}
.affiliations_head {
	display: block;
	height: 38px;
	width: 97%;
	font-size: 22px;
	color: #333333;
	padding-left: 3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	line-height: 37px;
	margin-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	font-family: garait;
	font-weight: bold;
	letter-spacing: 2px;
}
.home_matter {
	width: 92%;
	margin-left: 4%;
	float: left;
	text-align: justify;
	font-size: 15px;
	color: #333333;
}
.testimonials_head {
	display: block;
	height: 38px;
	width: 97%;
	font-size: 22px;
	color: #333333;
	padding-left: 3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	line-height: 37px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	font-family: garait;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	z-index: 999;
}
#testimonials {
	position: relative;
	overflow: hidden;
}

.testimonial_matter {
	width: 92%;
	margin-left: 4%;
	float: left;
	text-align: justify;
	font-size: 15px;
	color: #333333;
	position: absolute;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	/* [disabled]background-color: #999999; */	
}



.inside_matter {
	width: 94%;
	margin-left: 2%;
	float: left;
	text-align: justify;
	color: #333333;
	margin-top: 15px;
	position: relative;
}
.inside_matter a {
	color: #333333;
}
.inside_matter .profile_head {
	font-size: 18px;
	background-color: #006699;
	display: block;
	width: 98%;
	line-height: 30px;
	color: #FFFFFF;
	height: 32px;
	padding-left: 2%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
a.profile_exam {
	font-size: 18px;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 2%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: none;
	padding-right: 2%;
	width: 96%;
	background-color: #006699;
}

.inside_matter .faqs_questions {
	color: #006699;
	font-size: 18px;
}
.contact_head  {
	color: #006699;
	font-size: 15px;
}


a.read_more {
	font-size: 13px;
	width: 97%;
	position: absolute;
	bottom: 0px;
	text-align: right;
	padding-right: 3%;
	text-decoration: none;
	display: block;
	height: 20px;
	background-color: #006699;
	line-height: 19px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s linear 0.03s;
	-moz-transition: all 0.3s linear 0.03s;
	-ms-transition: all 0.3s linear 0.03s;
	-o-transition: all 0.3s linear 0.03s;
	transition: all 0.3s linear 0.03s;
	right: 0px;
}
a.read_more:hover {
	background-color: #003366;
	width: 35%;
}
#footer_right a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_right a:hover {
	color: #999999;
	text-decoration: none;
}

#footer_right .designed_by a {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}




#footer {
	background-color: #003366;
	margin-top: 15px;
	padding-bottom: 10px;
}
#main_content .sub_links {
	padding: 8px;
	float: left;
	color: #003366;
	text-decoration: none;
	font-size: 18px;
	border: 1px solid #003366;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
	-ms-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	transition: all 0.2s linear 0.05s;
}
#main_content .sub_links:hover, #main_content .active_sub {
	color: #FFFFFF;
	border: 1px solid #003366;
	background-color: #003366;
}

@font-face {
	font-family:pistara;
	src:url(images/pistara.otf);	
	}
	
@font-face {
	font-family:garait;
	src:url(images/garait.ttf)
		
	}
	
