/*
	U.P Rehab Services, LLC. site CSS
	by Tristan Smith
	906 Technologies, LLC.
*/

/* global styles */
html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18 */
	background-color: #051b02;
	background-image: url(../images/new_design/background.png);
	background-repeat: repeat-x;
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}

/*ul {
	margin: 0 0 0 15px;
	padding: 0;
}

ol {
	margin: 0 0 0 25px;
	padding: 0;
}*/

/* main container */
#container {
	position: relative;
	width: 980px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 0;
}

/* header */
#header {
	height: 87px;
	position: relative;
}

#header img {
	border: none;
}
/* subheader */
#subheader {
	height: 200px;
}
#subheader li a {
	text-decoration: none;
}
/* main */
#main {
	margin: 0;
	padding: 0 15px;
	width: 950px;
	padding-bottom: 100px;
	background-color: #fff;
}

#home-img {
	margin: 13px 0 0 5px;
}
#menu {
	width: 980px;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../images/new_design/menu.png);
	background-repeat: repeat-x;
	height: 29px;
	position: relative;
	z-index: 100000000000000000000;
}

.dropdown a									{ text-decoration: none; }
.dropdown ul									{ list-style: none; }
.dropdown p                                   { margin: 15px 0; }
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; list-style: none; margin: 0; padding: 0; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; margin: 0; }
ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; padding: 5px 8px; border-right: 1px solid #fff;
	 								  color: #fff; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #c4b267; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 230px; visibility: hidden; position: absolute; top: 100%; left: 0; margin: 0; padding: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* sidebar navigation */
#sidebar-nav {
	width: 192px;
	float: left;
	font-size: .75em;
	font-family: Arial,Helvetica,sans-serif;
	background-image: url(../images/menu-bg.gif);
}

#sidebar-nav ul {
	margin: 40px 0 40px 0;
	display: block;
	list-style-type: none;
	padding: 0;
}

#sidebar-nav li {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../images/menu-item.gif) no-repeat;
}

#sidebar-nav li.current {
	background: url(../images/menu-item-current.gif) no-repeat;
}

#sidebar-nav a {
	color: #000000;
	text-decoration: none;
}

#sidebar-nav a:hover {
	color: #006633;
	text-decoration: underline;
}

#sidebar-nav a:visited {
	color: #333333;
	text-decoration: none;
}

#sidebar-bottom {
	width: 192;
	height: 43px;
	background-image:url(../images/menu-bottom.gif);
}

/* footer */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	background-color: #004522;
	text-align: center;
	margin: 0;
	padding: 0;
}

.picture_box {
	float: left;
	width: 370px;
	margin-right: 20px;
}

#copyright {
	color: #fff;
}

/* footer navigation */
#footer-nav {
	margin: 0;
	padding-top: 5px;
	color: #fff;
	font-size: .6em;
}

#footer-nav ul {
	list-style-type: none;
}

#footer-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer-nav a:link {
	color: #fff;
}

#footer-nav a:hover {
	color: #d7c28e;
}

#footer-nav a:visited {
	color: #CCC;
}

/* google map */
#map {
	width: 500px; 
	height: 300px;
}

/* Forms */
form {
	font-size: 1em;
}

form table {
	width: 100%;
}

form legend {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666;
}

form .textarea1 {
	width: 200px;
}

form td {
	width: 50%;
	padding: 10px 0;
}

form td.left {
	text-align: right;
	vertical-align:text-top;
	padding-right: 5px;
}

form td.right {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}

form #submit-container {
	margin: 5px 10px;
}

form .text1 {
	width: 200px;
}

form .date {
	width: 100px;
}

form .select1 {
	width: 175px;
}

form .submit {
	width: 100px;
}

form .required {
	color: #F00;
}

form .phone1, form .extension {
	width: 25px;
}

form .phone2 {
	width: 30px;
}

/* Miscellaneous  */
.bodytext h1, .bodytext h2, .bodytext h3, .bodytext p {
	margin: 0;
	padding: 0;
}

.bodytext h1 {
	font-size: 1.5em;
	line-height: 2.5em;
	color: #060;
}

.bodytext h2 {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #666;
}

.bodytext h3 {
	font-size: 1.0em;
	line-height: 2em;
	color: #333;
	text-decoration: underline;
}
.bodytext {
	font-size: 0.75em;
}
.bodytext p, .bodytext ul  {
	margin: 10px 0;
}
.bodytext ul, .bodytext ol {
	padding-left: 5px;
}
.bodytext p .larger {
	font-size: 1.3em;
	color: #060;
	line-height: 26px;
}
#quote {
	width: 156px;
	background-color: #b2d0c0;
	padding: 12px;
	margin: 0 18px 0 8px;
	color: #060;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.bodytext a:link {
	color: #037559;
}

.bodytext a:hover {
	color: #060;
}

.bodytext a:visited {
	color: #333;
}

a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	display: inline-block;
	padding: 5px 0 5px 20px;
}

a.doc {
	background: url(../images/doc.png) no-repeat left center;
	display: inline-block;
	padding: 5px 0 5px 20px;
}

a.email {
	background: url(../images/email.png) no-repeat left center;
	display: inline-block;
	padding: 5px 0 5px 20px;
}

a.facebook {
	background: url(../images/facebook-logo.jpg) no-repeat left center;
	padding-left: 20px;
}

.staff img {
	width: 164px;
	height: 246px;
}

.staff p {
	margin-right: 5px;
	font-weight: bold;
}

.staff {
	float: left;
}
.staff_block {
	float:left;
	width: 450px;
	height: 200px;
	margin-bottom: 5px;
	margin-right: 20px;
	height: 243px;
}
.staff_photo {
	float: left;
	width: 160px;
	overflow: hidden
}
.staff_info {
	width: 260px;
	float: right;
	background: #eee;
	height: 223px;
	padding: 10px;	
}
.staff_name {
	font-size: 14px;
	font-weight: bold;
	color: #099;
	padding-bottom: 10px;	
}
.left, .middle {
	margin: 5px 6px 5px 0;
}

.clinic {
	float: left;
}

.right {
	margin: 5px 0;
}

.ul-left {
	float: left;
	width: 40%;
}

.ul-right {
	float: left;
	width: 40%;
	margin-left: 25px;
}

.address {
	display: inline-block;
	width: 40%;
}

.success-field {
	font-size: 0.9em;
	color: #18AD18;
	background: #FDF4F8;
	border: 1px #18AD18 solid;
	margin: 10px 2px;
	padding: 5px;
}

.error-field {
	font-size: 0.9em;
	color: #CC0033;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	margin: 10px 2px;
	padding: 5px;
}

.clear {
	clear: both;
	height:0;
  font-size: 1px;
  line-height: 0px;
}

.forward {
	float: right;
}

.back {
	float: left;
}

.float-divider { 
	clear:both; display:block;
	height:1px; font-size:1px; 
	line-height:1px; 
}
.testimonial {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #b2d0c0;
	color: #060;
	padding: 10px;
	margin: 15px 0;
}

.error_field {
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	line-height: 18px;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 5px 0;
	background-image: url(../images/alert.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.success_field {
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #006633;
	line-height: 18px;
	background: #E9FCED;
	border: 1px #006633 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 5px 0;
	background-image: url(../images/success.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

