/* CSS document that contains style definitions for elements that are specific to the pupils section */

/* General/Content */
#content .right_col {
	float: right;
	width: 160px;
}

#content .left_col {
	float: left;
	width: 160px;
}

#content .centre_col {
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

#content .info {
	padding: 20px 5px;
	text-align: left;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	float: left;
	width: 442px;
	min-height: 480px;
}

/* IE6 Min Height Hack */
/*\*/
* html .info {
	height: 480px;
}
/**/

#content .info p {
	margin: 5px 0px 0px;
}

.left_header {
	height: 25px;
	border-bottom: 1px solid #D1D1D1;
	text-align: left;
	border-left: 1px solid #D1D1D1;
	padding: 25px 0px 0px 15px;
}

.right_header {
	height: 50px;
	border-bottom: 1px solid #D1D1D1;
	text-align: left;
	border-right: 1px solid #D1D1D1;
	background-image:url(../images/pupils_right_header_bg.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.centre_header {
	height: 35px;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	text-align: left;
	float: left;
	width: 437px;
	padding: 15px 0px 0px 15px;
	background-image:url(../images/pupils_centre_header_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.department_desc {
	color: #000000;
	font-weight: bold;
}

.department_img {
	text-align: center;
	margin: 10px 0px;
}

.department_img img {
	border: 1px solid #D1D1D1;
}

.to_top_link {
	background-image: url(../images/department_nav_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 10px;
}

.to_top_link a {
	font-weight: bold;
}

.department_list {
	list-style: none;
	text-indent: 1em;
	margin: 10px;
}

/* Search */
#search {
	height: 240px;
	background-color: #D6EFF5;
	padding: 10px 7px 5px;
	text-align: left;
	border-right: 1px solid #D1D1D1;
	background-image: url(../images/search_drip.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
}

#search p {
	color: #464646;
	font-size: 0.9em;
	font-weight: bold;
}


/* News */
#department_news {
	margin: 10px 0px;
	font-size: 1em;
	text-align: left;
	padding: 0px 0px 10px;
}

#department_news .header {
 	background-image: url(../images/home_news_header_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #5A7646;
	height: 16px;
	margin: 5px 0px 1px;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0px 5px;
}

#department_news h3 {
	padding: 0px 5px;
}

#deparment_news a {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 10px;
}

#department_news p {
	color: #464646;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 16px;
	padding: 0px 10px;	
}


/* Deapartment Navigation */
#department_nav {
	float: left;
	width: 454px;
}

#department_nav ul {
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	list-style: circle;
	list-style-image: url(../images/department_nav_bullet.gif);
	height: 30px;
}

#department_nav li {
	float: left;
	display: inline;
	margin: 0px 4px;
	line-height: 30px;
}

#department_nav a {
	font-weight: bold;
}

#department_nav a:hover {
	color: #000000;
}

#department_nav .bullet {
	float: left;
	background-image: url(../images/department_nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 19px;
	width: 3px;
	margin: 0px 2px 0px 0px;
}

/* Department Selector */
#department_sel {
	height: 70px;
	background-color: #DCEFF5;
	padding: 10px 7px 5px;
	text-align: left;
	border-right: 1px solid #D1D1D1;
}

#department_sel .icons {
	float: right;
	margin: 0px 10px 0px 0px;
}

