/* $Id: style.css,v 1.12 2009-11-12 04:35:35 christine Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  font: 12px/160% Arial, Helvetica, sans-serif;
  color: #000; 
  
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;  
  padding:2px; 
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  /* color: #20447e; */
  /*color:#9ba2aa;*/
  color: #666666;
  margin: 0;
  padding: 0;
  font-weight:bold;
}

h1 {
  font-size: 180%;
  color:#20447e;
  font-family:HelveticaNeue LightCond,Arial Narrow,Helvetica,sans-serif; 
}

h2 {
  font-size: 120%;
  line-height: 120%;
  padding:10px;
  
}




h3 {
  font-size: 140%;  
}

h4 {
  font-size: 130%;
  color:#494949;
  padding-top: 10px;
  margin-bottom: 0px;
}

h5 {
  font-size: 110%;
  color:#20447e; 
  margin:15px 0 1px;
}

h6 {
  font-size: 100%;
  color:#494949;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}



a:link, a:visited {
  color:#20447e;
  text-decoration: none;
}

a:hover {
  color: #ff8c00;
  text-decoration: underline;
  
}

a:active, a.active {
  
}
.calendar-calendar td a{
  color: #9ba2a2;}
  

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #e9e9e9; 
}

ul li{list-style:none;}



ul.about li {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(/images/menu-leaf.gif) no-repeat 1px .35em; 
}

img, a img {
  border: none;
}

.forpage  table { 
  width: 500px;
  border-collapse:inherit;
}

.forpage thead th {
  border-bottom: 2px solid #f4f4f4;
  
  font-weight: bold;
}

.forpage  thead th {
  border-bottom: 2px solid #D3e7f4;
  
  font-weight: bold;
}

.forpage th a:link, th a:visited {
  color: #6f9dbd;
}

.forpage td, th {
  padding: .5em .5em;
}

.forpage tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

.forpage tr.odd, tr.info {
  background-color: #edf5fa;
}

.forpage tr.even {
  background-color: #fff;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  position:relative;
  height:25px;
  background-color:#1C3C6C;
}

#header-region .block {
  display: block;
  margin: 0;
  padding:0;
  margin-left: 196px; 
  overflow:hidden;
}


#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  /* background: #edf5fa url(/images/body.png) repeat-x 50% 0; */
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 0px;
  max-width: 1280px;   
  margin-left:0;  
  min-width: 1000px;
}

#wrapper #container #header {
  height: 130px;
  position: relative;
}

#wrapper #container #header #logo-floater {

}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 43px;
  padding-left: 218px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  background: url(/images/watermark.png) no-repeat 10% top;
  float: left;
  width: 100%;  
}

*html #wrapper #container #center {
  background: none; 
}


/* So we move the #center container over the sidebars to compensate */

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  
  min-height:300px;
  padding:20px;
  padding-top:0;
 
}
/**html body.sidebar-left #squeeze{margin-left:240px;}*/

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0 0 5em;
  width: 200px;
  float: left;
  z-index: 2;
  position: relative;  
}




#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 10px;
  
}


.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze { 
   margin-right:200px;
   border-right:1px solid #ccc;
}



#wrapper #container #center .right-corner { 
  min-height: 600px;
  padding: 0 20px;
}



#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 1em 0 0em;
  color: #898989; 
  height:80px;
  
}

body.sidebar-left #footer {
  margin-left: -200px;
}


/**
 * Header
 */
 .iss-logo{float:left;padding-top:35px;padding-left:0px;}
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}
.banner-info {
	height:110px;
	position:relative;
	
}


ul.secondary-links {
  margin: 0 auto;
  padding: 0;
  clear:both;
  text-align:center; 
  padding-top:1em;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;  
  display:inline;
  background-image: none;

}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: inline;
  margin: 0;
  padding: 0 15px 0 0;
  color: #494949;
  background: transparent;
  border-right: 1px solid #ccc;
}

ul.secondary-links li.last a, ul.secondary-links li.last a:link, ul.secondary-links li.last a:visited {
  border-right: none;
}


