/* main style sheet for all pages, additional style sheets should be requested AFTER this one */

/*==============================
        COMPATABILITY
==============================*/

/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5. Font-family line gives a CSS validation warning - ignore */
.BeNiceToMacIE5 {
  font-family: "\"}\""; 
  font-family: inherit;
}

/*==============================
            DESIGN
==============================*/

/* NB margin, padding T-R-B-L */

html, body {
	background: #426FB0; 
	font-family: arial, helvetica, sans-serif;
	font-size: 86%;            /* Do not adjust below 76% verdana, some browsers explode */
	margin: 0;
	padding: 0;
	width: 100%;
	color: #333;
	height: 100%;
	} 
	
td, th, p, li, ul, ol {	
	font-size: 1em; 
	line-height: 1.5em;
	background: transparent;
	border-bottom: 1px transparent;
	}
	

h1, h2, h3, h4, h5, h6 {
	color: #74BB45;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0; 
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	text-align: center;
	padding: .5em 0 .5em 0;
	}

h2 {
	font-size: 1.2em;
	padding: .5em 0 .5em 0;
	}

h3 {
	font-size: 1em;
	padding: .5em 0 0 0;
	}

hr {
	height: 1px;
	width: 100%;
	color: #426FB0; 
	background: transparent;
	margin: 5px 0px 5px 0px;
}

a:link {
	text-decoration: underline;
	color: #426FB0;
	background: transparent;
}

a:visited {
	color: #666;
	background: transparent;
}

a:hover {
	color: navy;
	/* color: #425FB0; background: #F3F5FC; background triggers float bug in IE */
}

.ondark {
	color: white;
	background: transparent;
}

.smallText {
	font-size: .9em;
	color: #999;
}
.boldSmallText {
	font: .9em bold;
	color: #999;
}

.bold {font-weight: bold;}

.centerText {
	margin: 0px 10px 0px 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.italics {
font-style: italic;
}

.imgRight {
float: right;
margin: 0 0 0 5px;
padding: 5px;
border: 1px dotted #EEE;
text-align: center;
color: #666;
}

.imgLeft {
float: left;
margin: 0 0 5px 0;
padding: 5px;
border: 1px dotted #EEE;
text-align: center;
color: #999;
}

.imgDefault{
float: none;
margin: 0;
padding: 5px;
border: 1px dotted #EEE;
text-align: center;
color: #999;
}

.tipBox {
width: 200px;
float: right;
margin: 0 0 0 5px;
padding: 5px;
border: 1px dotted #ccc;
text-align: left;
color: #666;
}

p.tight { 
	line-height: 1.2em;
	border-bottom: 1px transparent;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.center{
text-align:center;
}

ul.reg {
	list-style-image:  url("../images/bulletEEE.gif");
	list-style-position: outside;
}

ul.events {
	list-style-position: outside;
	list-style-type: none;
	display: block;
}

/* Data table formatting */
table {
	width: 98%;
	border: 0;
}

td {
	border-bottom: #eee dotted 1px;
	border-top: #eee dotted 1px;
	padding: 2px 5px 2px 5px;
	margin: 0;
	vertical-align:top;
	}

th {
	color: #426FB0;
	background: transparent;
	text-align: left;
	font-size: 1.2 em;
}


/* print-only header*/
.printHeader {
	display: none;
	height: 0;
}	

/* page header */
.header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100px;
}

/* encases graphics, compensates for MSIEs min-width/height bug */
.banner {
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 0;
	}

/* to accommodate the curve */
.underHeader {
	width: 100%; 
	margin: 0;
	padding: 0;
	text-align: left;
	background: white;
	height: 11px;
	clear: both;
}

/* page footer */
.footer {
	clear: both;
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 1.5em 0 .5em 0;
	text-align: center;
}

.printFooter {
	display: none;
}	 

.header p, .underHeader p, .footer p {
	margin-bottom: 0; 
	margin-top: 0;
	padding-bottom: 0;    /* prevent gaps between divs in some browsers */
}


/*==============================
           STRUCTURE
==============================*/

/* container for the 3 columns */
.outer-container {
  width: 100%;          
  margin: 0;   
  padding: 20px 0 0 0;            /* keep flush with adjacent containers */
  background: white;
  color: #333;
}


/* container for just the left and center columns */
.inner-container {
  width: 76%;              
  float: left;
  color: #333; 
  background: white;
  margin: 0;
  padding: 0;                /* keep flush with adjacent containers */
}


/* center column */
.content {
  width: 66%; 
  float: right; 
  padding: .2em 1.5% 1em; 
  margin: 0;   
  color: #333; 
  background: white;
  border-color: #eee; 
  border-style: dotted;
  border-width: 0 1px;
/* W3C CSS validation service gives erroneous parse error on border-right shorthand, but not on individual properties */
}


/* left column */
.nav {
  width: 27%;  
  float: left; 
  margin: 0;  
  padding: .3em 0 0 1em;  /* (IE messes up with margin, so use padding) */
}

.minWidthHack { /* compensates for MSIEs min-width/height bug */
	height: 1px;
	width: 130px;
	visibility: hidden;
}

/* right column */
.sidebar {
  width: 22%;              /* a little less than available 24% */
  float: right;
  margin: 0;  
  padding: .3em .3em .3em 0;      /* some space from right window edge */
  background: white url("../images/greyLogoVert.gif") no-repeat top;
  color:#999;
  height: 100%; /* was inherit */
}

.minHeightHack { /* compensates for MSIEs min-width/height bug */
	height: 420px;
	width: 1px;
	float: right;
}

.clear {
  clear: both;
  margin: 0;   
  padding: 0;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clearHeader { /* using the regular .clear results in 1px gap */ 
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
	overflow: hidden;
    visibility: hidden;
}


} /* end media screen rules */


/*==============================
        COMPATABILITY
==============================*/


/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */


/*==============================
        HOLLY HACK
==============================*/
/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

/* SARS blue #426FB0, green #75BB45 */

.greenItal {
	font-style: italic;
	color: #33CC33;
}
hb1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #426FB0;
}
