/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  /*background: #e6e5d1;*/
  background: #EAEAEA;
  font: normal 14px verdana, sans-serif;
  text-align: center;
}

.distance {
 display:block;
 font-size:10px;
 color:#CA4E2D;
}

#map {
 height: 350px;
 width: 850px;
}
.city {
 text-transform:Capitalize;
}
.chartswrapper {
 text-align:center;
}

.chartswrapper table.chartdata {
  margin:0 auto;
}
.chartswrapper td {
 text-align:center;
}
.chartswrapper td td{
 text-align:left;
}


.chartswrapper td img {
  margin:0 auto;
  padding-bottom:20px;
}

table.chartdata {
 border:1px solid #ccc;
 border-collapse:collapse;
 width:0 auto;
margin:1px
}

.chartdata td, .chartdata th {
 border:1px solid #ccc;
 padding:3px 6px 2px 7px;

}

img {
  border: 0px;
}
td {text-align:left;}
/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #669999;
}
a:visited {
  color: #8e8d9a;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
/*  font-size: 16px; */
  font-size: 24px;
  color:#DE5B36;
  font-weight:normal;
  font-family:verdana;
  text-transform:capitalize

}
h2 {
  font-size: 22px;
  color:#DE5B36;
  font-weight:normal;
  font-family:verdana;
  text-transform:capitalize
}
h3 {
  font-size: 16px;
  color:#669999;
  font-weight:normal;
}
span.dropdown {
  color:#DE5B36
}

h4 {
  font-size: 14px;
  margin-bottom:0px;
  text-transform:capitalize
}
h5 {
  font-weight: normal;
  font-size: 12px;
  color: #DE5B36;
  margin:2px 0px;
}
h6 {
  font-weight: normal;
  font-size: 12px;
  margin:2px 0px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 935px;
  text-align: left;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 475px;
  height: 90px;
  background: url(/static/schooltree/images/schooltree_logo.png) bottom left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
  outline: none;
}
#header {
  background: #F4F4EE url(/static/schooltree/images/header_bg.png) top right repeat;
}
#loginbar {
  float: right;
  text-align: right;
  padding-top:30px;
  padding-right:20px;
}
#loginbar a {
  margin-top: 0px;
  padding: 0px 3px 0px 3px;
  color: #212126;
  font-weight: bold;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {
  background: transparent url(images/login.gif) center right no-repeat;
}
#loginbar a.out {
  background: transparent url(images/logout.gif) center right no-repeat;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 5px;
  background: url(/static/schooltree/images/navigation_bg.png) top left repeat-x;
  border:0px solid;
  margin:0px 0px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;

}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  background: transparent url(/static/schooltree/images/navigation_sep.png) bottom right no-repeat;
}

ul.primarynav li.firstnav {
  border:0px solid;
  width:4px;
  height:40px;
  background:#e6e5d1 url(/static/schooltree/images/navigation_sides.png) top right no-repeat;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/

}
ul.primarynav li.lastnav {
  float:right;
  border:0px solid;
  width:5px;
  height:40px;
  background:#e6e5d1 url(/static/schooltree/images/navigation_sides.png) top right no-repeat;
}

ul.primarynav a {
  margin-right: 1px;
  padding: 12px 9px 14px 10px;
  float: left;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color:#fff;
  background: #D35532;

}
ul.primarynav li.home {
  border-right: 0px solid #ffffff;

}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* newsletter *|
\*-----------*/
.newsletter {
 margin:7px 0px;
 border:0px solid;
 float:right;
 background:url(/static/schooltree/images/newsletter_new.png) top left no-repeat;
 width:314px;
 height:61px;
}
.newsletter input.text {
  margin-top:28px;
  margin-left:15px;
  padding:5px;
  border:0px solid;
  width:180px;
}
.newsletter input.newslettersubmit {
  width:62px;
  background: url(/static/schooltree/images/btnNewsletter.png) top left repeat-x;
  border:0px;
  height:33px;
  margin-left:38px;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-top: 9px;
  padding: 10px 10px 10px 15px;
  border-bottom: 0px solid #57594b;
  background: url(/static/schooltree/images/search_bg.png) top left repeat-x;
  float:left;
  width:575px;
}

.searchbar input.text {
  margin-left: 5px;
  background: url(/static/schooltree/images/seach_input.png) top left no-repeat;
  padding:10px 10px 10px 35px;
  border:0px solid;
  width:399px;
}
.searchbar input.submit {
  margin-left: 40px;
  background: url(/static/schooltree/images/search_btn.png) top left no-repeat;
  padding:10px 0px 10px 0px;
  width:83px;
  background-position:-2px 0;

}

span.checkbox {
 float:left;
 width:33%;
 text-transform:capitalize;
  color:#000;
 padding-bottom:10px;
}
span.col35 {
 display:inline-block;
 width:35%;
 vertical-align:bottom;
 overflow:hidden;
}
span.col25 {
 display:inline-block;
 width:25%;
 vertical-align:bottom;
 overflow:hidden;
}
span.col20 {
 display:inline-block;
 width:20%;
 vertical-align:bottom;
 overflow:hidden;
}
span.col10 {
 display:inline-block;
 width:20%;
 vertical-align:bottom;
 overflow:hidden;

}

.red-tab-content form {
 font-weight:bold;
 color:#84B3AB;
 font-size:12px;
}

.red-tab-content input {
margin-left:0px;
}

.red-tab-content input.text {

}

.red-tab-content label {
  border:0px solid;
  padding-bottom:10px;
  border:0px solid;
  display:block;
}

