
/* additional formatting for main pages of district site */

.subtitle {padding-top: 12px;}

/* -------------------------------------------------------- NEW HEADER */

#header {
	background: url(/img/titleheader.jpg) no-repeat;}

#searchMain {float: right;
	padding-right: 10px;
	padding-bottom: 2px;}

#topMenu {
	background-color: #006B54;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	color: #FFFFFF;}

#topMenu a {
	text-decoration: none;
	color: #FFFFFF;}
	
#topMenu a:hover {
	background-color: #CDCDCD;
	border-bottom: solid 1px #FFFFFF}

/* -------------------------------------------------------- MAIN COLUMN - use id tag for cell */

#main ul li {
	margin-bottom: 7px;
	list-style-position: outside;
	list-style-image: url(/general/images/arrows.gif);}
	
#main ol li {
	margin-bottom: 7px;}

#main h2 {
	margin-top: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;}

#main h2.header2b {    
    margin-top: 16px;
    font-size: 16px;
	font-weight: bold;
	color: #666666;}

#main h2.header2u {    
    margin-top: 30px;
    padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid;}

#main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	}

#main h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	border-top: 1px solid;}

#depts ul {
	margin-bottom: -.4em;}
	
#bigtable td {
	font-size: 10px}

/* --------------------------- formatted lists - use class tag for ul */

.arrows {
	list-style-position: outside;
	list-style-image: url(/general/images/arrows.gif);} 

.nobullets {
	list-style: none;}

.resources1 {line-height: 1.4;}

.resources {
	list-style: none;
	margin-left: 0;}
	
.appendix {
	list-style-image: url(/general/images/arrow-triangle.jpg);
	margin: 0 0 0 17px;
	padding-left: 0;}
	
.appendix li {padding-bottom: 7px;}
	
/* --------------------------- formatted paragraphs and text - use class tag */

.bottompad {
	padding-bottom: 7px;}

.toppad {
	padding-top: 7px;}
	
.smalltext {
	font-size: 11px;
	color: #666666;
	line-height: 1.5em;	
	margin-bottom: -.6em}

.greytext {
	color: #999999;}
	
.back {
	background-image: url(/general/images/back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 0 0 25px;}

/* this is to clean up the formatting of the news archive pages */

td blockquote p {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 5px;
	}

td blockquote p a {
	display: block;}
	
td blockquote p em {
	font-size: 11px;
	color: #999999;
	font-style: normal;}

/* --------------------------- headings - use class tag */

.header2 {    
    margin-top: 26px;
    font-size: 16px;
	font-weight: bold;
	color: #666666}
	
.header2b {    
    margin-top: 8px;
    font-size: 16px;
	font-weight: bold;
	color: #666666}

.header2u {    
    margin-top: 30px;
    padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid}

.header3 {     
     font-size: 14px;
     font-weight: bold}

/* --------------------------- text - use class tag */

.new {
	color: #FF0000;
	font-weight:bold;}

.updated {
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;}

/* -------------------------------------------------------- RIGHT HAND COLUMN - use "column" id tag for cell */

#column p {
	font-size: 11px;
	color: #666666;
	line-height: 1.4em;	
	margin-bottom: -.6em}
	
#column li {
	font-size: 11px;
	color: #666666;}

#column a {
	color: #666666;
	text-decoration: none}

#column a:hover {
	color: #F7941D;
	text-decoration: underline}
	
/* --------------------------- policy manual */
	
#policyNav { 
	list-style-type:none; 
	margin:0; 
	padding: 5px 0 5px 4px;
	background-color:#e9e9e9;
	border: 1px solid #999999}	
		
/* #policyNav a:hover {background:#FFFFFF} */
	
#column #selected {
	background-image: url(/general/images/small-triangle.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left:2px;
	padding-left:7px;
	color: #339933}

.policySearch {
	width:31em;
	margin-left: 45px;
	padding: 18px 15px 0 18px;
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
}

/* --------------------------- scholarships */

#scholarshipNav { 
	list-style-type:none; 
	margin-left:0; 
	padding-left: 20px;
	}	

/* -------------------------------------------------------- MEDIA CENTRE IMAGE GALLERY */

div.imageGallery {
  float: left;
  width: 150px;
  padding: 10px;
  font-size: 10px;}

div.spacer {
  clear: both;}
  
