/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

/*
Background: RGB 183x217x67 = #b7d943

*/

body {
  text-align: center;
  background: #1a4414 url('../img/core/HW_Forest_Green.jpg') repeat ;
  margin-top:8px;
  margin-bottom:8px;
}

A:link {
	COLOR: #FF6600; text-decoration: none
}
A:visited {
	COLOR: #FF6600; text-decoration: none
}
A:active {
	COLOR: #FF6600; text-decoration: none
}
A:hover {
	COLOR: #FF6600; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 768px;
  text-align: left;
  background: #FFFFFF url('../img/core/content_bg.jpg') top right repeat-y;
  border: 1px solid #1a4414;
}

#page_header {
  height: 97px;
  width: 100%;
  background: #1a4414 url('../img/core/header.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:25px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #1a4414;
}

#menu_bar {
  border-top:1px solid #1a4414;
  border-bottom:1px solid #1a4414;
  height:27px;
  width: 100%;
  background: #FFFFFF url('../img/core/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url('../img/core/menu_bg_stripey.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #FF6600 url('../img/core/menu_bg_stripey.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #FF6600 url('../img/core/menu_hover_bg_stripey.gif') top left repeat-x;
  color: #FFFFFF;
}

#content_wrapper {
  margin-top:8px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:8px;
  float: right;
  width:168px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:5px;
  margin-bottom:8px;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:8px;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:8px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #1a4414;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  padding-left:4px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:8px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:8px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #1a4414;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #444444;
  line-height: 16px;
  margin-bottom:8px;
}

#feature_box_full {
  float:left;
  width:520px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:8px;
  margin-bottom:8px;
  margin-right:8px;
}

#feature_box_full h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:8px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #1a4414;
}

#feature_box_full p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:8px;
}


#page_footer {
  height: 76px;
  width=100%;
  background: #f28607 url('../img/core/page-footer-bg.gif') repeat-x ;
  clear: both;
}

#page_footer p {
  padding-top:10px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#page_footer h5 {
  padding-top:0px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  color: #555555;
  letter-spacing:1px;
}

#page_footer a {
  color: #1a4414;
  text-decoration: underline;
}

#spacer {
  height:8px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list li { 
  padding-left: 10px;
  background-image: url(../img/core/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

/*
.arrow_list B { 
  font-weight: bold;
  color: #1a4414;
}
*/

.numbered_list {
  margin-left: 25px;
  padding-left: 0;
  list-style: decimal;
} 

.numbered_list li { 
  padding-left: 10px;
  font-family: verdana, arial, sans-serif;
  color: #555555;
  font-size: 11px;
  line-height:18px;
}

.indent_sublist {
  margin-left: 15px;
  padding-left: 0;
  list-style: none;
}

.indent_sublist li {
  padding-left: 15px;
  font-family: verdana, arial, sans-serif;
  background-image: none;
  font-size: 11px;
  line-height:18px;
}

/* begin styles for federal NDP RSS Feed */
/* The following styles are used by the JavaScript that we use to bring in the
   federal NDP headlines. this JS is generated by this server:
   http://itde.vccs.edu/rss2js/feed2js.php
   Feed builer is at this URL:
   http://itde.vccs.edu/rss2js/build.php
*/

 .rss_box {
  float:left;
  width:520px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}
 
 .rss_title, rss_title a {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
  font-weight: bold;
 }
 
 .rss_items {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  padding-left: 10px;
  line-height: 16px;
  margin-bottom:5px;
 
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #FF6600;  
  font-weight: bold;
}

.rss_item a:hover { 
  color: #1a4414;
}
	
.rss_date {
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

/* end styles for federal RSS feed */