.red-tab-content input.text {
  background: url(/static/schooltree/images/comments_inputSmall.png) top left no-repeat;
  padding:9px 10px 9px 5px;
  border:0px solid;
  width:167px;
  font-weight:normal;
}
.red-tab-content select {
  padding:9px 10px 9px 5px;
  font-weight:normal;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 40px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 0px;
  padding: 10px 10px 10px 20px;
  border-top: 0px solid #57594b;
  background: #fff;
margin-right:0px;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px 0px 0px 0px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
}
#contentheader .error {
  background: #8c3030;
}
.error{
  color: #CA4E2D;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}
#contentheaderbottom {
  background: transparent url(/static/schooltree/images/content_tops.png) top left no-repeat;
  height:4px;
  margin-left:-2px;
}
/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  border-top:1px solid #fff;
  background: #fff;
  padding:10px 10px 10px 20px;
margin:0px 0px 0 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #fff;
/* background colour of right sidebar */
  border-right: 320px solid #fff;
  margin-right:0px;
  background:#fff;
}

#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -320px;
  padding: 25px 0px 10px 0px;
  width: 314px;
  float: right;
  position: relative;
  text-align:center;
}
#detailed #rightsidebar {
 padding-top:108px;
}

#icrightsidebar {
 margin:0;
 width:314px;

}

#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 8px 0 2px;
  padding: 25px 10px 10px 20px;
  background: #ffffff;
}

#content_full {
  width: 900px;
  margin: 0px 8px 0 2px;
  padding: 25px 10px 10px 20px;
  background: #ffffff;
}
#main-content {
	width: 900px;
}
#content_full h1 {
	color: #3a3a3a;
	text-align: center;
	font-size: 28pt;
	font-family: Cambria;
}

#home #content {
 margin-right:30px;
border:0px solid;
}

/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 4px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {

}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
}



.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  overflow: hidden;
  width: 100%;
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
  color:#010101;
  font-size:16px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;s
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
 padding-top:12px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {

}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}


.linklisting p.linkactions a {
  text-decoration: none;
  background: url(/static/schooltree/images/red-btn.png) top center no-repeat;
  padding:9px 0px 10px 1px;
  border:0px solid blue;
  margin:0px 0px 0 0;
  color:#fff;
  float:left;
  width:132px;
  text-align:center;
  font-size:16px;
  overflow:hidden;
}
.linklisting p.linkactions a:hover {
  background: url(/static/schooltree/images/red-btn-over.png) top center no-repeat;
}
/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
/*  background: transparent url(images/button-left.gif) top left no-repeat; */
  background: transparent top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
/*  background: transparent url(images/button-right.gif) top right no-repeat; */
  background: transparent top right no-repeat;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 14px;
  text-transform:capitalize;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}
#content ul.default {
  margin: 0px 0px 1em 0px;
  padding-left: 3.6em;
  font-size: 11px;
  list-style: disc;
}
#search_results ul, p.category {
 text-transform:capitalize;
}
/* forms */
.row {
  margin-bottom: 1px;
  padding: 0px 4px 17px 4px;
}
.row label.name {
  padding-right: 5px;
  width: 92%;
  float: left;
  color:#66C8BE;
  font-size:14px;
  text-align:left;
  padding-left:10px;
  padding-bottom:5px;
}
.row .value {
 clear:left; border:0px solid;
}

#review_add_success .row label.name,
#review_edit_success .row label.name,
#bookmark_link_add .row label.name,
#bookmark_link_edit .row label.name {
 width:12%;
}
#review_add_success .row .value,
#review_edit_success .row .value,
#bookmark_link_add .row .value,
#bookmark_link_edit .row .value
 {
 clear:none;
}

.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');

}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
 width: 92%;
 border:1px solid #ccc;
 padding:5px 0px;

}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
/*  background: #e2e1eb;*/
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin: -8px 12px 12px 0px;
  text-align: right;
}
.submit {
  background: transparent url(/static/schooltree/images/bookmark-btn.png) top left no-repeat;
  border:0px;
  padding:10px 18px;
  width:96px;
  color:#fff;
}
.submit:hover {
  background: transparent url(/static/schooltree/images/bookmark-btn-over.png) top left no-repeat;
  color:#000;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}


/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category div.dl,
#category dl, #home dl, #listings dl {
  margin: 10px 0px 0px 0px;
  width: 270px;
  float: left;
border:0px solid;
}

#listings dl.col100 {
  width: 570px;
}

#listings dl.col30 {
  width: 30%;
  border:0px solid;
  margin-right:17px;
}
#category dl.col25, #home dl.col25 {
  width: 24%;
}


#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd,
#home dt, #home dd,
#listings dt, #listings dd
 {
  text-transform:capitalize;
  margin: 10px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}


/*********************/
/*     customized    */
/*********************/

.featured_schools {
  background:url(/static/schooltree/images/featured_school_header.png) top left no-repeat;
  margin-top:10px
}

.featured_schools {
 padding:8px 0px 8px 0px;
 text-align:center;
 margin-bottom:5px;
 margin-left:0px;
 color:#3a93a3;
 font-size:15px;
}





.verteven, .vertodd {
  width:135px;
  height:135px;
  float:left;
  border:1px solid #d3d2bd;
  background:#e4e1d8;
}
.vertodd {
   margin:7px 7px 13px 0px;;
}
.verteven {
  margin:7px 0px 13px 13px;;
}

.vertimage {
  border:1px solid #d3d2bd;
  padding:4px;
}

#top_searches {
  margin-top:20px;
  clear:left;
}

#top_searches_content {
  margin-bottom:40px;
  float:left;
  height:100px;
}


#top_posts {
 clear:left;
}

