/* 
<!-- Last updated 16 April 2010 RM -->
 */
/* <!--  original headings were pink: #FF3366; then rgb(45,143,143) aka 2D8F8F, a nice blue green. Now testing orange in h1 and it just won't change for me yet. RM 19 April 2010
 --> */

html {
padding: 0;
margin: 0;
}

body {
color: #404040;
background-color: #ffffff;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size :100%;
line-height: 150%;
text-align: left;
background-repeat: repeat-x;
background-position: top;
width: 62em;
}



a:link {
color: #0000ff;
background-color: #ffffff;
text-decoration: underline;
}



a:hover {
color: #0000ff;
background-color: #ffffff;
}

a:visited {
color: #0000ff;
text-decoration: underline;
background-color: #ffffff;
}





h1 {
font-family: Georgia;
font-size: 1.6em;
color: #f17d0a;
padding-top: .60em;
padding-bottom: 0.25em;
margin-bottom: 0;

}




h2 {
font-family: Georgia;
background-color: #ffffff;
color: #f17d0a;
font-size: 1.2em;
padding-top: .60em;
padding-bottom: 0;
margin-bottom: 0;
 
}



h3 {
font-family: Georgia, Verdana;
background-color: #ffffff;
color: #f17d0a;
font-size: 1em;
padding-top: .60em;
padding-bottom: 0;
margin-bottom: 0;
 
}



h4 {
font-family: Georgia;
background-color: #ffffff;
font-size: 1.2em;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
 
}



h5 {
font-family: Georgia;
font-size: 1.1em;
font-weight: normal;
 
}

p {
margin-top: 0; 
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0;

}

p+p {
margin-top: 1em;
}

/* Rachel added tables */
table {
font-size: 0.8em;
}


img {
border: none;
}

div.pullquote {
margin-left: 10px;
margin-right: 40px;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid gray;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 5px;
background-color: #d4ecfb;
}

/* header */

dt {
font-weight: bold;
}

div#header  {
width: 100%; 
	margin: 0 0 0 0;
}



div#header img {
margin-top: 6px; 
padding-right: 20px;
background-color: white; 
border: none;
float: left;
}

div#header p.tag {
padding-top: 25px; 
margin-left: 300px; 
font-size: 0.9em;
font-weight: bold;
}

div#header p.address {
margin:0px 50px 50px 300px;
padding:0px;
font-size: 0.75em;
font-weight: normal;
}



/* content */


div#content {
margin-left: 200px;
width: 70%;
font-size: 0.9em;
}



h1+p, h2+p, h3+p, p+ul, p+ol, h2+ul, h2+ol {
margin-top: 0; 
padding-top: 0;
}


div#content ul, div#content ol {
margin-top: 0; 
margin-left: 0px;
padding-top: 0;
padding-left: 1em;
}

div#content ol {
padding-left: 1.5em;
}

div#content ul li, div#content ol li, div#content dl dd {
margin-left: 0.5em;
padding-top: 0px;
padding-bottom: 0.25em;
padding-left: 0em;
}

div#content dt {
padding-top: 1.5em;
}

/* navigation */

div#navigation  {
 position:absolute;
 top:150px;
 left:10px;
 padding:5px;
 background-color:#ffffff;
 width:150px;
}

/* "be nice to Opera 5". */
body>#navigation {width:150px;}

/* Eric Meyer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */

#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 150px;
}

#navlist li {
list-style: none;
margin: 0;
padding: 0.25em 0.5em;
border-top: 1px solid gray;
font-size: 0.8em;
}

#navlist li a { 
text-decoration: none; 
}



div#footer {
margin-top: 3em;
margin-left: 200px;
padding-top: 2em;
border-top: solid 1px silver;
font-size: 0.75em;
clear: both;
}

div#footer ul  {
display: inline;
padding-left: 0;
margin-left: 0;
}

div#footer ul li {
display: inline;
list-style-type: none;
padding-right: 3em;
margin-left: 0;
padding-left: 0;
}


div#footer ul li img {
margin-right: 0.25em;
}