/* ----- HTML definitions  */

* { 
  margin: 0;
  padding: 0;
}

/* 
   this forces a scroll bar on Firefox on all pages
   to avoid the shifting of content when a scrollbar
   appears and disappears on different pages.
*/
HTML { 
  min-height: 101%;
}

BODY { 
  font-family : Arial, Helvetica, sans-serif;
  font-size : 0.8em;
  margin: 0;
  color: black;
  background-color: white;
}

TABLE {
  font-size : 1.0em;
}

IMG { 
  border : 0;
}

P { 
  margin: 0.5em auto;
}

A:hover { 
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

UL, OL { 
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

UL LI, OL LI { 
  margin-right: 4.0em;
  margin-bottom: 0.5em;
  margin-left: 2.5em;
}

H4 { 
  margin-top: 1.5em;
  margin-bottom: -0.5em;
}

/* for special print-related text */

#printheader, .printtitle, #printfooter { 
  display: none;
}

/* ----- Site definitions  */
@media screen {
#container { 
  width: 851px;
  position: relative;
  left: 50%;
  margin-left: -425px;
  color: black;
  background: #fff url(../images/bg851.png) repeat-y center;
}
}

@media handheld{
#container {
  min-width: 851px;
  background: none;
  margin: 0px;
}
}

#header {
  width: 851px; 
  height: 80px;
  margin:0; 
  color: black; 
  background: white url(../images/banner851.png) no-repeat top left;
}

.navbar {
  width: 851px; 
  position: relative;
  top: 50px;
  height: 30px;
  color: black; 
  background: white url(../images/navbar851.png) no-repeat top left;
}	

.navbar UL {
  position: relative;
  top: 7px;
  left: 35px;
  display : inline;
}

.homenavbar UL {
  left: 91px !important; 
}

.navbar UL li {
  display : inline;
  margin: 0;
  padding: 0;
  color : white;
  background-color: transparent;
}

.navbar UL li A {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
  color : white;
  background-color: transparent;
  padding-left: 0.4em;
  padding-right: 0.4em;
}	

.feedlogo { 
  display: inline;
  position: relative;
  top: 7px;
  right: -105px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 0.9em;
  font-variant: small-caps;
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.homefeedlogo { 
  right: -161px !important;
}

.feedlogo A { 
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.feedlogo IMG { 
  vertical-align: middle;
}


.dropcap {
  margin-top: 1.0em;
}

.homedropcap {
  margin-top: 0em;
}

.dropcap:first-letter, .homedropcap:first-letter {
  float: left;
  margin-top: 0;
  color: #333365;
  background-color: transparent;
  padding-top: 0.1em;
  font-size: 3em;
  line-height: .8em;
  font-weight: bold;
  font-family: "Times New Roman", Times, Serif;
}

.standout { 
  font-weight: bold;
  font-style: italic;
}

/* ----- side bar  */

#side1 { 
  position: absolute;
  top: 86px;
  left: 25px;
  width: 200px;
  font-size: 0.85em;
  padding: 0em 1.0em 1.0em 0em;
  border-right: 1px solid #cfcfcf;
}

#side1 #quote { 
  padding: 0.25em;
  margin-bottom: 0.5em;
  color: black;
  background-color: #ecf1f6;
  border: 1px solid #666666;
}

#side1 #quote A { 
  color: black;
  background-color: transparent;
}

#side1 #quote .title { 
  font-size: 1.2em;
  font-weight: bold;
}

#side1 #whatsnew { 
  background-color: #ecf1f6;
  border: 1px solid #666666;
  border-bottom: 1px solid #666666;
/*  padding-right: 1.25em; */
}

#side1 #whatsnew .title { 
/*  background-color: #fff500; */
/*  background-color: #071552; */
  background-color: #273572;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
}

#side1 #whatsnew .heading { 
  font-size: 1.2em;
  font-weight: bold;
}

#side1 #whatsnew .body { 
  padding: 0.25em;
  color: black;
}

#side1 UL { 
  margin: 0;
  padding: 0;
}

#side1 UL LI { 
  margin: 0 0 .5em 2em;
  padding:0;
/*
  list-style: none;
*/
}

/* menu items */

#nwllmenu { 
  color: black;
  background-color: #ecf1f6;
  margin-bottom: 1.0em;
  border: 1px solid #666666;
}

#nwllmenu .menutitle { 
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0.1em;
  color: black;
  background-color: #ddd;
  padding: 2px 5px;
}

#nwllmenu .notfirst { 
  margin-top: 1.0em;
}

#nwllmenu A { 
  color: black;
  background-color: #ecf1f6;
  text-decoration: none;
}

#nwllmenu A:hover { 
  color: white;
  background-color: #999;
}

#nwllmenu .nwllmenu1 { 
  padding: 0;
  margin: 0 .25em .25em 1em;
}