.right_tab {
 color:#3a93a3;
 font-size:12px;
  position:relative;
  background:url(/static/schooltree/images/tabs.png) top left no-repeat;
  float:left;
  padding:10px 0px;;
  text-align:center;
  white-space:nowrap;
  width:95px;
  margin-right:2px;
  border-left:0px solid;
  background-position:-1px 0;
  border-bottom:1px solid #ccc;
  margin-left:0px;
  z-index:1;
}
.right_tab:hover {
  background:url(/static/schooltree/images/tabs_active.png) top left no-repeat;
  background-position:-1px 0;
  border-bottom:1px solid #fff;
  z-index:1;
}
.right_tab_content {
  position:relative;
  border:1px solid #ccc;
  float:left;
  clear:left;
  height:100px;
  width:93%;
  margin-left:0px;
  margin-top:-1px;
}


#subscribe_rss {
  clear:left;
  float:left;
  background:url(/static/schooltree/images/rss_new.png) top left no-repeat;
  height:60px;
  width:100%;
  margin-top:40px;
  margin-bottom:20px;
}

/********************/
/* homepage content */
#home_tabs_wrapper {
 position:relative;
}
#home_tabs {
 position:relative;
}

#home_tabs_content {
  border:7px solid #66C8BE;
  width:100%;
  height:268px;
}
#ic_map_search_content {
  border:1px solid #ccc;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
padding:8px 0px;
  width:100%;
}
#map_search_content img {
 border:0px;
}

#detailed_tabs {
 background:#fff;
 padding:20px 32px 20px 20px;
 border:0px solid;
}

#detailed_tabs_nav {
  border:0px solid #66C8BE;
  width:100%;
}
#detailed_tabs_content {
  border:7px solid #66C8BE;
  width:100%;
  height:490px;
  position:relative;
}

.ic_tab_nav{
 background:#c33d22;
 color:#fff;
 font-size:16px;
 padding:14px 0px;
 height:28px;
 position:relative;
 width:100%;

}
.ic_tab_nav a {
  color:#fff;
  padding:15px;
}
.ic_tab_content {
  position:relative;
  clear:left;
  padding:15px;
  border:0px solid green;

/*
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
*/
}
.ic_tab_nav_content {
border:0px solid;
position:absolute;
width:96.5%;
}

.ic_tab_footer {
 text-align:right;
 padding:0 10px 10px 0px;
}

#detailed_tabs h5 {
 font-weight:bold;
 padding-bottom:5px;
}
#detailed_tabs h5 span {
 font-weight:normal;
 display:block;
 padding-left:10px;
 color:#000; 
 break-before: avoid-column; 
 -moz-break-before: avoid-column; 
 -webkit-break-before: avoid-column; 
}




/*tab_active and tab_inactive were provided in the opposite color of the mockups*/
.red-tab {
 cursor:pointer;
  color:#fff;
  font-size:13px;
  position:relative;
  background:url(/static/schooltree/images/tab_active_new.png) top left no-repeat;
  float:left;
  padding:10px 0px;;
  text-align:center;
  white-space:nowrap;
  width:94px;
  margin-right:2px;
  border-left:0px solid;
  background-position:-2px 0;
  border-bottom:0px solid #999;
  z-index:1;
}
.red-tab:hover, .red-tab-active {
  color:#fff;
  font-size:13px;
  position:relative;
  float:left;
  padding:10px 0px;;
  text-align:center;
  white-space:nowrap;
  width:94px;
  margin-right:2px;
  border-left:0px solid;
  background:url(/static/schooltree/images/tab_inactive_new.png) top left no-repeat;
  background-position:-2px 0;
  border-bottom:0px solid #ccc;
  z-index:1;
}
.red-tab-content {
  position:absolute;
  float:left;
  clear:left;
  width:100%;
  margin-left:0px;
  margin-top:0px;
  padding:0px; /*don't change. drill into other values if necessary*/ 
}
.red-tab-content form {
  padding:10px;
}
.red-tab-icontent {

}






h3 {
 text-transform:capitalize;
}

 h4 {
  margin-left:20px;
  font-weight:normal;

}
h4 a {
  color: #333;
  text-decoration:none;
}


/* links when called from the footer*/
.linklisting {
  margin: 15px 0px 20px 0px;
  border: 3px solid #e5e4d0;
  background:#f1f2ea;
  padding:16px 9px;
  clear:left;
}
.linklistingcontent {
  border-left:150px  solid #F1F2EA;
  background:#f1f2ea;
  clear:left;
  position:relative;
}



.linklisting h4.linktitle {
  margin: 0px 0px 3px 0px;
  padding:0px;
  float:none;
  width:69%;
  border:0px solid;

}

.linklisting span.PhoneNumber {
 text-align:right;
 font-size:10px;
 color:#d45127;
 float:right;
 width:120px;
 border:0px solid;
cursor:pointer;
}


.logo {
 position:relative;
 width:135px;
 height:135px;
 float:left;
 margin-right:7px;
 margin-left:-150px;

}
.logo img{
  width:100%;
  border:1px solid #929292;
}
/********************/

.greybox {
 border:1px solid #ccc;
 width:96%;
}

#detailed .crumb {
 padding-bottom:22px;
}

#detailed h2 {
 margin-top:0px;
 padding-top:0px;
}

#detailed #rightsidebar h2 {
 margin:0px 0px 10px 0px;
 padding:10px 0px 0px 12px;
 text-align:left;
}

#detailedleft {
  float:left;
  width:48%;
}
.detailedimage {
 width:95%;
 height:200px;
}
.detailedimage img{
  width:100%;
  border:1px solid #666;

}

#detailedleft ul {
 padding:0;
 margin:0;
}

#detailedleft ul li {
 background:url(/images/detailed_sprite.png) top left no-repeat;
 padding:5px 0px 5px 30px;
 margin:10px 0px;
}

