/***** Page *****/
body {
    background-position: top;
    background-repeat: repeat-x;
    color: #333;
    margin: .5em;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
}

b#hi-lite {
 color:black;
}

body a:visited {
    text-decoration: none;
    border: 0;
}
.left {
    float: left;
    padding: 0;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    display: inline;
}
.right {
    display: inline;
    float: right;
    text-align: right;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}

/***** Wrapper *****/
#wrapper {
    background: #FCFBE9;
    border: 1px solid #BBD1E2;
    color: #000;
    margin: 0 auto;
    padding: 1em;
    width: 100%;
}

/***** Navigation *****/
#navigation h1 {
    margin: 0 0 -.6em 0;
    padding: 1em 0 0 1em;
    font-size: 1.5em;
    letter-spacing: .1em;
    color: #000000;
    background-color: transparent;	
}

ul#list-nav {
 list-style:none;
 margin:20px;
 padding:0;
 width:800px; 
}

ul#list-nav li {
 display:inline;
}

ul#list-nav li a {
 text-decoration:none;
 padding:5px 0;
 width:125px;
 background:#485e49;
 color:#00ff00;
 float:left;
 text-align:center;
 border-left:1px solid #fff; 
 border-bottom:1px solid #fff;
}

ul#list-nav li a:hover {
 background:#93db70;
    color: #000000; 
}

#navigation a:hover span, #navigation .selected {
    color: #000000; 
    background-color: #99cc32;
}

#navigation a:hover, #navigation .selected {
    background-position: 0% -42px;
}
#navigation a:hover span, #navigation .selected span {
    background-position: 100% -42px;
    color: #000000; 
    background-color: transparent;
}

/***** Content *****/
#content {
    background: #ffffff;
    float: left; 
    padding: 15px 10px;
    width: 75%;
    border-right: 1px solid #E1BC93;
    color: #000;
}
#content h1 {
    color: #3299CC;
    font-size: 1.3em;
    margin: 0;
    padding: 10px 5px 0 0;
    text-align: center;
    background: inherit;
}
#content h2 {
    color: #3299CC;
    font-size: .9em;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: normal;
    background: inherit;
}
#content h4 {
    color: silver;
		font-style: italic;
}
#content p {
    margin: 10px 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: inherit;
    color: inherit;
}
#content a {
    text-decoration: underline;
    color: #3299CC; 
}
#content a:hover {
    text-decoration: underline;
}
#content ul{
    list-style-type:square;
}
#content ul li{
    padding-bottom:.9em;
		}		
#content td {
    font-size: 15pt;
    font-family:  helvetica;
}
.google-search-pointer{
    text-align: right;
		valign: center;
}

/***** Advertisinhg column *****/
#advertcolumn {
    margin: 0;
    padding: 15px 0 0 0;
    float: right;
    width: 20%;
    color: #000000;
    background-color: #FCFBE9;
}

/***** Side Content *****/
#sidecontent {
    margin: 0;
    padding: 15px 0 0 0;
    float: right;
    width: 20%;
    color: #000000;
    background-color: #FCFBE9;
}
#sidecontent ul {
    color: #333;
    list-style: none;
    padding: 0;
    margin: 0;
    background: inherit;
}
#sidecontent li {
    padding: 0.1ex 0;
}
#sidecontent li a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 8px 20px;
    background: inherit;
}
#sidecontent li a:hover {
    background: #3299CC;
    color: #3299CC;
}
#sidecontent h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 2px 15px;
}

/***** Footer *****/
#footer {
    background: #F0F8FE;
    clear: both;
    color: #547699;
    font-size: .9em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0;
    text-align: center;
}
#footer a {
    background: inherit;
    color: #547699;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .left {
    margin: 0 0 0 8px;

}
#footer .right {
    margin: 0 8px 0 0;
}

/***** Submit button  *****/
input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
}

/*  green screen  */
table.greenscreen {
   color: green;
   border-color:#c63;
}

#boolean_h h1 {
   font-size: 1.5em;
   color: green;
}

#sort_detail {
	font-size: 150%; 	
	text-align: justify;
	width: 50%;		
}

#sort_detail_left {
  float: left;
	width: 20%;		
}

#sort_detail_right {
  float: right;
	width: 20%;		
}

/*  jobs board  */
td.j1 {
 vertical-align: top;
}

td.j1_left {
 text-align: left;
}

td.j1_right {
 text-align: right;
}

th.zheadertext {
 text-align: center; 
}

table.zcelltext {
 text-align: left; 
}

.zexample {
  color: #0000ff;
}
