/* CSS Document */
html, body {
	height:100.1%;
	margin-bottom:1px;
}

html, body, ul, ol, li, p, p2, h1, h2, h3, h4, h5, h6, form, fieldset, table, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: "Lucida Grande", Lucida Sans Unicode, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000000;
	background-image: url(images/back.jpg);
       background-repeat: repeat;
}

#wrapper { 
	text-align: left; 
	width: 990px; 
	margin: 30px auto 0px auto; 
	position: relative; 
	background-color: #ffffff;
	border: solid #85a8c2 2px;
       margin-bottom: 50px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e81b0;
	font-size: 22px;
	margin: 15px 35px;
        line-height: 1em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e81b0;
	font-size: 15px;
	margin: 20px 0px 0px 0px;
        font-weight: bold;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e81b0;
	font-size: 17px;
	margin: 20px 0px 0px 0px;
        font-weight: bold;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e81b0;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
        font-style: italic;
}

h6 {
      font-size: 17px;
      margin: 15px 0px 0px 35px;
}

p {
	margin: 8px 35px;
}

#header_l {
	width: 710px;
	float: left;	
}

#logo {
	float: left;
	margin: 40px 0px 0px 8px;
	width: 260px;
}

#hdr_main {
	float: left;
	margin: 15px 0px 0px 0px;
        border: solid #3e81b0 1px;
}

#hdr_rt {
	float: left;
	margin: 15px 0px 0px 3px;
        border: solid #3e81b0 1px;
}


/* NAV */

#nav {
	background-image: url(images/nav_back.gif);
	background-repeat: no-repeat;
	margin: 8px 0px 8px 0px;
	min-height: 40px;height:auto !important;height:40px;
	width: 710px;
	float: left;
}

#nav ul{
	margin-left: 20px;
	padding: 10px 0px 13px 0px;
	white-space: nowrap;
}

#nav li {
	display: inline;
	list-style-type: none;
	float: left;	
}

#nav a {
	margin: 0px 35px 0px 8px;
	display: block;
}

#nav a:link, #nav a:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}

#nav a:hover, #nav a:active {
	color: #0d3650;
	text-decoration: none;
}

#nav a.selected {
	color: #0d3650;
}

/* SUB NAV */

#nav li ul {
	position: absolute;
	width: 255px;
	left: -999em;
        background-color: #e8edf1;
        border: dotted #396387 1px;
}

#nav li ul a:link, #nav li ul a:visited {
	margin: 0px 0px 1px 8px;
	font-size: 10px;
	text-decoration: none;
	color: #396387;
        width: 255px;
}

#nav li ul a:hover, #nav li ul a:active {
	color: #0d3650;
	text-decoration: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#big {
	width: 990px;
	float: left;
	
}

#content_main {
	width: 965px;
	margin-left: 10px;
	background-color: #e8edf1;
	border: solid #3e81b0 1px;
	float: left;
	background-image: url(images/content_left.gif);
	background-repeat: repeat-y;
display: inline;
}

#content_schools {
	width: 968px;
	margin: 0px 10px;
	background-color: #e8edf1;
	border: solid #3e81b0 1px;
	float: left;
	background-image: url(images/content_left.gif);
	background-repeat: repeat-y;
       
}

#content_home {
	width: 690px;
	margin-left: 10px;
	background-color: #e8edf1;
	min-height: 788px;height:auto !important;height:788px;
	border: solid #3e81b0 1px;
	float: left;
	background-image: url(images/content_left.gif);
	background-repeat: repeat-y;
display: inline;
}

ul li {
	list-style: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #03335c;
	font-size: 12px;
	font-weight: bold;
}

a:hover, a:active {
	color: #0d3650;
	text-decoration: none;
}

.clear_left {
	clear: left;
}

.clear {
	clear: both;
}


/* TABS STYLING */

#tabs_main {
	float: left;
	width: 684px;
	padding: 0px 0px 0px 6px;
}

ul.tabNavigation {
	list-style: none;
	margin: 0px 20px 8px 0px;
	padding: 0;
	font-weight: normal;
	line-height: 0em;
	width: 170px;
	float: left;
}

