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

body{
	padding:0px;
	margin:0px;
	background:url(../images/bg.jpg) repeat-x;
}
#master_conteainer{
	float:right;
	width:947px;
}
#pencil_holder{
	float:right;
	width:205px;
	padding-top:58px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
/* ------ Header ------ */
#header_container{
	float:right;
	width:742px;
	height:350px;
}
#logo_container{
	height:105px;
	clear:both;
}
#logo{
	float:left;
	padding-top:10px;
}
#quick_link{
	color:#1f65a1;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	float:right;
	width:200px;
	padding-top:65px;
}
a{
	color:#1f65a1;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#288ee6;
}

#banner_container{
	background:url(../images/banner_bg.jpg) no-repeat;
	width:742px;
}
#banner{
	padding-top:8px;
	width:742px;
	height:250px;
}

/* ------ Menu ------ */
#menu_container{
	width:723px;
	height:50px;
	clear:both;
	background:url(../images/menu-bg.jpg) repeat-x;
	margin-left:10px;
}

#topmenu{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#b45d00;
	padding-top:14px;
	padding-left:5px;
}

#topmenu a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#b45d00;
	text-decoration:none;
}

#topmenu a:hover{
	color:#ff9523;
	text-decoration:underline;
}


/* ------ body ------ */
#body_text_container{
	width:730px;
	clear:both;
	margin-left:10px;
}

#left_body_conatiner{
	width:272px;
	float:left;
}

#right_body_container{
	width:450px;
	float:left;
}

#left_area{
	width:245px;
}


.green_title{
	font-family:Tahoma, Geneva, sans-serif;
	color:#74a11f;
	font-size:11px;
	font-weight:bold;
	background:url(../images/green.gif) no-repeat;
	height:21px;
	padding-left:10px;
	padding-top:4px;
}

.blue_title{
	font-family:Tahoma, Geneva, sans-serif;
	color:#1f65a1;
	font-size:11px;
	font-weight:bold;
	background:url(../images/blue.gif) no-repeat;
	height:21px;
	padding-left:10px;
	padding-top:4px;

}

p{
	font-family:Verdana, Geneva, sans-serif;
	color:#636363;
	font-size:11px;
	text-align:justify;
}

.normaltext{
	font-family:Verdana, Geneva, sans-serif;
	color:#636363;
	font-size:11px;
	padding-left:10px;
	text-align:justify;
}

.school_title{
	color:#b45d00;
	font-weight:bold;
}

.school_address{
	color:#35619e;
}

.spacer{
	height:25px;
}

#image_container{
	width:170px;
	float:left;
}

#school_text_container{
	width:270px;
	float:right;
}


#scholar_award{
	width:450px;
	clear:both;

}



/* ------ Footer ------ */
#footer_container{
	width:730px;
	clear:both;
	background:url(../images/footer-bg.jpg) repeat-x;
	height:73px;
	margin-left:10px;
	margin-top:20px;
}

#footer_container p{
	padding-top:20px;
	padding-left:20px;
}



/* ------ slideshow ------ */

#slideshow {
	padding-left:9px;
}

#slideshow IMG {
    position:absolute;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


