@charset "iso-8859-1";
/* CSS Document */

/*
-----------------------
template: Broughton Castle website
designer: Candy Gourlay
url: mediagrafika.net
-----------------------*/

html, body {
  	margin:0px;
  	padding:0px;
	}
	
body {
	background:#fff;
	margin:0px auto;
	padding:0px;
	}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	text-decoration:underline;
	color:#666600;
	line-height:1.2em;
	text-align:left;
	}
	
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	text-decoration:underline;
	color:#666600;	
	}
	
a:hover {
	font-weight:bold;
	font-size:small;
	text-decoration:underline;
	color:#CC3300;

	}
	
a:visited, a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#CC9966;
	}


li {
list-style:none;
}



h1 {
	font-family:"Arial Narrow", Arial;
	font-size:.9em;
	color:#333300;
	font-weight:bold;
	letter-spacing:.15em;
	line-height:1.1em;
	text-transform:uppercase;
	text-align:left;
}
	
/*these styles are for the texts within the admission div
--------------------------------------------------------*/


.dates {color:#333300; font-family:"Arial Narrow", Arial;
	font-size:1.1em; font-weight:bold; }




	
/*container div
-----------------------*/
#content {
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:center;
	}


/* columnar content
------------------------*/

#admission {
	float:right; 
	width:180px; 
	background-color:#EED;
	color:#333333;
	padding:0 0 20px 20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margine:0;
	}
#admission p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.5em;
	} 

#admission h2 {
	font-family:"Arial Narrow", Arial;
	font-size:.8em;
	color:#333300;
	font-weight:normal;
	letter-spacing:.1em;
	line-height:1.1em;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

#leftbar {
	float:left;
	width:460px;
	font:Georgia,"Times New Roman", Times, serif;
	font-size:1em;
	color:#333333;
	letter-spacing:normal;
	line-height:1.4em;
	text-align:left;
	}

#leftbar p {

	}


#contact {
	padding:20px;
	font-size:.8em;
	line-height:1.3em;
	background-color:#EED;
	text-align:left;
	}
/*NAVIGATION 
------------------------*/

/* for top of page */
#nav {
	margin-right:auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom:20px;
	width:100%;
	height: auto;
	top: -8px;	
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	letter-spacing:0.25em;
	color:#333333;
	text-align: center;
	font-size: .8em;	
}


#nav a{
	font-family: Georgia, Times, serif;
	text-transform:uppercase;
	letter-spacing:0.25em;
	color:#333333;
	text-align: center;
	font-size: .8em;
	font-weight:lighter;
	text-decoration:none;	
}
	
#nav a:hover {
	color:#CC3300;
	letter-spacing:0.25em;
	text-decoration:underline;
	font-size: .8em;
	font-weight:lighter;
}
/* for submenu under banner */
#nav2 {
	margin:5px auto;
	padding:0 0 30px 0;
	width:100%;	
	font-size:.9em;
	text-align:center;
	color:#FFFFFF;
	}

#nav2 a {
	line-height:12.5px;
	text-transform:capitalize;
	font-size:.9em;
	font-weight:normal;
	margin:0 0 0 6px;
	padding:0;
	text-decoration: none;
	color:#666600;
	font-family:Arial, Helvetica, sans-serif;
	}

.cockhorse {
	float:left; 
	padding:0 30px 10px 0px;
	font-weight:bold;
	font-family:"Courier New", Courier, mono;
	font-size:1em;
	line-height:1.4em;
	text-align:left;
	color:#666666;
	width:180px;}

#nav2 a.active, #nav2 a:hover {
	text-decoration: underline;
	padding-bottom: 0px;
	color:#CC6600;
	}

#nav2 a:hover {
	color:#CC3300;
	}
/* for bottom of page */
#navbottom {
	margin:0 auto;
	padding: 0 0 10px 0;
	width:100%;
	text-align:center; 
	color:#FFFFFF;
	}
	
html>body #navbottom {
	clear:both;
	}
	
	
#navbottom a{
	text-decoration:none; 
	color:#666600;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	}
	
#navbottom a.active, #navbottom a:hover {	
	text-decoration:underline;
	color:#CC3300;
	}
	
#navbottom a:hover {color:#CC3300;}

#navbottom a:visited {color:#CC9966;}


/* copyright styles
-------------------------------------*/

/* used in copyright notice centred at bottom of page*/
#copyright {
	clear:both;
	margin:10px auto;
	text-align:center;
	padding:10px;
	width:700px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}

.copyright {
font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-align:left;
	color:#666666;
	}

	