/* CSS Document */

/*
-----------------------------------------------
Global styles
----------------------------------------------- 
*/

body {
	margin: 0; 
	padding: 0; 
	background: #cccccc; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	/* font-size: 1em; */
	font-size: 100%;
	color: #000000; 
}

a {color: #003399;}
a:hover {color: #336699;}
a:visited {color: #003399;}

h1 {/* main headers */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	color: #003399;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

h2 {/* red subheaders */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #990000;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

hr {
	width: 100%;
	height: 1px;
	color: #E6D9E6;
	background-color: #E6D9E6;
	border: none;
}

.screen-reader {
  position: absolute;
  left: -9999px;
  
}

.indent {margin-left: 20px;}
.indent_double, ul ul {margin-left: 40px;}

#container {
	width: 760px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #FFFFFF;
}

#main {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
	top: 325px;
	margin: 0;
	font-size: 0.8em;
	height: 100%;
}



#left {
	width: 190px;
	background-image: url(images/images/left_treebg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0;
	height: 100%;
	float:left;
}



#content {
	margin: 0 0 0 200px;
	border-left: 2px dashed #cccccc;
	padding: 10px;
	color: #444;
	background: #FFFFFF;
	height: 100%;
}


#main #content p {margin-top: 0px; margin-bottom: 12px; line-height: 135%;}

#main #content li {margin-bottom: 5px}


img.align_right {
	float: right;
	border: 1px solid #000000;
	margin: 3px 0 3px 6px;
}


img.align_left {
	float: left;
	border: 1px solid #000000;
	margin: 3px 6px 3px 0;
}


/*
------------------------------------------------------------------------
styles for footer found globally
------------------------------------------------------------------------
*/

#footer {
	background: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 10px 0 20px 0;
	width: 100%;
	border-top: 1px solid #cccccc;
}

#footer p {
	font-size: 0.7em;
	padding: 0 10px 0 10px;
	text-align: center;
}




/* form */

form.norm fieldset {
  border: 1px solid #bbb;
  background: #eee;
  width: 37em;
  padding: 15px;
  margin: 10px 0;
  position: relative;/* fixes color placement of legend in IE */
}
form.norm legend {
  font-weight: bold;
  color: #fff;
  background-color: #660066;
  border: 1px solid #555;
  padding: 2px 6px;
  position: absolute;/* fixes color placement of legend in IE */
  top: -0.8em;/* fixes color placement of legend in IE */
  left: 0.5em;/* fixes color placement of legend in IE */
}
form.norm label { 
  font-weight: bold;
  width: 10em;
  margin: 0.5em 0.5em 0 0;
  vertical-align: top;
  float: left;
  text-align: right;
}
form.norm input {
  margin: 0.5em 0 0 0.5em;
  width: 11em;
}
form.norm select {
  margin: 0.5em 0 0 0.5em;
}
form.norm fieldset ol {
  margin: 0;
  padding: 0;
}
form.norm fieldset ol li {
  list-style: none;
  padding: 3px;
  margin: 0;
}
form.norm fieldset fieldset {
  border: none;
  margin: 0;
  width: auto;
  padding-top: 15px;
  background-color: transparent;
}
form.norm fieldset fieldset legend {
  padding-top: 10px;
  margin-left: -10px;
  margin-bottom: -18px;
  border: none;
  color: #444;
  background-color: transparent;
}
form.norm fieldset fieldset label {
  margin-left: 10em;
  width: 20em;
  text-align: left;
}
form.norm fieldset fieldset input {
  width: 2em;
}


