/* Page Structure*/

@import url("content.css");
@import url("pageColours.css");

/* TOC

1: - Global Styles
2: - Header
3: - Main Nav
3: - Sub Nav
4: - Content
5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		margin: 0;
		padding: 0;
		background-color: #00518E;
		min-width: 770px;
		}
		
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
		
	.container {
		width: 770px;
		margin: 0;
		}
		
	a {
		color: #666;
		}
		
	a img {
		border: 0!Important;
		}
	.noBorder {
		border: 0!Important;
		}		

	.clear {
		clear: both;
		}
	.small {
		font-size: .95em;
		}

/* 2 :-------- Header ------------ */

	.topBar {
		padding: 12px 15px 10px;
		}
		
	.topBar h1 {
		float: right;
		width: 470px;
		height: 15px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/images/generic/header_topTitle.gif) 0 0 no-repeat;
		}
		
	.topBar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	.topBar li {
		display: inline;
		}
		
	.topBar a {
		color: #b3cbdd;
		text-decoration: none;
		font-size: .95em;
		border-left: 1px solid #b3cbdd;
		padding: 0 2px 0 4px;
		}
		
	.topBar li.first a {
		border: 0;
		}	
		
	.header {
		clear: both;
		height: 114px;
		background: url(/images/generic/header_bg.gif) 0 0 no-repeat;
		}
		
	.mainLogo {
		position: absolute;
		width: 195px;
		height: 70px;
		margin: 25px 0 0 20px;
		text-indent: -9999px;
		}
		
	.searchBar {
		float: right;
		text-align: right;
		margin: 10px;
		}
		
	.searchBar input,
	.searchBar select,
	.searchBar option {
		vertical-align: top;
		font-size: .95em;
		color: #4B82BE;
		}
		
	.searchBar select {
		border: 0;
		padding: 2px;
		}
		
	.goButton {
		margin-right: 10px;
		}
		
	.searchText {
		border: 0;
		height: 15px;
		padding: 2px;
		}
		
	.searchButton {
		border: 1px solid #ccc;
		font-size: .95em;
		}

/* 3 :-------- Main Nav ------------ */


	#mainNav {
		height: 48px;
		margin-top: -48px;
		margin-right: 20px;
		}
	
	#mainNav ul {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#mainNav li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		background-position: 0 0;
		background-repeat: no-repeat;
		}
			
	#mainNav a {
		display: block;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		width: 66px;
		height: 38px;
		padding-top: 10px;
		padding-right: 10px;
		overflow: hidden;
		text-indent: -9999px;
		}
		
/* nav backgrounds */
			
	#mainNav .aboutCarey {background-image: url(/images/nav/About-Carey.gif);}
	#mainNav .ourSchool {background-image: url(/images/nav/Our-School.gif);}
	#mainNav .curriculum {background-image: url(/images/nav/Curriculum.gif);}
	#mainNav .activities {background-image: url(/images/nav/Activities.gif);}
	#mainNav .admissions {background-image: url(/images/nav/Admissions.gif);}
	#mainNav .ourCommunity {background-image: url(/images/nav/Our-Community.gif);}
	#mainNav .newsEvents {background-image: url(/images/nav/News-And-Events.gif);}
						
	#mainNav a:hover {
		background-position: 0 -48px;
		}	

	#mainNav li.on a {
		background-position: 0 -96px;
		}
	#mainNav li.on a:hover {
		background-position: 0 -96px;
		}		


/* 4 :-------- Sub Nav ------------ */

	#subNav {
		padding: 10px 15px 4px;
		background: #FACB0E url(/images/generic/subNav_bg.gif) 0 100% repeat-x;
		}
		
	#subNav ul {
		margin: 0;
		padding: 0;
		}
		
	#subNav li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0 10px 3px 7px;
		background: url(/images/generic/subNav_bullet.gif) 0 7px no-repeat;
		white-space: nowrap;
		}
		
	#subNav a {
		text-decoration: none;
		color: #0A5084;
		}
		
	#subNav a:hover {
		text-decoration: underline;
		}
		
	#subNav li.on a {
		font-weight: bold;
		text-decoration: none;
		}
	
/* 5 :-------- Content ------------ */

	.leftCol {
		float: left;
		width: 161px;
		padding: 25px 0 25px 20px;
		}
		
	.home .leftCol {
		width: 190px;
		padding: 30px 20px;
		}
		
	#sideNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#sideNav li {
		margin: 0;
		padding: 0;
		list-style: none;
		border: solid 1px #fff;
		}
		
	#sideNav a {
		display: block;
		padding: 3px 10px;
		text-decoration: none;
		font-size: 1.2em;
		}
				
	#sideNav li.on a {
		font-weight: bold;
		}
	
	#sideNav li.on li a {
		font-weight: normal!Important;
		background: none!Important;
		}	

	#content {
		padding: 27px 25px 25px 211px;
		background-color: #fff;
		}
		
	.home #content {
		padding: 30px 0 30px 283px;
		}
	

/* See content.css */

/* 6 :-------- Footer ------------ */

	.footer {
		clear: both;
		padding: 10px 15px 20px 25px;
		font-size: .95em;
		color: #b3cbdd;
		}
	
	.footer ul {
		margin: .5em 0 0;
		padding: 0;
		}
	
	.footer li {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	.footer a {
		color: #b3cbdd;
		text-decoration: none;
		font-size: .95em;
		border-left: 1px solid #b3cbdd;
		padding: 0 2px 0 8px;
		}
		
	.footer li.first a {
		border: 0;
		padding-left: 0;
		}	
		
	.footer a.pageTopLink {
		float: right;
		width: 91px;
		height: 29px;
		text-indent: -9999px;
		background: url(/images/links/pageTop_link.gif) 0 0 no-repeat;
		margin-top: -10px;
		border: 0;
		}	
			
		