/* 3-column layout code modified from: http://www.positioniseverything.net/articles/onetruelayout/anyorder */

html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	border: none;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}

body, #PageContainer, input, textarea, select, option {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333; /*#555555;*/
	/*border: 1px solid #993333; /* for testing only */
}

#PageContainer {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	position: relative;
/*	border: 1px solid #99FF33; /* for testing only */
}


/* set default tag styles */

h3 {
/*	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.7em;*/
	margin-top: 0px;
	padding-top: 0px;
}

p {
	
}

a:link {
	text-decoration: none;
	color: #9628c4;
}
a:visited {
	text-decoration: none;
	color: #9628c4;
}
a:hover {
	color: #01BA9E;
}

a img {
	border: none;
}

/* PS-specific styles */

#Header {
	width: 760px;
	height: 62px;
	margin-top: -0.5em;
	background-image: url(../images/header_bgr.png);
	background-repeat: repeat-y;
	background-color: #9628c4;
}

#HeaderLogo {
	float: left;
}

#PSText, #TagLine {
	vertical-align: top;
/*	border: 1px solid #993333; /* for testing only */
}

#TagLine {
	margin-left: 20px;
}

.NavBar {
	margin-left: 95px;
	color: #ffffff;
	font-weight: bold;
	/*border: 1px solid #993333; /* for testing only */
	line-height: 0.9em;
}

.NavBar a {
		padding-right: 0.7em;
}
.NavBar a:link {
	text-decoration: none;
	color: #ffffff;
}
.NavBar a:visited {
	text-decoration: none;
	color: #ffffff;
}
.NavBar a:hover {
	color: #01BA9E;
}

.CurrentPage, .NavBar a.CurrentPage {
	color: #01BA9E;
	padding-right: 0.7em;
}

.DropDown {
	position: absolute;
	left: -999em;
	top: 71px;
	background-color: #9638c4;
	text-align: left;
	margin: 0;
	padding: 2px 5px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	list-style-type: none;
}


.BigPhone {
	color: #9638c4;
	font-size: 1.4em;
	/*font-weight: bold;*/
	text-align: center;
}

#FadingLinks {
	width: 95px;
/*	border: 1px solid #99FF33; /* for testing only */
	float: left;
}

#Fade0 {
	margin-top: 40px;
}

#Fade1, #Fade2, #Fade3, #Fade4, #Fade5, #Fade6, #Fade7, #Fade8, #Fade9, #Fade10, #Fade11, #Fade12, #Fade13, #Fade14, #Fade15, #Fade16, #Fade17, #Fade18, #Fade19, #Fade20, #Fade21, #Fade22 {
	margin-top: 150px;
}

#PageContents {
	margin-bottom: 4em;
	width: 410px;
/*	border: 1px solid #99FF33; /* for testing only */
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;	
}

#PageContents p {
	margin-right: 20px;
}
#PageContentsHome {
	margin-bottom: 4em;
	width: 450px;
/*	border: 1px solid #99FF33; /* for testing only */
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;	
}

#PageContentsHome p {
	margin-right: 20px;
}

#PageContentsLinks {
	margin-bottom: 4em;
	width: 650px;
/*	border: 1px solid #99FF33; /* for testing only */
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;	
}
#PageContentsLinks p {
	margin-right: 20px;
}


.StaffPhoto {
	float: right;
	margin: 5px;
	border: 1px solid #663399;
}

#PageImage {
	width: 255px;
	float: left;
	margin-top: 35px;
/*	border: 1px solid #99FF33; /* for testing only */
}

#Footer {
	width: 760px;
	height: 20px;
	clear: both;
	background-image: url(../images/header_bgr.png);
	background-repeat: repeat-y;
	font-size: 0.8em;
}

#Footer.NavBar {
	margin: 0;
	padding: 0;
}

#Footer.NavBar a {
	line-height: 1.6em;
	padding: 0 0.3em;
	border-right: 1px white solid;
	/*border: 1px solid #99FF33; /* for testing only */
}

#Footer.NavBar a#LastFooterLink, #Footer.NavBar a#OrangeLink {
	border: none;
}

#Footer.NavBar a#OrangeLink {
	margin-left: 300px;
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 0;
	padding: 0;
}

/* Page sepcific tags */

/* location.htm*/
.LocationLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 100px;
}

/* contact.htm */
#SenderName, #SenderEmail {
	margin-left: 1em;
}

#SendMsg label {
	width: 9em;
	float: left; /**/
/*	border: 1px solid #99FF33; /* for testing only */
}


