* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #3E3E3E;
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  font-size: small;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #3B94ED;
}

h1 {
  font-size: 200%;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 2em;
}

h2 {
  font-size: 160%;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #CE2E2E;
}

h3 {
  font-size: 130%;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul {
	padding-left: 1em;
}

li {
	margin: 0.3em 0;
}

/*styles for text links*/
a {
  color: #3885ED;
  border-bottom: 1px solid #9BC2F6;
}

a:hover {
  border: none;
}

/* style for the images javascript links */
#wrap a[onclick] {
	font-style: italic;
	color: #2f883d;
  border-bottom: 1px solid #2f883d;
}

a[href^="#"] {
	border: none;
}

p {
	margin: 0.8em 0;
	padding: 0.5em;
}

img {
  border: none;
}

/*
ul {
  list-style: none;
}
*/

#wrap {
  min-width: 630px;
  min-height: 768px;
  font-size: 95%;
}

#home-content {
  padding: 0 2em;
  line-height: 1.7em;
  font-size: 110%;
  color: #555555;
	margin-top: 3em;
}

.clear {
  clear: both;
  width: 100%;
}

#header-container {
  width: 100%;
  padding: 0;
  margin: 0;
}

.header {
  padding: 0;
  margin: 0;
  background: url(../images/header-bckgnd.png) repeat-x bottom center;
	border-bottom: 2px solid #FFFFFF;
}

.placeholder {
  height: 1px;
  padding: 0;
  width: 300px;
  margin: 0 330px 0 0;
}

#title {
  padding: 1.2em 2em;
}

#title h1 {
  background-color: transparent;
  color: #B8DEF8;
  font-size: 240%;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}

#title a {
  height: 32px;
  width: 350px;
  display: block;
  outline: none;
}

#title a span {
  display: none;
}

#nav-container {
  height: 35px;
  background: url(../images/nav-bckgnd.png) repeat-x top right;
  position: relative;
}

#nav {
  position: absolute;
  /*float: right;*/
  top: 14px;
  right: 0px;
  width: 200px;
  min-width: 200px;
}

#nav a {
  width: 100px;
  height: 44px;
  /*padding: 20px 0px 4px 0px;*/
  display: block;
  outline: none;
}

#nav-container span {
  display: none;
}

#toc {
  width: 200px;
  float: right;
  margin-left: 35px;
  margin-top: 50px;
  margin-bottom: 35px;
  text-align: left;
  padding: 20px;
  background-color: #F0F0F0;
}

#toc h5 {
  margin-bottom: .8em;
}

#toc ul {
	list-style: none;
}

#toc ul a{
  color: #CE2E2E;
  font-size: 0.83em;
	border: none;
}

#toc ul ul a{
  color: #3B94ED;
  font-size: 0.83em;
}
#toc li {
	margin: 0;
}

/*:::::::::*/
.node_page a {
  color: #3885ED;
  border-bottom: 1px solid #9BC2F6;
}

.node_page a:hover {
  border: none;
}

/*:::::: footer ::::::*/
#footer {
  float: left;
  margin: 30px 0 0;
  padding: 40px 0;
  text-align: center;
  width: 100%;
  background: url(../images/footer_bg.png) no-repeat top center;
}

#footer p.links {
  margin: 0 0 15px 0;
  padding: 0;
}

#footer p.links a {
  margin: 0;
  padding: 0;
  font-size: 110%;
  color: #777777;
  border: none;
}

#footer p.links a:hover {
  color: #404040;
}

#footer p {
  margin: 0;
  padding: 0;
  color: #999999;
}

#footer div a {
  color: #3885ED;
  border-bottom: 1px solid #9BC2F6;
}

#footer div a:hover {
  border: none;
}

pre {
  float: left;
  width: auto;
  overflow: auto;
  padding: 0.8em;
  border: 1px dotted #4193CD;
  background: #F3F3F3;
  margin-bottom: 1.5em;
}


.important,
.tip {
  padding: 0 1em;
}

.important span,
.tip span {
  font-weight: bold;
}

.important {
  border: 1px #999999 solid;
  display: block;
  float: left;
  background-color: #FFF1F1;
}

.important span {
  color: #CE2E2E;
}

.tip {
  border: 1px #999999 solid;
  display: block;
  float: left;
  background-color: #EFFFED;
}

.tip span {
  color: #16750C;
}

.imgLabel {
  font-style: italic;
  font-size: 90%;
  position: relative;
  top: -2px;
  left: -30px;
  color: #808080 !important;
}

.imgFloat {
  float: left;
  margin-left: 3em;
}

#lastUpdated {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #DEDEDE;
  font-style: italic;
  font-size: 38%;
}

.hidden {
  display: none;
}

.top {
  float: right;
  margin-bottom: 10px;
}

span.top a {
  color: #07394D;
	border: none;
}

span.top a:visited {
  color: #8C0F24;
}

.red {
  color: #CE2E2E !important;
}
.green {
	color: #16750C !important;
}

.author-note {
  display: block;
  position: relative;
  background-color: #FFFD93;
  top: 5px;
  width: 300px;
  float: right;
  padding: 5px 10px;
  font-family: "Courier New", Courier, monospace;
	margin: 10px;
}

.quote {
	padding: .8em;
	margin: 0;
	font-style: italic;
	border: 1px dotted #DEDEDE;
	float: left;
}
.quote a {
	color: inherit;
	border: none;
}

.xml,
.blue {
	color: #0066CC !important;
}

strong {
	color: #2A2A2A;
}
.uri {
	color: #990066 !important;
}
.comm {
	color: #009933 !important;
	font-style: italic;
	font-size: 90%;
}

.orange {
	color: #c57033 !important;
}

textarea {
	font-size:96%
}