ul.tabNavigation li a {
	padding: 0px 0px 0px 0px;
	background-color: #e8edf1;
	color: #FF0000;
	text-decoration: none;
}

#one  a {
	background-image: url(images/tab_overview.jpg);
	background-repeat: no-repeat;
	display: block;
}

#one a:hover {
	background-image: url(images/tab_overview_on.jpg);
	background-repeat: no-repeat;
}

#one a.selected {
	background-image: url(images/tab_overview_on.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#two  a {
	background-image: url(images/tab_students.jpg);
	background-repeat: no-repeat;
	display: block;
}

#two a:hover {
	background-image: url(images/tab_students_on.jpg);
	background-repeat: no-repeat;
}

#two a.selected {
	background-image: url(images/tab_students_on.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#three  a {
	background-image: url(images/tab_teachers.jpg);
	background-repeat: no-repeat;
	display: block;
}

#three a:hover {
	background-image: url(images/tab_teachers_on.jpg);
	background-repeat: no-repeat;
}

#three a.selected {
	background-image: url(images/tab_teachers_on.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#four a {
	background-image: url(images/tab_schools.jpg);
	background-repeat: no-repeat;
	display: block;
}

#four a:hover {
	background-image: url(images/tab_schools_on.jpg);
	background-repeat: no-repeat;
}

#four a.selected {
	background-image: url(images/tab_schools_on.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#five a {
	background-image: url(images/tab_brain.jpg);
	background-repeat: no-repeat;
	display: block;
}

#five a:hover {
	background-image: url(images/tab_brain_on.jpg);
	background-repeat: no-repeat;
}

#five a.selected {
	background-image: url(images/tab_brain_on.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#six  a {
	background-image: url(images/tab_myths.jpg);
	background-repeat: no-repeat;
	display: block;
}

#six a:hover {
	background-image: url(images/tab_myths_on.jpg);
	background-repeat: no-repeat;
}

#six a.selected {
	background-image: url(images/tab_myths_on.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#seven  a {
	background-image: url(images/tab_problems.jpg);
	background-repeat: no-repeat;
	display: block;
        border-bottom: solid #3e81b0 1px;
}

#seven a:hover {
	background-image: url(images/tab_problems_on.jpg);
	background-repeat: no-repeat;
}

#seven a.selected {
	background-image: url(images/tab_problems_on.jpg);
	background-repeat: no-repeat;
	border-right: 0px;
}

#preloadDefaultImages { 
     width: 0px; 
     height: 0px; 
     display: inline; 
     background-image: url(images/tab_overview.jpg); 
     background-image: url(images/tab_students_on.jpg); 
     background-image: url(images/tab_teachers_on.jpg); 
     background-image: url(images/tab_schools_on.jpg); 
     background-image: url(images/tab_brain_on.jpg);
     background-image: url(images/tab_myths_on.jpg); 
     background-image: url(images/tab_problems_on.jpg);
} 


/* for main content with tabs */

div.tabs > div > div {
	background-color: #bad6ea;
	padding: 0px 20px;
}

div.tabs p {
	font-size: 11px;
	margin: 8px 20px;
}

.pull h3 {
	font-size: 14px;
	line-height: 1.65em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 75px 0px 75px; 
        margin-bottom: 5px;
}

.pull h4 {
        font-size: 12px;
        line-height: 1.65em;;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 00px 100px 20px 75px;
        text-align: left;
      float: right;
        color: #000000;
       margin-top: 0px;
}

blockquote.pullquoteright { float:right; margin: 5px 15px 15px 15px; }

.pull2 {
     width: 200px;
}

.pull2 h3 {
	font-size: 14px;
	line-height: 1.65em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;

}

.pull2 h4 {
	font-size: 12px;
	line-height: 1.65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	
        margin-top: 0px;
       text-align: left;
      float: right;
       color: #000000;
}



/* END ALL TABS STYLING */


/* SIDEBARS */

#side_all {
       float: right;
      width: 277px;
     margin: 35px 25px 0px 25px;

}

#side_all .side {
	width: 265px;
	float: left;
	margin: 0px 0px 10px 10px;
	
	border: solid #3e81b0 1px;
display: inline;
background-color: #ffffff;
}

