@charset "UTF-8";

/* CSS Document */

body {
  width: 850px;
  margin: 25px auto 10px auto;
  overflow: -moz-scrollbars-vertical;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

img {
  border: none;
}

#header {
  height: 70px;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #807F7F;
  background: white;
}

#header #iel {
  position:absolute;
  height: 100%;
  right: 0px;
  bottom: 0px;
}

#header #logo {
  position: absolute;
  left: 0px;
  bottom: 4px;
}

#botspacer {
  border-bottom: solid 1px #807F7F;
  width: 100%;
  height: 15px;
  background: white;
}

#footer{
  position: relative;
  background: white;
  width:100%;
}

#footer a {
  font-size:14px;
  color: #333333;
  text-decoration: underline;
}

#footer a:hover {
  background: #807F7F;
  color: white;
}

#topNav {
  position: relative;
  width: 100%;
  height: 22px;
  background-color: #1B6935;
  margin: 2px 0px 2px 0px;
}

#topNav #topBar {
  position: relative;
  background-color: white;
  height: 0px;
  width: 50%;
  border-bottom: solid 1px #807F7F;
}

#topNav #sideBar {
  position: relative;
  float: left;
  background-color: white;
  height: 16px;
  width: 0px;
  border-right: solid 1px #807F7F;
  border-bottom: solid 1px #807F7F;
}

#spacer {
  border-top: solid 1px #807F7F;
  width: 100%;
  height: 15px;
  background: white;
}

#mainTable {
  position:relative;
  width:100%;
  background: white;
}

#mainTable #leftNav {
  position: relative;
  vertical-align: top;
  border-right: solid 1px #807F7F;
}

#navcontainer { 
  position: relative;
  width: 100px;
  padding: 0px 5px 0px 0px;
}

#navcontainer ul
{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
}

#navcontainer a
{
  display: block;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-decoration:none;
  text-align: center;
  text-vertical-align: middle;
  font-weight:bold;
  background-color: white;
  color: #333333;
}

#navcontainer a:link { }
#navcontainer a:visited { }
#navcontainer a:hover
{
  background-color: #F1F5F2;
  color: #111111;
}

#mainTable #leftNav #leftBracket {
  height: 35px;
  width:4px;
  position:absolute;
  left: -2px;
  top: -2px;
  border-left: solid 2px #1B6935;
  border-bottom: solid 2px #1B6935;
  border-top: solid 2px #1B6935;
}

#mainTable #leftNav #rightBracket {
  height: 35px;
  width:4px;
  position:absolute;
  right: -2px;
  top: -2px;
  border-right: solid 2px #1B6935;
  border-bottom: solid 2px #1B6935;
  border-top: solid 2px #1B6935;
}

#mainTable #mainCell {
  border-left: solid 3px #1B6935;
  padding: 0px 0px 0px 25px;
  width: 700px;
  vertical-align:top;
}

#title {
  font-family: arial;
  color: #3F4040;
  font-size: 20px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #1B6935;
}

#title2 {
  position: relative;
  left: 10px;
  font-family: arial;
  color: #3F4040;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
}

#title2 a {
  font-family: arial;
  color: #3F4040;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
}

#title2 a:link {
  text-decoration:underline;
}

#title2 a:hover {
  background-color: #1B6935;
  color: white;
}

#greenDrop {
  position: relative;
  background-color: #F1F5F2;
  width: 619px;
  padding: 12px 38px 12px 22px;
  text-align:justify;
  z-index:10;
  line-height:18px;
  margin: 0px 0px 20px 0px;
  border-right: solid 16px #1B6935;
}

#rightBar {
  position:absolute;
  right:0px;
  top: 0px;
  height:100%;
  width:16px;
  z-index:11;
  background-color: #1B6935;
}

#sampleApp {
  width: 202px;
  height: 165px;
  position: relative;
}

#sampleApp #samplePic {
  position:absolute;
  top: 2px;
  left: 2px;
}

#sampleApp #sampleLink {
  position:absolute;
  bottom: 2px;
  right: 10px;
}

#sampleApp a {
  display: block;
  width: 100%;
  height: 100%;
  background-color:#BFC7D2;
  color: #1B325F;
  font-weight: bold;
  vertical-align: bottom;
  text-align: right;
  text-decoration: none;
}

#sampleApp a:hover {
  display: block;
  width: 100%;
  height: 100%;
  background-color:#78849F;
  color: white;
}

#CORNERtopLeft {
  position:absolute;
  left:-1px;
  top:-1px;
  z-index:100;
}

