@charset "UTF-8";
* {
    padding: 0px;
    margin: 0px;
}
html {
    height: 100%;
    margin-bottom: 1px;
}body {
    background:#ffffff;
    width: 700px;
    color: #000;
	font: 14px arial, verdana, helvetica;
}
a { text-decoration: underline; background-color: inherit; }a:active { outline: none; }a, h1, h2, h3, h4, .color {
  color:#c33;
}
p, h1, h2, h3, label, input, textarea, hr {
  margin-bottom:10px;
}
h1{font-size:22px; color:#000; font-style:italic;}
h2{font-size:18px; text-transform:uppercase;}
h3{font-size:16px; color:#000; font-style:italic;}
h4{font-size:14px;}
ul{margin:0px 0px 10px 10px;}
li{margin:0px 0px 0px 5px;}
hr { height:2px; background-color:#c33; color:#c33; border:0px; }body {
    background: #fff;
    width: 100%;
}
img {
    border: 0px;
}
#topShadow {
    background: url(images/engaging-learners-page-bg-top.jpg) no-repeat top center;
    height: 30px;
}
#wrapperShadow {
    background: url(images/engaging-learners-page-bg-middle.jpg) repeat-y center;
}
#wrapper {
    margin: 0px auto;
    width: 999px;
}
#content {
    float: right;
    width: 737px;
    text-align: left;
    padding: 0px 9px 0px 0px;
}
.column {
    float: left;
    font-size: 12px;
    width: 215px;
    padding: 0px 10px;
    margin: 20px 0px;
    border-right: 1px solid #ccc;
}
.column3 {
    border-right: 0px;
}
#MelStopford { 
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#footer {
    clear: both;
    padding: 8px 0px 0px 198px;
    font-size: 12px;
    color: #fff;
    height: 58px;
    background: url(images/engaging-learners-page-bg-bottom.jpg) no-repeat top center;
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footerMenu { /* see menu.css for other styles */
    height: 45px;
}
#legal {
    clear: both;
    margin: 0px auto;
    width: 958px;
    font-size: 10px;
    color: #ccc;
}
#legal a {
    text-decoration: none;
    color: #ccc;
}
.clearBoth {
    clear: both;
}

/*** blog ***/
.blogItem {
    clear: both;
    padding-top: 20px;
}
.blogItem .date {
    width: 120px;
    float: left;
    text-transform: uppercase;
}
.blogItem .date div {
    text-align: center;
    padding: 3px;
}
.blogItem .day {
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin-right: 6px; 
}
.blogItem .month {
    float: right;
    background: #c33;
    color: #fff;
    font-size: 12px;
    margin-right: 15px; 
}
.blogItem .blogContent {
    width: 590px;
    float: left;
}#menu {
    float: left;
    width: 198px;
    background: #ccc;
    text-align: center;
}
#menu a { /* this is for the email address link */
    color: #000;
    text-decoration: none;
}
#menu ul, #menu ul li {
    padding: 0px;
    margin: 0px;
}
#menu ul li {
    list-style: none;
}
#menu ul li a {
    display: block;
    width: 179px;
    text-align: left;
    font-weight: bold;
    padding: 10px 0px 10px 18px;
    border-right: 1px solid #ccc;
    color: #fff;
}
#menu ul li a:hover, #menu ul li.active a {
    background: #333;
    color: #fff;
}

#footerMenu ul, #footerMenu ul li {
    padding: 0px;
    margin: 0px;
}
#footerMenu ul li {
    list-style: none;
    float: left;
}
#footerMenu ul li a {
    padding: 0px 20px;
    border-left: 1px solid #fff;
    color: #fff;
}
#footerMenu ul li.first a {
    border: 0px;
    padding-left: 198px;
}
input, textarea, .button {
	font: 14px arial, verdana, helvetica;
	color: #000;
	border: 1px solid #c33;
	background: none;
	padding-left: 3px;
}
textarea {
	height:100px;
}
.button{
  width:100px;
  cursor:pointer;
}