#detailed ul li.write_a_review {
 background-position:0px 5px;
}
#detailed ul li.find_graduating_class {
 background-position:0px -20px;
}
#detailed ul li.view_housing_listings {
 background-position:0px -48px;
}
#detailed ul li.add_to_favorites {
 background-position:0px -74px;
}

#detailedright {
  float:right;
  width:275px;
}

.detailedbutton {
 background:url(/static/schooltree/images/read_more.png) top left no-repeat;
 background:url(/static/schooltree/images/featured_school_header.png) top left no-repeat;
 margin-bottom:10px;
 padding:8px 0px 20px 0px;
 text-align:center;
 margin-bottom:5px;
 margin-left:0px;
 color:#3a93a3;
 font-size:15px;
 cursor:pointer;
}

.address {
 line-height:20px;
 padding-bottom:10px;
}

#category #content h3 span {
 margin-left: 50px;
 color: #000;
}
#category #content h3 span,
#category #content h3 span a {
 font-size: 12px;
}
#video-content ul {
	list-style-type: disc;
	color: #3a3a3a;
	font-size: 14px;
}
#video {
	width: 400px;
	float: left;
}
#video-content {
	float: right;
	width: 420px;
}
#signup_form {
	margin: 0;
	padding: 0;
	width: 450px;
}
#signup_form h1 {
	margin-bottom: 0;
}
/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  /* background: #e6e5d1; */
  background: #EAEAEA;
  font: normal 14px verdana, sans-serif;
  text-align: center;
}

.distance {
 display:block;
 font-size:10px;
 color:#CA4E2D;
}

#map {
 height: 350px;
 width: 850px;
}
.city {
 text-transform:Capitalize;
}
.chartswrapper {
 text-align:center;
}

.chartswrapper table.chartdata {
  margin:0 auto;
}
.chartswrapper td {
 text-align:center;
}
.chartswrapper td td{
 text-align:left;
}


.chartswrapper td img {
  margin:0 auto;
  padding-bottom:20px;
}

table.chartdata {
 border:1px solid #ccc;
 border-collapse:collapse;
 width:0 auto;
margin:1px
}

.chartdata td, .chartdata th {
 border:1px solid #ccc;
 padding:3px 6px 2px 7px;

}

img {
  border: 0px;
}
td {text-align:left;}
/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #669999;
}
a:visited {
  color: #8e8d9a;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
/*  font-size: 16px; */
  font-size: 24px;
  color:#DE5B36;
  font-weight:normal;
  font-family:verdana;
  text-transform:capitalize

}
h2 {
  font-size: 22px;
  /* color:#DE5B36; */
  color: #098AC6;
  font-weight:normal;
  font-family:verdana;
  text-transform:capitalize
}
h3 {
  font-size: 16px;
  color:#669999;
  font-weight:normal;
}
span.dropdown {
  color:#DE5B36
}

h4 {
  font-size: 14px;
  margin-bottom:0px;
  text-transform:capitalize
}
h5 {
  font-weight: normal;
  font-size: 12px;
  color: #DE5B36;
  margin:2px 0px;
}
h6 {
  font-weight: normal;
  font-size: 12px;
  margin:2px 0px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 935px;
  text-align: left;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 475px;
  height: 90px;
  background: url(/static/schooltree/images/schooltree_logo.png) bottom left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
  outline: none;
}
#header {
  background: #F4F4EE url(/static/schooltree/images/header_bg.png) top right repeat;
}
#loginbar {
  float: right;
  text-align: right;
  padding-top:30px;
  padding-right:20px;
}
#loginbar a {
  margin-top: 0px;
  padding: 0px 3px 0px 3px;
  color: #212126;
  font-weight: bold;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {
  background: transparent url(images/login.gif) center right no-repeat;
}
#loginbar a.out {
  background: transparent url(images/logout.gif) center right no-repeat;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 5px;
  background: url(/static/schooltree/images/navigation_bg.png) top left repeat-x;
  border:0px solid;
  margin:0px 0px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;

}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  background: transparent url(/static/schooltree/images/navigation_sep.png) bottom right no-repeat;
}

ul.primarynav li.firstnav {
  border:0px solid;
  width:4px;
  height:40px;
  background:#e6e5d1 url(/static/schooltree/images/navigation_sides.png) top right no-repeat;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph; /*IE*/

}
ul.primarynav li.lastnav {
  float:right;
  border:0px solid;
  width:5px;
  height:40px;
  background:#e6e5d1 url(/static/schooltree/images/navigation_sides.png) top right no-repeat;
}

ul.primarynav a {
  margin-right: 1px;
  padding: 12px 9px 14px 10px;
  float: left;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color:#fff;
  background: #D35532;

}
ul.primarynav li.home {
  border-right: 0px solid #ffffff;

}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* newsletter *|
\*-----------*/
.newsletter {
 margin:7px 0px;
 border:0px solid;
 float:right;
 background:url(/static/schooltree/images/newsletter_new.png) top left no-repeat;
 width:314px;
 height:61px;
}
.newsletter input.text {
  margin-top:28px;
  margin-left:15px;
  padding:5px;
  border:0px solid;
  width:180px;
}
.newsletter input.newslettersubmit {
  width:62px;
  background: url(/static/schooltree/images/btnNewsletter.png) top left repeat-x;
  border:0px;
  height:33px;
  margin-left:38px;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-top: 9px;
  padding: 10px 10px 10px 15px;
  border-bottom: 0px solid #57594b;
  background: url(/static/schooltree/images/search_bg.png) top left repeat-x;
  float:left;
  width:575px;

}

