@charset "utf-8";
/* CSS Document */

body {
	font-family:"Comic Sans MS";
	font-size:13px;
	line-height:160%;
	color:#333;
	background-image:url(../images/crowan_header_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
}
img
{
	border:1px solid;
	border-color: #CCC;
	padding:4px;
}
a {
	color:#22366c;
	text-decoration:underline;
}
a:hover{
	color:#369;
	text-decoration:none;
}
a img
{
	border:5px solid;
	border-color: #999;
}

a:hover img
{
	border-color:#09548e;
}
h1{
	font-size:24px;
	color:#333;
	font-weight:bold;
	padding-bottom:10px;
}
h2{
	font-size:18px;
	color:#22366c;
	font-weight:bold;
}
h3{
	font-size:15px;
	color:#333;
	font-weight:bold;
	margin-bottom:0px;
}
#header {
	height:199px;
	margin-top:0px;
	background-image:url(../images/crowan-header-text.png);
	background-position:left;
	background-repeat:no-repeat;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
#header img {
	border:none;
}
#colourbar {
	position:absolute;
	left:0px;
	height:11px;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:100%;
}
#colourbar.home {
	background:#2596de;
}
#colourbar.school {
	background:#2367bb;
}
#colourbar.children {
	background:#328f49;
}
#colourbar.staff {
	background:#6dd81e;
}
#colourbar.governors {
	background:#f4d60f;
}
#colourbar.community {
	background:#f08e0f;
}
#colourbar.links {
	background:#e32618;
}
#colourbar.news {
	background:#d81099;
}
#colourbar.contact {
	background:#8110d8;
}
#navbar {
   float:right;
   margin-top:154px;
   margin-bottom:-6px;
   padding-bottom:0px;
   width:770px;
   text-align:left;
   vertical-align:bottom;
}
#navbar ul{
	float:left;
	margin-left:-40px;
}
#navbar li{
	list-style:none;
	float:left;
	font-weight:bold;
	font-size:15px;
	margin-right:4px;
}
#navbar li a{
	display:block;
	padding-left:14px;
	padding-right:14px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#FFF;
}
#navbar li a:hover{
	background-color:#999;
	color:#FFF;
}
#navbar li.home{
	background-color:#2596de;
}
#navbar li.homeselected{
	padding-bottom:6px;
	background-color:#2596de;
}
#navbar li.school{
	background-color:#2367bb;
}
#navbar li.schoolselected{
	padding-bottom:6px;
	background-color:#2367bb;
}
#navbar li.children{
	background-color:#328f49;
}
#navbar li.childrenselected{
	background-color:#328f49;
	padding-bottom:6px;
}
#navbar li.staff{
	background-color:#6dd81e;
}
#navbar li.staffselected{
	background-color:#6dd81e;
	padding-bottom:6px;
}
#navbar li.governors{
	background-color:#f4d60f;
}
#navbar li.governorsselected{
	background-color:#f4d60f;
	padding-bottom:6px;
}
#navbar li.community{
	background-color:#f08e0f;
}
#navbar li.communityselected{
	background-color:#f08e0f;
	padding-bottom:6px;
}
#navbar li.links{
	background-color:#e32618;
}
#navbar li.linksselected{
	background-color:#e32618;
    padding-bottom:6px;
}
#navbar li.news{
	background-color:#d81099;
}
#navbar li.newsselected{
	background-color:#d81099;
	padding-bottom:6px;
}
#navbar li.contact{
	background-color:#8110d8;
}
#navbar li.contactselected{
	background-color:#8110d8;
	padding-bottom:6px;
}
#content {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:none;
	background-image:url(../images/crowan-left-bar.gif);
	background-repeat:repeat-y;
	background-position:left;
	overflow:hidden;
	
}
#leftcolumn
{
   width:200px;
   float: left;
   margin:0px 0px 0px 12px;
   padding-bottom:30px;
   padding-right:5px;
   font-size:12px;
   line-height:160%;
   min-height:450px;
}
#maincontent
{
   float:left;
   width:730px;
   margin: 0px 20px 0px 25px;
   padding-bottom:30px;
   overflow:visible;
   vertical-align:top;
}
/***********************************************************************/
/* footer bottom                                                  */
/***********************************************************************/
#footerbg {
	margin:0;
	padding:0;
	float:none;
	background-color:#22366c;
	height:85px;
	color:#FFF;
	line-height:normal;
	/* border-bottom:8px solid #2367bb; */
}
#footer1 {
	margin-left:auto;
	margin-right:auto;
	padding-top:18px;
	width:1000px;
	height:60px;
	color:#fff;
	font-size:10px;
	float:none;
}
#footertext {
	width:450px;
	height:40px;
	padding-left:10px;
	float:left;
	font-size:10px;
}
#footertext p{
	margin:0;
	padding:0;
}
#footertext p.small{
	font-size:10px;
}
#footertext a{
	color:#fff;
	text-decoration:none;
	background:#22366c;
}
#footertext a:hover{
	color:#22366c;
	text-decoration:none;
	background-color:#FFFFFF;
}
/***********************************************************************/
/* footer nav                                                   */
/***********************************************************************/

