/* general.css v1.0 | 20080519 */

body, table, table * {
   font-size: inherit;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, table, table * {
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

body {
    background: #ffca38 url(../images/umhb_bkg.gif) repeat-x top left;
    font-size: 12px;
    
	padding-bottom: 10px;
}

#navbar {
    font-size: 12px;
    height: 40px;
    margin: 0px auto;
    padding: 0px 0px 0px 50px;
    width: 960px;
    list-style-type: none;
}

#navbar a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#navbar a:hover,
#navbar a:focus,
#navbar a.current {
    color: #f3b411;
}

#navbar li {
    float: left;
    padding: 5px 28px 0px 0px;
} 

#page {
    margin: 10px auto;
    position: relative;
    width: 960px;
} 

#footer {
    color: #666;
    float: left;
    font-size: 12px;
    margin: 15px 0px 15px 0;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
} 

#footer a:link, #footer a:visited {
    color: #666;
}

#footer a:hover {
    color: #000;
}

#shadow_LEFT {
  position:absolute; 
  left: -13px; 
  top: 130px;
}
#shadow_RIGHT {
  position:absolute; 
  right: -13px; 
  top: 130px;
}
/** banner **/ 
#banner {
    background: #fff url(../images/banner_bg.gif) bottom left repeat-x;
    float: left;
    height: 106px;
    position: relative;
    vertical-align: middle;
    width: 960px;
} 

#banner-tl {
    left: 0px;
    position: absolute;
    top: 0px;
} 

#banner-tr {
    position: absolute;
    right: 0px;
    top: 0px;
} 

#logo {
    position: absolute;
    top: 15px;
} 

#stripes {
    position: absolute;
    right: 0px;
    top: 15px;
} 

#section_title {
    color: #464646;
    font: bold 22px right Arial, Helvetica, sans-serif;
    padding: 0px;
    position: absolute;
    right: 35px;
    top: 42px;
} 

#section_title a:link, #section_title a:visited {
    color: #464646;
    text-decoration: none;
} 

#section_title a:hover {
    text-decoration: underline;
}

/** page-header **/ 

#page-header {
    background-color: white;
    float: left;
    padding: 12px 20px;
    width: 920px;
} 

#outside-rounded-corners {
    border: 1px solid #7D7D7D;
    height: 281px;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 906px;
} 

#outside-rounded-corners-tl {
    left: -1px;
    position: absolute;
    top: -1px;
    z-index: 100;
} 

#outside-rounded-corners-tr {
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 100;
} 

#outside-rounded-corners-bl {
    bottom: -1px;
    left: -1px;
    position: absolute;
    z-index: 100;
} 

#outside-rounded-corners-br {
    bottom: -1px;
    position: absolute;
    right: -1px;
    z-index: 100;
} 

#image-tl {
    left: 0px;
    position: absolute;
    top: 0px;
	z-index: 100;
} 

#image-tr {
    position: absolute;
    right: 0px;
    top: 0px;
	z-index: 100;
} 

#image-bl {
    bottom: 0px;
    left: 0px;
    position: absolute;
	z-index: 100;
} 

#image-br {
    bottom: 0px;
    position: absolute;
    right: 0px;
	z-index: 100;
} 

.page-header-image {
    height: 169px;
    overflow: hidden;
    width: 494px;
} 

#page-header-left {
    border: 1px solid #7d7d7d;
    float: left;
    height: 175px;
    position: relative;
    right: 0px;
    width: 500px;
} 

/* sizes the page image for inner pages
#page-header-image {   
    height: 169px;
    margin: 3px;
    position: relative;
    width: 494px;
} 
*/

#page-header-image { /*sizes the page image for splash pages */
    height: 275px;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 900px;
}

#page-header-right {
    border: 1px solid #7d7d7d;
    color: white;
    float: right;
    font-size: .95em;
    min-height: 175px;
    position: relative;
    right: 0px;
    width: 400px;
} 

#page-header-right a:link {
    color: white;
} 

#page-header-right a:visited {
    color: #DDD;
} 

#page-header-right a:hover {
    text-decoration: none;
} 


