/* - - - - - - - - - - - - - - - - - - - - -

Title : CICC Style Sheet
Author :  Travis Ennis
URL :  

Description : The main style sheet for the CICC website. 

Created :  6/30/2006
Modified :  11/8/2006

- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - -

COLOR PALETTE:



- - - - - - - - - - - - - - - - - - - - - */


/* ----- CSS ----- */

body {
  margin: 0;
  padding: 0;
  background: #fff url(../images/background.jpg) top left repeat-x;
  color: #000;
  font-size: 62.5%;
  line-height: 120%;
}

/* ----- LINKS ----- */

a{
  color: #374D67;
  background: #fff;
  border-bottom: 1px dotted #374D67;
  text-decoration: none;  
}

a:hover{
  color: #4E6D93;
  background: #fff;
  border-bottom: 1px dotted #4E6D93; 
}

a:visited{
  color: #93534E;
  background: #fff;
  border-bottom: 1px dotted #93534E;
}

/* ----- MAIN ----- */

#wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
}

#container {
  padding: 0;
  width: 100%;
  margin-bottom: 250px;
}

/* ----- HEADER----- */

#header {
  margin: 0;
  padding: 0;
  width: 564px;
  height: 200px;
  background: #fff url(../images/header.jpg) top left no-repeat;
  color: #f7f0de;
}

#header img#search {
  position: absolute;
  top: 0;
  right: 5px;
  border: 0;
}

#header img#site-map {
  position: absolute;
  top: 0;
  right: 108px;
  border: 0;
}

#header img#contact-us {
  position: absolute;
  top: 0;
  right: 211px;
  border: 0;
}

#header h1 {
  display: none;
}

/* ----- SITE INFO ----- */

#site-info {
  font-family: verdana,arial,helvetica,sans-serif;  
  font-size: 1.2em;
}

#site-info a {
  text-decoration: none;
  color: #9C927F;
  background: #fff;
  border-bottom: none;
}


/* -----NAVIGATION ----- */

#navigation {
  float: left;
  width: 215px;
  background-color: transparent;
  padding: 15px 0 0 12px;
}

#navigation ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #F4F5FF;
  color: #5b5d6d;
  width: 180px;
  border: 1px solid #375171;
}

#navigation ul li a {
  display: block;
  padding: 5px 5px;
  width: 93%;
  background: #fff url(../images/nav2.gif) left repeat-x;
  border-bottom: 1px solid #eee;
  color: #5B5D6D;
}

#navigation ul li a:link, #navigation ul li a:visited {
  text-decoration: none;
}

#navigation ul li a:hover {
  background: #fff url(../images/nav1.gif) left repeat-x;
  color: #4E6D93;
}

/* ----- CONTENT ----- */

#content {
  margin-left: 225px;
  margin-right: 210px;
/*     width: 85%;*/
  background-color: transparent;
  padding: 10px 0 0 10px;
}

#main_content {
  margin-left: 225px;
   margin-right: 285px;
  background-color: transparent;
  padding: 10px 0 0 10px;
}

#main_content h2 {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1.9em;
  line-height: 130%;
  font-weight: bold;
  color: #713A37;
  background: #fff;
}

#content h2, h2#alt_content {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1.9em;
  line-height: 130%;
  font-weight: bold;
  color: #713A37;
  background: #fff;
  border-bottom: 7px solid #BEDDFF;
}

#main_content h3 {
  font-family: Verdana, sans-serif;
  font-size: 1.6em;
  margin-top: -8px;
  color: #4E74A1;
  background: #fff;
}

#content h3, h3.alt-content {
  font-family: Verdana, sans-serif;
  font-size: 1.8em;
  color: #4E74A1;
  background: #fff;
  line-height: 125%;
  padding-top: 10px;
}

#content h4, #main_content h4 {
  font-family: Verdana, sans-serif;
  font-size: 1.6em;
  line-height: 125%;
  padding-left: 10px;
  color: #37673F;
  background: #fff;
}
  
#content h4 a, #main_content h4 a {
  color: #37673F;
  background: #fff;
}

#content .note {
  padding-left: 14px;
  font-weight: bold;
  font-size: 1.1em;
}

#content p, #main_content p {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 1.4em;
  line-height: 150%;
  color: #666;
  background: #fff;
}

#content ul, #main_content ul, #content ol, #main_content ol{
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 1.4em;
  color: #666;
  background: #fff;
}

#content ul ul, #content ol ol, #content ol ul, #main_content ul ol, #main_content ul ul, #main_content ol ol, #main_content ol ul, #main_content ul ol {
	font-size: 1.0em;
}

#content ul li, #content ol li, #main_content ul li, #main_content ol li{
    line-height: 170%;
	padding: 4px 0;
}

