@import url("reset.css");

/*  
Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 13px/1.8em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: url(../gfx/bg_shadow.jpg) repeat-x 0 0;
    color:#666;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

a {
	color: #94ABAB;
	text-decoration: none;
}
a:hover {
	color: #000;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 910px;  
	position: relative;
}
#header {
	height: 120px;
	background: url(../gfx/headbg.png) no-repeat 50% 50%;	
}
#logo {
	display: block;
	width: 283px;
	height: 57px;
	background: url(../gfx/logo_provinceton.gif) no-repeat 0 0;	
	text-indent: -999em;
	margin: 0 auto;
	position: relative;
	top: 35px;
}

#charlton_logo {
	display: block;
	width: 189px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 28px;
	background: url(../gfx/logo_charlton.png) no-repeat 0 0;
	text-indent: -999em;
}	
#charlton_logo:hover {
	background-position: 0 -80px;
}
#highgrove_logo {
	display: block;
	width: 189px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 28px;
	background: url(../gfx/logo_highgrove.png) no-repeat 0 0;
	text-indent: -999em;
}	
#highgrove_logo:hover {
	background-position: 0 -80px;
}



/* --- CONTAINERS ---- */
#intro_head {
	display: block;
	height: 360px;
	width: 910px;	
}
#primary {
	padding: 15px;	
}
#primary p {
	display: block;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	line-height: 18px;
}


#footer {
	font-size: 10px;
	color: #94ABAB;	
}
#footer img {
	margin: 0 0 10px 0;	
}
#footer p {
	text-align: center;	
}



/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