#bigpicture-block {
	background: #ff9600; border : 1px solid #7D7D7D;
	color: white;
	float: right;
	font-size: 0.95em;
	margin: 0px 8px 10px 0;
	position: relative;
	right: 0;
	width: 190px;
	border: 1px solid #7D7D7D;
}

#bigpicture-block .bigpicture-block-title {
	background: url(../images/the-latest_bg_tall.png) repeat-x bottom left; 
	float : left;
	margin: 12px 12px 5px 0px;
	position: relative;
	width: 100%;
	float: left;
}
#bigpicture-block .bigpicture-block-title h3 {
	color: #222222;
	padding: 4px 5px 5px;	
	text-transform: uppercase; 	
	font-weight: bold;
}
#bigpicture-block .bigpicture-block-title h3 span {
	font-size: 12px;
}
#bigpicture-block .bigpicture-block-content {
	margin-left: 5px;
}

.bigpicture-block-content .view-header p {
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 0;
}

.bigpicture-block-content .view-content {
	font-size: 11px;
}
.bigpicture-block-content .view-content a {
	color: #ffffff;
}

.corner-tl {
	left: -1px;
	position: absolute;
	top: -1px;
	z-index: 100;
}

.corner-tr {
	position: absolute;
	right: -1px;
	top: -1px;
	z-index: 100;
}

.corner-bl {
	bottom: -1px;
	left: -1px;
	position: absolute;
	z-index: 100;
}

.corner-br {
	bottom: -1px;
	position: absolute;
	right: -1px;
	z-index: 100;
}

#page-header .subtitle {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 7px;
} 

#newsbox {
    float: left;
    margin-left: 2%;
    position: relative;
    width: 48%;
} 

#eventsbox {
    float: left;
    margin: 0 2%;
    position: relative;
    width: 46%;
} 

#more {
    float: left;
    margin: 10px 0;
    position: relative;
    width: 100%;
} 

#more div {
    float: left;
    margin-left: 5%;
    position: relative;
    width: 45%;
} 

#more a:link, #more a:visited {
    color: #444;
    font-weight: bold;
    text-decoration: none;
} 

#more a:hover {
    text-decoration: underline;
}

/** main **/ 

#main {
    float: left;
    min-height: 400px;
    min-width: 650px;
    padding-bottom: 40px;
    padding-top: 30px;
    position: relative;
    width: 100%;
	background: #fff url(../images/main_bg.gif) top left repeat-x;
} 
.sidebar-left #main {
    	
}
.page-search #main {
	background: #fff url(../images/main_bg.gif) 0 -90px repeat-x;
}
#content{
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -100%; /* Negative value of #content's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
}
#content-inner,
.no-sidebars #content-inner {
	margin: 0;
	padding: 0 0 0 15px;
}

.sidebar-left #content-inner {
	padding-left: 200px; /* The width + left margin of #sidebar-left. */
	padding-right: 0;
}

.sidebar-right #content-inner {
	padding-left: 0;
	padding-right: 200px; /* The width + right margin of #sidebar-right. */
}

.two-sidebars #content-inner {
	padding-left: 200px; /* The width + left margin of #sidebar-left. */
	padding-right: 200px; /* The width + right margin of #sidebar-right. */
}

#content-area h1.title {
	margin-right: 180px;
}

.two-sidebars #content-area h1.title {
	margin-right:0;
}

.sidebar-left #content-area, .two-sidebars #content-area {
	background: url(../images/sidebar-left_fadeline.png) no-repeat;
	min-height: 400px;
}

/** page-search **/ 

#page-search{
	position:relative;
	float:right;
	top:-10px;
}

#left-end {
    float: right;
    position: relative;
} 

#search-content {
    background: url(../images/search_bg.png) top left repeat-x;
    float: right;
    height: 49px;
    position: relative;
    width: 205px;
} 

/*
#search-content-bg {
    display: none;
}
*/

#search-box {
    background: url(../images/search.png) no-repeat;
    bottom: 4px;
    float: left;
    height: 20px;
    position: relative;
    top: 14px;
    width: 152px;
} 

#google-cse-searchbox-form #edit-query {
    background: transparent !important;
    border: none !important;
    color: #707070;
    font-size: 11px;
    font-weight: 600;
    left: 8px;
    letter-spacing: 0px;
    position: relative;
    top: -1px;
    width: 120px;
} 

