/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #eee0c8 url(http://www.ocdeducationstation.org//images/ocd/background.gif) left top repeat-x;
  font: normal 62.5% FreeSans, Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----Framework----*/

#wrap {
  width: 1008px;
  margin: 0 auto;
  background: url(http://www.ocdeducationstation.org//images/ocd/container-background.gif) left top repeat-y;
}

#container {
  background: url(http://www.ocdeducationstation.org//images/ocd/container-top-background.gif) left top no-repeat;
  width: 1008px;
}

#main {
  background: url(http://www.ocdeducationstation.org//images/ocd/swoosh.png) right bottom no-repeat !important;
  background: url(http://www.ocdeducationstation.org//images/ocd/swoosh.gif) right bottom no-repeat;
  width: 1008px;
}

#col1 {
  float: left;
  margin-left: 18px !important;
  margin-left: 9px !important;
  margin-left: 4px;
  width: 191px;
}

#col2 {
  float: left;
  width: 808px;
}


.clear {
  clear: both;
}

#footer {
  width: 1008px;
  margin: 0 auto;
  background: url(http://www.ocdeducationstation.org//images/ocd/footer-background.gif) left top no-repeat;
  padding: 32px 0 30px;
  text-align: center;
}

#sidebar {
  float: right;
  width: 191px;
  margin-right: 14px;
  padding-top: 14px;
}

/*----End Framework----*/
/*---------------------------------------------------------------------*/
/*----Nav----*/

#nav {
  background: url(http://www.ocdeducationstation.org//images/ocd/nav-background.gif) left top repeat-y;
  margin-bottom: 5px;
}

#nav ul {
  background: url(http://www.ocdeducationstation.org//images/ocd/nav-bottom-background.gif) left bottom no-repeat;
  padding: 9px 23px 15px 20px;
}

#nav li {
  border-bottom: 1px dashed #707070;
  font-size: 1.4em;
  font-family: FreeSans, "Arial Narrow", Helvetica, Arial, sans-serif;
}

#nav li.last {
  border: 0 none;
}

#nav a {
  color: #636060;
  padding: 6px 4px;
  display: block;
}

#nav a:hover {
  color: #3f3bab;
  background: #e4e4f8;
  text-decoration: none;
}

/*----End Nav----*/
/*---------------------------------------------------------------------*/
/*----Search Box----*/

#search {
  background: url(http://www.ocdeducationstation.org//images/ocd/nav-background.gif) left top repeat-y;
  margin-bottom: 1em;
}

#search .top {
  background: url(http://www.ocdeducationstation.org//images/ocd/search-top-background.gif) left top no-repeat;
}

#search .bottom {
  background: url(http://www.ocdeducationstation.org//images/ocd/nav-bottom-background.gif) left bottom no-repeat;
  padding: 3px 5px 5px 4px;
}

#search form {
  border: 5px solid #bbdfee;
  padding: 5px;
}

#search form label {
  display: block;
  color: #254d76;
  font-weight: bold;
  font-size: 1.2em;
  background: #dbebf2;
  padding: 6px 4px;
  margin-bottom: 5px;
}

#search form #keywords {
  background: #fff;
  border: 1px solid #d1d1d1;
  padding: 2px;
  font-family: "Consolas", "Courier New", Courier, monospace;
  width: 156px;
  display: block;
}

#search form #submit {
  margin: 5px auto 0;
  display: block;
}


/*----End Search Box----*/
/*---------------------------------------------------------------------*/
/*----Search Box----*/

#toolbox {
  background: url(http://www.ocdeducationstation.org//images/ocd/nav-background.gif) left top repeat-y;
}

#toolbox .top {
  background: url(http://www.ocdeducationstation.org//images/ocd/search-top-background.gif) left top no-repeat;
}

#toolbox .bottom {
  background: url(http://www.ocdeducationstation.org//images/ocd/nav-bottom-background.gif) left bottom no-repeat;
  padding: 3px 5px 5px 4px;
}

#toolbox .bottom div {
  border: 5px solid #bbdfee;
  padding: 5px;
}