#CORNERtopRight {
  position:absolute;
  right:-17px;
  top:-1px;
  z-index:100;
}

#CORNERbotLeft {
  position:absolute;
  left:-1px;
  bottom:-1px;
  z-index:100;
}

#CORNERbotRight {
  position:absolute;
  right:-17px;
  bottom:-1px;
  z-index:100;
}

#textBar {
  position:relative;
  width:100%;
  background-color:#B5D0BC;
  color: WHITE;
  padding: 2px 2px 2px 2px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}

#button {
  position:relative;
}

#button a {
  position:relative;
  width:150px;
  padding: 2px 2px 2px 2px;
  display: block;
  background-color:#BFC7D2;
  color: #1B325F;
  font-weight: bold;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: 1px solid black;
}

#button a:hover {
  border: 1px solid white;
  display: block;
  background-color:#78849F;
  color: white;
}

/*- Menu Tabs C--------------------------- */
#tabsC {
position: relative;
float:right;
bottom:-7px;
height:18px;
background:#FFFFFF;
font-size:93%;
line-height:normal;
}

#tabsC ul {
margin:0;
padding:2px 0px 0px 2px;
list-style:none;
}

#tabsC li {
display:inline;
margin:0;
padding:0;
}

#tabsC a {
float:left;
margin-top:3px;
padding:0px 2px 0 2px;
height:12px;
font-size:12px;
text-decoration:none;
border-right: solid 1px #807F7F;
}

#tabsC a span {
margin-top:-3px;
float:center; 
display:block;
padding:0px 4px 0px 4px;
color: #333333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span {
color: #1B6935;
}
#tabsC a:hover {
  background-position:0%;
  background-color: #F1F5F2;
}
#tabsC a:hover span {
  background-position:100%;
}
/*- Menu Tabs C--------------------------- */


#question{
  font-family: arial;
  color: #3F4040;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 17px 0px;
}

#answer{
  font-family: arial;
  color: #3F4040;
  font-size: 14px;
  font-weight: none;
  padding: 0px 0px 17px 0px;
}

#questionLink a{
  color: blue;
  font-size: 14px;
  text-decoration: none;
}

#logoFont {
  top:15px;
  position: absolute;
  float:left;
  color:#555555;
  font-size: 40px;
  text-align: left;
  font-style: italic;
  font-family: arial, "lucida console", sans-serif;
  line-height:60px;  
  padding: 0;
}

#logoFont td {
  background: none;
  text-align: center;
}

#logoFont tr { }

#logoFont2 {
  position:absolute;
  float:left;
  top: 15px;
  left: 115px;
  width:50px;
  color:#1E6B3D;
  background:none;
  font-size: 80px;
  text-align: left;
  font-style: italic;
  font-family: utopia;
}

#logoFont3 {
  position:absolute;
  float:left;
  width:50px;
  top: 15px;
  left: 75px;
  color:#D9E4DE;
  background:none;
  font-size: 80px;
  text-align: left;
  font-style: italic;
  font-family: utopia;
}

#logoFont4 {
  position:absolute;
  float:left;
  width:50px;
  top: 15px;
  left: 35px;
  color:#F1F1F1;
  background:none;
  font-size: 80px;
  text-align: left;
  font-style: italic;
  font-family: utopia;
}


#iel {
  position:absolute;
  float:right;
  background:none;
  width: 500px;
  height: 70px;
}

#iel a {
  color:#1E6B3D;
  font-size: 35px;
  line-height: 70px;
  text-align: left;
  text-vertical-align: middle;
  font-style: italic;
  font-family: utopia;
  text-decoration: none;
}

#code {
  font-size: 12px;
  font-family: lucida console;
  line-height: 14px;
  text-decoration: none;
}

IMG.centered{
  display: block;
  margin: 10px auto 10px auto;
  background: white;
}

/* NEWS */

div.news {
  clear: both;
  margin: 0 10px 15px 10px;
  padding: 0 0 0 0;
  padding-top: 5px;
  border-top: 1px solid green;
}

p.news {
  margin: 0.75em 0px;
  text-align: left;
}

h3.newsheading {
 border-bottom: 1px solid gray;
 margin: 0 10px 0 10px;
 font-size: 13px;
}

.news ul {
 margin: 0 0px 0px 20px;
 padding: 0 0 0 0;
 list-style-type: square;
}

.news li {
 padding: 0 0 0 0;
 margin: 0 0 0 0px;
}

span.newstitle {
  font-family: arial;
  color: #3F4040;
  float: left;
}

span.newsdate {
  font-family: arial;
  color: #3F4040;
  float: right;
}