#google-cse-searchbox-form #edit-sa {
    background: url(../images/search_button.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 13px;
    left: 8px;
    position: relative;
    top: 4px;
    width: 14px;
}

#content-area {
/*
	background: transparent url(../images/fadeline.png) no-repeat scroll left top;
*/
	padding-left: 20px;
	padding-right: 30px;
	
}
/*
#container {
    padding-left: 200px;
    padding-right: 200px;	
} 

#container.two-col {
	padding-left: 230px;
    padding-right: 30px;
} 
/
/* testing width -> */
/*
#container .column {
    float: left;
    position: relative;
	width: 100%;
} */

.no-sidebars #content-header {
	margin-right:200px;
}

#content-header span.small {
    font-size: 16px;
}

#content-header span.medium {
    font-size: 22px;
}

div.profile div.field {
    margin: 10px 0px;
}

div.profile .field-label {
    color: #888888;
    font-size: 16px;
    font-weight: normal;
}

div.profile .field-items {
    font-size: 12px;
}

div.profile .profile {
    clear: none;
} 
.form-item label {
	color: #555555;
}
.node-form label {
    /*font-size: 16px;*/
    margin: 10px 0px;
} 
/*
#edit-submit.form-submit {
    margin: 10px 0px;
}
*/
dt {
    font-size: 14px;
}

dl.user-member a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

dl.user-member a:hover {
    text-decoration: underline;
} 

#page-image-container-left {
    float: left;
    height: 100%;
    position: relative;
    width: 10px;
} 

#curve-tl {
    left: 0;
    position: absolute;
    top: 0;
} 

#page-image-container-left .middle {
    background-color: white;
    bottom: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 16px;
} 

#curve-bl {
    bottom: 0;
    left: 0;
    position: absolute;
} 

#page-image-container-middle {
    background-color: white;
    bottom: 0;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 0;
} 

#page-image {
    bottom: 11px;
    left: 0;
    position: absolute;
    right: 0;
    top: 11px;
} 

#page-image-container-right {
    float: right;
    height: 100%;
    position: relative;
    width: 10px;
} 

#curve-tr {
    position: absolute;
    right: 0;
    top: 0;
} 

#page-image-container-right .middle {
    background-color: white;
    bottom: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 16px;
} 

#curve-br {
    bottom: 0;
    position: absolute;
    right: 0;
}

/** sidebar styles **/
#sidenav h2 {
	font-size: 18px;
	padding:0 0 5px;
	margin-right:10px;
}
#sidenav .block {
	margin-bottom:10px;
}

/** sidebar-left **/ 
/*
#sidebar-left {
    height: 100%;
    margin-left: -100%;
    padding-left: 30px; 
    right: 200px;
    width: 200px;
} 
*/

  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

#ie_minheight {
    display: none;
} 

#primary-nav {
    float: left;
    margin-left: 20px;
} 

#sidenav {
    line-height: 150%;
	padding-left: 30px;
}

#sidenav a {
    text-decoration: none;
} 

#sidenav a:hover {
    text-decoration: underline;
} 

#sidebar-left li.leaf {
    list-style-image: url(../images/menu-leaf.gif);
} 

#sidebar-left li.expanded {
    list-style-image: url(../images/menu-expanded.gif);
} 

#sidebar-left li.collapsed {
    list-style-image: url(../images/menu-collapsed.gif);
} 

/** sidebar-right **/ 

#sidebar-right
  {
  	clear:right;
    float: right;
    width: 200px;
    margin-left: -200px; /* Negative value of #sidebar-right's width + right margin. */
    margin-right: 0;
	margin-top: 15px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

/** page-bottom **/ 

#page-bottom {
    clear: both;
    float: left;
    height: 15px;
    position: relative;
    width: 100%;
    z-index: -1000;
} 

#page-bottom .corner-bl {
    bottom: 0px;
    left: 0px;
    position: absolute;
} 

#middle {
    background: url(../images/bottom_middle.jpg) bottom left repeat-x;
    bottom: 0px;
    height: 15px;
    left: 9px;
    position: absolute;
    right: 9px;
    top: 0px;
    z-index: -1000;
} 

#middle img {
    display: none;
} 

