@charset "utf-8";
/* CSS Document */

/* ######################################################################### */
/* STRUCTURE */

.container {
	background:url(../images/bg_content.gif) repeat-y;
	padding: 0px 0px 0px 0px;
	width: 998px;
	margin: 0 auto;
	position:relative;
}

.top {
	height:69px;
	color:#1865B3;
	font-size:14px;
	font-weight:bold;
	width: 978px;
	margin: 0 auto;
	padding: 8px 0px 7px 0px;
	font-family:Helvetica, Arial, sans-serif;
	}
	
.top a {
	color:#0066CC;
}


.logo {
	position: absolute;
	z-index:1000;
	width:249px;
	top:0px;
	margin-left:365px;
	}

.rightcolumn {
	background:url(../images/bg_right.jpg) no-repeat;
	width:154px;
	float:right;
	right:10px;
	position:relative;
	min-height:470px;
	padding:10px 7px 0px 3px;
	line-height:17px;
	font-size:9pt;
}


.rightcolumn p {
	margin-bottom:1px;
	margin-top:3px;
}

.leftcolumn {
	background:url(../images/bg_left.jpg) no-repeat;
	width:154px;
	float:left;
	position:relative;
	top:0px;
	left:10px;
	min-height:470px;
	text-align:center;
	font-weight:bold;
	padding:10px 5px 30px 5px;
	height: auto !important;
}

.middlecolumn {
	background:url(../images/bg_middle.jpg) no-repeat; 
	width:578px;
	position: relative;
	margin-left:183px;
	top:0px;
	min-height:470px;
	padding:70px 20px 40px 20px;
}

.middlecolumnhome {
	background:url(../images/bg_middle.jpg) no-repeat; 
	width:600px;
	position: relative;
	margin-left:183px;
	top:0px;
	min-height:470px;
	padding:80px 10px 0px 10px;
	line-height:17px;
}


.footer{
	background: url(../images/bg_footer.gif) no-repeat #1E6AB5;
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-family:verdana, arial;
	font-size:13px;
	line-height: 17px;
	color:#fff;
	padding: 5px 10px;
}

.footer a{
	color:#fff;
	text-decoration:none;
}


/* ######################################################################### */
/* MENUS */

.topnav {
	height:35px;
	position:relative;
	float:left;
	top:21px;
	color:#FFF;
	}
	
.topnav a {
	color:#FFF;
}

.rightnav {
	left:310px;
	}



/* ######################################################################### */
/* DIVS */

.people {
	background:url(../images/people.jpg)  no-repeat;
	width:260px;
	height:545px;
	right: 186px;
	bottom: 0px;
	position:absolute;
	z-index:1000;
	}  
	

/*.people {
	background:url(../images/people.jpg)  no-repeat;
	background-position: 29% 0%;
	width:260px;
	height:550px;
	right: 186px;
	bottom: 0px;
	position:absolute;
	z-index:1000;
	}

 .people {
	background:url(../images/people.jpg) no-repeat;
	background-position: 62% 0%;
	width:260px;
	height:550px;
	right: 186px;
	bottom: 0px;
	position:absolute;
	z-index:1000;
	}  
		
 .people {
	background:url(../images/people.jpg) no-repeat;
	background-position: 93% 0%;
	width:260px;
	height:550px;
	right: 186px;
	bottom: 0px;
	position:absolute;
	z-index:1000;
	} */

.home {
	width:360px;
	}

.event {
	margin-top:50px;
	border-top:2px dotted #0066CC;
	padding-top:10px;
	}

.empevent {
	color:#0FABA5;
	font-size:16px;
}

.stemevent {
	color:#1BBDED;
	font-size:16px;
}

.teacherevent {
	color:#46698C;
	font-size:16px;
	}

.parentevent{
	color:#67AFCB;
	font-size:16px;
	}

.openevent{
	color:#0066CC;
	font-size:16px;
	}


.filter {
	background:#0066CC;
	color:#FFF;
	padding:7px;
	font-weight:bold;
	font-size:14px;
	}

/* ######################################################################### */
/* STYLES */

.active 
{
     text-decoration: underline;
}


.fltrt { 
	float: right;
	margin-left: 10px;
}

.fltlft { 
	float: left;
	margin-right: 10px;
}

.clrflt {
clear:both;
}


.centre {
text-align:center;
}


.bold {
font-weight:bold;
}

.italic {
	font-style:italic;
	}

