/* CSS Document */
/* 

© 2007 HINGE Multimedia
author: Josh Shaw
Title: HINGE Multimedia 2006
Date: 4.4.07
URL: http://www.inspirephysicaltherapy.com/

*/


/*+++++++++++++++++  HTML  +++++++++++++++++*/
html, body {
	height: 100%;
}
body {
	font-family: Georgia, serif;
	font-size: 1em;
	color: #333;
	line-height: 1.25em;
	padding: 0px;
}
p {
	font-size: .95em;
	line-height: 1.25em;
	text-align: justify;
	margin: 5px 0 10px 0;
	padding: 0 10px;
}
li {
	font-size: .9em;
	line-height: 1.25em;
	text-align: justify;
	margin: 0;
	padding: 0;
}

a{
	text-align: left;
	color: #738C2F;
	text-decoration: none;
}

a:link{
	color: #738C2F;
	text-decoration: underline;
}

a:visited{
	color: #738C2F;
	text-decoration: none;
}

a:hover{
	color: #011A32;
	text-decoration: underline;
}

h1{
	 font-family: Helvetica,Arial,sans-serif;
	 font-size: 1.166em;
	 text-align: left;
	 color: #011A32;
	 margin: 20px 10px 0 10px;
	 padding: 0;
}

h2{
	 clear: both;
	 font-family: "Trebuchet MS",Arial,sans-serif;
	 font-size: .95em;
	 text-align: left;
	 color: #738C2F;
	 margin: 5px 10px 0 10px;
	 padding:0;
}

h3{
	 font-family: "Trebuchet MS",Arial,sans-serif;
	 font-size: .95em;
	 text-align: left;
	 color: #7D0D00;
	 margin: 0px;
	 padding: 5px 0 0 10px;
}

h4{
	 font-family: "Trebuchet MS",Arial,sans-serif;
	 font-size: 100%;
	 font-weight: normal;
	 text-align: left;
	 color: #333333;
	 margin: 0px;
	 padding: 0 0 0 10px;
}

h5{
	 font-family: "Trebuchet MS",Arial,sans-serif;
	 font-size: 100%;
	 text-align: left;
	 color: #334d55;
	 margin: 0px;
	 padding: 0 0 0 10px;
}

label{
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 font-weight: bold;
	 color: #334d55;
}
.contactForm {
		list-style: none;
		margin: 0;
		padding: 0 10px;
}
.contactForm li {
	text-align: left;
	margin: 0;
	padding: 10px 0;
}
.contactForm input {
	margin: 0;
	padding: 0;
	display: block;
	width: 300px;
}
textarea {
	display: block;
	width: 400px;
	height: 100px;
	margin:10px 10px;
	padding: 0;
}
.submit {
	display: block;
	float: right;
	margin: 10px 70px 0 0;
}
.submit:hover {
	color: #738C2F;
}
/*+++++++++++++++++  End Opening Information  +++++++++++++++++*/

/*+++++++++++++++++  Layout  +++++++++++++++++*/
#Wrapper {
	display: block;
	top: 15px;
	bottom: 15px;
	width: 800px;
	height: 100%;
	margin: 0 auto;

}
#InsideWrapper {
	position: absolute;
	width: 800px;
	height: auto;
	background-image: url(../images/bodyBkg.jpg);
}
#Masthead {
	float: left;
	width: 800px;
	height: 120px;
	background-image: url(../images/mastHead.jpg);
}

#Body {
	margin: 0;
	padding: 0;

}
#LtSidebar {
	float:left;
	clear: both;
	width: 160px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	border-left: #011A32;
	}