#toolbox h2 {
  display: block;
  color: #254d76;
  font-weight: bold;
  font-size: 1.2em;
  background: #dbebf2;
  padding: 6px 4px;
  margin-bottom: 5px;
}

#toolbox a {
  color: #696969;
}

#toolbox ul {
  margin-left: 10px;
}


#toolbox li {
  display: block;
  padding: 5px 0 5px 25px;
}

#toolbox li.print {
  background: url(http://www.ocdeducationstation.org//images/ocd/icon-print.gif) left center no-repeat;
}

#toolbox li.email {
  background: url(http://www.ocdeducationstation.org//images/ocd/icon-email.gif) left center no-repeat;
}

#toolbox li.share {
  background: url(http://www.ocdeducationstation.org//images/ocd/icon-share.gif) left center no-repeat;
}


/*----End Search Box----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#header {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-background.gif) right bottom no-repeat;
  height: 103px;
}
#header .chicago { 
float: left;
}
#header .newsletter {
float: right; 
margin-top: 10px;
width: 335px;
height: 30px;
}
#header .newsletter label {
font-size: 1.2em;
color: #0271b0;
}
#header .newsletter .text-box {
border: 1px solid #d4d4d4;
width: 150px;
padding: 3px 5px;
}
#header .subscribe {
margin-left: 3px;
float: right;
width: 35px;


}
#header .newsletter p {
float: right;
color: #717171;
margin-top: 5px;
}
#header .newsletter a {
color: #0099e3;
}


/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Home----*/

#home {
  background: url(http://www.ocdeducationstation.org//images/ocd/home-background.jpg) 558px 104px no-repeat;
}

#homemain {
  width: 470px;
  padding-top: 41px;
}

#homemain p {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #1e1c8b;
}

#homemain p a {
  font-weight: bold;
  color: #2cabe2;
}


/*----End Home----*/
/*---------------------------------------------------------------------*/
/*----Corner----*/

.corner {
  background: url(http://www.ocdeducationstation.org//images/ocd/corner.jpg) left top no-repeat;
  padding: 10px 0 30px 60px;
}

/*----End Corner----*/
/*---------------------------------------------------------------------*/
/*----Quote----*/

blockquote {
  background: url(http://www.ocdeducationstation.org//images/ocd/quote.gif) left top no-repeat;
  padding-left: 40px;
  font-family: FreeSerif, "Segoe Print", "Comic Sans", cursive;
  font-size: 1.1em;
  line-height: 1.5em;
}

blockquote cite, #content blockquote cite {
  padding: 15px 0 15px 50px;
  display: block;
  font-style: normal;
font-size: 1em;
}

blockquote a {
  font-weight: bold;
  color: #2cabe2;
  font-family: FreeSans, Helvetica, Arial, Verdana, sans-serif;
}


/*----End Quote----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer ul li {
  display: inline;
  color: #705a4c;
  padding: 0 5px;
  border-right: 1px solid #705a4c;
}

#footer ul li a {
  color: #705a4c;
}

#footer ul li.first, #footer ul li.last {
  border: 0 none;
}

#footer ul.top {
  margin-bottom: 1em;
}

#footer ul.top li {
  font-size: 1.2em;
  border-color: #323086;
  font-weight: bold;
}

#footer ul.top li a {
  color: #323086;
}

#footer ul.middle {
  margin-bottom: 2em;
}

#footer ul.middle li {
  font-size: 1.1em;
  border-color: #323086;
}

#footer ul.middle li a {
  color: #323086;
}


/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Sidebar----*/

#sidebar {
  width: 191px;
}

#sidebar h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #2f2bab;
  border-bottom: 2px dotted #707070;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#sidebar ul#subnav {
  border-bottom: 2px dotted #707070;
  margin-bottom: 2em;
}

#sidebar ul#subnav li {
  font-size: 1.5em;
  font-family: FreeSans, "Arial Narrow", Helvetica, Arial, sans-serif;
}

#sidebar ul#subnav li a {
  color: #636060;
  padding: 6px 0;
  display: block;
  width: 179px;
}

#sidebar ul#subnav li a:hover {
  color: #2f2bab;
  text-decoration: none;
}