.header {
    background: url(/news/wp-content/themes/physiosolutions/assets/backgrounds/header_new.jpg) top left no-repeat;
    clear: both;
    display: inline;
    float: left;
    height: 218px;
    margin: 0 0 20px 0;
    padding: 0;
    width: 760px;
}

.header h1 {
    background: url(/news/wp-content/themes/physiosolutions/assets/backgrounds/new-text-logo.png) top left no-repeat;
    display: inline;
    height: 42px;
    float: right;
    margin: 10px 20px 0 0;
    text-indent: -9999px;
    width: 305px;
}

.header h1 a {
    color: #fff;
    font-size: 32px;
    height: 42px;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-decoration: none;
    width: 305px;
}

.header h1 a span {
    color: #00a9a1;
    font-style: italic;
    font-weight: normal;
}

.header h2 {
    color: #fff;
    clear: right;
    display: inline;
    float: right;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 20px 15px 0;
    padding: 0;
}

.header h2 span {
    color: #00a9a1;
}

.header .nav {
    background: url(/news/wp-content/themes/physiosolutions/assets/backgrounds/new_nav.png) top left repeat;
    clear: both;
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width:  760px;
}

.header .nav li {
    display: inline;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.header .nav li a {
    color: #fff;
    display: inline;
    float: left;
    padding: 0 10px;
    line-height: 32px;
    text-decoration: none;
}

.header .nav li a:hover, .header .nav li.active a {
    background: #00a9a1;
    text-decoration: none;
}

.header p {
    color: #74009b;
    clear: right;
    display: inline;
    float: right;
    font-weight: bold;
    font-size: 22px;
    line-height: 21px;
    margin: 11px 20px 42px 0;
    padding: 6px 0;
    text-align: right;
    width:  250px;
text-align: center;
}

.header p span {
    color: #00a9a1;
}

.header div.logomark {
    background: url(/news/wp-content/themes/physiosolutions/assets/backgrounds/new-logo.png) top left no-repeat;
    display: inline;
    float: left;
    height: 120px;
    margin: 10px 0 54px 10px;
    padding: 0;
    width: 120px
}
.intro{
	background: url(../images/intro-box.jpg) top left no-repeat;
	width: 760px;
	height: 188px;
	margin-bottom: 20px;
}
.intro h3{
	font-size: 24px;
	margin-bottom: 28px;
	font-weight: normal;
}

.intro .col-1{
	float: left;
	width: 435px;
	padding: 10px;
}
.intro .col-1 p{
	font-size: 16px;
	line-height: 25px;
}
.intro .col-2{
	float: right;
	padding: 74px 55px 0 0;
	font-size: 20px;
	color: #636363;
	line-height: 25px;
}
.intro .col-2 span{
	color: #01ba9e;
	font-size: 24px;
	font-weight: bold;
}
ul.styled{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.styled li{
	background: url(../images/li-background.jpg) top left repeat-x;
	border-top: 1px solid #ead5f3;
	padding: 4px 6px;
}
ul.styled2{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.styled2 li{
	border-top: 1px solid #ead5f3;
	padding: 4px 6px;
	font-size: 14px;
}

ul.styled2 li:first-child{
	background: url(../images/li-background.jpg) top left repeat-x;
	border-top: 1px solid #ead5f3;
	padding: 4px 6px;
}
a.more{
	border-top: 1px solid #ead5f3;
	padding: 4px 6px;
	display: block;
}

.home-side{
	float: right;
	width: 255px;
}
.latest-news{
	
}
.latest-news h4{
	background: url(../images/latest-h4.jpg) top left repeat-x;
	padding: 8px 8px 5px 8px;
	margin: 0;
	font-size: 17px;
}
.latest-news h4 a{
	color: #000;
}
.latest-news .more{
	font-size: 14px;
}
.clinic-review{
	width: 255px;
	height: 60px;
	background-color: #efdff6;
	text-align: center;
	padding-top: 25px;
	margin-top: 50px;
}
.top-border{
	border-top: 1px solid #bbbbbb;
	padding-top: 10px;
	font-size: 13px;
}

.social {background: url(../images/shaded-box.gif) top left repeat-x; padding: 10px 10px 15px 10px; margin-bottom: 20px; border-top: 2px solid #ebebeb;}
.social h4{ margin : 0 0 10px 0 ; font-size: 17px;}
ul.social-links { margin : 0 ; padding: 0 ; list-style: none;}
ul.social-links li { float : left ; margin-right: 20px; }
ul.social-links li a { color : #9628C4; text-decoration : none ; font-size: 14px; }
ul.social-links li a:hover { color : #01BA9E; }
ul.social-links li img { float : left ; margin : -2px 10px 0px 0; }
