/* Safe-Transitions.com CSS */

body {
  margin: 0;
  padding: 0;
  background: url('../images/body_bg.gif') repeat-x #588573 top left;
  font-family: Arial;
}

#container {
  width: 800px;
  margin: 20px auto 0px auto;
}

#header {
  background: url('../images/header_bg.gif') no-repeat top right;
  height: 120px;
}

#header img {
  float: left;
}

#main {
  background: url('../images/nav_bg.gif') repeat-y top left;
}

#footer {
  background: url('../images/nav_bg.gif') repeat-y #e7ebe7 top left;
}  

.message {
  padding: 3px;
  text-align: center;
  margin: 2px;
  border: 1px solid #000;
  background-color: #1C4434;
  color: #fff;
}

.footer_content {
  margin-left: 125px;
  padding-bottom: 10px;
  text-align: center;
}

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

.footer_content ul li {
  display: inline;
  font-size: 12px;
}

.footer_content ul li a {
  text-decoration: none;
  color: #000;
}

.footer_content ul li a:hover {
  text-decoration: underline;
}

#page_bottom {
  background: url('../images/page_bottom.gif') repeat-x top left;
  height: 187px;
}

#nav {
  width: 154px;
  float: left;
  background: url('../images/content_top_left_bg.gif') no-repeat top left;
}

#nav ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  list-style: none;
  vertical-align: top;
  display: block;
  background: url('../images/nav_bg.gif') repeat-y top left;
}

#nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 2px;
}

#nav ul li a {
  padding: 0;
  margin: 0;
  display: block;
} 

#nav ul li img {
  border: 0;
  margin: 0;
  padding: 0;
}

/* NAV LINKS */

#nav a.button {
  display: block;
  width: 154px;
  height: 28px;
  background: url('../images/buttons/button.gif') no-repeat center center;
  text-align: center;
  color: #FFF;
  font-family: Arial;
  font-size: 13px;
  text-decoration: none;
  line-height: 28px;
}

#nav a.button:hover {
  background: url('../images/buttons/button_hover.gif') no-repeat center center;
} 

#content {
  background-color: #E7EBE7;
  width: 626px;  
  margin-left: 154px;
  padding: 10px;
}

#content h2 {
  color: #e71482;
  margin-top: 0;
  padding-top: 10px;
  font-family: Garamond,Times New Roman;
  font-weight: lighter;
  line-height: 10px;
  border-bottom: 4px solid #FFF;  
}

#content p {
  padding: 3px;
  font-size: 13px !important;
  display: block;
}

#content address {
  font-size: 13px;
  padding: 4px;
}

#content img {
  margin: 6px;
  border: 1px solid #000;
}

#content img.right {
  float: right;
}

#content img.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

h3 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 8px;
}


/* Form Styles */


form label {
  display: block;
  float: left;
  width: 200px;
  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 */
  padding: 0;
  margin: 8px;
  display: block;  
}

form * {
  font-size: 12px;
}

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

form fieldset legend {
  color: #000;
  font-size: 13px;
}

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%;
}

/*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;
}


#jobopenings_table ul, #openbeds_table ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;

}

#jobopenings_table ul li, #openbeds_table ul li {
  margin: 0;
  padding: 0;
}

#jobopenings_table ul li span {
  font-weight: bold;
}

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

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

/* location show case styles */

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

#location_showcase ul li {
  background: url('../images/flower.gif') no-repeat center left;
  line-height: 20px;
  font-size: 15px;
  padding-left: 23px;
}

#locations_container {

}

#locations_container div.ss_container {

}

#locations_container div.ss_container h3 {
  margin: 0 !important;
  padding: 0;
  font-size: 17px;
}

#locations_container div.ss_container p {
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
}

#locations_container div.ss_container p img {
  float: right;
  margin: 5px;
  border: 0;
}

#locations_container div.ss_container ul {
  float: right;
}

#locations_container div.ss_container ul li {
  background: none;
}

#locations_container div.ss_container ul li.contact_person {
  background: url('../images/contact_person.gif') no-repeat center left;  
}

#locations_container div.ss_container ul li.contact_phone {
  background: url('../images/contact_phone.gif') no-repeat center left;
} 

#locations_container div.ss_container ul li.contact_email {
  background: url('../images/contact_email.gif') no-repeat center left;
}

a.word_doc {
  padding-left: 23px;
  background: url('../images/word_doc.gif') no-repeat center left;
  margin-left: 10px;
  font-size: 12px;
  padding-top:4px;
  padding-bottom: 4px;
}