/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 -15px 1em;
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
  color: #20447e;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(/images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -15px 1.5em;
  padding: 1.5em 15px;
}
#node-40, #node-37, #node-35{
  border:none;
  padding-bottom:0;
  margin-bottom:0;
}
ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.comment.even{
  background-color: #edf4fa;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(/images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(/images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(/images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(/images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(/images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
.sitelist{
	float: left;
	width:210px;
	height: 60px;
	margin: 8px;
	padding:8px;
	border: 1px solid #939598;
	overflow: hidden;	
	/*background:url(/images/box-bg.jpg) bottom repeat-x;*/	
} 

*+html .sitelist{
    margin:5px;
}
*html .sitelist{
    margin:5px;
	height: 60px;
}

.content .sitelist img{
   margin-left:-8px;
   margin-top: -8px;
}

.sitelist h3 a{
	color: #999;	
	font-size: 80%;	
	line-height: 160%;
} 

.sitelist a:hover img{
	background: #f5f5f5;
}
.sitelist p{
	margin:0;
	padding:0;
	line-height: 150%;
} 

.sitelist-course{
	float: left;
	width:210px;
	height: 120px;
	margin: 8px;
	padding:8px;
	border: 1px solid #939598;
	overflow: hidden;	
	background:url(/images/box-bg.jpg) bottom repeat-x;	
} 
*+html .sitelist-course{
    margin:5px;
}
*html .sitelist-course{
    margin:5px;
	height: 155px;
}

.sitelist-course h3 a{
	color:#20447e;	
	font-size: 90%;	
} 

.sitelist-course a:hover img{
	background: #f5f5f5;
}
.sitelist-course p{
	margin:0;
	padding:0;
} 

ul.third-links { 
  margin: 0;
  margin-top:14px;
  padding: 0px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: absolute;
  z-index: 4;
  border: 1px solid #999;
  border-right: none;
  border-left: none;
  right: 0px; 
  bottom: 0px;
}

ul.third-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  /*background-image: none;  
  border-left: 1px solid #999;  */
}
ul.third-links li.subscribe {background:url(/images/bg-nav-second.png) no-repeat right bottom;}
ul.third-links li.search {border-left: 1px solid #999; border-right: 1px solid #999;}

ul.third-links li a, ul.third-links li a:link, ul.third-links li a:visited {
  display: block;
  color:#494949;
  margin: 0;
  padding: 0 30px;  
  background: transparent;
}

ul.third-links li a:hover, ul.third-links li a.active {   
  text-decoration:none;background: #F1F1F1; display:block;  
}


/*******************************************************************
 *Dropdown Menu                                       *
 *******************************************************************/
#block-menu-primary-links{ position:relative;}


/* Root Menu */
#block-menu-primary-links ul.menu {
  margin: 0;  
  padding: 0;
  list-style: none;       
  z-index: 1000;       
}

#block-menu-primary-links ul.menu li {
  float: left; /*For IE 7 lack of compliance*/  
  display: block !important;
  display: inline; /*For IE*/ 
  height: 25px;
  margin: 0;
  padding: 0;
}

#block-menu-primary-links ul.menu a {
  padding: 0 24px; /*always change here*/
  float: none !important; /*For Opera*/ 
  display: block; 
  color: #fff;
  text-decoration: none;  
  line-height: 25px; 
  background: url(/images/bg-nav.png) no-repeat right bottom; 
}
#block-menu-primary-links ul.menu a:hover {
 background: #f1f1f1; 
 color: #333;
 /* margin-left: -1px; item will move although no bg */
}

#block-menu-primary-links ul.menu li.last a{  
  background-image: none;    
}

#block-menu-primary-links ul.menu li.expanded a { background:url(/images/menu-arrow.gif) no-repeat 100% 70%;}
#block-menu-primary-links ul.menu li.expanded a:hover { background:#f1f1f1 url(/images/menu-arrow-on.gif) no-repeat 100% 70%;}

#block-menu-primary-links ul.menu li.active-trail a{ background-color: #F1F1F1; color:#333;} /* Selected Nav Style */ 

/* 2nd Menu */
#block-menu-primary-links ul.menu li.active-trail ul{
  display: block;  
}/* display 2nd navigation when click */