#Content {
	float:left;
	clear: none;
	width: 480px;
	min-height: 480px;
	margin: 0;
	padding: 10px 0;
	background-image: url(../images/contentBkg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
}
#RtSidebar {
	float: right;
	clear: none;
	clear: none;
	width: 150px;
	margin: 0;
	padding: 0;
}
.clearfix {
	clear: both;
	display: block;
	visibility: hidden;
}
#FooterWrapper {
	display: block;
	float: left;
	clear: both;
	background: #FFF;
}
#Footer {
	width: 800px;
	height: 31px;
	margin: 0;
	padding: 0;
	border-top: 5px solid #011A32;
	background: #FFF;
	background-image: url(../images/footer.jpg);
}
#Footer h1 {
	text-align: right;
	font-family: "Trebuchet MS", Helvetica, "Gill Sans";
	font-size: 10px;
	margin: 3px 5px 0 0;
	padding: 0;
	line-height: normal;
}
#Footer h2 {
	text-align: right;
	font-family: "Trebuchet MS", Helvetica, "Gill Sans";
	font-size: 9px;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: normal;
	
}
#Watermark {
	display: block;
	width: 125px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/watermark.jpg) no-repeat bottom;
}
#map {
	width: 400px;
	height: 240px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #011A32;
	background: transparent;
}
.right {
	width: auto;
	float: right;
	clear: none;
}
.left {
	width: auto;
	float: left;
	clear: none;
}
img {
	margin: 0;
	padding: 0;
}
/*+++++++++++++++++  End Layout  +++++++++++++++++*/

/*+++++++++++++++++  Navigation  +++++++++++++++++*/
#Nav {
	position: relative;
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0 10px;
	background: transparent;
}
#Nav span {
	display: none;
}
#Nav li {
	margin-bottom: 5px;
}
#Nav li a, #Nav li a:visited {
	display: block;
	width: 112px;
	height: 19px;
	margin: 0;
	padding: 0;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
}
#Nav li a:hover,
#Nav li a:active,
#Nav li a.active {
	margin: 0 0 0 0;
}
#Home a, #Home a:visited {
	background-position: -159px 0;
}
#Home a:hover, #Home a.active {
	background-position: 0 0;
}
#AboutUs a, #AboutUs a:visited {
	background-position: -159px -29px;
}
#AboutUs a:hover, #AboutUs a:active, #AboutUs a.active {
	background-position: 0 -29px;
}
#Approach a, #Approach a:visited {
	background-position: -159px -58px;
}
#Approach a:hover, #Approach a:active, #Approach a.active {
	background-position: 0 -58px;
}
#Resources a, #Resources a:visited {
	background-position: -159px -88px;
}
#Resources a:hover, #Resources a:active, #Resources a.active {
	background-position: 0 -88px;
}
#Directions a, #Directions a:visited {
	background-position: -159px -117px;
}
#Directions a:hover, #Directions a:active, #Directions a.active {
	background-position: 0 -117px;
}
#ContactUs a, #ContactUs a:visited {
	background-position: -159px -147px;
}
#ContactUs a:hover, #ContactUs a:active, #ContactUs a.active {
	background-position: 0 -147px;
}
#Schedule a, #Schedule a:visited {
	background-position: -159px -176px;
}
#Schedule a:hover, #Schedule a:active, #Schedule a.active {
	background-position: 0 -176px;
}
#Forms a, #Forms a:visited {
	background-position: -159px -204px;
}
#Forms a:hover, #Forms a:active, #Forms a.active {
	background-position: 0 -204px;
}
/*+++++++++++++++++  End Navigation  +++++++++++++++++*/

/*+++++++++++++++++  HINGE INFO  +++++++++++++++++*/

#HINGEInfo {
	margin:0;
	padding: 10px 0;
	
}
#HINGEInfo span {
	display: none;
	
}
#HINGEInfo a {
	float: right;
	clear: none;
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../images/hingeInfo.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	
	
}
#HINGEInfo a:hover {
	background-image: url(../images/hingeInfo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

#Copyright p {
	margin: 0;
	width: 100px;
	height: 30px;
	padding: 10px 15px;
	font-family: "Trebuchet MS", Helvetica, "Gill Sans";
	font-size: .8em;
	background: #FFF;
}
#Copyright a {
	display: block;
	float: left;
	color: #CCC;
	text-decoration: none;
}
#Copyright a:hover {
	color: #011A32;
	text-decoration: underline;
}
/*+++++++++++++++++ END HINGE INFO  +++++++++++++++++*/




