@charset "utf-8";
/* CSS Document */
/* UW core theme styles.*/

/* CSS reset */
html { font-size:100%; /*text-rendering:optimizeLegibility;*/ /*avoids Chrome bug*/ }
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,img,form,label,iframe,fieldset {
  margin:0;
  padding:0;
  font-size:1em;
  line-height:inherit;
  font-weight:inherit;
  border:none;
}
input,select,textarea,button { font-size:1em; line-height:inherit; font-family:inherit;  margin:0; }
input[type=button],input[type=submit],button { overflow:visible; }
input[disabled],select[disabled],textarea[disabled],button[disabled] { opacity:0.75; height:26px;}

/*standard styles*/
body {
  background-color: #eee;
  color: #000;
  font-family: verdana, geneva, sans-serif;
  font-size: 0.825em;
  line-height: 1.4;
}
h1 {font-size: 2em;}
h1, h2, h3, h4, h5, h6 {line-height: 1.2em; margin-bottom: 0.5em; color: #000000;}
h2 {color: #222; font-size: 1.6em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
p {margin: 1em 0;}
ul {list-style-type: square;}
fieldset {margin-bottom: 1em; padding: 0.5em; border: 1px solid;}
legend {font-weight: bold;}
fieldset:hover, fieldset:hover > legend {background-color: #FFFBD9;}

#site {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;

  border: solid 1px #888;
  border-top: none;

  box-shadow: 2px 5px 5px 2px #888;
  -moz-box-shadow: 2px 5px 5px 2px #888;
  -webkit-box-shadow: 2px 5px 5px 2px #888;
}
div ul.global-menu li { list-style-type: none; margin-bottom: 0; }
div ul.global-menu a, div ul.global-menu a:hover, div ul.global-menu a:visited {color: #fecb00; text-decoration: none;}
div ul.global-menu a:hover {text-decoration: underline;}

li.logout {display: none;}

/* Float clearing in body content and Webform */
div.field-type-text-with-summary, div.form-item.webform-component {clear: both;}

/* Indents */
.rteindent1 {margin-left: 2em;}
.rteindent2 {margin-left: 4em;}
.rteindent3 {margin-left: 6em;}
.rteindent4 {margin-left: 8em;}

/*image alignment*/
.image-left {float:left; margin: 0 1em 1em 0;}
.image-right {float:right; margin: 0 0 1em 1em;}
.image-center {display: block; margin: auto;}

/*search results*/
.page-search .search-form {margin-bottom: 2em;}
.search-results {margin: 0;}
.search-results li {list-style:none;}
.search-result {border-bottom:1px solid #ccc; padding: 1em 0;}
.search-results h3 {margin: 0;}
.results_url {margin-bottom: .5em;}
.results_url a:link, .results_url a:visited {color:#555; text-decoration: none;}
.search-results .search-snippet-info {padding: 0;}
.page-search .pager {padding: 1em 0;}
.page-search .pager a {display: inline-block; font-weight:bold;}
.page-search .pager a:link {text-decoration: none; color: #03f;}
.page-search .pager a:visited {text-decoration: none; color: #306;}
.page-search .pager-current {background-color:#923; color:#fff;}

/* IE6 message */
#ie6message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1em;
  background-color: #c00;
  color: white;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
#ie6message a:link, #ie6message a:visited {
  color: #00f;
}
/*Search info - while using google search*/
#uw-search {float: right; letter-spacing: 0.1em; text-transform: uppercase; margin: -5px 0 2px;}
#uw-search form {margin: -5px 0 2px;}
#uw-search label {display:inline;}
#uw-search .form-text {
	background-color: #555;
  border: none;
  color: #fff;
	font-size: 1.2em;
  height: 2em;
  line-height: 2em;
  padding: 0 4px;
  width: 14em;
}
#uw-search  #edit-search-block-form--2{
    background-color: #555555;
    border: medium none;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 2em;
    line-height: 2em;
    padding: 0 4px;
    width: 14em;
}
#uw-search #submit {position: relative; top: 8px;}

#search_query {
	background-color: #444444;
  border: medium none;
  color: #BBBBBB;
  font-size: 0.9em;
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  width: 15em;
}
#search_submit {
  border: medium none;
  color: #FECB00;
  height: 2em;
  margin-left: 10px;
  overflow: hidden;
  text-indent: -999em;
  width: 10px;
  background: url("../images/search_submit.png") no-repeat scroll center center #000000;
}