#nwllmenu .nwllmenu2 { 
  padding: 0;
  margin: 0 .25em .25em 2.0em;
}

/* ----- content  */

/* content for 1-column pages */
#content1 {
  padding: 5px 75px 1.0em 75px;
  text-align: left;
}

/* content for 2-column pages - MOST COMMON */
#content2 {
  padding: 5px 2.5em 1.0em 252px;
  text-align: left;
}

#homegraphic .img { 
  border: 2px solid #666666; 
  vertical-align: top;
  margin: 0.5em 0.5em 0.25em auto;
}

#homegraphic .caption { 
  font-size: 0.9em;
  font-style: italic;
  margin: 0em auto auto 0em;
  width: 450px;
}

.leftgraphic { 
  float: left;
  border: 0px solid #999; 
  margin: 0em 1em 0em 0em;
}

.rightgraphic { 
  float: right;
  border: 0px solid #999; 
  margin: 0em 0em 0em 1em;
}

#hometagline { 
  width: 98%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 1em 1em 0;
  text-align: center;
}

#hometagline .head { 
  font-size: 1.5em;
  font-weight: bold;
  margin: 0em;
}

#hometagline .tail { 
  font-size: 1.3em;
  margin: 0em;
  font-style: italic;
}

#homecommunities {
/* margin-left: 5em; */
 margin: 1em auto 1em 3em;
}

.rpullquote, .lpullquote { 
  width: 50%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 1em 0.25em 0;
}

.rpullquote .title, .lpullquote .title{ 
  background-color: #fff500;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.rpullquote { 
  float: right;
}

.lpullquote { 
  float: left;
}

#footer {
  position: relative;
  left: 25%;
  width: 50%;
  font-size: 1em; 
  text-align: center; 
  margin-top: 0.5em;
  padding-top: 1.0em;
  border-top: 1px solid #cfcfcf;
}

/* this is required! */
#footer #bottom { 
  width: 851px;
  height: 42px;
  position: relative;
  left: 50%;
  margin-left: -426px;
  color: black;
  background: white url(../images/bottom851.png);
}


#validated { 
  position: relative;
  top: 55px;
  /* left: 22px; */
  left: 642px;
  width: 190px;
  z-index: 99;
}


.tbg {
  padding:0;
  margin:0;
  border: 1px;
  height: 28px;
  float: left;
}

.tbg1 {
  background-image: url("../images/tabfront.jpg");
  width: 1px;
}

.tbg2 {
  background-image: url("../images/tabBG.jpg");
  font-size: 1.2em;
  font-weight: bold;
  color: #333365;
  background-color: white;
  padding-left: 0.25em;
  padding-right: 0.5em;
}

/* must have separate container for padding within tbg2 */
.ttext { 
  padding-top: 6px;
}

.tbg3 {
  background-image: url("../images/tabfront.jpg");
  width: 1px;
}

.tbg4 {
  clear: both;
}

/* contactus page specific  */

#sitecomment { 
  margin-top: 2.0em;
  padding: 0em 1em 0.5em 1em;
  width: 40em;
  color: white;
  background-color: #eee;
  border: 1px solid black;
}

#sitecomment p#instructions { 
  margin-bottom: 1.5em;
}

#sitecomment #regarding .title { 
  display: inline;
  margin-right: 0.5em;
}

#sitecomment #comment .title { 
  margin: 0.25em auto;
}

#sitecomment #comment .title #remaining { 
  border: 0;
  width: 2.1em;
  text-align: right;
  background-color: transparent;
}

#sitecomment #comment #msg { 
  height: 10em;
  width: 38em;
  margin-bottom: 1em;
}


/* for organization page only */

#orgchart {
/* doesn't work in IE
  position: relative;
  left: 50%;
  margin-left: -240px;
*/
  margin-left: 30px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}

/* for timeline */

#timeline { 
  margin-top: 1.5em;
}

#timeline .container { 
  margin: 0.25em auto 0.5em 1.0em;
}

#timeline .when {
  float: left;
  width: 5em;
  font-family: "Times New Roman", Serif;
  font-weight: bold;
}

#timeline .what { 
  width: 33em;
  margin-left: 5em;
}

/* for Divisions page */

#embeddedbox {
  width: 80%; 
  margin: 2.0em auto auto 2.0em;
  color: black;
  background-color: #ecf1f6; 
  padding: 0.5em 1em;
  border: 2px solid #ccc;
}

#embeddedbox #title {
  text-align: center;
  font-weight: bold;
  font-size : 1.3em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #bbbbbb;
  margin-bottom: 1.0em;
}

/* for Sponsors page */

#sponsorsbox {
  width: 80%; 
  margin: 2.0em auto auto 2.0em;
  color: black;
  background-color: #ecf1f6; 
  padding: 0.5em 2em 2em 1em;
  border: 2px solid #ccc;
}

