/* Stylesheet: leestonphysio : hanging_content Modified On 2013-05-28 16:48:24 */
body {
	margin: 0px;
	padding: 0;
	background: white url(/uploads/leestonphysio/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #696969;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header-wrapper {
	width: 100%;
	height: 250px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 250px;
        /*background: url(/uploads/hanging/header-background.jpg);*/
       background: #FF6700;
}

#header-image{
       height:150px;
       background: url(/uploads/leestonphysio/header-background.png);
}

#logos{
   background: white;
   float:right;
   color:white;
   height:150px;
}

/* Header */

#logo {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

/*#logo h1
        margin: 0;
	padding-left: 100px;
        color: white;
        height:75px;
}
 #logo p {
	margin: 0;
	padding-left: 100px;
        color: #EF6A31;
        height:37px;
}*/

#logo span {
	color: white;
}

#logo h1 {
	padding-top:10px;
	letter-spacing: 4px;
	/*text-transform: uppercase;*/
        text-align:center;
	font-weight: normal;
	font-size: 4em;
       /*  height:75px;*/
        margin: 0;
	
}

#logo p {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #EF6A31;
        height:30px;
        margin: 0;
        padding-left: 50px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #EF6A31;
}

/* Menu */

#menu-wrapper {
}

#menu {
	width: 920px;
	margin: 0 auto;
	height: 54px;
	padding: 0px 20px;
	background: #FF6700;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 21px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 30px;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}



.currentpage{
	/*background: #448A0E;*/
	color: #2E0815;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF ;
}

#page-bgtop {
}

#page-bgbtm {
	padding: 0px 20px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 675px;
	margin: 10px 30px 20px 50px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
	background: url(/uploads/leestonphysio/img04.gif) repeat-x left bottom;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.byline a {
	color: #666666;
}

.tag {`
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
	width: 80px;
	height: 33px;
	text-align: right;
	font-weight: bold;
}

.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	text-align: left;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 150px;
        background: #FF6700;
}

#sidebar2 {
	float: right;
	width: 210px;
}

.sidebar {
	float: left;
	padding-top: 24px;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	padding: 0 0 20px 0;
        font-size: 1.7em;
}

.sidebar li ul {
	background: none;
/*	padding-bottom: 20px;*/
/*        padding-top:10px;*/
}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 5px;
	background: #FF6700;
        font-size: 0.8em;
        text-align: right;
        font-weight: bold;
        
}


.sidebar li h2 {
	height: 26px;
	margin: 0 0 0 0;
	padding: 14px 15px 14px 15px;
	text-transform: capitalize;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	padding-left: 15px;
        padding-bottom: 5px;
        color: white;
}
.sidebar a:hover {
	color: grey;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer-wrapper {
	width: 100%;
	height: 75px;
}

#footer {
	width: 920px;
	height: 170px;
	margin: 0 auto;
	padding: 0 20px;
	background: #666666;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}


.wrapper_pict{
   float: left;
   width: 675px;
   
}

.wrapper_pict h2{
  font-size:1.3em;
  text-align: center;

}

.left_pict{
   float: left;
   width: 162px;
   height: 182px;
   padding: 2px;
  
}

.left_pict img{
  width:160px;
  height:180px;
}


.contactform fieldset {
      padding: 1em;
      background-color: #eee;
} 
.contactform fieldset legend {
      font-weight: bold;
} 
.contactform div {
       width: 100%; 
       padding: 0.25em 0 0.25em 0;
} 
.contactform div label {
         display: block; 
         width: 15em; 
}
 .contactform div.required {
       color: #f00;
}
#contact_wrapper{
  float:right;
  padding-right: 50px;
  color: white;
  text-align: center;
}

#contact_left{
 float:right;
 background: orange;
 width:25px;
}

#contact_right{
 float:right;
 background: grey;
 width:25px;
}

#contact_link{
 float:right;
 background: #FF6700;
 font-size:1.7em;
 padding-left: 25px;
 padding-right: 25px;
}

#contact_link a{
  color:white;
}

#contact_link a:hover {

  color:grey;
}

#contact_form_left{
   float:left;
   width:350px;
}

#contact_form_right{
  float:right;
   width:250px;
}

#contact_below{
  float:left;
   width:450px;
}


#members{
  /*background:white;*/
}

.leestontable{
background-color: #ffffff"; 
width:300px;
border:0px;
cellspacing:3px;
cellpadding:2px;
padding-bottom:20px;
}

#companyname{
   margin-bottom:0px;
}

#roles{
  margin:0px;
  font-size:1.1em;
}

#qualification{
  margin:0px;
  font-weight:bold;
}


.CompanyDirectoryItem {

   padding: 20px 5px 5px 5px;
}

.CompanyDirectoryItem h3 {

 padding:0px;
}

.CompanyDirectoryItem img {
  height:150px;

}