

*{
  margin: 0;
  padding: 0;
}

body{
  font-family: Arial, Helvetica, Geneva, Lucida Sans;
  font-size: 0.8em;
  background: transparent url(../images/header-bg.gif) repeat-x left top;
}

img{
  border: 0;
}

ul{
  list-style-position: outside;
}

ul li{
  margin-left: 10px;
  padding: 10px 0;
}

.errors {
	color : red;	
	margin : 0;
	padding : 0 0 3px;
	margin-top:-12px;
	margin-left :0;
}

.errors li { padding : 0 ; list-style : none}

#page{
  width: 960px;
  min-height: 400px;
  margin: 0 auto;
  background: transparent url(../images/header.jpg) no-repeat right 65px;
}

#header{
  position: relative;
  height: 346px;
}

#header a#logo{
  background: transparent url(../images/logos/logo.gif) no-repeat left top;
  width: 223px;
  height: 68px;
  top: 7px;
  left: 0px;
  position: absolute;
}

#header a#logo span{
  display: none;
}

#header h1{
  display: block;
  color: #fff;
  padding-top: 108px;
  width: 270px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 150%;
}

#header a.register{
  background: transparent url(../images/register.png) no-repeat left top;
  width: 263px;
  height: 77px;
  display: block;
  margin-top: 38px;
}

#header a.register span{
  display: none;
}

#header form{
  color: #fff;
}

#header form a{
  color: #fec46e;
  text-decoration: underline;
}

#header form p{
  width: 200px;
}


#header form .input-wrap{
  background: transparent url(../images/input-bg.png) no-repeat right top;
  float: left;
  width: 140px; 
  margin-right: 10px;
}

#header form .input-wrap .inside{
  background: transparent url(../images/input-left.png) no-repeat left top;
  height: 21px;
  display: block;
  padding-left: 9px;
}

#header form input{
  padding: 2px 6px;
  border: 0;
  background: none;
  font-size: 10px;
  font-family: Verdana, Tahoma, Arial;
  color: #fff;
}

#header form#login{
  position: absolute;
  right:20px;
  top:15px;
  width: 400px;
}

#header form label{
  color: #d9dadb;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida Sans, Arial, Geneva;
  font-weight: normal;
  font-size: 14px;
}


#sidebar{
  float:right;
  width: 325px;
}

#main{
  margin-right: 340px;
}


#main h2{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida Sans, Arial, Geneva;
  font-weight: normal;
  font-size: 24px;
  color: #004687;
  margin: 12px 0 7px 0;
}

p{
  line-height: 150%;
  margin: 7px 0 11px;
}

#main .box{
  background: transparent url(../images/box-bg.png) no-repeat right top;
}

#main .box .inside{
  background: transparent url(../images/box-left.png) no-repeat left top;
  padding:0px 8px;
  display: block;
  position: relative;
}

#main .box h2{
  position: absolute;
  font-size: 18px;
  top: 8px;
  left: 18px;
  margin: 0;
  padding: 0;
  color: #010101;
}

#main .box h2 small{
  font-size: 12px;
}


#main .box .inside ul{
  height: 175px;
}


#main .box ul, #main .box ul li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#main .box ul li{
  float: left;
}


#main .box ul li a{
  width: 196px;
  height: 130px;
  display: block;
  float: left;
  margin-top: 38px;
  float: left;
}

#main .box ul li a span{
  display: none;
}

#main .box ul li.parents a{ background: transparent url(../images/box-parents.jpg) no-repeat center bottom; }
#main .box ul li.teachers a{ background: transparent url(../images/box-teachers.jpg) no-repeat center bottom; }
#main .box ul li.organizations a{ background: transparent url(../images/box-organizations.jpg) no-repeat center bottom; }

#main h5{
  background: transparent url(../images/h2.png) no-repeat left top;
  color: #004687;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida Sans, Arial, Geneva;
  font-weight: normal;
  font-size: 18px;
  height: 64px;
  display:block;
  margin: 12px 0 10px;
  padding-left: 14px;
}

#main h5 span{
  display: block;
  padding-top: 8px;
}


.contentblock{
  margin: 20px 0;
  background: transparent url(../images/contentblock-bg.png) no-repeat left bottom;
  float: left;
  margin-right: 10px;
}

/* page flip? */
/*
#sidebar .contentblock{
  background: transparent url(../images/contentblock-bg2.png) no-repeat left bottom;
}
*/

.contentblock .wrap{
  background: transparent url(../images/contentblock-top.png) no-repeat left top;
  width: 300px;
  min-height:50px;
}

.contentblock .wrap .inside{
  padding: 6px 12px;
}

.contentblock h4{
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin: 6px 0 14px;
}

#dynamic-content #tab-1, #dynamic-content #tab-2,  #dynamic-content #tab-3{
  display: none;
}


.right{ float: right; }
.left{ float: left; }
.clear{ clear: both; }


.small{
  font-size: 10px;
}

#header form input.do { color : white; cursor:pointer;  font-weight : bold; padding : 2px}
p.feedcon {
 background:url(../images/icon-feed.gif) 0 2px no-repeat;
 padding:3px 0 3px 20px;
 color:#575850;
 font-size:1.2em;
}