/*
  current page width is 1280px
*/
body{
  background-color: #FFFFFF;
  margin: 0px;
}
#container
{
    margin: 0 auto;
    padding: 0; 
    width:100%;
    top:0;
    
    background-color: #000000;

}
#topborder{
    position:absolute;
	padding-left: 250px;
	height: 30px;
	top:0px;
	width:100%;
	text-align:left;
	background-image:url('../img/header_menu_img/dividergradient.jpg');
}

#header {
    position:absolute;
    padding-left: 230px;
	height: 132px;
	top:30px;
	width:100%;
    background-image:url('../img/banner_img/bannergradient.jpg');
    z-index: -1;
}


#searchwrapper{
    position:absolute;
    padding-left: 870px;
	/*height: 100px;*/
	height: 30px;
	top:0px;
	text-align:center;
	width:400px;
	/*background-color:#D1EBD1;*/ 
	/*background-image:url('../img/searchboxgradient.jpg');*/
}
#searchinnerwrapper
{
    -moz-border-radius: 8px;
    border-radius: 8px;
    position:absolute;
	/*height: 60px;*/
	height: 30px;
	top:0px;
	text-align: right;
	width:230px;
	/*background-color: #333333;*/
	background-image:url('../img/misc_img/searchboxgradient.jpg');
	background-size: 420px 33px;
}
#searchinput{
   /*padding: 0px 0px 0px 0px;*/
   padding:2px 0px 2px 0px;
   height: 30px;
}
#searchinputboxwrapper
{
    position:absolute;
	/*padding:2px 0px 2px 10px;*/
	padding:2px 0px 0px 10px;
	height: 30px;
	top:0px;
	text-align: right;
	width:130px;
}


#space10{
   height:10px;
}  
#menudivider{
    position:absolute;
	height: 5px;
	top:162px;
	width:100%;
	background-image:url('../img/misc_img/dividergradient.jpg');
}
#revolvingimage {
    position:absolute;
    padding-left: 200px;
	height: 250px;
	top:232px;
	width:100%;
	z-index:-1;
}
#footerdivider{
    position:absolute;
	z-index: -1;
	height: 10px;
	top:1190px;
	width:100%;
	background-image:url('../img/main_menu_img/buttonbargradient.jpg');
}
#footer{
    position:absolute;
    z-index: -1;
    padding-left: 200px;
	width:100%;
    background-image:url('../img/banner_img/bannergradient.jpg');
	top:1200px;
}
/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> 

These are defined in individual css stylesheets
*/


#announcementwrapper {
    padding:0px 20px 20px 20px;
	width:220px;
	height:740px;
	background-color:#D1EBD1;   
	/*float:right;*/
    border-style:dotted;
    border-width:1px;
    border-color:#D5D5D5;
}
#announcementupperwrapper{
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #333333;
  /*background-color: #F2F4F3;*/
  padding: 10px 10px 10px 10px;
  height:220px;
  overflow: hidden;
}
#announcementupperinnerwrapper{
  background-color: #333333;
  /*background-color: #F2F4F3;*/
  height:210px;
  overflow: hidden;
}
#announcementdivider{
  height:20px;
  background-color:#D1EBD1; 
}
#announcementlowerwrapper{
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #333333;
  /*background-color: #F2F4F3;*/
  padding: 10px 10px 10px 10px;
  height:420px;
  overflow: hidden;
}
#announcementlowerinnerwrapper{
  background-color: #333333;
  /*background-color: #F2F4F3;*/
  height:415px;
  overflow: hidden;
}
#announcementbottomwrapper{
  background-color: #F2F4F3;
  padding: 10px 10px 10px 10px;
  height:20px;
}
#announcementonefeedwrapper{
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #333333;
  /*background-color: #F2F4F3;*/
  padding: 10px 10px 10px 10px;
  height:660px;
  overflow: hidden;
}
#announcementonefeedinnerwrapper{
  background-color: #333333;
  /*background-color: #F2F4F3;*/
  height:635px;
  overflow: hidden;
}


/* Template elements 
   NO ABSOLUTE POSITIONING HERE
*/


#banner{
   font-family:"Times New Roman", Times, serif; 
   text-align:left;
   color:#006633;
   font-size: 3em;  
   z-index: -1;
  }

