@charset "utf-8";
/* CSS Document */

/*** RESET ****************************************************************/

* { margin: 0; padding: 0; font-family: Verdana, Geneva, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img { border: none; }
a, a:visited { color: #3f3f3f; }
a:hover { text-decoration:none; }
strong { font-weight: bold; }

/*** CLEARS AND FLOATERS **************************************************/

.right {float: right;}
.left {float: left;}
.clear {clear: both; width: 0; height: 0;}
.clear-left {clear: left; }
.clear-right {clear: right; }
.hide {display:none; }


.error {
	display: block;
	padding: 7px;
	margin: 7px 0;
	font-size: 12px;
	background: red;
	color: white;
}
.small {
	font-size: 10px;
}

/*** PAGE ORGANIZATION ***************************************************/
body {
	background-color:#c6cabf;
}

#site-container {
	margin:10px auto 0;
	width:867px;
}

#header {
	height:295px;
}

#left-bar {
	width:210px;
	float:left;
}

#page-body {
	float:right;
	width:653px;
}

#footer {
	height:30px;
	width:400px;
	float:right;
}

/*** HEADER SECTION ******************************************************/
#top-nav {
	padding-bottom:5px;
	width:125px;
	float:left;
}

#top-nav li {
	list-style:none;
	display:inline;
	font-size:12px;
	color:#777;
}

#top-nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#777;
}

#search {
	width:210px;
	height:20px;
	float:left;
}

#search #query {
	font-size: 11px;
	height:15px;
	width: 180px;
	margin-right: 4px;
	float:left;
}

#search #submit {
	margin: 0 0 0 0;
}

#maggie {
	position:absolute;
	margin:auto;
	top:0;
	margin-left:600px;
	margin-top:16px;
	width: 297px;
	height: 312px;
	background: url(../images/maggie.png);
	z-index:1
}

#sizer {
	font-size: 11px;
	width:150px;
	height:20px;
	text-align: right;
	color:#777;
	position:absolute;
	margin:0 0 0 718px;
	z-index:2
}
#sizer p {
	display: inline;
}

#sizer img {
	margin: 0 0 0 6px;
	display: inline;
}

#logo {
	position:absolute;
	top:0;
	margin:65px 0 0 32px;
	display:none;
}

#header h1 {
	display:none;
}

#flash-container {
}

#header-border {
	background-image:url(../images/flash-border.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:7px;
	width:867px;
	position:absolute;
	z-index: 100;
}
#fb {
	width:300px;
	float:left;
	margin:0 0 0 20px;
}
#fb a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#777;
	text-decoration:none;
}
#fb a img {
	margin:-3px 5px 0 0;
	float:left;
}
/*** MIDDLE SECTION ******************************************************/
#row-1 {
	background:url(../images/gray-pill.gif) bottom no-repeat #e8eae6;
	margin: 0px auto 0;
	min-height:103px;
	padding:22px 30px 0 30px;
}

#row-1 p {
	font-size:13px;
	line-height: 17px;
	margin: 0px -15px 15px -3px;
	color: #555;
}

#row-2 {
	background-image:url(../images/specialties-pill.gif);
	background-repeat:no-repeat;
	height:120px;
	margin-top:15px;
}
#row-2-text {
	height:18px;
	width:653px;
	font-size:12px;
	color:#333;
	margin-bottom:-3px;
}
#row-2 #list-1 {
	width:216px;
	float:left;
}
#row-2 #list-1 ul,
#row-2 #list-2 ul,
#row-2 #list-3 ul {
	padding:12px 0;
}
#row-2 #list-1 ul li,
#row-2 #list-2 ul li,
#row-2 #list-3 ul li{
	padding:3px 0;
	list-style:none;
}
#row-2 #list-1 ul li a,
#row-2 #list-2 ul li a,
#row-2 #list-3 ul li a{
	text-align:center;
	color:#900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-decoration:none;
}

#row-2 #list-1 ul li a:hover,
#row-2 #list-2 ul li a:hover,
#row-2 #list-3 ul li a:hover {
	color: #F00;
	text-decoration:none;
}

#row-2 #list-2 {
	width:218px;
	float:left;
}

#row-2 #list-3 {
	width:217px;
	float:left;
}
#row-3 {
	height:125px;
	width:653px;
}