.searchbar input.text {
  margin-left: 5px;
  background: url(/static/schooltree/images/seach_input.png) top left no-repeat;
  padding:10px 10px 10px 35px;
  border:0px solid;
  width:399px;
}
.searchbar input.submit {
  margin-left: 40px;
  background: url(/static/schooltree/images/search_btn.png) top left no-repeat;
  padding:10px 0px 10px 0px;
  width:83px;
  background-position:-2px 0;

}

span.checkbox {
 float:left;
 width:33%;
 text-transform:capitalize;
  color:#000;
 padding-bottom:10px;
}
span.col35 {
 display:inline-block;
 width:35%;
 vertical-align:bottom;
 overflow:hidden;
}
span.col25 {
 display:inline-block;
 width:25%;
 vertical-align:bottom;
 overflow:hidden;
}
span.col20 {
 display:inline-block;
 width:20%;
 vertical-align:bottom;
 overflow:hidden;
}
span.col10 {
 display:inline-block;
 width:20%;
 vertical-align:bottom;
 overflow:hidden;

}

.red-tab-content form {
 font-weight:bold;
 color:#84B3AB;
 font-size:12px;
}

.red-tab-content input {
margin-left:0px;
}

.red-tab-content input.text {

}

.red-tab-content label {
  border:0px solid;
  padding-bottom:10px;
  border:0px solid;
  display:block;
}

.red-tab-content input.text {
  background: url(/static/schooltree/images/comments_inputSmall.png) top left no-repeat;
  padding:9px 10px 9px 5px;
  border:0px solid;
  width:167px;
  font-weight:normal;
}
.red-tab-content select {
  padding:9px 10px 9px 5px;
  font-weight:normal;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 40px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 0px;
  padding: 10px 10px 10px 20px;
  border-top: 0px solid #57594b;
  background: #fff;
margin-right:0px;
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 0px 0px 0px 0px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
}
#contentheader .error {
  background: #8c3030;
}
.error{
  color: #CA4E2D;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}
#contentheaderbottom {
  background: transparent url(/static/schooltree/images/content_tops.png) top left no-repeat;
  height:4px;
  margin-left:-2px;
}
/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  border-top:1px solid #fff;
  background: #fff;
  padding:10px 10px 10px 20px;
margin:0px 0px 0 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #fff;
/* background colour of right sidebar */
  border-right: 320px solid #fff;
  margin-right:0px;
  background:#fff;
}

#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -320px;
  padding: 25px 0px 10px 0px;
  width: 314px;
  float: right;
  position: relative;
  text-align:center;
}
#detailed #rightsidebar {
 padding-top:108px;
}

#icrightsidebar {
 margin:0;
 width:314px;

}

#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 8px 0 2px;
  padding: 25px 10px 10px 20px;
  background: #ffffff;
}

#content_full {
  width: 900px;
  margin: 0px 8px 0 2px;
  padding: 25px 10px 10px 20px;
  background: #ffffff;
}
#main-content {
	width: 900px;
}
#content_full h1 {
	color: #3a3a3a;
}

#home #content {
 margin-right:30px;
border:0px solid;
}

/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 4px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {

}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
}



.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  overflow: hidden;
  width: 100%;
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
  color:#010101;
  font-size:16px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;s
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
 padding-top:12px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {

}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}


.linklisting p.linkactions a {
  text-decoration: none;
  background: url(/static/schooltree/images/red-btn.png) top center no-repeat;
  padding:9px 0px 10px 1px;
  border:0px solid blue;
  margin:0px 0px 0 0;
  color:#fff;
  float:left;
  width:132px;
  text-align:center;
  font-size:16px;
  overflow:hidden;
}
.linklisting p.linkactions a:hover {
  background: url(/static/schooltree/images/red-btn-over.png?1) top center no-repeat;
  color: #FFF;
}
/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {
/*  background: transparent url(images/button-left.gif) top left no-repeat; */
  background: transparent top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;
/*  background: transparent url(images/button-right.gif) top right no-repeat;*/
  background: transparent top right no-repeat;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 14px;
  text-transform:capitalize;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}
#content ul.default {
  margin: 0px 0px 1em 0px;
  padding-left: 3.6em;
  font-size: 11px;
  list-style: disc;
}
#search_results ul, p.category {
 text-transform:capitalize;
}
/* forms */
.row {
  margin-bottom: 1px;
  padding: 0px 4px 17px 4px;
}
.row label.name {
  padding-right: 5px;
  width: 92%;
  float: left;
  color:#66C8BE;
  font-size:14px;
  text-align:left;
  padding-left:10px;
  padding-bottom:5px;
}
.row .value {
 clear:left; border:0px solid;
}

#review_add_success .row label.name,
#review_edit_success .row label.name,
#bookmark_link_add .row label.name,
#bookmark_link_edit .row label.name {
 width:12%;
}
#review_add_success .row .value,
#review_edit_success .row .value,
#bookmark_link_add .row .value,
#bookmark_link_edit .row .value
 {
 clear:none;
}

.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');

}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 92%;
 border:1px solid #ccc;
padding:5px 0px;

}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
/*  background: #e2e1eb;*/
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin: -8px 12px 12px 0px;
  text-align: right;
}
.submit {
  background: transparent url(/static/schooltree/images/bookmark-btn.png) top left no-repeat;
  border:0px;
  padding:10px 18px;
  width:96px;
  color:#fff;
}
.submit:hover {
  background: transparent url(/static/schooltree/images/bookmark-btn-over.png) top left no-repeat;
  color:#000;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}


/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category div.dl,
#category dl, #home dl, #listings dl {
  margin: 10px 0px 0px 0px;
  width: 270px;
  float: left;
border:0px solid;
}