#banner img{
  padding: 5px 0px 5px 0px; 
  height:127px;
  width:528px;

}
#missionstatement{
   font-family: "Comic Sans MS", "Brush Script MT", cursive;
   text-align:center;
   color:#006633;
   font-size: 1.25em;   
}
#centercontent {
	/* z-index only works with absolute positioned elements */
	/*z-index: 75;*/
	min-width: 1px;
	/*top:5%;*/
	padding: 0px 0px 10px 6px;
	/*background-color: #81F781;*/
	/*border: 1px solid #999999;*/
	 /*padding: 10px;*/
   font-weight:normal;
   text-align: left;
   /*font-family:"Times New Roman", Times New Roman, serif; */
   font-family:"Arial", Arial, serif; 
   color:#000000;
   font-size: 1em;
}
#centerbottomcontent {
	/* z-index only works with absolute positioned elements */
	/*z-index: 75;*/
	min-width: 1px;
	/*top:5%;*/
	padding: 5px 0px 10px 16px;
	font-weight:bold;
    text-align: left;  
    font-family:"Trebuchet MS", Helvetica, sans-serif; 
    font-size: 1.0em;
    color:#008000;
	border-top-style:dotted;
    border-width:1px;
}
#centerbottombutton{
	position:relative;
	float:left;
	text-align:left;
}
#centerbottomnavarrows{
	position:relative;
	float:right;
	text-align:center;
}
#leftcontent {
	z-index: 75;
	min-width: 1px;
	/*top:5%;*/
	padding: 0px 0px 10px 0px;
	/*background-color: #81F781;*/
	/*border: 1px solid #999999;*/
	 /*padding: 10px;*/
   vertical-align:text-top;
   font-weight:normal;
   text-align: right;
   font-family:"Arial", Arial, serif; 
   color:#000000;
   font-size: 1em;
}
#rightcontent {
	z-index: 75;
	min-width: 1px;
	/*top:5%;*/
	padding: 0px 0px 10px 6px;
	/*background-color: #81F781;*/
	/*border: 1px solid #999999;*/
	 /*padding: 10px;*/
   vertical-align:text-top;
   font-weight:normal;
   text-align: left;
   font-family:"Arial", Arial, serif;  
   color:#000000;
   font-size: 1em;
}
#footercontent{
   z-index: 100;
   font-family:"Times New Roman", Times New Roman, serif;  
   text-align:left;
   color:#000000;
   font-size: 0.75em;   
  }
#header1{
   font-family:"Trebuchet MS", Helvetica, sans-serif;   
   text-align: top;
   color:#006000;
   font-size: 1.7em;
   font-weight: normal;
   overflow:hidden;
   z-index:10000;
}

#topmenuitem{
    /*Added by David Hoffmann 2012-01-23*/
	height: 30px;
	top:0px;
	padding: 0px;
	float:left;
	padding:0px 5px 0px 5px; 
}
#searchinputbox{
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 160px;
    padding: 2px 0px 2px 10px;
    background-color: #F2F4F3; 
    font-weight:normal;
    text-align: left;  
    font-family:"Trebuchet MS", Helvetica, sans-serif;  
    color:#008000;
    font-size: 0.8em;
    line-height: 100%;
 }
 
#thenews{
   font-family:"Times New Roman", Times New Roman, serif; 
   width:100%;
   padding:10px;
   text-align: left; 
   /*border: 1px solid black;*/  
}
div.content {
  position:relative;
  overflow:hidden;
  top:0px;
}
#therevolvingimages{
	text-align: left;
}
#announcement{
   /*font-weight:bold;*/
   text-align: left;  
   font-family:"Arial", Arial, serif; 
   color:#F2F4F3;
   font-size: 0.8em;
   line-height: 100%;
   padding-top:10px;
   padding-bottom:10px;
}

#postingdate{
   font-family:"Arial", Arial, serif; 
   text-align: left;
   color:#999999;
   font-size: 0.60em;
   font-weight: bold;
}

#search_result_wrapper{
  /*border-bottom-style:dotted;*/
  border-width:1px;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  text-align:center;
}

