html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  
  font-family: georgia;
  
  background-color: #2E1F9A; 
}

a {
  color: #FFF;
  text-decoration: none;
} 

a:hover {
  color: #FFF;
  text-decoration: underline;
}

a.action {
  font-size: 14px; 
 
  font-family: arial;
  font-style: italic;
  
  text-decoration: underline;
  margin-bottom: 10px;
}

div.message {
  text-align: center;
  background-color: #730000;
  border: 1px solid #FFF;
  
  font-family: arial;
  padding: 5px;
  margin-top: 5px; 
  margin-bottom: 10px;
  
  clear: both;
}

#header #left {
  float: left;
}

#header #right {
  float: right;
}

#header {
  background: url('../images/header_center.gif') repeat-x top left;
  height: 95px;
  
  width: 100%;
}  

#lower_right_logo {
  float: right;
}

#navigation {
  height: 29px;
  background: url('../images/nav_center.gif') repeat-x top left;
  width: 70%;  
  margin-left: 50px;
}

#navigation span.left, #navigation span.right {
  width: 10px;
  height: 29px;
  display: block;
  
  background: url('../images/nav_left.gif') no-repeat top left;
  float: left;
}

#navigation span.right {
  float: right;
  background: url('../images/nav_right.gif') no-repeat top right;
}

#navigation ul {
  margin: 0;
  padding: 0;
  
  list-style: none;
  display: block;  
} 

#navigation ul li {
  float: left;
  list-style: none;

  padding: 0;
  margin: 0;

  margin-top: 5px;  
  display: block;
  
  font-family: tahoma;
  font-style: italic;
  font-size: 13px;
  color: #FFF;

  margin-right: 10px;
}

.content_section {
  width: 852px;
  
  margin-left: auto;
  margin-right: auto;
  
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.content_section span.top, .content_section span.bottom {
  height: 15px;
  width: 852px;
  
  display: block;
  
  position: absolute;
  left: 0px;
  
  background: url('../images/content_top.gif') no-repeat;
}

.content_section span.top {
  top: 0px;
}

.content_section span.bottom {
  bottom: 0px;  
  background: url('../images/content_bottom.gif') no-repeat;
}

.content_section div.content {
  background-color: #130B4E;
  padding: 5px;
  padding: 15px;
  
  color: #FFF;
  
  border-left: 2px solid #543EFB;
  border-right: 2px solid #543EFB;
}

div.content h2 {
  border-bottom: 1px solid #A6A6A6;
  
  margin-top: 7px;
  padding-top: 0px;
}

div.content h3 {
  border-bottom: 1px dashed #A6A6A6;
  width: 50%;
  padding-bottom: 3px;
  
  font-size: 15px;
}

.fieldError {
  border: 1px solid #FFF;
  background-color: #CF2626;
}

/*Table Styles*/

.f_table {
  width: 100%;
  margin-top: 20px;
  
  font-family: arial;
}

.f_table thead {
  background-image: url('../images/header_bottom.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  
  color: #000;
  
  font-size: 14px;  
}

.f_table th {
  padding-bottom: 8px;
  font-size: 13px;
  padding-top: 5px;
}

.f_table td {
  font-size: 12px;
  border-left: 1px solid #CBC7B8;
  border-bottom: 1px solid #CBC7B8;
  padding: 5px;
}

.f_table td.last {
  border-right: 1px solid #CBC7B8;
}

.f_table td img {
  margin: 3px;
  border: 1px solid #CBB1E3;
}

/* Contact Card Styles */

#contact_container {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
}

#contact_container div.inner {
  background-color: #FFF;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  
  padding: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0;
}

#contact_container span.top {
  position: absolute;
  top: 0;
  left: 0;
  
  background: url('/images/inner_top.gif') no-repeat top left;
  height: 10px;
  width: 810px;
}

#contact_container span.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  
  background: url('/images/inner_bottom.gif') no-repeat bottom left;
  height: 10px;
  width: 810px;
}  

.contact {
  background-color: #FFF;
  border: 1px solid #000;
  padding: 10px;
  
  color: #000;
  width: 230px;
  height: 140px;
  
  font-family: arial;
  margin: 5px;
  
  float: left;
  position: relative;
}

div.hover {
  background-color: #BFBFBF !important;
}