#listings dl.col100 {
  width: 570px;
}

#listings dl.col30 {
  width: 30%;
  border:0px solid;
  margin-right:17px;
}
#category dl.col25, #home dl.col25 {
  width: 24%;
}


#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd,
#home dt, #home dd,
#listings dt, #listings dd
 {
  text-transform:capitalize;
  margin: 10px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}


/*********************/
/*     customized    */
/*********************/

.featured_schools {
  background:url(/static/schooltree/images/featured_school_header.png) top left no-repeat;
  margin-top:10px
}

.featured_schools {
 padding:8px 0px 8px 0px;
 text-align:center;
 margin-bottom:5px;
 margin-left:0px;
 color:#3a93a3;
 font-size:15px;
}





.verteven, .vertodd {
  width:135px;
  height:135px;
  float:left;
  border:1px solid #d3d2bd;
  background:#e4e1d8;
}
.vertodd {
   margin:7px 7px 13px 0px;;
}
.verteven {
  margin:7px 0px 13px 13px;;
}

.vertimage {
  border:1px solid #d3d2bd;
  padding:4px;
}

#top_searches {
  margin-top:20px;
  clear:left;
}

#top_searches_content {
  margin-bottom:40px;
  float:left;
  height:100px;
}


#top_posts {
 clear:left;
}

.right_tab {
 color:#3a93a3;
 font-size:12px;
  position:relative;
  background:url(/static/schooltree/images/tabs.png) top left no-repeat;
  float:left;
  padding:10px 0px;;
  text-align:center;
  white-space:nowrap;
  width:95px;
  margin-right:2px;
  border-left:0px solid;
  background-position:-1px 0;
  border-bottom:1px solid #ccc;
  margin-left:0px;
  z-index:1;
}
.right_tab:hover {
  background:url(/static/schooltree/images/tabs_active.png) top left no-repeat;
  background-position:-1px 0;
  border-bottom:1px solid #fff;
  z-index:1;
}
.right_tab_content {
  position:relative;
  border:1px solid #ccc;
  float:left;
  clear:left;
  height:100px;
  width:93%;
  margin-left:0px;
  margin-top:-1px;
}


#subscribe_rss {
  clear:left;
  float:left;
  background:url(/static/schooltree/images/rss_new.png) top left no-repeat;
  height:60px;
  width:100%;
  margin-top:40px;
  margin-bottom:20px;
}

/********************/
/* homepage content */
#home_tabs_wrapper {
 position:relative;
}
#home_tabs {
 position:relative;
}

#home_tabs_content {
  border:7px solid #66C8BE;
  width:100%;
  height:268px;
}
#ic_map_search_content {
  border:1px solid #ccc;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
padding:8px 0px;
  width:100%;
}
#map_search_content img {
 border:0px;
}

#detailed_tabs {
 background:#fff;
 padding:20px 32px 20px 20px;
 border:0px solid;
}

#detailed_tabs_nav {
  border:0px solid #66C8BE;
  width:100%;
}
#detailed_tabs_content {
  border:7px solid #66C8BE;
  width:100%;
  height:490px;
  position:relative;
}

.ic_tab_nav{
 background:#c33d22;
 color:#fff;
 font-size:16px;
 padding:14px 0px;
 height:28px;
 position:relative;
 width:100%;

}
.ic_tab_nav a {
  color:#fff;
  padding:15px;
}
.ic_tab_content {
  position:relative;
  clear:left;
  padding:15px;
  border:0px solid green;

/*
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
*/
}
.ic_tab_nav_content {
border:0px solid;
position:absolute;
width:96.5%;
}

.ic_tab_footer {
 text-align:right;
 padding:0 10px 10px 0px;
}

#detailed_tabs h5 {
 font-weight:bold;
 padding-bottom:5px;
}
#detailed_tabs h5 span {
 font-weight:normal;
 display:block;
 padding-left:10px;
 color:#000; 
 break-before: avoid-column; 
 -moz-break-before: avoid-column; 
 -webkit-break-before: avoid-column; 
}




/*tab_active and tab_inactive were provided in the opposite color of the mockups*/
.red-tab {
 cursor:pointer;
  color:#fff;
  font-size:13px;
  position:relative;
  background:url(/static/schooltree/images/tab_active_new.png) top left no-repeat;
  float:left;
  padding:10px 0px;;
  text-align:center;
  white-space:nowrap;
  width:94px;
  margin-right:2px;
  border-left:0px solid;
  background-position:-2px 0;
  border-bottom:0px solid #999;
  z-index:1;
}
.red-tab:hover, .red-tab-active {
  color:#fff;
  font-size:13px;
  position:relative;
  float:left;
  padding:10px 0px;;
  text-align:center;
  white-space:nowrap;
  width:94px;
  margin-right:2px;
  border-left:0px solid;
  background:url(/static/schooltree/images/tab_inactive_new.png) top left no-repeat;
  background-position:-2px 0;
  border-bottom:0px solid #ccc;
  z-index:1;
}
.red-tab-content {
  position:absolute;
  float:left;
  clear:left;
  width:100%;
  margin-left:0px;
  margin-top:0px;
  padding:0px; /*don't change. drill into other values if necessary*/ 
}
.red-tab-content form {
  padding:10px;
}
.red-tab-icontent {

}






h3 {
 text-transform:capitalize;
}

 h4 {
  margin-left:20px;
  font-weight:normal;

}
h4 a {
  color: #333;
  text-decoration:none;
}


/* links when called from the footer*/
.linklisting {
  margin: 15px 0px 20px 0px;
  border: 3px solid #e5e4d0;
  background:#f1f2ea;
  padding:16px 9px;
  clear:left;
}
.linklistingcontent {
  border-left:150px  solid #F1F2EA;
  background:#f1f2ea;
  clear:left;
  position:relative;
}