#search_result_wrapper_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 1.0em;
   line-height: 100%;
   padding-top:5px;
}
#search_result_banner{
  position: relative;
  padding-top:10px;
  padding-bottom:20px;
  width:100%;
  text-align:center;
}
#search_result_banner_title{
      font-weight:normal;
      text-align: left;  
      font-family:"Trebuchet MS", Helvetica, sans-serif;  
      color:#003300;
      font-size: 1.3em;
      line-height: 100%;
      font-weight: bold;
      padding-top:5px;
      float:left;
}
#search_result_banner_keyword{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#FF0000;
   font-size: 1.3em;
   line-height: 100%;
   font-weight: bold;
   padding-top:5px;
}



#search_result_header{
  position: relative;
  padding-top:5px;
  padding-bottom:20px;
  width:100%;
  text-align:center;
}
#search_result_header_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.0em;
   line-height: 100%;
   color:#000000;
}
#search_result_header_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#000000;
   font-size: 1.0em;
   line-height: 100%;
   font-weight: bold;
   padding-top:5px;
   width: 39%;
   float:left;
}
#search_result_header_origin{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#000000;
   font-size: 1.0em;
   line-height: 100%;
   font-weight: bold;
   padding-top:5px;
   width: 35%;
   float:right;
}
#search_result_header_postingdate{
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   text-align: left;
   color:#000000;
   font-size: 1.0em;
   font-weight: bold;
   padding-top:5px;
   width: 20%;
   float: left;
}



#search_result{
  padding-top:5px;
  padding-bottom:5px;
  width:100%;
  text-align:left;
  float:left;
  position: relative;
}
#search_result_postingdate{
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   text-align: left;
   color:#008000;
   font-size: 0.90em;
   font-weight: bold;
   /*padding-top:5px;*/
   width: 20%;
   float: left;
}
#search_result_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.0em;
   line-height: 100%;
   color:#008000;
}
#search_result_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#008000;
   font-size: 0.9em;
   line-height: 100%;
   /*padding-top:5px;*/
   float:left;
   width: 39%;
}
#search_result_origin{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#008000;
   font-size: 0.9em;
   line-height: 100%;
   /*padding-top:5px;*/
   width: 35%;
   float:right;
}

#news_archive_wrapper{
  /*border-bottom-style:dotted;*/
  border-width:1px;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  text-align:center;
}

#news_archive_wrapper_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 1.0em;
   line-height: 100%;
   padding-top:5px;
}
#news_archive_result_banner{
  position: relative;
  padding-top:10px;
  padding-bottom:20px;
  width:100%;
  text-align:center;
}
#news_archive_result_banner_title{
      font-weight:normal;
      text-align: left;  
      font-family:"Trebuchet MS", Helvetica, sans-serif;  
      color:#003300;
      font-size: 1.3em;
      line-height: 100%;
      font-weight: bold;
      padding-top:5px;
      float:left;
}
#news_archive_result_banner_keyword{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#FF0000;
   font-size: 1.3em;
   line-height: 100%;
   font-weight: bold;
   padding-top:5px;
}



#news_archive_result_header{
  position: relative;
  padding-top:10px;
  padding-bottom:20px;
  width:100%;
  text-align:center;
}
#news_archive_result_header_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.0em;
   line-height: 100%;
   color:#000000;
}
#news_archive_result_header_postingdate{
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   text-align: left;
   color:#000000;
   font-size: 1.0em;
   font-weight: bold;
   padding-top:5px;
   width: 20%;
   float: left;
}
#news_archive_result_header_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#000000;
   font-size: 1.0em;
   line-height: 100%;
   font-weight: bold;
   padding-top:5px;
   width: 50%;
   float:left;
}
#news_archive_result_header_origin{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#000000;
   font-size: 1.0em;
   line-height: 100%;
   font-weight: bold;
   padding-top:5px;
   width: 20%;
   float:left;
}


#news_archive_result{
  padding-top:5px;
  padding-bottom:5px;
  width:100%;
  text-align:left;
  float:left;
  position: relative;
}
#news_archive_result_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.0em;
   line-height: 100%;
   color:#008000;
}
#news_archive_result_postingdate{
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   text-align: left;
   color:#008000;
   font-size: 0.90em;
   font-weight: bold;
   /*padding-top:5px;*/
   width: 20%;
   float: left;
}
#news_archive_result_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#008000;
   font-size: 0.9em;
   line-height: 100%;
   /*padding-top:5px;*/
   float:left;
   width: 50%;
}
#news_archive_result_origin{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#008000;
   font-size: 0.9em;
   line-height: 100%;
   /*padding-top:5px;*/
   width: 20%;
   float:left;
}


