/*-- css reset --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-- end of reset --*/

body{
background-color: #a7a9ac;
color: #666;
font: normal 14px Verdana, Arial, Sans-serif;
}
#container_wrap{
margin: 0 auto;
width: 960px; 
}
#container{
padding: 0;
position: relative;
}
#header{
float: left;
height: 105px;
}
#logo{
background:transparent url(images/logo.gif) no-repeat bottom left;
height: 48px;
position: absolute;
top: 40px;
left: 20px;
width:248px;
}
#navbar{
position: absolute;
bottom: 20px;
right: 0;
}
#navbar ul{
margin: 0;
padding: 0;
list-style: none;
}
#navbar ul li{
float: left;
margin-right: 20px;
}
#navbar ul li a{
color: #333;
font:bold 18px Arial, Verdana, Sans-serif;
padding: 5px;
text-decoration: none;
}
#navbar ul li a:hover{
background-color: #d7df21;
color: #FFF;
padding: 5px;
text-decoration: none;
}
#navbar ul li.active a{
background-color: #f7941e;
color: #FFF;
padding: 5px;
text-decoration: none;
}
.clear{
clear: both;
}
#content_wrap{
background-color: #FFF;
border: 5px solid #959699;
float: left;
width: 960px;
}
#content{
padding: 20px 0px 40px;
}
#inner_wrap{
float: left;
margin: 0 0 40px 20px;
}
#inner{
width: 595px;
}
#maincol_wrap{
float: left;
margin-bottom: 20px;
}
#maincol{
width: 595px;
}
#maincol h1{
color: #F60;
margin-bottom: 15px;
}
p{
margin-bottom: 10px;
}
.subcol_wrap{
float: left;
margin-right: 5px;
}
.subcol{
background: #f7941e url(images/subcol_bg.gif) no-repeat top left;
height: 240px;
padding: 10px 0 20px 90px;
width: 200px;
}
.subcol h2{
color: #FFF;
margin-bottom: 15px;
}
.subcol ul{
float: left;
}
.subcol ul li{
color: #FFF;
font-size: 12px;
padding: 5px 3px;
width: 90%;
}
.subcol ul li.on{
background-color: #f68217;
}
.subcol h3{
color: #FFF;
margin-bottom: 15px;
}
.subcol p{
color: #FFF;
font-size: 12px;
}
#news_wrap{
float: left;
margin: -40px 0 0 15px;
}
#news{
border-bottom: 1px dashed #EEE;
width: 310px;
}
#news ul li{
	padding: 5px;
}
#news ul li span.twitterStatus{
	color:#666;
	font:normal 12px Verdana, Arial, Sans-serif;
}
#news ul li span.twitterStatus a{
	color:#92278f;
	text-decoration: none;
}
#news ul li span.twitterStatus a:hover{
	color:#F60;
}
#news ul li span.twitterTime{
	clear:both;
	color:#666;
	font:normal 10px Verdana, Arial, Sans-serif;
}
#news ul li:nth-child(even){
	background-color:#e9eff2;
	padding: 5px;
}
#news h4{
color: #d7df21;
margin-bottom: 15px;
}
#news_cta{
float: left;
margin: 10px 0 0 15px;
}
#news_cta a{
background: transparent url(images/cta_icon.gif) no-repeat center left;
color: #333;
padding: 5px 0px 5px 25px;
text-decoration: none;
}
#news_cta a:hover{
color: #ed217c;
}
#footer{
float: left;
font:normal 10px Verdana, Arial, Sans-serif;
margin: 10px 0 20px;
text-align: center;
width: 100%;
}
#footer a{
color:#666;
}

/*-- Interior pages --*/
#sidecol_wrap{
float: left;
margin:0px 0 0 10px;
}
#sidecol{
background: #00aeef url(images/teachside_bg.gif) no-repeat top left;
height: 300px;
width: 169px; 
}
#sidecol2{
background: #d7df21 url(images/contactside_bg.gif) no-repeat top left;
height: 220px;
width: 169px; 
}
.contact{
float: left;
margin-bottom: 10px;
width:80px;
}
input[type=text]{
background-color: #cff0fc;
border: none;
}
textarea{
background-color: #cff0fc;
border: none; 
}
