/* WELCOME STYLE */

body {
  text-align: center;
  background-color: #D5D0B0;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/welcome_bg.gif') top left repeat-y;
}


/* HEADER */

#page_header {
  height: 120px;
  background: #FFFFFF url('../img/welcome_hd.jpg') bottom left no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: verdana;
  font-size: 24px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-family: verdana;
  font-size: 12px;
  color: #D5D0B0;
  line-height:22px;
}


/* CENTER */

#menu_bar {
  margin:0px;
  padding:0px;
  border-top: 1px solid #333333;  
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  height:31px;
  clear:both;
  background: url('../img/bar.jpg') top right no-repeat;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;
}

#center {
  margin-left:160px;
  margin-right:160px; margin-bottom:0px;
  border:0px dashed #cccccc;
  min-height:400px; // will be ignored by IE6
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background: #53a47b;
}

#center h4 {
  margin-top:5px;margin-bottom:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-style: bold;  
  line-height: 16px;
}

/* For Welcome Page - Emergency Announcement */
#center h5 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background: #a5290d;
}

#center p {
  margin-top:5px;margin-bottom:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#center p.subtitle {
  margin-top:18px;margin-bottom:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight:bold;
}

#center a:link {
	COLOR: #666666; text-decoration: none;
}

#center a:visited {
	COLOR: #666666; text-decoration: none;
}

#center a:active {
	COLOR: #666666; text-decoration: none;
}

#center a:hover {
	COLOR: #c31a1a; text-decoration: none;
}

#center ul { 
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin-top:10px;margin-bottom:10px;
}

#center li { 
    list-style-position: outside;
	margin-bottom:10px; 
}

/* For Welcome Page - Ticker */
#ticker {
  margin-left:160px;
  margin-right:160px; margin-top:-20px;
  border:0px dashed #cccccc;
}

.more {
	color: #c31a1a;
	font-weight: bold;
}

.announcelist ul { 
  float: left;
  width: 15em; /* width is changed */
  margin: 0; margin-bottom:25px;
  padding: 0 0 0 0em;
}

.announcelist li { 
  margin-left:-30px; 
  list-style: none;
  background-image: url(../img/bullet_cross.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
  margin-bottom:25px;
}
 

/* LEFT COLUMN */

#left_side {
  float: left;
  width:140px;
  border:0px dashed #cccccc;
  /* margin-bottom: 20px; */
  margin-bottom:10px;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px; 
  border: 1px solid #425227; 
  background-color: #53a47b;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}


/* RIGHT COLUMN */

#right_side { 
  float: right;
  position:relative;
  width:140px;
  border:0px dashed #cccccc;
}

#right_side h3 { 
  margin-top:0px; 
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding-top:4px; padding-bottom:4px; padding-left:10px; padding-right:4px;
  border: 1px solid #425227;
  background-color: #53a47b;
}

/* For Welcome Page - Copyright Notice */
#right_side h4 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 12.5px;
	color:#666666;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:4px;
	background-color:#f9f6dc;
	border:1px solid;
    border-color: #999999;
	font-weight: normal;
}

#right_side p {
  margin-top:5px; margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}


/* FOOTER */

#page_footer {
	height: 40px;
	background: #2f5b45;
	clear: both;
	border-left: 1px solid #425227;
	border-right: 1px solid #425227;
	border-bottom: 1px solid #425227; 
}

#page_footer p {
	padding-top:0px;
	text-align:center;
	font-family: verdana;
	font-size: 11px;
	color:#D5D0B0;
    position: relative;
	top: 40%;
	margin-top: -0px;
    font-weight:normal;
}

#page_footer A:link {
	COLOR:#EAE7D6; text-decoration: none; font-weight:bold
} /* Originally #EDEBDD */

#page_footer A:visited {
	COLOR:#EAE7D6; text-decoration: none; font-weight:bold
} /* Originally #EDEBDD */