#block-menu-primary-links ul.menu li.first ul{
  display: none;
}/* home tab */

#block-menu-primary-links ul.menu ul{
  margin: 0;
  border: 0 none;
  padding: 0;  
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  background:#fff;     
}

#block-menu-primary-links ul.menu li:hover ul,
#block-menu-primary-links ul.menu ul li:hover ul,
#block-menu-primary-links ul.menu li.iehover ul,
#block-menu-primary-links ul.menu ul li.iehover ul{
  display: block;
  margin:0;
  padding:0;
  background: #fff;
  width:750px !important;
  width: 770px;  /* remove */
  padding-bottom:2px;
}


#block-menu-primary-links ul.menu li:hover li a,
#block-menu-primary-links ul.menu li.iehover li a {
  padding: 0 24px !important;
  padding: 4px 24px 3px 24px;
  float: left;  
  color: #494949;
  background:#fff;
  border:1px solid #999;
  border-left:none;
  border-right:none;
  background: url(/images/bg-nav-second.png) no-repeat right bottom;  
  display:block !important;
  display:inline; /*for ie6*/  
  height:25px;  
}

#block-menu-primary-links ul.menu li.active-trail li a{
 /* padding: 0 40px !important;
  padding: 4px 9px 3px 9px;*/
  padding: 0 24px !important;
  padding: 4px 24px 3px 24px;
  float: left;  
  color: #494949;
  background:#fff;
  border:1px solid #999;
  border-left:none;
  border-right:none;    
  background: url(/images/bg-nav-second.png) no-repeat right bottom;
  display: block !important;  
  display: inline;  
} 

/* 2nd Menu Hover Persistence */
#block-menu-primary-links ul.menu li:hover li a:hover,
#block-menu-primary-links ul.menu li:hover li:hover a,
#block-menu-primary-links ul.menu li.iehover li a:hover,
#block-menu-primary-links ul.menu li.iehover li.iehover a {
  background: #F1F1F1;
  color: #333;  
}

#block-menu-primary-links ul.menu li li.first a,
#block-menu-primary-links ul.menu li.active-trail li.first a,
#block-menu-primary-links ul.menu li.iehover li.first a { 
  border-left:1px solid #999;
}

#block-menu-primary-links ul.menu li.active-trail li.active-trail a{ background-color: #F1F1F1; color:#333;} /* selected 1st and 2nd nav */

#block-menu-primary-links ul.menu li li.last a,
#block-menu-primary-links ul.menu li.active-trail li.last a,
#block-menu-primary-links ul.menu li.iehover li.last a { 
  background: none;
  border-right:1px solid #999;  
}

#block-menu-primary-links ul.menu li:hover li a:hover,
#block-menu-primary-links ul.menu li:hover li:hover a,
#block-menu-primary-links ul.menu li.iehover li a:hover,
#block-menu-primary-links ul.menu li.iehover li.iehover a {
  background: #F1F1F1;
  color: #333;  
}



#menu .secondary_menu { background: #ccc;}
.secondary_menu a,
.secondary_menu a:link,
.secondary_menu a:active,
.secondary_menu a:visited {
  color: black;
  border-bottom: none;
}
.secondary_menu  a:hover,
.secondary_menu  a:focus {
  color: black;
  background: #e0e0e0;
}
.secondary_menu  a.active:hover,
.secondary_menu  a.active:focus {
  color: black;
}