#story{
  border-bottom-style:dotted;
  border-width:1px;
  padding-top:10px;
  padding-bottom:10px;
  width:95%;
  text-align:center;
}
#story_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.0em;
   line-height: 100%;
   color:#008000;
}
#story_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 0.8em;
   line-height: 100%;
   padding-top:5px;
}
#story_postingdate{
   font-family:"Arial", Arial, serif; 
   text-align: left;
   color:#999999;
   font-size: 0.60em;
   font-weight: bold;
}

/* set height for 860px */
#scrollable_story{
  border-bottom-style:dotted;
  border-width:1px;
  padding-top:10px;
  padding-bottom:10px;
  width:95%;
  text-align:center;
}
#scrollable_story_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.0em;
   line-height: 100%;
   color:#008000;
}
#scrollable_story_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 0.8em;
   line-height: 100%;
   padding-top:5px;
   height: 860px;
  overflow: scroll;
}
#scrollable_story_postingdate{
   font-family:"Arial", Arial, serif; 
   text-align: left;
   color:#999999;
   font-size: 0.60em;
   font-weight: bold;
}

#static_information{
  border-bottom-style:dotted;
  border-width:1px;
  padding-top:10px;
  padding-bottom:10px;
  width:95%;
  text-align:center;
}
#static_information_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.75em;
   line-height: 100%;
   color:#008000;
}
#static_information_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 1.0em;
   line-height: 100%;
   padding-top:5px;
}
#static_information_postingdate{
   font-family:"Arial", Arial, serif; 
   text-align: left;
   color:#999999;
   font-size: 0.80em;
   font-weight: bold;
}
#static_information ul{
list-style:disk;
margin:0;
padding:1.0em 0em 0em 0em;
float:left;
/*width:9em;*/
}
#static_information li{
position:relative;
padding-bottom: 1em;
}


#static_information_block{
  border-bottom-style:dotted;
  border-width:1px;
  padding-top:10px;
  padding-bottom:10px;
  width:95%;
  text-align:center;
}
#static_information_block_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.75em;
   line-height: 100%;
   color:#008000;
}
#static_information_block_summary{
   font-weight:normal;
   text-align: justify;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 1.0em;
   line-height: 1.1em;
   padding-top:5px;
}
#static_information_block_postingdate{
   font-family:"Arial", Arial, serif; 
   text-align: left;
   color:#999999;
   font-size: 0.80em;
   font-weight: bold;
}
#static_information_block ul{
list-style:disk;
margin:0;
padding:1.0em 0em 0em 0em;
float:left;
/*width:9em;*/
}
#static_information_block li{
position:relative;
padding-bottom: 1em;
}

#form{
  /*border-bottom-style:dotted;*/
  border-width:1px;
  padding-top:10px;
  padding-bottom:10px;
  width:95%;
  text-align:center;
}
#form_title{
   font-weight:bold;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif; 
   font-size: 1.75em;
   line-height: 100%;
   color:#008000;
}
#form_summary{
   font-weight:normal;
   text-align: left;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 1.0em;
   line-height: 100%;
   padding-top:5px;
}
#form_postingdate{
   font-family:"Arial", Arial, serif; 
   text-align: left;
   color:#999999;
   font-size: 0.80em;
   font-weight: bold;
}

#headlineheader{
   font-family:"Trebuchet MS", Helvetica, sans-serif;   
   text-align: right;
   color:#006000;
   font-size: 1.0em;
   font-weight: normal;

}
#headline{
   font-weight:normal;
   text-align: right;  
   font-family:"Trebuchet MS", Helvetica, sans-serif;  
   color:#666666;
   font-size: 0.8em;
   padding-top:5px;
}

#linknoline{
text-decoration:none;
}

#linknolinemenulevel1{
text-decoration:none;
font-size: 1.2em;
}
#linknolinemenulevel2{
text-decoration:none;
font-size: 1.0em;
}

/* Old shit */


img{
   border: none;
   z-index: -1;
}

iframe{
   border: none;
   z-index: -1;
}




/* Computer-Zen www.computer-zen.com is part of the VORD Web Design Network www.vordweb.co.uk */