/* Style.css */

html, body { 
margin : 0;
padding : 0;
} 

body { 
font : 73% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
background : #f2f2f2 url(http://www.itea.org/images/bg.gif) repeat-y top center;
} 

a:link, a:visited { 
color : #388830;
background : transparent;
text-decoration : none;
} 

a:hover { 
color : #666;
text-decoration : underline;
} 

a img { 
border : none;
} 

img.left {
float: left;
margin: 10px 10px 10px 0;
border : 1px ;
border-style: solid;
border-color: #0000
}

.imgleft { 
margin: 20px;
padding: 0px;
height: auto;
width: auto;
float: center;
}

.imgright { 
float: right;
padding: 5px 5px 5px 0px;
}

ol.decimal {
list-style-type: decimal;
padding : 0 0 0 2em;
}

h2 { 
margin : 2em 0 0.5em 0;
font-size : 130%;
letter-spacing : 5px;
} 

h3 {
margin : 0 0 2em 0;
font-weight: normal;
text-align: left;
font-size: 100%;
}

h4 {
margin : 2em 0 3em 0;
font-weight: normal;
text-align: left;
font-size: 100%;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #A9A9A9;
}

h5 { 
margin : 0 0 0 0;
font-weight: normal;
font-size : 130%;
} 

.filler {
margin: 2em 0 100% 0;
}

.content { 
margin-left : 171px;
margin-bottom: auto;
border-left : 10px solid #fff;
padding: 2em;
} 

.content p { 
padding : 5px 5px 25px 5px;
} 

.post {
	padding: 10px;
}

table.stats {
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 500px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.stats td {
background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.stats td.hed {
background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

#content .story {
}
	
#container { 
width : 750px;
margin : auto;
border : 10px solid #fff;

background : url(http://www.itea.org/images/logo.gif) no-repeat;
background-position: 100% 99%; 
color : #666;
} 

#top { 
padding : 0;
height : 87px;
background : url(http://www.itea.org/images/Banner.gif) no-repeat;
color : #fff;
} 

#top h1 { 
padding : 5px 0 0 25px;
margin : 0;
font-size : 140%;
letter-spacing : 5px;
} 

#leftnav { 
float : left;
width : 170px;
margin : 0px;
padding : 0em;
} 

#leftnav p { 
margin : 0m 0 12em 0;
} 

#navmenu,
#navmenu li,
#navmenu ul 
{
  float: left;
  width: 170px;                     /*For KHTML*/
  margin: 0px 0 0px 0;
  border: 0 none;
  padding: 0;
  line-height: 100%;
  font-size: 0.9em
}

ul#navmenu:after                        /*From IE 7 lack of compliance*/
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  line-height: 100%;
}

ul#navmenu li 
{
  float: left;                                       /*For IE 7 lack of compliance*/
  width: 170px;
  display: block !important;              /*For GOOD browsers*/
  display: inline;                                /*For IE*/
  position: relative;
  line-height: 100%;
}

/* Root Menu */
ul#navmenu a 
{
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 06px;
  display: block;
  background: #387030;
  color: 	#FFFFFF;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  line-height: 100%;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
  padding-left: 0.4cm;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #388830;
  color: #FFFFFF;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
  padding-left: 0.4cm;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: 	#388030;
  color: #FFFFFF;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a 
{
  background:	#389030;
  color: #FFF;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a 
{
  background: 	#708090;
  color: 	#fff;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a 
{
  background: 	#D3D3D3;
  color: #FFF;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a 
{
  background: #EEE;
  color: #666;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover 
{
  background: #CCC;
  color: #FFF;
  background-image: url(http://www.itea.org/images/arrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 170px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul 

{
  display: block;
}	

#footercontainer { 
border-top : 10px solid #fff;
border-bottom : 1px solid #fff;
padding-bottom : 10px;
background : #387030;
height: auto;
} 

#footercontainer ul { 
text-align : center;
background : #387030;
color : white;
font-family : Arial, Helvetica, sans-serif;
} 

#footercontainer ul li { 
display : inline;

} 

#footercontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : white;
text-decoration: none;
} 

#footercontainer ul li a:hover { 
text-decoration: underline;
color : white;
} 

#footerlist {
font-size: 1em;
}

.footer{ 
font-size : 1em;
text-align: center;
border-top : 10px solid #fff;
border-bottom : 1px solid #fff;
color : white;
background :#387030;
font-family : Arial, Helvetica, sans-serif;
} 

.footer a { 
color : white;
text-decoration: none;
}

.footer a:hover { 
text-decoration: underline;
color : white;
} 

* > html #footer img { 
margin : 0;
} 

.quote { 
border-top : 1px solid #8fb8cc;
padding : 10px;
color : #036;
} 
#navcontainer { 
border-bottom : 0px solid #fff;
border-top : 0px solid #fff;
} 
#navlist {
font-size: 90%
}
#navcontainer ul { 
text-align : right;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
background : #036;
color : white;
width : 100%;
font-family : Arial, Helvetica, sans-serif;
line-height : 12px;
} 
#navcontainer ul li { 
display : inline;
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
} 
#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : white;
text-decoration: none;
border-right : 1px solid #fff;
} 
#navcontainer ul li a:hover { 
text-decoration: underline;
color : white;
} 
#navcontainer #active { 
border-left : 1px solid #fff;
} 

form { 
float : right;
margin-top: 40px;
margin-right : 5px;
} 

input.search { 
height: 15px;
width : 100px;
border : none;
background : url(http://www.itea.org/images/input.gif);
margin-left: 10px;
padding : 5px;
} 

input.login { 
width : 75px;
border : none;
background : url(http://www.itea.org/images/logininput.gif);
padding : 4px;
}

.blockquote { 
text-align: center;
font-size : 120%;
font-weight: bold;
width: 490px;
border : 1px solid #fff;
background : #CCC;
color : #fff;
padding: 4px;
} 

/*.post { 
background-color : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;*/

} 
.post .date { 
background : url(http://www.itea.org/images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(http://www.itea.org/images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(http://www.itea.org/images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