#footernavigation
{
	width:500px;
	margin-right:10px;
	margin-top:-4px;
	margin-bottom:16px;
	height:30px;
	float:right;
	text-align:right;
	line-height:normal;
	font-size:10px;
}
#footernavigation a{
	color:#fff;
	text-decoration:none;
	background:#22366c;
}
#footernavigation a:hover{
	color:#22366c;
	text-decoration:none;
	background-color:#FFFFFF;
}

#footernavigation ul
{
  list-style-type:none;
  margin-top:14px;
  text-align:right;
  float:right;
  background:#22366c;
}

#footernavigation ul li
{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0px;
	border-right: 1px solid #fff;
	padding:0px 10px;
	line-height:10px;
	background:#22366c;
}  

#footernavigation ul li a,
#footernavigation ul li a:link,
#footernavigation ul li a:visited
{
   display:block;
   float:left;
   color: #fff;
   font-size:10px;
   text-decoration:none;
   padding:2px;
   background:#22366c;

}

#footernavigation ul li a:hover,
#footernavigation ul li a.selected:link,
#footernavigation ul li a.selected:visited
{
   text-decoration:none;
   background-color:#fff;
   padding:2px;
   color:#036;
}
#footercontact {
	width:300px;
	margin-right:10px;
	margin-top:-6px;
	margin-bottom:16px;
	height:30px;
	float:right;
	text-align:right;
	line-height:normal;
	font-size:10px;
}
a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/pdf.png) center left no-repeat;
}
a[href$='.doc'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/doc.png) center left no-repeat;
}
.gallery {
	color:#333;
	text-decoration:none;
}
a .gallery {
	color:#333;
	text-decoration:none;
}
a:hover .gallery {
	color:#666;
	text-decoration:none;
}
a img.gallery{
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#D6D6D6;
	float:left;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
}
a:hover img.gallery{
	border-color:#CCC;
	background-color:#EAEAEA;
}
a.linkpage {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/link.png) center left no-repeat;
}
a.newslink {
display:inline-block;
padding-left:20px;
line-height:24px;
background:transparent url(../images/page_white_text.png) center left no-repeat;
}
ul#sitemap {
	line-height:200%;
}
ul#sitemap a{
	text-decoration:none
}
#newsletters {
	border: 1px dashed;
	margin: 5px auto 15px auto;
	padding:20px 10px 20px 80px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #0056A4;
	background-color: #ECF7FD;
	background-image:url(../images/newsletter.png);
	width:450px;
}
#snow_info {
	border: 1px dashed;
	border-color:#0f4d92;
	margin: 15px auto 15px auto;
	padding:75px 10px 20px 10px;
	background-repeat: no-repeat;
	color: #0f4d92;
	background-color: #c3cdef;
	background-image:url(../images/snow__update_bg.png);
	background-position:center top;
	width:500px;
}
#snow_info h2 {
	font-family: Arial;
	font-weight:bold;
	font-size:20px;
	color:#0f4d92;
}
#snow_info h2 span.Open {
	color:#419d24;
	text-transform:uppercase;	
}
#snow_info h2 span.Closed {
	color:#f01818;
	text-transform:uppercase;
}
#snow_info h2 span.Opening-Late {
	color:#f4a40b;
	text-transform:uppercase;
}