#page-bottom .corner-br {
    bottom: 0px;
    float: left;
    position: absolute;
    right: 0px;
}

/** footer **/ 

#footer {
    margin-top: 5px;
} 

/*
 * STYLES FROM GARLAND
 */ 

/**
 * Generic elements.
 */

.messages, .preview {
    margin: .75em 0 .75em;
    padding: .5em 1em;
}

.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
  padding:10px !important; /*Added "!important" to override system.css - cwebster, 07-23-09*/
}

.messages ul {
	margin:0;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

/* ADMIN TASKS */
.admin-tasks {
  background-color: #CCC;
  overflow: hidden;
  padding: 7px 5px;
  
}
.admin-tasks p {
	float: left;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	vertical-align: center;
}
.admin-tasks div {
	float: right;
}
.admin-tasks a {
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  color: #666 !important;
  background-color: #eee !important;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  padding: 7px 7px 7px 28px;
  text-decoration: none;
}

a.admin-add {
  background: url(../images/add-button.png) no-repeat 7px 9px;
  color: #666;
  padding-left: 34px;
}
a.admin-view {
  background: url(../images/view-button.png) no-repeat 8px 9px;
  color: #666;
  padding-left: 34px;
}

a.admin-spreadsheet {
  background: url(../images/spreadsheet-button.png) no-repeat 7px 8px;
  color: #666;
  padding-left: 32px;
}
/*div.admin-tasks a:hover {
  background: #ddd;
} */
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;
}

/**
 * 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;
}

div.admin-panel dd, .admin-list dd, .node-type-list dd {
	color: #a2a2a2;
	font-size: 0.92em;
	line-height: 1.3em;
	margin-bottom: 0.65em;
	margin-top: 0.2em;
}

fieldset {
	border: 1px solid #dddddd;
	margin: 1em 0;
	padding: 1em;
}
html.js fieldset.collapsible legend a {
	background: transparent url(../images/menu-expanded.gif) no-repeat scroll 0 50%;
	font-size: 14px;
	padding-left: 2em;
	padding-right: .5em;
}
html.js fieldset.collapsed legend a {
	background: transparent url(../images/menu-collapsed.gif) no-repeat scroll 0 50%;
	font-size: 14px;
	padding-left: 2em;
	padding-right: .5em;
}
.profile h3 {
	border: none;
}
/* tab styles from garland */
#tabs-wrapper {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

ul.primary {
	border: none;
	margin: 0;
	padding: 0px;
}
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: #9883af;
	color: #ffffff;
}
ul.primary li.active a, ul.secondary li.active a {
	font-weight: bold;
}
ul.primary li a {
	background: none;
	border: none;
	color: #411E6B;
	font-size: 14px;
	padding: 4px 6px;
}
ul.primary li.active a {
	background: #dddddd;
	border: none;
}
ul.secondary {
	border: none;
	margin: 0px;
	padding: 15px 0 0 0;
}
ul.secondary li {
	padding: 0px;
}

table.view-enabled td.view-name, table.view-enabled td.view-ops {
	background:#EEEEEE none repeat scroll 0 0;
}
.view-footer{
	margin-top:10px;
}
tr.even, tr.odd, tbody th {
  border: solid #e3e3e3;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #f3f3f3;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #e9e9e9;
}

tr.even td.active {
  background-color: #eeeeee;
}
/*IE6 Message*/
#ie6_message {
	background: #e50000 none repeat scroll;
	line-height:1.5;
	color:white;
	border-bottom: 2px solid black;
	font-size: 12px;
	height: 25px;
	padding: 10px;
	position: relative;
	text-align: center;
}
#ie6_message a:link, #ie6_message a:visited {
	color: white;
}
#ie6_message a:hover {
	color: white;
	text-decoration:none;
}
#memcache-devel{
	clear: left;
}
/* Search Options */

#block-google_cse-0 .form-radios {
  background: url(../images/search-options-bkg.png) no-repeat top left;
  display: none;
  float: left;
  font-size: 10px;
  padding: 16px 5px 8px 10px;
  position: relative;
  width: 168px;
}
.in-maintenance #content-area {
  border: 1px solid #ccc;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 25px;
  padding: 10px;
} 