div.contact img.person {
  float: right;
  padding: 3px;
  width: 80px;  
}

div.contact h3 {
  margin: 0;
  padding: 0;
  width: auto;
  border-bottom: 1px solid #000;  
}

div.contact ul.info {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  list-style: none;
  font-size: 11px;
}

div.contact ul.info li {
  margin: 0;
  padding: 0;
  list-style: none;
  
  font-size: 13px;
}

.notes {
  font-style: italic;
}

ul.actions {
  margin: 0;
  padding: 0;
  
  position: absolute;
  bottom: 0;
  right: 10px;
}

ul.actions li {
  color: #000;
  list-style: none;
  float: left;
  display: block;
}

ul.actions li img {
  border: 0;
}

/* Form Styles */


form label {
  display: block;
  float: left;
  width: 150px;
  padding: 0;
  margin: 8px 0 0 0;
  text-align: right;
}

form br {
  clear: left;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;  
}

form * {
  font-family: arial !important;
  font-size: 11pt !important;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #FFF;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
  color: #FFF;
}

form input, form textarea {
	margin:8px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form select {
  margin: 5px 0 0 10px;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

/* Calendar Styles */

.calendarBig {
  margin: 10px;
  width: 150px;
  height: 150px;
  background: url('../images/calendar_big.gif') no-repeat 50% 50%;
  float: right;
}

#calendar {
  width: 100%;
  margin-top: 20px;
    
  table-layout: fixed;
  font-family: arial;
}

#calendar thead {
  background-image: url('../images/header_bottom.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  
  color: #000;
  
  font-size: 14px;  
}

#calendar thead th {
  padding: 5px;
}

#calendar tbody td {
  padding: 5px;
  border: 1px solid #FFF;
  position: relative;
  
  height: 80px;
}

#calendar tbody td a {
  display: block;
  position: relative;
  
  height: 100%;
  text-decoration: none;
}

#calendar tbody td h3 {
  padding: 0;
  margin: 0;
  
  position: relative;
  top: 0px;
  left: 0px;
  border: 0;
  width: auto;
}

#calendar tbody td p {
  font-size: 12px;
  margin: 0;

}

#calendar tbody td.hover {
  background-color: #000 !important;
}

#calendar tbody td.event {
  background-color: #730000;
}

.month_controls {
  text-align: center;
}

.month_controls ul {  
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;  
}

.month_controls ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

.month_controls a.left { 
  background: url('../images/small_left.gif') no-repeat 0% 50%;
  padding-left: 25px;
}

.month_controls a.right {
  background: url('../images/small_right.gif') no-repeat 100% 50%;
  padding-right: 25px;  
}

.month_controls h3 {
  margin: 0;
  padding: 0;
  width: auto !important;
  border: 0 !important;
  margin-left: 13em;
  margin-right: 13em;
  clear: none;
  display: inline;
}


/* Memo Styles */

.memo_list li a.controls {
  padding-left: 10px;
}

.memo_list li {
  list-style: none;
  padding: 3px;
  padding-left: 30px;
}

.memo_list li.important {
  background: url('../images/memo_important.gif') no-repeat left;
}

.memo h3, .newsletter h3 {
  width: 75% !important;
}

.memo #date_stamp, .newsletter #date_stamp {
  float: right;
  clear: both;
  margin-top: 20px;
  padding: 5px;
  padding-left: 25px;
  background: url('../images/calendar_icon.gif') no-repeat left;
}

/* Location Styles */

#locations_container {
  clear: both;
  position: relative;
  width: 810px;
}

#locations_container ul {
  margin-left: 10px;
  padding: 0;
  list-style: none;
}

#locations_container ul li {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;  
}

#locations_container ul li span {
  font-weight: normal;
}

#locations_container img {
  border: 0;
}

.searchForm {
  clear: both;
}

ul.search {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.search li {
  margin: 0;
  padding: 0;
  display: inline;
}

/* Open Beds styles */

#openbeds_table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#openbeds_table td ul li {
  margin: 0;
  padding: 0;
}

#openbeds_table td img {
  border: 1px solid #FFF;
  padding: 1px;
  float: right;
  margin: 2px;  
  margin-left: 5px;
}

#jobopenings_table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#jobopenings_table td ul li {
  margin: 0;
  padding: 0;
}


.resultCount {
  float: right;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
  clear: both;
}

  
