/* Resets default values to something useful
----------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

h1 {
	margin: 0;
}

h2 {
}

h3 {
}

h4 {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

ul {
	margin:0 0 0 2px;
	padding-left: 0;
	padding-right: 0;
	list-style:none;	
}
li {
	padding-top: 3px;
	margin:0;
}
ul a {
	background: url(../nav/bullet_quick_links.gif) no-repeat 0px 2px;
	/*background: url(../nav/bullet.gif) no-repeat 0px 2px;*/
	padding-left: 10px; 
}

.accessibility {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}

.accessibility hr {
	width: 100px;		/* Fixes a display issue in IE */
}


/* Basic page structure
----------------------------------------------------------------------------- */

body {
	text-align: center;		/* Fix to centre page in IE */
}

#page {
	width: 770px;			/* Maximum width to fit 800 x 600 px screen */
					/* If you need borders then the page width needs
					   to be reduced by the widths of the borders */
							   
	margin: 0 auto;			/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */
}

#header {
	width: 770px;			/* Maximum width to fit 800 x 600 px screen */
					/* If you need borders then the page width needs
					   to be reduced by the widths of the borders */
	padding: 0;
	position: relative;
}

#content {
	width: 770px;			/* Maximum width to fit 800 x 600 px screen */
					/* If you need borders then the page width needs
					   to be reduced by the widths of the borders */
	overflow: hidden;
	clear: both;
	padding-bottom: 50px;
}


/* One column */

#one-block #block1, #one-block #block3 {
	display: none;
}

#one-block #block2 {
	float: left;
	width: 770px;			/* Width - (left + right padding) */
}


/* Two columns */

#two-blocks #block1 {
	float: left;
	width: 190px;			/* Width - (left + right padding) */
	margin-right: 10px;
}

#two-blocks #block2 {
	float: left;
	width: 570px;			/* Width - (left + right padding) */
}

#two-blocks #block3 {
	display: none;
}


/* Three columns */

#three-blocks #block1 {
	float: left;
	width: 190px;			/* Width - (left + right padding) */
	margin-right: 10px;
}

#three-blocks #block2 {
	float: left;
	width: 390px;			/* Width - (left + right padding) */
	overflow: hidden;
}

#three-blocks #block3 {
	float: left;
	width: 170px;			/* Width - (left + right padding) */
	margin-left: 10px;
}

#footer {
	clear: both;
	width: 750px;			/* Maximum width to fit 800 x 600 px screen */
					/* If you need borders then the page width needs
					   to be reduced by the widths of the borders */
	overflow: hidden;
	padding: 4px 10px;
}


#block1 img, #block3 img {
	margin-bottom: 8px;
}


/* Header
----------------------------------------------------------------------------- */

#header-two-images {
	width: 770px;
	clear: both;
		height:0px;
	overflow:hidden;
}

#header-two-images img {
	float: left;
}

#header-gap {
	clear: both;
	height: 10px;
}


/* Horizontal menu
----------------------------------------------------------------------------- */

#menu-horizontal {
	width: 770px;
}

#menu-horizontal ul {
	padding-left: 5px;
	margin: 0;
	list-style: none;
}

#menu-horizontal li {
	float: left;
	padding:0;
	margin:0;
}

#menu-horizontal a {
	display: block;					/* Enable padding on links so the whole button is clickable. */
	padding: 4px 5px;
	text-decoration: none;
	background:none;
	width: 7em;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */
}


/* Sub menus
------------------------------------- */
#menu-horizontal li ul {
	position: absolute;
	left: -999em;					/* Hides sub menus off-screen */
	padding-bottom: 5px;
	z-index: 1000;					/* Displays above whatever appears beheath the menu */
}

html>body #menu-horizontal li ul {
	background: url(../nav/menu_sub_horizontal.png) repeat left top;
}

#menu-horizontal li ul li {
	float: none;
}

#menu-horizontal li ul a {
	padding: 3px 10px 5px 5px;
}
#menu-horizontal li ul a:hover{
	text-decoration:underline;
}

#menu-horizontal li:hover ul, #menu-horizontal li.sfhover ul {
	left: auto;
	margin-left: 5px;
	padding-top:5px;
}

/* This width is needed by IE6 if there is a background hover colour change. */
/*#menu li ul li a {
	width: 20em;
}*/


/* Vertical menu
----------------------------------------------------------------------------- */

#menu-vertical {
	margin-top: -2px;
	padding-left: 10px;
}

#menu-vertical ul {
	padding: 0 0px 4px 0px;
	margin: 0;
	list-style: none;
}

#menu-vertical li {
	padding: 0 0px 7px 0px;
}

#menu-vertical a:link, #menu-vertical a:visited {
	text-decoration: none;
}

/* Sub menus
------------------------------------- */

#menu-vertical li ul {
	padding: 0;
}

#menu-vertical li ul a {
}

#menu-vertical li ul li {
	padding: 8px 0px 0px 10px;
}


