/* . = class # = id */

.small_note {
	color:#888888;
	font-size:8pt;
}

.p_header {
	font-family:Arial;
	color:#527715;
}

.p_list {
	font-family:Arial;
	color:#527715;
	font-size:18px;
}

.p_text {
	font-family:Arial;
	color:#5c5c5c;
	font-size:15px;
}

#web_page {
	left:50%;
	margin-left:-490px;
	margin-top:24px;
	position:absolute;
	width:980px;
}
body {
	background:white url(/images/css_lib/background.jpg) repeat-y scroll center top;
	margin:0px;
}
.top_left_grey {
	background:transparent url(/images/css_lib/grey_bar_left.jpg) no-repeat left top;
	height: 30px;
	width:100%;
}

.top_right_grey {
	background:transparent url(/images/css_lib/grey_bar_right.jpg) no-repeat right top;
	height: 30px;
	width:100%;
}

.top_center_grey {
	background:transparent url(/images/css_lib/grey_bar.jpg);
	color:white;
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	height: 30px;
	width:100%;
	line-height:28px;
	margin: 0px auto;
	margin-left:12px;
	text-align:center;
}

.middle_left {
	background:transparent url(/images/css_lib/1_Pixel_Grey.jpg) repeat-y scroll left top;
	width:100%;
}	

.middle_right {
	background:transparent url(/images/css_lib/1_Pixel_Grey.jpg) repeat-y scroll right top;
	height:100%;
	width:100%;
}	

.bottom_left {
	background:transparent url(/images/css_lib/left_corner_color_c2c2c2.jpg) no-repeat left top;
	height:11px;
	width:100%;
}	

.bottom_right {
	background:transparent url(/images/css_lib/right_corner_color_c2c2c2.jpg) no-repeat right top;
	height:11px;
	width:100%;
}	

.bottom_center {
	background:transparent url(/images/css_lib/1_Pixel_Grey.jpg) repeat-x left bottom;
	height:11px;
	margin:0px auto;
	margin-left:9px;
	margin-top:-8px;
}	

/* page width 954 new width */

#page_content {
	margin:11px auto;
	margin-left:10px;
	width:952px;
}




#navigation_bar {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:8px;
	width: 100%;
}

/* 136 is width of menu*/

.tab_136 {
	float:left;
	height:30px;
	width:136px;
}

.tab_136 a {
	display:block;
	height:30px;
	width:136px;
	text-decoration:none;
}

.tab_136 a:hover {
	background-position:-136px 0px;

}

/* 118 is width of menu*/
.tab_118 {
	float:left;
	height:30px;
	width:118px;
}

.tab_118 a {
	display:block;
	height:30px;
	width:118px;
	text-decoration:none;
}

.tab_118 a:hover {
	background-position:-118px 0px;

}

/* 106 is width of menu*/
.tab_106 {
	float:left;
	height:30px;
	width:106px;
}

.tab_106 a {
	display:block;
	height:30px;
	width:106px;
	text-decoration:none;
}

.tab_106 a:hover {
	background-position:-106px 0px;

}

/* the width of current menu need to be correct one 118 for 7 menu item*/
.current {
	float:left;
	height:30px;
	width:106px;

}
.current a {
	float:left;
	height:30px;
	width:106px;
	background-position:-106px 0px;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/*  different size menu   */
#navigation_bar .tab_158 {
	float:left;
	height:32px;
	width:158px;
}

#navigation_bar .tab_158 a {
	display:block;
	height:32px;
	width:158px;
	text-decoration:none;
}

#navigation_bar .tab_158 a:hover {
	background-position:-158px 0px;

}

/* image for each menu button*/

#tab_home a {
	margin-left:14px;
	background-image:url("/images/css_lib/btn_home.jpg");
}
#tab_mission a {
	margin-left:14px;
	background-image:url("/images/css_lib/btn_mission.jpg");
}

#tab_center a {
	background-image:url("/images/css_lib/btn_center.jpg");
}
#tab_culture a {
	background-image:url("/images/css_lib/btn_culture.jpg");
}
#tab_community a {
	background-image:url("/images/css_lib/btn_community.jpg");
}
#tab_library a {
	background-image:url("/images/css_lib/btn_library.jpg");
}
#tab_outreach a {
	background-image:url("/images/css_lib/btn_outreach.jpg");
}
#tab_calendar a {
	background-image:url("/images/css_lib/btn_calendar.jpg");
}
#tab_scholarship a {
	background-image:url("/images/css_lib/btn_scholarship.jpg");
}
#tab_school a {
	background-image:url("/images/css_lib/btn_school.jpg");
}