.side {
	width: 265px;
	float: left;
	margin: 0px 0px 10px 10px;
	background-color: #e8edf1;
	border: solid #3e81b0 1px;
display: inline;

}

.side_spot {
	width: 265px;
	float: left;
	margin: 0px 0px 10px 10px;
	background-color: #e8edf1;
	border: solid #3e81b0 1px;
display: inline;
/*min-height: 728px;height:auto !important;height:728px;
}

.side_inner {
	margin: 8px 8px;
	width: 249px;
	/*max-height: 300px;
	overflow: auto;*/

}

.side_inner img {
	float: left;
	margin: 5px 5px;
	display: inline;
}
	
.side_inner p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	padding: 8px 8px;
	margin: 0px 0px;
}

.side_inner h2 {
 	margin: 10px 5px 0px 5px;
}

.side_inner h3 {
 	color: #444444;
	padding: 0px 8px;
}

.side_inner h4 {
 	color: #444444;
	padding: 0px 8px;
	font-size: 11px;
}

.list_link a:link, .list_link a:visited  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3e81b0;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
    font-weight: bold;
}

.list_link a:hover, .list_link a:active  {
	color: #888888;
}

/* SCHOOLS */

#logo_info {
        float: left;
        padding: 35px 20px 15px 25px;
}

#logo_school {

}

#info {
	margin: 5px 0px;
        float: left;
}

#info p {
	margin: 2px 5px 2px 0px;
	color: #3e81b0;
        font-weight: bold;
}
	
#content {
       margin-top: 35px;
       width: 950px;
display: inline;
}

#content p {
      margin-left: 25px;
}

* html #content {
word-wrap: break word;
}

#pic_pull {
        float: right;
        margin: 5px 5px;
        width: 375px;
}

.sch_pic {
	margin: 10px 10px 10px 10px;
	float: right;
        border: solid #3e81b0 1px;
}

blockquote.sch_right { float:right; margin: 5px 15px 5px 15px; }

blockquote.sch_left { float:left; margin: 5px 15px 5px 15px; }

.sch_pull h3 {
	font-size: 14px;
	line-height: 1.65em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px;
	float: right;
	margin-top: 5px;
       margin-bottom: 0px;
}

.sch_pull h4 {
	font-size: 12px;
        color: #000000;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px;
	text-align: right;
	margin: 0px 20px 0px 0px;
}

.sch_pull2 h3 {
	font-size: 14px;
	line-height: 1.65em;
	
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 75px 0px 25px;
}

.nav_l {
       float: left;
       margin: 10px 10px 10px 10px;
}

.nav_r {
       float: right;
       margin: 10px 10px 10px 10px;
}


/* LIST PAGE */

#list p {
	margin: 2px 75px;
}

/* CONF PAGE */
#conf  {
       margin: 0px 50px;
}

#conf td {
      vertical-align: top;
}

/*BLOG*/

#blog {
     width: 625px;
     padding: 25px 25px;
     float: left;
}

#blog_side {
      width: 250px;
      float: left;
      padding: 10px 10px;
}

.posted {
     font-size: 11px;
     margin-bottom: 25px;
}

#blog h2 {
     margin-top: 3px;
}

/*CONTACT */

.contact_l {
        width: 500px;
        float: left;
}

.contact_r {
        width: 400px;
        float: right;
        margin: 43px 50px 0px 0px;
}


.form_name {
	float: left; 
	width: 75px;
	text-align: left; 
	margin: 5px 0px 15px 45px;
}

.form_field {
	float: left; 
	width: 150px;
	text-align: left;
	margin-right: 20px;
}

/* FOOTER */

#nav_footer {
	width: 990px;
	text-align: center;
	margin: 8px 0px 8px 0px;
	color: #504238;
}

#nav_footer ul li {
	display: inline;
	list-style-type: none;
}

#nav_footer a:link, #nav_footer a:visited {
	margin: 0px 5px 0px 5px;
	font-size: 12px;
	text-decoration: none;
	color: #504238;
}

#nav_footer a:hover, #nav_footer a:active {
	color: #666666;
	text-decoration: none;
}

.red  {
    color: #ff0000;
}