#row-3 ul li {
	list-style:none;
	display:inline;
}
#row-3 #our-physicians a {
	display:block;
	height:110px;
	width:211px;
	background-image:url(../images/meet-physicians.gif);
	float:right;
	text-indent:-10000px;
	margin:10px 4px 0 0;
}
#row-3 #our-physicians a:hover {
	background-image:url(../images/meet-physicians-on.gif);
}

#row-3 #patient-center a {
	display:block;
	height:110px;
	width:211px;
	background-image:url(../images/patient-center.gif);
	float:right;
	text-indent:-10000px;
	margin:10px 5px;
}
#row-3 #patient-center a:hover {
	background-image:url(../images/patient-center-on.gif);
}

#row-3 #doctors-orders a {
	display:block;
	height:110px;
	width:212px;
	background-image:url(../images/doctors-orders.gif);
	float:right;
	text-indent:-10000px;
	margin:10px 0 0 4px;
}
#row-3 #doctors-orders a:hover {
	background-image:url(../images/doctors-orders-on.gif);
}

#row-4 {
	height:75px;
	width:653px;
}

#row-4 ul li {
	list-style:none;
	display:inline;
}
#row-4 #sports-center a {
	display:block;
	height:64px;
	width:436px;
	background-image: url(../images/sports-center-pill.gif);
	text-indent:-10000px;
	margin:5px 0 0 -5px;
	float:left;
}
#row-4 #survey-home a {
	display:block;
	height:51px;
	width:433px;
	background: url(../images/survey-home.gif) no-repeat;
	text-indent:-10000px;
	margin:5px 0 0 -5px;
	float:left;
}


#row-4 #video a {
	display:block;
	height:45px;
	width:210px;
	background-image: url(../images/60-second-video.gif);
	text-indent:-10000px;
	margin:10px 0 0 0;
	float:right;
}

/*** SUPPORT PAGES *******************************************************/
#content {
	background:url(../images/gray-pill.gif) bottom no-repeat #e8eae6;
	margin: 0px auto 0 -2px;
	min-height:453px;
	padding:15px 30px 30px 30px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#900;
	margin: 20px 0 10px 0;
}

#content p,
#content td,
#content input {
	font-size:13px;
	line-height: 17px;
	color: #555;

}
#content p {
	margin: 5px 100px 10px 0;
}
#content ul {
	margin: 0 0 0 20px;
}
#content li {
	font-size: 13px;
	color: #555;
}

/*** LEFT NAVIGATION *****************************************************/
#left-nav {
}

#left-nav ul {
	margin: 15px 0;
}
#left-nav ul li {
	list-style:none;
}
#left-nav ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	display:block;
	background:url(../images/nav-dot.gif) left 7px no-repeat;
	padding: 5px 0 5px 20px;
	text-decoration:none;
}

#left-nav ul li a:hover,
#left-nav ul li a.id {
	color:#000;
	background:url(../images/nav-dot-hov.gif) left 7px no-repeat;
}

/**sub-nav**/
#left-nav ul ul {
	margin: 0 2px 5px 0;
}
#left-nav ul ul li.label,
#left-nav ul ul li a {
	font-family: Verdana, Geneva, sans-serifl;
	font-size: 12px;
	line-height: 14px;
	text-indent: 0;
	padding: 4px 0 4px 30px;
	background: none;
}
#left-nav ul ul li.label {
	font-weight:bold;
	color:#444;
	line-height: 14px;
	padding: 10px 0 4px 30px;
}
#left-nav ul ul li a:hover,
#left-nav ul ul li a.id {
	color: #444;
	background: none;
	font-weight: bold;
}

#contact-box {
	background-image:url(../images/nav-line.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#contact-box p {
	font-size:11px;
	color: #333;
	padding:10px 0;
	line-height:16px;
}

/*** FOOTER SECTION ******************************************************/
#footer #copy {
	list-style:none;
	text-align:right;
	font-size:10px;
	color:#555;
	margin: 10px 0 15px 0;
}

/*** SURVEY STYLES *******************************************************/
#patient-survey-form label,
#patient-survey-form input,
#patient-survey-form textarea,
#patient-survey-form option {
	font-size: 12px;
}
#patient-survey-form label {
	margin: 5px 5px 0 0;
}
#patient-survey-form label.email {
	margin: 15px 5px 0 0;
}
#patient-survey-form input.text {
	width: 300px;
	padding:3px;
}
#patient-survey-form .poll-question {
	margin: 17px 0 5px 0;
}