/*----End Sidebar----*/
/*---------------------------------------------------------------------*/
/*----Breadcrumbs----*/

#content p#breadcrumbs {
  color: #423db4;
  text-transform: lowercase;
  padding: 5px 28px;
  font-size: 1em;
}

#breadcrumbs a {
  color: #423db4;
}


/*----End Breadcrumbs----*/
/*---------------------------------------------------------------------*/
/*----Content----*/

#content {
  width: 573px;
  padding-top: 20px;
}

#content h2 {
  font-size: 1.9em;
  color: #1e1c8b;
  margin-bottom: 1em;
  font-weight: bold;
}

#content h3 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  color: #1e1c8b;
  margin-bottom: 1em;
}

#content h4 {
  font-weight: bold;
  color: #1e1c8b;
  margin-bottom: 1em;
  font-size: 1.3em;
}

#content h5 {
  font-size: 1.5em;
  font-weight: bold;
  color: #1e1c8b;
  margin-bottom: 1em;
}

#content dl {
  margin-bottom: 1em;
  padding-left: 10px;
  width: 500px;
}

#content dt {
  font-size: 1.3em;
  font-weight: bold;
  color: #202020;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #cbcaf2;
}

#content dd {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 2em;
  color: #202020;
}

#content p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #202020;
}

#content li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #202020;
}

#content ul {
  list-style: square;
  padding: 0 20px;
}

#content ul ul {
  list-style: circle;
  padding: 0 20px;
}

#content ol {
  list-style: decimal;
  padding: 0 20px;
}

#content ol.letters {
  list-style: upper-alpha;
  padding: 0 20px;
}

#content ol.numbers {
  list-style: decimal;
  padding: 0 20px;
}

#content li ul, #content li ol {
  padding-top: 1em;
}


#content .corner a {
  font-weight: bold;
  color: #2caae2;
  border-bottom: 1px dotted #2caae2;
}

#content .corner a:hover {
  border-bottom: 1px solid #2caae2;
  text-decoration: none;
  background: #d7f3ff;
}

#content cite {
  color: #1e1c8b;
  font-style: italic;
  font-size: 1.4em;
  display: block;
  margin-bottom: 1em;
}

#content table {
  width: 100%;
}

#content table thead th {
  background: #ddddee;
  color: #1e1c8b;
  font-weight: bold;
  vertical-align: top;
  padding: 5px 10px;
  font-size: 1.2em;
}

#content table tbody td {
  font-size: 1.2em;
  padding: 5px 10px 30px;
  vertical-align: top;
}

#content table tbody th {
  font-size: 1.2em;
  padding: 5px 10px 30px;
  vertical-align: top;
  font-weight: bold;
  width: 40%;
}

#content table tbody td li, #content li li {
  font-size: 1em;
}

#content img.photo {
  float: right;
  margin: 0 0 10px 10px;
}

#content a.btn {
  background: url(http://www.ocdeducationstation.org//images/ocd/btn.gif) left top no-repeat;
  width: 191px;
  height: 55px;
  display: block;
  border: 0 none;
  font-size: 1.6em;
  color: #244c74;
  line-height: 53px;
  padding-left: 20px;
  float: left;
  margin: 0 20px 20px;
}

#content a.btn:hover {
  border: 0 none;
  background: url(http://www.ocdeducationstation.org//images/ocd/btn.gif) left top no-repeat;
  text-decoration: underline;
}


/*----End Content----*/
/*---------------------------------------------------------------------*/
/*----Section Head----*/

#sectionhead {
  width: 523px;
  height: 232px;
  background: url(http://www.ocdeducationstation.org//images/ocd/sectionhead-background.gif) left top no-repeat;
  margin-left: 25px;
  padding: 11px 14px 14px 11px;
}

#section {
  width: 523px;
  height: 232px;
}

#sectionhead .ocd-facts {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-ocd-facts.jpg) left top no-repeat;
}

#sectionhead .recognizing-ocd-at-school {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-recognizing-ocd.jpg) left top no-repeat;
}

#sectionhead .role-of-school-personnel {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-role-of-personnel.jpg) left top no-repeat;
}

