@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-color: #5550AA;
	background-attachment: fixed;
}
.content {
	background-repeat: repeat;
	width: 938px;
	background-image: url(images/bkgdgrd2.jpg);
	height: 327px;
}
.wrapper {
	height: auto;
	width: 938px;
	margin-left: auto;
	background-color: #FFF;
	margin-right: auto;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EDEDED;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#nav {
	position:relative;
	z-index: 2;
	height: 34px;
	width: 938px;
}
.box {
	min-height:0px;
}
      	#nav ul li {float:left; display:inline; margin:0; padding:0;}
.li { display:list-item; }
.home {
	display: block;
	width: 74px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.home:hover {
background-position: 0 -34px;
}
.about {
	display: block;
	width: 85px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.about:hover {
background-position: 0 -34px;
}
.courses {
	display: block;
	width: 89px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.courses:hover {
background-position: 0 -34px;
}
.tutors {
	display: block;
	width: 73px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.tutors:hover {
background-position: 0 -34px;
}
.facilities {
	display: block;
	width: 96px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.facilities:hover {
background-position: 0 -34px;
}
.news {
	display: block;
	width: 63px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_07.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.news:hover {
background-position: 0 -34px;
}
.blog {
	display: block;
	width: 60px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_08.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.blog:hover {
background-position: 0 -34px;
}
.career {
	display: block;
	width: 75px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_09.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.career:hover {
background-position: 0 -34px;
}
.contact {
	display: block;
	width: 107px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_up_10.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.contact:hover {
background-position: 0 -34px;
}
.highlight {
	height: 300px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	background-image: url(images/bkgd_grd2.jpg);
	background-repeat: repeat-x;
}
.logo {
	display: block;
	width: 216px;
	height: 34px;
	background-color: transparent;
	background-image: url(images/nav_dwn_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.form_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.content2 {
	width: 888px;
	margin-left: 50px;
	height: 500px;
}
.footer  {
	background-image: url(images/bkgdgrd2.jpg);
	background-repeat: repeat-x;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer_box {
	float: left;
	width: 200px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 20px;
}
.header {
	width: 938px;
}
.welcome  {
	height: 400px;
	width: 898px;
	background-image: url(images/wall.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.welcome_box {
	float: left;
	width: 250px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	margin-top: 10px;
	font-weight: normal;
	line-height: 21px;
}
.image_box {
	float: left;
	width: 300px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	font-weight: normal;
	line-height: 21px;
}
.body_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
}
.contentbody {
	padding: 20px;
	background-image: url(images/wall.jpg);
	background-repeat: repeat;
}
h1, h2  {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 25px;
	color: #411CB1;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3, h4 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 19px;
	color: #411CB1;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.welcome_box2 {
	float: left;
	width: 150px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	margin-top: 10px;
	font-weight: normal;
	line-height: 21px;
}
a.link2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #309;
}
.padding_image {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
