/*  
Theme Name: Robbins Rehabilitation
Theme URI: 
Description: Custom WordPress Theme for Robbins Rehabilitation
Version: 1
Author: MDS Design
Author URI: http://www.mdsdesign.com 
*/

@charset "UTF-8";

html {
	background: #B1C6E1 url(images/background.jpg) repeat-x;
}

body {
	background: #B1C6E1 url(images/background.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #0F3375;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/container_background.jpg);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wp_maincontent {
	width: 800px;
	padding-top: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
}

#wp_maincontent h2 {
	font-size: 22px;
	font-weight: bold;
	color: #039;
	border-bottom: 2px dotted #900;
}

#wp_maincontent td {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#wp_maincontent table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#main_container {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 925px;
	height: 149px;
	position: relative;
}

#logo h1 {
	background: transparent url(images/header.jpg) no-repeat;
	width: 925px;
	height: 149px;
	margin: 0px;
	padding: 0px;
}

#logo a {
	width: 925px;
	height: 149px;
	display: block;
	text-indent: -999999px;
}

#patientsonly {
	font-size: 13px;
	line-height: 26px;
	color: #FFF;
	background: #003376;
	height: 26px;
	width: 190px;
	text-align: center;
	position: relative;
	left: 736px;
}

#patientsonly a {
	color: #FFF;
	text-decoration: none;
}

#patientsonly a:hover {
	text-decoration: underline;
}
#nav_container {
	background: url(images/nav_background.jpg);
	padding-left: 25px;
}


/* Navigation */


#nav {
	width: 905px;
	height: 32px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 905px;
	float: left;
}

#nav ul li {
	float: left;
}

#nav ul a {
	display: block;
	font-size: 12px;
	line-height: 32px;
	color: #0F3375;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	background: url(images/nav_divider.jpg) repeat-y left top;
}

#nav ul .first a {
	background: none;
}

#nav ul a:hover {
	color: #FFF;
	background: #0F3375;
}



/* End Navigation */

/* Main Content Area*/

#mainContent {
	margin: 10px auto 50px;
}

/* Footer*/

 #footer {
	height: 105px;
	border-top: 2px dotted #300;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

 #pburg_address {
	font-size: 12px;
	color: #003376;
	float: left;
	width: 140px;
	margin-top: 10px;
}

 #atown_address {
	font-size: 12px;
	color: #003376;
	float: right;
	width: 140px;
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: right;
}

 #closing_tag {
	font-size: 16px;
	font-weight: bold;
	color: #65112C;
	text-align: center;
	width: 450px;
	margin-left: 210px;
	margin-top: 40px;
}

 #whyus {
	position: absolute;
	left: 347px;
	top: -27px;
}

#flash {
	width: 925px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#feelbetter {
	width: 925px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