/* Quick links
----------------------------------------------------------------------------- */

.quick-links {
	padding: 10px 10px 8px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.quick-links ul {
	margin: 0;
	list-style-type: none;
	padding-top: 5px;
}

.quick-links li {
	padding-bottom: 0;
	margin:0;
}

.quick-links a {
	background: no-repeat 0px 2px;
	padding-left: 10px; 
}

.quick-links a:link, .quick-links a:visited {
	text-decoration: none;
}


/* Image and text defaults
----------------------------------------------------------------------------- */

.image-and-text {
	margin:0 0 10px ;
}

.image-and-text h4 {
}

.image-and-text h4 a:link, .image-and-text h4 a:visited {
	text-decoration: none;
}

.image-and-text p {
	margin-bottom: 5px;
}

.image-and-text ul {
	margin: 0;
	list-style-type: none;
}

.image-and-text li {
	padding-top: 5px;
	margin:0 0 2px 0!important;
}

.image-and-text ul a {
	background: url(../nav/bullet_quick_links.gif) no-repeat 0px 2px;
	/*background: url(../nav/bullet.gif) no-repeat 0px 2px;*/
	padding-left: 10px; 
}

.image-and-text ul a:link, .image-and-text ul a:visited {
	text-decoration: none;
}

.image-and-text ul a:hover, .image-and-text ul a:visited:hover {
	text-decoration: underline;
}


/* Image and text horizontal
----------------------------------------------------------------------------- */

.image-and-text-horizontal {
	margin:5px 0 0 0;
}

.image-and-text-horizontal .image-and-text {
	width: 390px;
	overflow: hidden;
	border-bottom: 1px solid;
	padding:0 0 10px 0;
}

.image-and-text-horizontal .image-and-text .image {
	float: left;
	width: 102px;
	padding-right: 10px;
}

.image-and-text-horizontal .image-and-text .image a:link, .image-and-text-horizontal .image-and-text .image a:visited {
	display: block;
	padding: 1px;
}

.image-and-text-horizontal .image-and-text .image a:hover {
	display: block;
	padding: 1px;
}

#introduction .image-and-text {
	margin:0 0 10px 0;
}


/* Image and text vertical
----------------------------------------------------------------------------- */

.image-and-text-vertical {
	width: 400px;
	overflow: hidden;
	padding-top: 0px;
	
	
}

.image-and-links {
	width: 390px;
	margin-top: 10px;
	overflow: hidden;
}

.image-and-links img {
	float: left;
}

.col {
	width: 190px;
	float: left;
	margin-right: 10px;
}

.image-and-text-vertical .image-and-text {
	width: 170px;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
}

.image-and-text-vertical .image-and-text .image {
	margin: -10px -10px 10px -10px;
}

.image-and-text-vertical .image-and-text .text {
	padding-bottom: 10px;
}

.image-and-links .image-and-text {
	width: 170px;
	margin-bottom: 10px;
	padding: 10px;
}

.image-and-links .image-and-text .image {
	margin: -10px -10px 10px -10px;
}

.text-and-links {
	clear: left;
	width: 390px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.text-and-links ul {
		margin-top: 10px;
}

.col2 {
	width: 190px;
	float: left;
}


/* Gallery
----------------------------------------------------------------------------- */

.gallery-thumbs {
	width: 380px;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.gallery-large {
	width: 390px;
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.gallery-thumbs img {
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #FFFFFF;
}

.gallery-pagination {
	clear: left;
	height: 10px;
}

.gallery-pagination a:link {
	text-decoration: none;
}

.gallery-pagination .next {
	float: right;
	width: 60px;
	text-align: right;
}

.gallery-pagination a {
	background: no-repeat 0 2px;
	padding-left: 0px;
}

.gallery-pagination .next a {
	background: no-repeat 100% 2px;
	padding-right: 15px;
}

/* Contact form
----------------------------------------------------------------------------- */

form th {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 0px;
}

form td {
	padding: 0 0px 5px 0px;
}

form input, form textarea {
	padding: 3px;
}

form .input-medium {
	width: 300px;
}

#contact-form-container .text {
	padding-bottom: 1em;
}

#contact-form-container .text {
	margin-bottom: 10px;
}

tr.button input {
	margin-left: -3px;
}
/* Events
----------------------------------------------------------------------------- */

table.event-table {
	width: 100%;
}

td.event-table-times {
	width: 33%;
}

td.event-table-title {
	width: 34%;
}

table.event-table td {
	vertical-align: top;
}

/* Find page styles
----------------------------------------------------------------------------- */

#find {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #EDEEF7;	
}

#find select {
	font-size: 10px;
}

#schools {
	margin-top: 10px;	
	background-color: #EDEEF7;	
}

#schools .school-wrapper {
	border-bottom: 1px solid #FFF;
	width: 100%;
}

#schools .school-wrapper .school {
	padding: 10px 10px 10px 10px;
}

.form-block-background {
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #EDEEF7;	
	border: 1px solid #000066;
}