#sectionhead .tools-and-resources {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-tools.jpg) left top no-repeat;
}

#sectionhead .success-stories {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-stories.jpg) left top no-repeat;
}

#sectionhead .ocd-guides {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-ocd-guides.jpg) left top no-repeat;
}

#sectionhead .contact-us {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-contact.jpg) left top no-repeat;
}

#sectionhead .about-us {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-about.jpg) left top no-repeat;
}

#sectionhead .how-to-help {
  background: url(http://www.ocdeducationstation.org//images/ocd/section-help.jpg) left top no-repeat;
}

#section h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #322f85;
  padding: 196px 0 0 10px;
  line-height: 36px;
}

#section h1 span {
  color: #6c6c6c;
}


/*----End Section Head----*/
/*---------------------------------------------------------------------*/
/*----Story Blocks----*/

#content div.story {
  border: 7px solid #edecfa;
  background: #fff;
  padding: 20px;
  margin-bottom: 2em;
}

#content div.story h3 {
  border-bottom: 2px dotted #404040;
  text-indent: -9999px;
  height: 45px;
}

#content div.story h3.jason {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-jason.gif) left top no-repeat;
}

#content div.story h3.emily {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-emily.gif) left top no-repeat;
}

#content div.story h3.paul {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-paul.gif) left top no-repeat;
}

#content div.story h3.kate {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-kate.gif) left top no-repeat;
}

#content div.story h3.antwon {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-antwon.gif) left top no-repeat;
}

#content div.story h3.davey {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-davey.gif) left top no-repeat;
}

#content div.story h3.javier {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-javier.gif) left top no-repeat;
}

#content div.story h3.sheryl {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-sheryl.gif) left top no-repeat;
}

#content div.story h3.kenisha {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-kenisha.gif) left top no-repeat;
}

#content div.story h3.mike {
  background: url(http://www.ocdeducationstation.org//images/ocd/header-mike.gif) left top no-repeat;
}


/*----End Story Blocks----*/
/*---------------------------------------------------------------------*/
/*----Callouts----*/
#content div.callout {
  float: right;
}

#content div.callout a.btn {
  background: url(http://www.ocdeducationstation.org//images/ocd/btn-long.gif) left top no-repeat;
  width: 250px;
  height: 55px;
  display: block;
  border: 0 none;
  font-size: 1.3em;
  color: #244c74;
  line-height: 53px;
  padding-left: 20px;
  margin: 0 20px;
}

#content div.callout a.btn:hover {
  border: 0 none;
  background: url(http://www.ocdeducationstation.org//images/ocd/btn-long.gif) left top no-repeat;
  text-decoration: underline;
}

/*----End Callouts----*/
/*---------------------------------------------------------------------*/
/*----Side Callouts----*/

#sidebar div.callout {
  border: 5px solid #c2e2ef;
  background: #deedf3 url(http://www.ocdeducationstation.org//images/ocd/side-callout-background.gif) left top repeat-x;
  padding: 15px;
  margin-bottom: 2em;
  float: right;
  width: 151px;
}

#sidebar div.callout h3 {
  font-size: 1.2em;
  color: #254d76;
  margin-bottom: 1em;
  font-weight: bold;
}

#sidebar div.callout p {
  margin-bottom: 0;
  font-size: 1.1em;
  color: #1e1c8b;
}

/*----End Side Callouts----*/
/*---------------------------------------------------------------------*/
/*----Forms----*/

#content form {
  margin-bottom: 2em;
}


#content form legend {
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  color: #1e1c8b;
  margin-bottom: 1em;
}

#content form label {
  font-size: 1.2em;
  color: #202020;
}

#content form small.desc {
  font-size: 1.1em;
  color: #666;
  font-style: italic;
  margin-left: 20px;
  display: block;
}

#content form input {
  margin-right: 5px;
}

#content form textarea {
  width: 450px;
  height: 150px;
}

#content form fieldset {
  margin-bottom: 1em;
}

#content form ol {
  list-style: none;
}

#content form input.textbox, #content form select {
  width: 250px;
  padding: 2px;
  color: #202020;
}


/*----End Forms----*/