body{
  background: url(/images/medicalfoundation/bg_tile.jpg) repeat-x;
  margin: 0;
  font-family: georgia, serif;
  color: #666;
}

a{
  color:#538aa6;
  text-decoration:;
}

h1, h2, h3, h4 ,h5{}
h1{
  font-size: 3.5em;
  color: #af9000;
}

#holder{
  width: 960px;
  margin: 0 auto;
}

header{
  height: 193px;
  position: relative;
}

ul#nav{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 50px;
}
ul#nav li a{
  color: white;
  font-size: 1.5em;
  text-decoration: none;
  line-height: 24px;
}
ul#nav li a:hover{
  text-decoration: underline;
}

section#contentIndex{
  background: url(/images/medicalfoundation/bg_index.jpg) no-repeat;
  position: relative;
}
#peopleHeads{
  position: absolute;
  top: -154px;
  right: 153px;
}

#mission{
  position: absolute;
  top: 316px;
  left: 416px;
}
#mission h1{
  margin: 0;
}
#mission p{
  font-size: 1.5em;
}

ul#childCos{
  padding: 20px 10px;
  margin: 0;
  list-style: none;
}
ul#childCos li{
  background-color: rgba(0,0,0,0.3);
  padding: 5px 10px;
  width: 300px;
  margin: 0 0 10px 0;
}
ul#childCos li h3{
  margin: 5px 0 10px 0;
}
ul#childCos li a{
  color: white;
  text-decoration: none;
}

footer{
  background: url(/images/medicalfoundation/bg_footer.jpg) repeat-x;
  margin: 30px 0 0 0;
  color: white;
}
footer section{
  width: 960px;
  margin: 0 auto;
  padding: 50px 10px;
  position: relative;
}
footer a{
  color: white;
}
footer p{
  float: right;
  text-align: right;
}
footer ul{
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.3em;
}
#heart{
  position: absolute;
  top: -19px;
  left: 449px;
}


form#myForm label {
	float: left;
	clear: left;
	width: 100px;
	margin: 5px 10px 10px 0;
	text-align: right;
}
form#myForm input {
	float: left;
	margin-top: 5px;
	width: 200px;
	border: 1px solid #AFAFAF;
}
form#myForm select {
	float: left;
	margin-top: 5px;
	width: 200px;
}
form#myForm textarea {
	width: 300px;
	height: 200px;
	float: left;
	margin-top: 5px;
	border: 1px solid #AFAFAF;
}
form#myForm .submit {
	width: 70px;
	height: 30px;
}
form#myForm .send {
	clear: left;
	width: 120px;
	margin: 10px 0 0 110px;
}
form#myForm #recaptcha_widget_div {
	margin: 0 0 10px 105px;
	height: 120px;
}
form#myForm hr{
  clear: both;
  margin: 12px 0;
}

.sortCat{
  float: right;
}