#page_footer A:active {
	COLOR:#EAE7D6; text-decoration: none; font-weight:bold
} /* Originally #EDEBDD */

#page_footer A:hover {
	COLOR:#ffffff; text-decoration: underline; font-weight:bold
}


/* NAVCONTAINER */

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('../img/bar.jpg') top right no-repeat; 
  color: White;
  float: right;
  width: 20%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  border-left: 0px solid #BD620E;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 0px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #000000;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }



/* BREADCRUMBS */

#breadcrumbcontainer {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  background: url('../img/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 63%;
  height:24px;
}

.breadcrumb{
  font: bold 12px verdana, arial, helvetica, sans-serif;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left:12px;
  padding-right:0px;
  background-color: transparent;
  display: inline;
  float: left;
  width: 98%;
  height:21px;
  margin-top:0px;
}

.breadcrumb a{
background: transparent url(../img/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #ffffff;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #ffffff;
}

.breadcrumb a:hover{
text-decoration: underline;
}


/* GRAPHICS */

.graphic_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.graphic_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}


/* Left Menu */

.buttonscontainer {width: 98%; margin-bottom:10px;
  border: 1px solid;
  border-color: #425227;
}

.buttons a {
  color: #fbf8de;
  border: 1px solid;
  background-color: #5a7798;
  padding: 4px;
  padding-left: 6px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border-color: #869cb4 #234a76 #234a76 #869cb4;
  display: block;
  margin: 0px;
  width: 126px;
  text-align: left;
  }

.buttons a:hover {
  border: 1px solid;
  padding-left: 7px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 3px;
  background-color: #44658a;
  border-color: #234a76 #869cb4 #869cb4 #234a76;
  color: #ffffff;
  text-decoration: none;
  }


/* Right Menu */

.buttonscontainerright {
  width: 98%; margin-bottom:20px;
  border: 1px solid;
  border-color: #425227;
}

.buttonsright a {
  color: #fbf8de;
  border: 1px solid;
  background-color: #5a7798;
  padding-top:4px; padding-bottom:4px; padding-left:10px; padding-right:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border-color: #869cb4 #234a76 #234a76 #869cb4;
  display: block;
  margin: 0px;
  width: 126px;
  text-align: left;
  }

.buttonsright a:hover {
  border: 1px solid;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-right: 0px;
  background-color: #44658a;
  border-color: #234a76 #869cb4 #869cb4 #234a76;
  color: #ffffff;
  text-decoration: none;
  }


/* SEARCH BUTTON */

input.button{
  color:#666666;
  font-family: verdana,'trebuchet ms',helvetica,sans-serif;
  font-size:11px;
  font-weight:normal;
  background-color:#f9f6dc;
  border:1px solid;
  border-color: #999999;
  cursor:hand;
  margin-top:2px;
}


/* TABLES */

/* Table with Striped Rows */
#table_striped {
  border: 1px solid #666666;
  margin-top:10px;margin-bottom:10px;
}

#table_striped td {
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
  padding: 3px 8px;
  border-left: 1px solid #D9D9D9;
}

#table_striped tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}

#table_striped tbody tr td {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #dddddd;
	}

/* Table with Blank Rows */	
#table {
	border: 0px solid #666666;
	margin-top:10px;margin-bottom:10px;
}

#table td {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 0px solid #D9D9D9;
}

#table tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 0px solid #346DBE;
	border-bottom: 0px solid #7DAAEA;
}

#table tbody tr td {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 0px solid #D9D9D9;
	}
	
#table td.caption {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align:center;
}	

#table td.title {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-align:center;
    border: 1px solid #333333;
	background-color: #5A7798;
}


/* For Content Pages */
#center div.hr {
    height: 1px;
	font-size: 1px;
    width: 90%;
    background:#53a47b; color:#53a47b;
	border: 0px solid #425227; 
    margin-top: 15px; margin-bottom:15px;	
	margin-left: auto; margin-right: auto;
   }


/* Hidden for Tooltip */
.hide {display:none}
