/*

	Scripture Union Northern Ireland Stylesheet
	Schools CSS
	Created by Andi Topping on Monday 25th November 2008

*/

@import url("base.css");

#container { width: 999px; margin: 0px 0px;  min-height: 100%; height: 100%; }

/* h1 section styles */
h1 {  color: #509E44; font-size: 18px; }
h1.title { background-image:url(../images/schools/bg_h1.png); background-repeat:no-repeat; height: 33px; padding: 7px 10px 5px 10px; }
h2 { color: #FBE754; font-size: 16px; padding: 0px 0px; margin: 0px 0px; }
h3 { color: #FBE754; font-size: 14px; padding: 0px 0px; margin: 0px 0px; }

a { color: #509E44; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; font-weight: bold; }

hr { height:1px; border: none 0; border-top: 1px solid #999999; text-align:center; margin: -5px 0px;}

/* background styles */
body { background-color: #509E44; background-image:url(../images/schools/bg.gif); background-repeat: no-repeat; }

/* main content area */
#content { margin: 20px 0px 0px 15px; }
#left { float:left; width:152px; font-size: 12px; text-transform: uppercase; }
#right { float:right; width:261px; font-size: 11px;  }
#center { margin: 0px 297px 0px 175px; }

/*left bar styles */
#left .links { background-image:url(../images/schools/bg_links.png); background-repeat: no-repeat; height: 12px; padding: 5px 10px; margin: 0px 0px 7px 0px; }
#left .links a { color: #509E44; font-weight: bold; text-decoration:none;  }
#left .links a:hover { text-decoration: none;  }

/* left bar sublink styles */
#left .sublinks { padding: 0px 0px 13px 25px; margin: 0px 0px; }
#left .sublinks a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
#left .sublinks a:hover { color: #2C8A1D; text-decoration: none; }

/* right bar styles */
#right a { color: #000000; font-weight: normal; }
#right .box { width: 259px; margin: 10px 0px; }
#right .light_top { background-image:url(../images/schools/lightgreen_top.png); background-repeat: no-repeat; height: 11px; padding: 0px 0px; }
#right .light_box { background-color: #E1DB64; padding: 0px 10px; margin: 0px 0px; }
#right .light_bottom { background-image:url(../images/schools/lightgreen_bottom.png); background-repeat: no-repeat; height: 9px; padding: 0px 0px; }
#right .dark_top { background-image:url(../images/schools/darkgreen_top.png); background-repeat: no-repeat; height: 8px; padding: 0px 0px; }
#right .dark_box { background-color: #2C8A1D; padding: 0px 10px; margin: 0px 0px; }
#right .dark_bottom { background-image:url(../images/schools/darkgreen_bottom.png); background-repeat: no-repeat; height: 9px; padding: 0px 0px; }

/* right bar h1 styles */
#right h1 { padding: 0px 0px; margin: 0px 0px; }
#right .dark_box h1 { background: none; color: #FBE754; }

/* center styles */
#center .content_box { margin: 0px 0px 10px 0px; }
#center .content_top { background-image:url(../images/schools/content_top.png); background-repeat: no-repeat; height: 9px; padding: 0px 0px; }
#center .content_bottom { background-image:url(../images/schools/content_bottom.png); background-repeat: no-repeat; height: 9px; padding: 0px 0px; }
#center .content { background-color: #ABC767; padding: 0px 10px; margin: 0px 0px; }

#center a { color: #008F2B; font-weight: bold; text-decoration:none;  }
#center a:hover { text-decoration: none;  }

#center #footer a { padding-right: 20px; }
#center #footer { color: #008F2B; font-weight: bold; margin: 10px 0px; font-size: 9px; }

/* form styles */
label { color: #509E44; }
input, text-area { color: #000000; }
input.submit { background-color: #509E44; color: #FFFFFF; }
