﻿/* reset  (see O'Reilly's CSS 2nd edition) */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dt, dd, dl, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }


body {
	width: 950px;	
	background-color: #fffff0;
    margin-left: 10px;
    padding: 0px;

	/* global default font */
	/*font-family: Calibri, Verdana, Ariel, Helvetica, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-family:"Lucida Sans Unicode", "Lucida Granda", sans-serif;*/
    font-size: 11pt;
    line-height: 1.25em;
    color: #222120;
}

#top_banner {
	background-image:url('../graphics/vert_cream_100.jpg');
	background-repeat:repeat-x;
	padding-bottom: 3px;
	border-top: 2px #fffff0 solid;
}

/* ==== Sidebar ==== */

#sidebar {
	float:left;
	border-right: 2px solid #fffff0;
}

/*   == main navigation menu ==  */
.menu {
  width: 170px;
  
  background-color: #010066;

  border-bottom: 2px solid #fffff0;

  line-height: 1.4em;
}

.menu a {
  text-decoration: none;
  font-weight: bold;
  margin-left: 6px;
  margin-right: 6px;

}
.menu a:link, .menu a:active, .menu a:visited {
  color: #FFFFF0;
}
.menu a:hover {
  color: #336699;
}

.menu2 {
    border-top: 2px solid #fffff0;
	margin-top: 50px;
}

.menuitem_sec {
  text-indent: 1em;
  }
.menuitem_sec a {
  font-weight: normal;
}

/*   
 * == external link navigation menu ==  
 */
.linkmenu {
  width: 170px;
  margin-top: 50px;
  
  background-color: #660001;

  border-top: 2px solid #fffff0;
  border-right: 0px solid #fffff0;
  border-bottom: 2px solid #fffff0;

  line-height: 1.4em;
}

.linkmenu a {
  text-decoration:none;
  font-weight: bold;
  margin-left: 6px;
  margin-right: 6px;
}
.linkmenu a:link, .linkmenu a:active, .linkmenu a:visited {
  color: #FFFFF0;
}
.linkmenu a:hover {
  color: #336699;
}

.linkmenuitem {
/*  padding: 0px 0px 0px 12px;*/
}


.news {
    margin-top: 50px;
	width: 158px;
    margin-left: 6px;
    margin-right: 6px;
    color:#fffff0;
}

.news h1 {
	font-weight:bold;
	font-size: 120%;
	text-align: center;
	padding-bottom: .5em;
}
.news h2 {
	font-weight:bold;
	font-size: 90%;
	padding-top: .5em;
}

.news a:link, .news a:active, .news a:visited {
  text-decoration:none;
  font-weight: bold;
  color: #FFFFF0;
  /*background-image:url('../graphics/link_arrow.png');
  background-repeat:no-repeat;
  background-position:left center;
  padding-left: 16px;*/
 
}

.news a:hover {
  text-decoration: underline;
  font-weight:bold;
  color: #fffff0;
}

.news p {
	padding-bottom: .5em;

}
.news_right {
	/*width: 176px;*/
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 6px;
	padding-bottom: 10px;
	border-top: 2px #fffff0 solid;
	float: right;
	background-color: #336699;
	text-indent: -12px;
}

.news_right object {
	padding-left: 12px;
}

.body_wrapper {
	background:url('../photos/hor_lightblue_170.jpg') repeat-y left top;
}

.page_body {
	margin-left: 165px;
	min-height: 600px;
}

.pic_container {
	background-color: #336699;
	width: 778px; 
    overflow:hidden;
}
.pic_container object, .pic_container img {
	float:right;
    border-left: 2px solid #fffff0;
    border-right: 2px solid #fffff0;
    margin-right: 100px;
}
/* main page has 188-wide margin to match news box */
.pic_container object {
	/*margin-right: 188px;*/
	margin-right: 204px;
}
/* left picture: remove border on right so a total of 2 px white border */
.pic_container .img_l {
	float:right;
	margin-left: 0px;
	margin-right: 30px;
}


#home_main_text {
  /*background:url('../images/flame_logo8.png') no-repeat right 60%;*/
}
.main_text {
  margin: 10px 20px;
  padding-bottom: 2em;
  zoom: 1;  /* work around IE6 text creep */

}
.main_text h1 {
	font-size:140%;
	font-weight: bold;
	margin-bottom: .7em;
}
.main_text h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: .5em;
}
.main_text h3 {
	font-weight: bold;
	margin-bottom: .3em;
}

.main_text p {
    margin-bottom: .5em;
}
.main_text ul {
    /* IE6 workaround for following paragraph right shift: use padding-left rather than margin-left */
	padding-left: 3em;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
.main_text li {
	list-style-type:none;
	text-indent: -1em;
	margin-bottom: 3px;
}
.main_text li:first-letter {
	font-size:110%;
}

.main_text  a:link, .main_text a:active, .main_text a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #222120;
	
	background-image:url('../graphics/link_arrow.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 16px;
}
.main_text a:hover {
  text-decoration: underline;

}


.main_text strong {
	font-style:italic;
}

.main_text table {
	border-collapse:collapse;
	margin-left: 10px;
	margin-bottom: 10px;
}
.main_text td {
	padding-right: 30px;
}
.main_text tr:nth-child(odd) {
	background-color: #eeeee0;
}
.main_text tr.break {
	border-bottom: 20px solid #fffff0;
}

.main_text .twocolumn_left {
	float:left;
}
.main_text .twocolumn_right {
	margin-left:300px;
}
.main_text dd {
	padding-bottom:10px;
	
}
.main_text dt {
	font-weight: bolder;	
}

.news_page td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 1em;
}
.news_page #date {
	width: 120px;
}


/* ==== Footer ==== */
#footer {
	
  font-size: 70%;
  text-align: center;
  line-height: 12px;
  padding: 6px 6px 1px 6px;
  clear:both;
	
}

#disclaimer {
	font-style:italic;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
}


/* ==== IE6 workarounds ==== */

/* prevent picture container from falling under sidebar in IE6 due to exceeding width of parent */
* html .pic_container {
	zoom: 1;
    margin-left: 0;
}
* html #sidebar {
	margin-right: -3px;
}

/* support "min-height" on page body */
* html .page_body {
	height: 600px;
}

/* workaround ie6 dropping main body down under menu due to wide calendar.png */
* html #calendar {
	width: 720px;
	
}