ol.level1 { list-style-type: upper-roman ; }
ol.level2 { list-style-type: upper-alpha ; }
ol.level3 { list-style-type: decimal ; }
ol.c3 {list-style-type: lower-alpha;}

#content table {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 1.4em;
  line-height: 150%;
  color: #666;
  background: #fff;
  width: 400px;
}

#content table th {
  text-align: left;
}

pre {
  border: 1pt solid black;
  white-space: pre;
  font-size: 10pt;
  overflow: auto;
  padding: 1em 0 1em 1em;
    margin-left: 5pt;
    margin-right: 5pt;
  background-color: #f9f9f9;
}

#content a[href ^="http://"],
#content a[href ^="gopher://"] {
    background: url(../images/external.png) center right no-repeat;
    padding-right: 13px;
}

#content a.external {
    background: url(../images/external.png) center right no-repeat;
    padding-right: 13px;
}

#links {
	padding: 1em 2em;
	border: 1px solid #c0c0c0;
}

/* ----- SIDEBAR ----- */

#sidebar {
  position: absolute;
  right: 0;
  top: 215px;
    width: 250px;
}

#sidebar h3 {
  background: #4E6D93 url(../images/sidebar_hd.gif) top left no-repeat;
  color: #fff;
  width: 233px;
  height: 22px;
  font-size: 1.8em;
  padding: 8px 0 0 12px;
}

#sidebar h3 a {
	background:#4E6D93;
	color: #fff;
	text-decoration: none;
}
 
#sidebar p, #sidebar ul {
  font-size: 1.4em;
  line-height: 105%;
  font-family: Helvetica, sans-serif;
  padding-left: 5px;
  padding-bottom: 2px;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar ul li {
  padding: 3px 0;
}

#sidebar ul ul {
    font-size: 0.9em;
}

#sidebar a {
  color: #5B5D6D;
  background: #fff;
  text-decoration: none;
  border-bottom: none;
}

#sidebar a:hover {
  color: #4E6D93;
  background: #fff;
  border-bottom: 1px dotted #4E6D93;
}

#sidebar .headline {
  color: #333;
  background: #fff;
  padding-left: 5px;
  line-height: 100%;
}

#sidebar .news_date {
  color: #999;
  background: #fff;
  padding-left: 0;
  line-height: 50%;
  padding-top: 0;
}

#sidebar .more_news {
  text-align: center;
  font-size: 1.2em;
  padding-top: 5px;
}

#sidebar .more_news a {
  text-decoration: underline;
}

/* ----- FOOTER ----- */

#footer {
  border-top: 3px solid #7f9c97;
  clear: both;
  margin-top: 250px;
  padding: 15px 0 10px 30px;
  background: #4e935a url(../images/footer_bg.gif) top left repeat-x;
  color: #fff;
  height: 50px;
}

#footer a {
  color: #fff;
  background: transparent;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

#footer p {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1.1em;
  line-height: 25%;
  font-weight: bold;
}

/* ----- SITE MAP ----- */

#sitemaplist {
  line-height: 140%;
}

#sitemaplist a {
  border-bottom: none;
}

#sitemaplist li {
  font-size: 1.2em;
}

#sitemaplist li ul li {
  font-size: 0.8em;
}

#sitemaplist li ul li ul li {
  font-size: 1.0em;
}

/* -----  CONTACT US  -----*/

.vcard {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 1.4em;
  line-height: 165%;
  color: #666;
  background: #fff;
}

.vcard .fn {
  font-weight: bold;
}

/* -----  NEWS AND EVENTS & INTERNAL DOCUMENTS  -----*/

.item {
  margin-bottom: 60px;
  padding: 0;
}

.item p.date {
  padding: 2px 5px 2px 1px;
  margin: 0;
  text-align: right;
  border-bottom: 1px solid #999;
  color: #666;
  font-weight: bold;
}

.item p.headline {
  padding: 0 0 0 8px;
}

.item .snippet p {
  padding: 0 8px 0 8px;
  text-align: justify;
}

.report-title, .meeting-title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.meeting-time {
  font-weight: bold;
  padding-left: 10px;
}

.meeting-div {
  font-size: 1.2em;
  font-weight: bold;
}

.section {
  font-weight: bold;
  font-size: 1.2em;
}

.sub-section {
  font-weight: bold;
  font-style: italic;
  padding-left: 8px;
}

/* -----  DATABASE DESCRIPTIONS  -----*/
.description {
  border: 1px solid #666;
  margin: 2em 0;
}

.description p.title {
  font-size: 1.2em;
  background: #efefef;
  line-height: 1.4em;
  margin: 0;
  padding: 3px 0;
  padding-left: 5px;
  border-bottom: 1px solid #666;
}

.description p {
  padding: 0 3px;
}

.description p.back {
  text-align: right;
  font-size: 0.9em;
}