@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, p, img, a, ol, ul, li {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
	background:none;
	float:none;
}

body {
	background:#666 url(images/mainBG.gif) center 216px no-repeat;
	text-align:center;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
}

html>body {
	font-size:12px;
	line-height:1.5em;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin-top:0.5em;
	margin-bottom:1em;
	
}

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

#container {
	position:absolute;
	margin: 0;
	top:7px;
	left:50%;
	margin-left: -485px;
	width:970px;
	height:auto;
	text-align:left;
}

#holder {
	width:100%;
	height:auto;
	float:left;
}

.block {
	padding: 5px 10px 10px 10px;
	width:280px;
	background:url(images/transparentGreyBoxes.png);
	margin-bottom:40px;
	overflow:hidden;
	float:left;
}

.block a.photo {
	float:left;
	width:90px;
	height:68px;
	margin:0 2px 2px 0;
}


.block p {
	width:280px;
	clear:left;
}

#intro {
	position:absolute;
	padding: 5px 10px 10px 10px;
	width:620px;
	background:url(images/transparentGreyBoxes.png);
	margin-bottom:40px;
	left:330px;
	top:135px;
}

#intro .itemTitle {
	width:620px;
	float:left;
}

#intro .smallPic {
	width:160px;
	margin-right:10px;
	float:left;
}

#intro .smallPic img {
	width:160px;
}

#intro .address, #intro #map {
	width:220px;
	margin-right:10px;
	float:left;
}

#intro #map {
	margin:0;
	height:150px;
}


#listing {
	position:absolute;
	top:300px;
	width:640px;
	margin-bottom:40px;
	left:330px;
}

.listingItem {
	width:160px;
	float:left;
	background:url(images/transparentGreyBoxes.png);
	margin-right:50px;
	text-align:center;
	margin-bottom:20px;
	padding: 5px 10px 10px 10px;
}

.listingItem img {
	width:160px;
}

.listingItem p {
	text-align:left;
	color: #000;
}

h1 {
	width:300px;
	height:140px;
	background:url(images/transparentGreyBoxes.png);
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}

#title {
	width:300px;
	height:0;
	padding-top: 150px;
	background:url(images/chester4students-logo.png) top center no-repeat;
	margin: 5px auto 32px auto;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}

h2 {
	position:absolute;
	background:url(images/its-all-about-the-student.gif) no-repeat;
	width:635px;
	height:0;
	padding-top:53px;
	left:330px;
	top:25px;
	overflow:hidden;
}

#menu {
	position:absolute;
	width:280px;
	background:url(images/transparentGreyBoxes.png);
	padding: 0 10px 10px 10px;
	list-style:none;
	margin-bottom:40px;
	top:140px;
	left:0;
}

#menu li {
	width:280px;
	clear:left; /* fix for firefox 2 */
}

h3, #menu li a {
	width:270px;
	height:17px;
	background:#000;
	color:#FFCC00;
	margin-bottom:5px;
	font-size:1.5em;
	line-height:1em;
	padding: 1px 5px 2px 5px;
	text-decoration:none;
}

h3 {
	padding-left:0;
	width:275px;
}



#intro h3 {
	width:615px;
	color:#FFCC00;
}

#listing .listingItem h3 {
	text-align:left;
	font-size:1.5em;
	width:155px;
	color:#FFCC00;
}

.last {
	margin-right:0;
}

#menu a {
	float:left;
}

#menu li a:hover {
	background:#F96611;
	text-decoration:none;
	color:#fff;
}

#column1, #column2, #column3 {
	position:absolute;
	width:300px;
	top:135px;
}

#column1 {
	left:0;
	top:505px; /* adjust this when menu height changes! */
}

#column2 {
	left:330px;
}

#column3 {
	left:670px;
}

body.level2 #column2, body.level2 #column3  {
	top:400px;
}

img.flir-image {
	width:auto;
	padding-top:1px;
}

.appearAsLink, a p.appearAsLink {
	text-decoration:underline;
	color:#116798;
	font-weight:bold;
}

.tandc {
	font-size: 0.8em;
	font-style:italic;
}

#footer {
	position:absolute;
	left:0;
	bottom:-20px;
}

.ad {
	text-align:center; 
	float:left;
	display:inherit;
	margin-bottom:15px;
}

.halfCol {
	width:148px;
}

.oneCol {
	width:300px;
}

.twoCol {
	width:600px;
	clear:both;
	text-align:center;
	padding:40px 20px 20px 20px;
}

