body {
  background: #fff url('../images/bg.gif') repeat;
  padding:0;
  margin:0;
  font-size: 13px;
  font-family: Arial, "MS Trebuchet", sans-serif;
  line-height: 19px;
  color: #0e4071;
  text-align: center;
}

img {
  border: 0;
}

#container {
  width: 750px;
  margin: 0 auto;
  text-align: left;
}

.header {
  height: 177px;
}

#header_main {
  background: #fff url('../images/masthead/main.jpg') no-repeat;
}

#header_centres {
  background: #fff url('../images/masthead/centres.jpg') no-repeat;
}

#header_rights {
  background: #fff url('../images/masthead/rights.jpg') no-repeat;
}

#header_links {
  background: #fff url('../images/masthead/links.jpg') no-repeat;
}

#header_about {
  background: #fff url('../images/masthead/centres.jpg') no-repeat;
}

#header_conditions {
  background: #fff url('../images/masthead/conditions.jpg') no-repeat;
}

#header_services {
  background: #fff url('../images/masthead/services.jpg') no-repeat;
}

#header_exercise {
  background: #fff url('../images/masthead/exercise.jpg') no-repeat;
}

#divider {
  background: #fff url('../images/divider.gif') no-repeat;
  height: 61px;
}

#body-container {
  background: #fff url('../images/body-bg.gif') repeat-y;
  width: 750px;
  min-height: 550px;
}

#left {
  width: 240px;
  float: left;
}

ul.nav {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0 0 0 3px;
  width: 226px;
  background-color: #fff;
  height: 210px;
}

ul.nav li {
  height: 28px;
  text-indent: -9000px;
  border: 1px solid #fff;
  border-left: none;
}

ul.nav a {
  margin: 0;
  padding: 0;
  float: left;
  width: 226px;
  height: 27px;
}

/*
ul.nav a.current {
  background-position: -226px 0;
}
*/

#home a {
  background: url('../images/nav/home.png') top left no-repeat;
}

#rehabilitation_services_and_treatments a {
  background: url('../images/nav/rehabilitation_services_and_treatments.png') top left no-repeat;
}

#rehabilitation_centres a {
  background: url('../images/nav/rehabilitation_centres.png') top left no-repeat;  
}

#common_rehabilitation_conditions a {
  background: url('../images/nav/common_rehabilitation_conditions.png') top left no-repeat;  
}

#guides_to_home_exercises a {
  background: url('../images/nav/guides_to_home_exercises.png') top left no-repeat;  
}

#your_rights a {
  background: url('../images/nav/your_rights.png') top left no-repeat;
}

#index_of_useful_links a {
  background: url('../images/nav/index_of_useful_links.png') top left no-repeat;  
}

#about_us a {
  background: url('../images/nav/about_us.png') top left no-repeat;  
}

#newsletters a{
	background: url('../images/nav/newsletters.png') top left no-repeat;
}

#podcasts a{
	background: url('../images/nav/podcasts.png') top left no-repeat;
}

ul#nav_home li#home a, 
ul#nav_rehabilitation_services_and_treatments li#rehabilitation_services_and_treatments a, 
ul#nav_rehabilitation_centres li#rehabilitation_centres a,
ul#nav_common_rehabilitation_conditions li#common_rehabilitation_conditions a,
ul#nav_guides_to_home_exercises li#guides_to_home_exercises a,
ul#nav_your_rights li#your_rights a,
ul#nav_index_of_useful_links li#index_of_useful_links a,
ul#nav_about_us li#about_us a,
ul#nav_newsletters li#newsletters a,
ul#nav_podcasts li#podcasts a
{
	background-position: -226px 0;
}

#content {
  margin-left: 240px;
  padding: 5px 20px 20px 10px;
}

#content h1 {
  position: relative;
  margin: -45px 20px 45px 0;
  padding: 0;
  font-size: 20px;
  text-align: right;
  color: #373;
  font-family: Tahoma, Arial, sans-serif;
}

#content h2 {
  font-size: 15px;
  padding-top: 10px;
  line-height: 16px;
}

#content h3 {
  font-size: 12px;
  padding-top: 10px;
  line-height: 16px;
}

h3.year{
	margin-bottom:5px;
}

#content p.quote {
  font-style: italic;
}

#footer {
  clear: both;
  border-top: 2px solid #fff;
}

#footer p {
  padding: 0 10px;
  margin: 0;
  text-align: right;
}

#footer p.copyright {
  font-size: 10px;
}

#footer p.disclaimer {
  font-size: 9px;
  line-height: 10px;
  color: #000;
  padding-top: 5px;
}

.linklist {
  list-style-type: none;
}

.emphasis {
  text-decoration: underline;
}

input.text{
	border:1px solid #0e4071;
}

input.submit,input.submit:hover {
	background: url('../images/button.gif') no-repeat;
	font-weight:bold;
	border:none;
	width:93px;
	height:22px;
	color:#0e4071;
	font-size: 12px;
	padding-left:0px;
	padding-top:0px;
}

input.submit:hover{
	background:url('../images/button_f2.gif') no-repeat;
	cursor:pointer;
	cursor:hand;
}

ul.newsletters{
	list-style:none;
	margin-left:15px;
	padding-left:0px;
	margin-top:0px;
}

#podcastsContainer{
	margin-top:15px;
}

#podcastsContainer div.row{
	margin-bottom:18px;
}

#podcastsContainer div.label{
	font-weight:bold;
}

#podcastsContainer span.duration{
	font-size:10px;
	padding-left:15px;
}

#podcastsContainer div.download{
	font-size:12px;
	margin-top:2px;
}

#podcastsContainer div.download a{
	color:#0E4071;
}