#search-box label {display: none;}
#search-box #edit-search-theme-form-1 {width:145px;}
#search-box  .form-submit {margin:0; border:0;background:none;}
.third-links .search{background-color:#FBD1A4;padding-right:10px;padding-left:1px; padding-top:1px;}
*html .third-links .search{padding-top:0px;}
*+html .third-links .search{padding-top:0px;}

/* View Section */
.views-field-title{
	clear:both;
	font-size:1.0em;
	font-weight: bold;	
}
.views-field-title a{
	color:#20447e;	
}

.views-field-name {
	float:left;
	padding-top:0em;
	font-weight: bold;
	padding-right: 5px;
	}
	.views-field-name a{
	color:#20447e;
	
}
.views-field-description {
	clear:left;
	padding:0;
	margin-top:-10px;
	
	
}

.view-list-course-categories .views-field-name {
	clear:left;
	padding-top:0em;
	font-weight: bold;
}



.field-content img{	
	border: 1px solid #ccc;
	padding:4px;	
}
.views-field-created{
	font-size:0.9em;
	color:#898989;
}
.views-field-teaser{
  margin-bottom: 15px;
  margin-top: -10px;
  border-bottom: 1px solid #E9EFF3;
}
.add-news, #newsnode .add-news{
  background: url(/images/add-news.gif) no-repeat left center;
  font-size: 1.1em;
  padding-left: 15px;
  color: #20447e;
}
.rss-feed{
  background: url(/images/feed.png) no-repeat left center;
  font-size: 1.1em;
  margin-left: 15px;
  padding-left: 20px;
  color: #20447e;
}
/*.node .meta{
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  font-size:0.9em;
  padding:1em 1em 1.5em;
 
}*/
.content img { 
 margin: 0px 10px;
 position: relative;
}
.img-border {
 border:2px solid #ccc;
}
.view-content .links a,.view-news-top-story .links a{
  background: url(/images/arrow.gif) no-repeat left center;
  padding-left: 10px;
}
.view-news-top-story h2 a{
  color:#494949;
  font-size:90%; 
}

#sidebar-right .block{
   padding: 0;
}
#wrapper #container #sidebar-right .content{
  margin-left: -10px;
  margin-top: 0px;
}


#wrapper #container #sidebar-left .content{
  font-family:Arial narrow, Helvetica, sans-serif;
  font-size: 1.22em;
  margin-right: 4px;
  line-height:160%;
  color:#000;
  font-style:italic;
  margin-top:35px;
}
#wrapper #container #sidebar-left .content a{
  color: #494949;
}
#wrapper #container #sidebar-right .block{
  margin-top: 10px;
}


/************* Course Registration Delete**************/


div.cat_container {
display:block;
height:230px;
width:220px;
float:left;
padding:10px;
margin-right:1em;
margin-bottom:1em;
border:1px solid #ddd;
}

.views-field-field-book-value a{
background: url(/images/bg_button.gif) repeat-y;
border: 1px solid #ddd;
}

#wrapper #container #sidebar-right .sidebar{
margin-top:60px;
}

.view-latest-news .views-field-title a{
	color:#666;	
	font-weight: normal;
	line-height: 130%;
	display: block;
	margin-top: 5px;
	background: url(/images/arrow.gif) no-repeat left 33%;
	padding-left: 10px;
}

*+html .date-nav{
    margin-top:10px;
}
*+html .views-field-name{
   padding:5px 0;
}
#wrapper #container .sidebar #block-views-latest_news-block_1{
   margin:0
}

*html #wrapper #container .sidebar #block-views-latest_news-block_1{
   margin-bottom:-15px;
}

.view-latest-courses .views-field-title{
	border-bottom: 1px solid #e9eff3;
	padding: 5px 0;
}

.calendar-calendar .date-nav {
   background-color: #f69120;
}

.sidebar-left-info{
	padding-top:5px;	
}

#sidebar-right {
float:right;
margin-left:-200px;
margin-right:0;
margin-top:20px;
padding:0;
width:200px;
text-align:center;
}

/****************  SEARCH FUNCTION  ********************/