.linklisting h4.linktitle {
  margin: 0px 0px 3px 0px;
  padding:0px;
  float:none;
  width:69%;
  border:0px solid;

}

.linklisting span.PhoneNumber {
 text-align:right;
 font-size:10px;
 color:#d45127;
 float:right;
 width:120px;
 border:0px solid;
cursor:pointer;
}


.logo {
 position:relative;
 width:135px;
 height:135px;
 float:left;
 margin-right:7px;
 margin-left:-150px;

}
.logo img{
  width:100%;
  border:1px solid #929292;
}
/********************/

.greybox {
 border:1px solid #ccc;
 width:96%;
}

#detailed .crumb {
 padding-bottom:22px;
}

#detailed h2 {
 margin-top:0px;
 padding-top:0px;
}

#detailed #rightsidebar h2 {
 margin:0px 0px 10px 0px;
 padding:10px 0px 0px 12px;
 text-align:left;
}

#detailedleft {
  float:left;
  width:51%;
}
.detailedimage {
 width:95%;
 height:200px;
}
.detailedimage img{
  width:100%;
  border:1px solid #666;

}

#detailedleft ul {
 padding:0;
 margin:0;
}

#detailedleft ul li {
 background:url(/images/detailed_sprite.png) top left no-repeat;
 padding:5px 0px 5px 30px;
 margin:10px 0px;
}

#detailed ul li.write_a_review {
 background-position:0px 5px;
}
#detailed ul li.find_graduating_class {
 background-position:0px -20px;
}
#detailed ul li.view_housing_listings {
 background-position:0px -48px;
}
#detailed ul li.add_to_favorites {
 background-position:0px -74px;
}

#detailedright {
  float:right;
  width:275px;
}

.detailedbutton {
 background:url(/static/schooltree/images/read_more.png) top left no-repeat;
 background:url(/static/schooltree/images/featured_school_header.png) top left no-repeat;
 margin-bottom:10px;
 padding:8px 0px 20px 0px;
 text-align:center;
 margin-bottom:5px;
 margin-left:0px;
 color:#3a93a3;
 font-size:15px;
 cursor:pointer;
}

.address {
 line-height:20px;
 padding-bottom:10px;
}

#category #content h3 span {
 margin-left: 50px;
 color: #000;
}
#category #content h3 span,
#category #content h3 span a {
 font-size: 12px;
}
#video-content ul {
	list-style-type: none;
	color: #3a3a3a;
	font-size: 14px;
}
#video-content ul li {
 line-height: 25px;
}
#video {
	width: 400px;
	float: left;
}
#video-content {
	float: right;
	width: 450px;
	text-align: left;
}
#signup_form {
	margin: 0;
	padding: 0;
	width: 350px;
}
#signup_form h1 {
	margin-bottom: 0;
}
.land_page {
	margin: 8px 50px 0 0;
}
#add_button {
	background: url(/images/button-for-landing-page.png) no-repeat;
	width: 315px;
	height: 47px;
	font-size: 15px;
	padding: 12px 0 0 40px;
	margin: 20px 0 0 60px;
	border: 0;
}
#add_button a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.video-content-img {
	padding-right: 6px;
}

/* Noam Modifications */

.devnote {
	display: none;
}

#header {
	/* width: 485px; */
}

.openxwrapper {
	/* border: 1px solid #699; */
	padding: 9px;
	line-height: 21px;
	text-align: left;
}

.openxwrapper a {
	text-decoration: none;
}

.openxwrapper a:hover {
	text-decoration: underline;
}

#detailed h2 {
 margin:0px 0px 10px 0px;
 padding:10px 0px 0px 12px;
 text-align:left;
}

.greybox {
	width: 100%;
}
.greybox .row .value input.text, .row .value input.password, .row .value textarea {
	margin-left: 10px;
}

.address {
	/* color: #DE5B36; */
	color: #098AC6;
}
#detailed h2 {
	padding: 10px 0px 0px 0px;
}

#detailed .greybox h2 {
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 12px;
text-align: left;
}

#launchbanner {
  display:none;
	position: absolute;
	height: 86px;
	width: 456px;
	margin-left: 479px;
	z-index: 1;
}

ul.primarynav {
	width: 50%;
}

ul.primarynav li.lastnav {
  background: none;
}

/* searchbarNav */

.searchbarNav {
  float:right;
  width:388px;
  position: relative;
  top: -60px;
}

.navbar {
/* 	width: 95%; */
}

.searchbarNav form {
position: absolute;
z-index: 1000;
}

.searchbarNav input.text {
  margin-left: 5px;
  background: url(/static/schooltree/images/seach_nav_input2.png) top left no-repeat;
  padding:10px 10px 10px 35px;
  border:0px solid;
  width:192px;
}
.searchbarNav input.submit {
  background: url(/static/schooltree/images/search_btn.png) top left no-repeat;
  width:83px;
  background-position:-2px 0;
  margin-left: 10px;
}

.detailedbutton.meet {
	background: url(/static/schooltree/images/featured_school_meet.jpg) top left no-repeat;
	color: white;
	line-height: 24px;
}

.detailedbutton.meet a {
	color: #fff;
	text-decoration: none;
}

.communitylink {
	font-family: 'Candal', sans-serif;
}

.communitybanner {
	position: relative;
	left: 343px;
	top: -43px;
  z-index: 999;
}

body#category .linkurl {
	display: none;
}

/*------------------*\
|* Skin onepointfive *|
\*------------------*/

#topbluebar {display: none;}