#sponsorsbox #title {
  text-align: center;
  font-weight: bold;
  font-size : 1.3em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #bbbbbb;
  margin-bottom: 1.0em;
}

DIV#embeddedbox OL {
  padding: 0;
  margin: 0.5em 2.0em;
}

DIV#embeddedbox OL LI {
  margin-bottom: 0.4em;
}

#embeddedbox { 
  position: relative;
  top: -2px;
  left: -2px;
}

/* in the news page */

.monthofnews { 
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  margin-top: 1.0em;
}

/* pages with lists of document links */

#documentcontainer { 
  margin-top: 1.0em;
  margin-left: 2.0em;        
}

#documentcontainer .section { 
  margin-bottom: 1.0em;
}

#documentcontainer .listofdocs { 
  margin-top: 0em;
}

#documentcontainer .listofdocs LI { 
  margin-bottom: 0em;
}

#documentcontainer .title { 
  font-weight: bold;
  font-size: 1.0em;
}

/* sitemap */

#sitemap { 
  margin-top: 2.0em;
}

#sitemap .sm1 { 
  font-size: 1.4em;
  margin: 1.0em auto 0.5em 1.0em;
}

#sitemap .sm2 { 
  font-size: 0.9em;
  margin: auto auto 0.5em 1.0em;
}

#sitemap .sm3 { 
  font-size: 0.9em;
  margin: auto auto 0.5em 2.5em;
}

#quickindex { 
  position: absolute;
  top: 140px;
  margin-left: 360px;
  width: 280px;
  border: 2px solid #ccc;
  color: black;
  background-color: #eee;
  padding: 0em 1em;
}

#quickindex UL { 
  margin: 0;
  padding: 0;
  list-style: none;
}

#quickindex LI { 
  margin: 0;
  padding: 0;
  margin-bottom: 1.0em;
  
}

/* works only for Gecko (CSS2-compliant) browsers */
#quickindex LI:before { 
  content: "\00BB \0020"
}

/* HTTP 404 page */

#page404 { 
  font-family: "Courier New", Courier, mono, sans-serif;
  font-size: 1.3em;
}

#page404 #title { 
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em auto;
}


/* google search page */

#searchbox { 
  margin: 1.0em auto 0em auto;
  text-align: center;
}

#searchresults {
  padding: 5px 20px 0em 30px;
  text-align: left;
}

/* title background */

.titlecontainer { 
  margin-bottom: 0em;
}

.maintitle { 
  font-size: 1.2em;
  font-weight: bold;
  color: #333365;
  background-color: white;
  padding-left: 0.25em;
  padding-right: 0.5em;
}

#ctisspubs { 
  float: right;
  width: 60%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 1em;
}

#usingctisr {
  float: right;
  width: 60%;
  color: #263471;  /* 38,52,113 */
  background-color: white;
  border: solid #263471;
  border-width: 7px 0;
  padding: 0.25em 0.5em;
  margin: 0.25em 1em;
}

/* ---- Division Tables ---- */
table.schedule {
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
  border-width: 1px;
  line-height: 1.3em;
}

table.schedule td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1px;
  padding-left: 1px;
}

table.divisions {
  border-collapse: collapse;
  border: 3px solid #E0E0E0;
  border-width: 3px;
  line-height: 1.3em;
}

table.divisions thead {
  text-align: center;
  font-weight: bold;
  color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #BFBFBF;
}

table.divisions tfoot {
  text-align: center;
  font-weight: bold;
  color: black;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #BFBFBF;
}

table.divisions td {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2px;
  padding-left: 2px;
}

.scheduleseason {
  background-color: #BFBFBF;
  font-weight: bold;
  font-style: italic;
  color: black;
}

.scheduledate {
  background-color: #6373B5;
  font-weight: bold;
  font-style: italic;
  color: white;
}

.schedulelabel {
  background-color: #E0E0E0;
  font-weight: bold;
  font-style: normal;
  color: black;
}

.schedulerowodd {
  background-color: white;
  font-style: normal;
  font-weight: 1em;
}

.scheduleroweven {
  background-color: #E0E0E0;
  font-style: normal;
  font-weight: 1em;
}

table.teams {
  clear: right;
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
  background-color: #E0E0E0;
  line-height: 1.6em;
}

table.teams thead {
  background-color: #BFBFBF;
}

table.teams td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3px;
  padding-left: 3px;
}

table.standings {
  clear: right;
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
  background-color: #E0E0E0;
  line-height: 1.6em;
}

table.standings thead {
  background-color: #BFBFBF;
  border: 1px solid #BFBFBF;
}

table.standings td {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2px;
  padding-left: 2px;
}

table.registration {
  clear: right;
  border-collapse: collapse;
  border: 2px solid #E0E0E0;
  line-height: 1.6em;
}

table.registration thead {
  background-color: #BFBFBF;
  border: 1px solid #BFBFBF;
}

table.registration td {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 4px;
  padding-left: 2px;
}