/*
 * CCTA HTML Elements css
 *
 * Styles for HTML elements
 * @author Benjamin Lowenstein 04/2009
 */
 
/** fonts **/

body  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    color: #333333;
}

#container {

    /* Use a 13px base font size with a 18px line height */
    font-size: .8125em; /* 16px x .8125 = 13px */
    line-height: 1.38em; /* 13px x 1.38 = 18px */ 
}


/* A generic clearDefaults */

.clearDefaults {
  margin:0;
  padding:0;
}

ul.clearDefaults {
  list-style-type:none;
}

ul.clearDefaults li {
  list-style:none;
  margin:0;
  padding:0;
}

img {
  border:0;
}

h1, h2, h3, h4, h5 {
  font-weight:normal;
}

    /*TODO - change to EM */

h1 {
  font-size:32px;
  color: #CC9900;
}

#home h2 {
  margin: 0;
  font-size: 29px;
  color: #003399;
  line-height:2em;
}

#home h3 {
  margin: 0;
  font-size:16px;
  color: #000066;
  line-height:2em;
}

h2 {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 5px;
  font-size: 29px;
  color: #000066;
  line-height:1em;
}

h3 {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 20px;
  font-size:23px;
  color: #666666;
  line-height:1em;
}


a:link, a:visited {
  color: #003399;
  text-decoration:none;
}

a:hover, a:focus {
  color: #CC9900;

}
  


/*
# main font: Lucida Sans Unicode, Lucida Grande
# font sizes (home): navigation: 15px; <h2> ("Welcome!", "CCTA Spotlight" etc.): 29px; <h3> ("In the News", "Industry Issues, etc.): 15px bold;  main text: 13px
# a link: #003399, a hover: #CC9900, a visited: #003399,
# main text #333333


internal pg: left navigation <h2> 'cable industry info' 16px #000066, left navigation links 13px; left bar <h2> 'CCTA Updates' 22px; <h3> 'In the News' 15px bold; links 13px; 
content area breadcrumbs (home > cable industry info etc) 12px, <h2> (High Definition) 32px #CC9900; main content 14px #333333

I forgot some notes about the font in the footer area:
# â€œCCTAâ€?: 14px, #333333
# addresses: 12px #333333
# copyright text, sitemap link : 11px #333333

*/
