/*////////////////site specific tags ///////////////////////////////////////////////////////*/
/*HTML tags/////////////////////*/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	
}

.google
{
font-size:12px ;
}

/*//////////////////////////////////////////////////////////////////////*/

/* ID styles ///////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////*/




body {
	font-family: Arial;
	text-decoration: none;
	font-size: 14px;
}

/* css needed by schoolweb///////////////////////////////////////////*/


.white {
	color: #ffffff;
 text-decoration: none;	}
	
.head {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	}

.pic {
	border-style: solid;
	border-color: red;
	border-width: 1px;
}
	
.select {
	font-family: Arial;
	font-size: 11px;
}

.itemDate {
	color: #000000;
	font-size: 11px;
}
.itemHeader {
	font-weight: bold;
}
.itemBody {
	color: #666666;
	font-size: 12px;
	font-family: Arial;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.subTitle {
	font-size: 11px;
	color: #AAAAAA;
	
}

.editLink {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.infoMessage {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

.pictureText {
	font-style: normal;
	font-size: 12px;
	color: #1D0470;
	font-weight: bold;
	
	padding: 2px;
}

.pictureTable {

}


 textarea, select {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #000000; 
}

.commentsBox {
	border: 1px solid black;
	background-color: white;
	padding: 3px;
}

.adminCommentsBox {
	border: 1px solid black;
	
	padding: 3px;
}

.commentsSubheader {
	font-size: 10px;
	color: #666666;
}


/* css needed by schoolweb but altered on each site/////////////////////*/


#pagetitle
{
color: #1D0470;
}


.border {  border: 1px dashed; border-color: #990066 #990066 #990066 #FFFFFF}
/*//////////////////////////////////////////////////////////////////////*/


/*BEGIN MAIN NAVIGATION STYLING//////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////*/

/*Transmenu css -requried by the menu controller///////////////////////*/

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	
	display: block;
	
	z-index:2;
	width: 150px;
	
	}
/*
.transMenu.top .items {
	border-top:none;
}*/

/* each TR.item is one menu item */
.transMenu .item {
	color: #0B438F;
	text-decoration: none;
	background-image: url(/images/sidenav/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 26px;
	display: block;
  
	font-weight:bold;
    font-size:11px;
    font-family:Arial;
   

	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: 0px solid #CCCCCC;
	cursor:pointer;
	cursor: hand;
    width: 150px;
	padding: 0px;
	
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=20);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.2;
	filter:alpha(opacity=20);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	color: #DF0029;
	text-decoration: none;
}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}


/*//////////////////////////////////////////////////////////////////////*/

/*navigation extra display tags - these may be stie specific/////////////////////////////////////////*/
body {
	background-color: #9AAEC0;
	margin: 0px;
	padding: 0px;
}
.sidenav {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0B438F;
	text-decoration: none;
	padding: 5px 20px 3px 0px;
	line-height: 18px;
	background-color: #D3DEE8;
	background-image: url(/images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: uppercase;
	display: block;
}
.sidenav a{
	color: #0B438F;
	text-decoration: none;
	
	padding-left: 26px;
	display: block;
}
.sidenav a:hover{
	color: #DF0029;
	text-decoration: none;
}
h1 {
	font-family: Arial;
	color: #DF0029;
	font-size: 23px;
	font-weight: normal;
}
.bodytext {
font-family: Arial;
	font-size: 11px;
	color: #444455;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 16px;
	text-decoration: none;
	background-image: url(/images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 443px;
	height: 443px;
}

p {
	margin-top: 10px;
	margin-bottom: 13px;
}
a {
	color: #0B438F;
	text-decoration: none;
}
a:hover{
	color: #DF0029;
	text-decoration: none;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.address {
	font-family: Arial;
	font-size: 10px;
	background-color: #003E81;
	color: #92BBE7;
	padding: 15px 15px 15px 18px;
}

.menuTable
{
padding-bottom: 5px;
}
/*//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*specialist tags need to fullfil a one off requriement//////////////////*/ 
tr, td, img
{
padding: 0px;
margin: 0px;
}
/*//////////////////////////////////////////////////////////////////////*/
