/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

/* style for horizontal menu */


.menu_nav {
	color: #333333;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.menu_nav a{
	color: #666666;
	text-decoration: none;
	padding-right: 3px;
}
.menu_nav a:visited{
	color: #666666;
	text-decoration: none;
}
.menu_nav a:hover{
	color: #AB2931;
	text-decoration: none;

}


/* style for vertical menu (welcome) */

#vertmenu {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 125%;
	width: 160px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#vertmenu h3 {
	display: block;
	background-color:#123880;
	font-size: 90%;
	padding: 3px 0 5px 10px;
	color: #FFFFFF;
	margin: 0px;
	width:152px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dotted #8CA5B1;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #123880;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #AB2931;
background-color: #eeeeee;
}

/* style for vertical menu (quick links) */

#vertmenu2 {
font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
font-size: 125%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu2 h3 {
	display: block;
	background-color:#FFFFFF;
	font-size: 90%;
	color: #AB2931;
	width:159px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 36px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#vertmenu2 ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu2 ul li {
margin: 0px;
padding: 0px;
}
#vertmenu2 ul li a {
font-size: 70%;
display: block;
border-bottom: 1px dotted #8CA5B1;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #990000;
width:160px;
}

#vertmenu2 ul li a:hover, #vertmenu ul li a:focus {
color: #123880;
background-color: #eeeeee;
}

/* style for right column */

.right_column {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	width: 557px;
	color: #666666;
	font-size: small;
	line-height: 1.5em;
}
	
	
.right_column h1 {
	font-size: 20px;
	font-weight: normal;
	color: #123880;
	margin-top: 0px;
	margin-bottom: -15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #123880;
}



h3 {
	font-size: 15px;
	color: #123880;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #123880;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blueblockcontent {
	color: #FFFFFF;
	background-color: #000033;
	padding: 3px;
	font-size: x-small;	
	}
	
.redblockcontent {
	color: #FFFFFF;
	background-color: #990000;
	padding: 3px;
	font-size: x-small;	
	}
/*footer
...........................................................................................*/

.footer_styling {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #031c5d;
	background-color: #031545;
}

#ddblueblockmenu{
border-bottom-width: 0;
margin:10px;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding: 5px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #031545;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #90bade;
	border-left-color: #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


.bold {
	font-weight: bold;
	color: #333333;
}
.footer_contacts {
	color: #FFFFFF;
	background-color: #031545;
	padding: 0px 10px 3px 10px;
	border: 1px solid #003366;
	margin: 3px 0 10px 0;
}
.footer_contacts a {
	color: #0099FF;
	text-decoration: none;
	list-style-type: none;
}
.footer_contacts a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.side_shade {
	background-image: url(images_pegasus/side_shade.gif);
	background-repeat: repeat-y;
	width: 7px;
}



/*schools personalised pages
...........................................................................................*/

#vertmenusplash {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 125%;
	width: 160px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#vertmenusplash h3 {
	display: block;
	background-color:#ffffff;
	font-size: 90%;
	padding: 3px 0 5px 10px;
	color: #990000;
	margin: 0px;
	width:152px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#vertmenusplash ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenusplash ul li {
margin: 0px;
padding: 0px;
}
#vertmenusplash ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dotted #8CA5B1;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #123880;
width:160px;
}

#vertmenusplash ul li a:hover, #vertmenu ul li a:focus {
color: #AB2931;
background-color: #eeeeee;
}
.pegasus_header {
	color: #33CC00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33CC33;
}

/*schools quick links 
...........................................................................................*/
#vertmenusplash2 {
font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
font-size: 125%;
width: 160px;
padding: 10px;
margin: 0px;
}

#vertmenusplash2 h3 {
	display: block;
	background-color:#FFFFFF;
	font-size: 90%;
	color: #AB2931;
	width:159px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 36px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#vertmenusplash2 ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenusplash2 ul li {
margin: 0px;
padding: 0px;
}
#vertmenusplash2 ul li a {
font-size: 70%;
display: block;
border-bottom: 1px dotted #8CA5B1;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #990000;
width:160px;
}

#vertmenusplash2 ul li a:hover, #vertmenu ul li a:focus {
color: #123880;
background-color: #eeeeee;
}

/*pegasus right column
.....................................................................*/


/* style for right column */

.right_columnpegasus {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	width: 557px;
	color: #666666;
	font-size: small;
	line-height: 1.5em;
	padding-right: 10px;
}
	
.right_columnpegasus h1 {
	font-size: 20px;
	font-weight: normal;
	color: #33CC33;
	margin-top: 0px;
	margin-bottom: -15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33CC33;
}
	
/*rest
.....................................................................*/


/* style for the rest */

.right_columntherest {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	width: 557px;
	color: #666666;
	font-size: small;
	line-height: 1.5em;
	padding-right: 10px;
}
	

.right_columntherest h1 {
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	margin-top: 0px;
	margin-bottom: -15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}



h3 {
	font-size: 15px;
	color: #123880;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #123880;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blueblockcontent {
	color: #FFFFFF;
	background-color: #000033;
	padding: 3px;
	font-size: x-small;	
	}
	
.redblockcontent {
	color: #FFFFFF;
	background-color: #990000;
	padding: 3px;
	font-size: x-small;	
	}
.right_column .blueblockcontent a {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.right_column .redblockcontent a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9px;
}
.right_columnrest h1 {
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	margin-top: 0px;
	margin-bottom: -15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