.newsfeedtitle {
	color:#0FABA5;
	font-weight:bold;
	}
	
.newsfeedlink {
	color:#0FABA5;
	font-style:italic;
	}

.intro {
	font-weight:bold;
	font-size:15px;
	}
	
.tablestyle {
	width:80%;
	margin:auto;
	padding:2px;
	background:#ECEEF2;
	border:0px;
	}
	
.tablestyle td {
	padding:10px;
	border:1px solid #FFF;
	}
	
.tablestyle th {
	background: #E0E0E0;
	text-align:left;
	padding:10px;
	}
	
.tablestyle tr.submit {
	background: #E3E6EA;
	}


/* ######################################################################### */
/* BLOG STYLING */


.headline {
	border-bottom:solid 1px #CCC;
	padding-bottom:2px;
	margin-bottom:15px;
}

.headline h1 {
	border:none;
	padding:0px;
	font-size:20px;
	margin:0px 0px 6px 0px;
}

.search {
	font-size:17px;
	font-weight:bold;
	line-height:22px;
	}

#uxSearchInput {
	width:150px;
	}

.blogexcerpt {
padding-bottom:45px;
}
 
.blogexcerpt p {
 	padding-bottom: 10px;
	line-height:18px;
}

.blogcomment {
padding-bottom:0px;
border-bottom:#CCCCCC solid 1px;
margin-bottom:15px;
}

.posted {
font-size:0.8em;
}

.blogcomment p {
padding-bottom: 15px;
}

.rightcontent {
	width:175px;
	float:right;
	margin-top:8px;
}

.window {
	width:145px;
	float:left;
	border:1px solid #999;
	margin-bottom:10px;
	padding:3px;
}

.window p{
	margin-top:5px;
	margin-bottom:10px;
}

.window H1{
	width:141px;
	background:url(../images/small-window-header-bg.jpg) repeat-x;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	padding-left:4px;
	padding-top:8px;
	height:25px;
	margin:0px;
	}

.textbox {
background:url(../../images/small-window-bg.jpg) repeat-x bottom #EEE;
line-height:8px;
padding:5px 3px 3px 3px;
}

#mainwindow {
	width:790px;
	background:url(../../images/main-window-bg.gif) repeat-y;
	margin:0px;
	padding:0px;
}

#mainwindow .margin {
	padding:0px 4px 0px 4px;
	margin:0px;
}

#mainwindow object {
	padding:0px;
	margin:0px;
}

/* ######################################################################### */
/* DEFAULT STYLING */

a {
	text-decoration:none;
} 

a:hover {
	text-decoration:underline;
}

body {
	background: url(../images/bg_body.jpg) repeat-x #1E6AB5;
	font-family: Arial;
	font-size: 13px;
	line-height:23px;
	text-align: relative;
	color:#000;
	 /* centers container divs in browsers that don't understand margin: auto */
}

.terms {
	background-color:#EFEFEF;
	padding:5px;
	}

html, body { height: 100%;}

li {
	list-style-image: url(../../images/bullet.gif);
	}
	

/* ######################################################################### */
/* DO NOT EDIT - STYLES TO MAKE EVERYTHING WORK THE SAME IN ALL BROWSERS */

/* Elements to clean out: */
body, fieldset, form, html {
	margin: 0;
	padding: 0;
}
html { /* font values can be overwritten for specific sites using body tag in default.css */
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif; /* font-size, line-height, font-family */
}
input, label, select, textarea { /* font values can be overwritten for specific sites using these tags in default.css */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}

/* Elements with a vertical margin: */
address, blockquote, dl, h3, h4, h5, h6, ol, pre, ul {
	margin: 0;
	padding: 0;
}


/* Apply left margin:                     */
blockquote, dd {
	margin-left: 1em;
}
li {
	margin-left: 2.5em;
}

/* Miscellaneous: */
label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: none;
}
textarea {
	overflow: auto;
}

input.submit {
	cursor: pointer;
}

table {
	border:#99999 1px solid;
	border-collapse:collapse;
	padding:5px;
	}
	
td {
	border:#999 1px solid;
	border-collapse:collapse;
	padding:5px;
	}

.blue {
	background-color:#AEF;
	}
	
.yellow {
	background-color:#A4FBBA;
	}
	
.green {
	background-color:#FFFFA8;
	}
	
.error {
	color:#C00;
	}

/* Copyright (c) Webfuel Ltd. */