.onepointfive #topbluebar {display: block;}

.onepointfive .searchbarNav {
	top: 0px;
}

.onepointfive #header #logo {
	display: none;
}

.onepointfive .navbar.clear {
	display: none;
}

.onepointfive #wrapper {
	padding-top: 53px; 
}

.onepointfive #topbluebar {
	background: #0A9BDE;
  	background: #098AC6; 
  	background: -moz-linear-gradient(top, #098AC6 0%, #098AC6 15%, #055478 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#098AC6), color-stop(15%,#098AC6), color-stop(100%,#055478)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top, #098AC6 0%,#098AC6 15%,#055478 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top, #098AC6 0%,#098AC6 15%,#055478 100%); /* Opera11.10+ */
  	background: -ms-linear-gradient(top, #098AC6 0%, #098AC6 15%,#055478 100%); /* IE10+ */
  	filter: none; /* IE6-9 */
  	background: linear-gradient(top, #098AC6 0%,#098AC6 15%,#055478 100%); /* W3C */	
	min-height: 45px;
	margin-top: 0;
	max-height: 45px;
	position: fixed;
	top: 0;
	left: 0;
	filter: none;
	background: linear-gradient(top, #098AC6 0%,#098AC6 15%,#055478 100%);
	text-align: right;
	width: 100%;
	z-index: 2000;
}

.onepointfive #topbluebar .padder-bar {
	padding: 8px 5px;
	min-height: 35px;
	height: auto;
	max-width: 1200px;
	overflow: hidden;
	width: auto;
	margin: 0 auto;
}

.onepointfive #topbluebar div#logo-st {
	float: left;
	margin-bottom: 0;
	margin-top: -5px;
	text-align: left;
	max-width: 520px;
}

.onepointfive #topbluebar div#logo-st a {	
	font-family: "Lobster Two","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: none;
	font-size: 30px;
	z-index: 99995;
	position: relative;
	text-shadow: 0 -1px 0 black;
	color: white;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	max-width: 520px;
	text-decoration: none;
}

.onepointfive #topbluebar #navigation {
	z-index: 99000;
	position: relative;
	overflow: visible;
	min-height: 30px;
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
}

.onepointfive #topbluebar #nav {
	bottom: auto;
	float: right;
	left: auto;
	margin: 0 1em;
	position: relative;
	right: auto;
	top: auto;
	list-style: none;
	padding: 0;
}

.onepointfive #topbluebar #nav li {
margin-left: 0;
float: left;
display: inline-block;
}

.onepointfive #topbluebar #nav li a {
background: none;
text-shadow: none;
color: white;
text-decoration: none;
font: 100% arial,sans-serif;
font-weight: bold;
display: inline-block;
position: relative;
margin-right: 0 !important;
border: 1px solid rgba(0, 0, 0, 0.1);
border-left: 0;
margin: 0 8px 0 0;
outline: medium none;
padding: 7px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
border-radius: 0;
}

.onepointfive .ic_tab_nav {
	background: #055478;
}

.onepointfive #detailed_tabs_content {
border: 7px solid #055478;
}

.onepointfive div.detailedbutton.meet {
	background-color: #055478!important; 
}

.onepointfive div.detailedbutton.meet:hover {
	background-color: #023F5C!important; 
}

.onepointfive .red-tab {
	background: url(http://schooltree.org/static/schooltree/images/tab_active_new.png?2) top left no-repeat;
}

.onepointfive .red-tab:hover, .red-tab-active {
	background: url(http://schooltree.org/static/schooltree/images/tab_inactive_new.png?2) top left no-repeat;
}

.onepointfive p#join-community-text {
	font-size: 34px!important;
	width: auto!important;
}

.onepointfive .communitybanner {
	left: 270px;
	top: -27px;
}
div.home-school-panel-school {
  width:880px;
  height: 300px;
  background-image: url('/static/schooltree/images/links-homepage-panel-create-join-groups.jpg');
}
div.home-panel-contacts {
  width:880px;
  height: 300px;
  background-image: url('/static/schooltree/images/links-homepage-panel-build-your-contacts.jpg');
}

div.home-panel-school {
  width:880px;
  height: 300px;
  background-image: url('/static/schooltree/images/links-homepage-panel-search-for-schools.jpg');
}
.home-cta-btn {
  float: right;
  margin-top: 140px;
  width:172px;
  height:45px;
  display:block;
  margin-right:265px;
  margin-top:190px;
} 
div#WP-ANYTHING-SETTING1{
position: relative; 
width: 880px; 
height: 305px; 
overflow: hidden;
}

div#WP-ANYTHING-SETTING1 #anything-slider{
position: absolute; 
top: 0px; left: 0px; 
display: block; 
z-index: 3; 
opacity: 1; 
width: 880px; 
height: 300px; 
}

div#WP-ANYTHING-SETTING1 #anything-slider2{
position: absolute; 
top: 0px; 
left: -880px; 
display: none; 
z-index: 2; 
opacity: 1; 
width: 880px; 
height: 300px; 
}

div#WP-ANYTHING-SETTING1 #anything-slider3{
position: absolute; 
top: 0px; 
left: -1760px; 
display: none; 
z-index: 1; 
opacity: 1; 
width: 880px; 
height: 300px;
}
.fontSize14px{
font-size:14px;
}
#home_tabs_wrapper{
height:240px;
margin-top:30px;
}
#home_tabs_content{
border:none;
height:100%;
}
.valignTop{
vertical-align:top;
}
.home-zip-search-field{
display:inline-block;
margin-right:10px;
}
#zipsearch #zipbox{
padding: 5px 5px 5px 5px;
}
.community-activities{
padding-top:350px;
}