table{border-collapse:inherit;}
.search-m1{border:1px solid #999; border-top: 3px solid #FF8C00; width:100%; margin:auto; height:auto;}


.search-title{padding-left:5px; font-weight:bold; height:30px; font-size:0.9em;}
a.result{font-size:0.9em; font-weight:normal}
a.result:hover{font-size:0.9em;font-weight:normal}

.method{padding: 4px 10px; margin-top:10px; background-color:#FF8C00; color:#fff; font-weight:bold; font-size:90%; }

ul.nav{padding:0;display:block;background:url(/images/nav_bg.gif) repeat-x bottom left;height:22px; padding-left:8%;}
*html ul.nav{padding:0;display:block;background:url(/images/nav_bg_ie.gif) repeat-x bottom left;height:22px; padding-left:5%;}

.nav li{float:left; list-style:none; background: url(/images/tab.jpg) 0 0 no-repeat; margin:0 1px; padding:0 0 0 1em; }
.nav li a{background:url(/images/tab.jpg) 100% 0 no-repeat; display:block; font-weight:bold; color:#20447e; padding:2px 1em 3px 0; }
.nav li.active-trail {background: url(/images/tab2.jpg) 0 0 no-repeat;padding:0 0 0 1em;}
.nav li a.active{background:url(/images/tab2.jpg) 100% 0 no-repeat; color:#666;}


.stateHeading{color:#666;font-size:140%;line-height:120%;padding:15px;}
.help_info{float:right; padding-right:30px;margin:10px 0 10px;}
.help_info a, a.suburb{padding-left:20px; background:url(/images/help_icon.gif) no-repeat left top; font-weight:bold;}
.mandatory{color:#20447e; padding:0 3px 0.6em 0;font-weight:bold;text-align:right;}
.formFields {font-weight:bold;text-align:right}
.tips {font-size:1em; text-decoration:none;z-index:2;display:none;background-color:#eaf2f2; padding:5px; border:1px solid#ccdfff; border-bottom:1px solid#ccdfff;width:400px}
.showOptions a, .searchOptions a{padding-left:15px; background:url(/images/arrow.gif) no-repeat left center; font-weight:bold;}
.searchOptions a.searchLink{padding-left:15px; background:url(/images/arrow_down.gif) no-repeat left center;}
input.redbutton{background:url(/images/bg_button.jpg) no-repeat left bottom; color: #fff; border:none; padding:3px 8px; font-weight:bold; margin-left:30px;}
.stateBox{font-weight:bold;}
.selectedState {color:#FF8C00; padding:0 3px; font-weight:bold}
a.states{padding:0 3px;}

/*************** search results page ****************/
#search-top{border:1px solid #ccc; padding:5px; margin-top:10px; padding-left:10px; font-weight:bold;}
.search-label{text-align:right; padding-right:10px; width:30%; font-weight:bold; font-size:12px; color:#666;}
.search-value{font-size:12px;}
.search-value a{font-weight:bold;}

.search-gap hr{border-bottom: 1px solid #ccc; margin:8px 0;}
#search-results{border:1px solid #ccc; width:100%; margin-top:15px;}
.paging a{font-size: 12px; font-weight:bold;}
.paging .HMenu{color:#FF8C00;font-size: 12px; font-weight:bold;}
.paging-next{font-size: 12px; font-weight:bold;}
.arrow{background:url(/images/arrow-search.gif) no-repeat center left; padding-left:15px;}
.top-comment{font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:160%; color:#fff; float: left; width:185px; padding-left:10px; font-style:italic; margin-top:15px;}

.tip{margin-top:-15px; margin-right:10px;float:right;}
*+html .tip{margin-top:-30px;}


a.info { 
 position:relative; z-index:0; background-color:#ccc; color:#000; text-decoration:none } 
a.info:hover {  
 z-index:1; background-color:#ff0 } 
a.info span {  
 display: none } 
a.info:hover span {display:block; position:absolute; top:25px; left:-340px; width:350px; border:1px solid #0cf; background-color:#cff; color:#000; text-align: left; padding:8px; font-weight:normal; text-decoration:none;}
.search-order{position: relative; left:66%; top: 1em; width:200px;}
.search-tip{margin-right:10px;float:right; margin-top:-7px;}

#squeeze {
  position:relative;
  top:20px;
}

#full-banner{
  position:absolute;
  top:15px;
  right:15px;
  float:right;
  margin:5px;
}

*html #full-banner{
  right: 215px;
}

.add-form #wrapper #container #center #squeeze {
  margin-right:0;
  border-right:none;
  margin:0 auto;
  
}

.add-form #wrapper #container #center #squeeze form{
   width:700px;
}

a.advertise{
   font-size:12px;text-decoration:underline;margin:-6px 0 5px;display:block;font-weight:bold;
}