*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #F6F2DA;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #133c8e;
}

h1 {
	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #133c8e;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	border-bottom: 1px solid #133c8e;
	margin: 0 0 5px 70px;
	text-decoration: none;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 5px 0px;
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: #133c8e;
	text-decoration: none;
}

a:hover {
	color: #133c8e;
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	height: 0px;
	border-top: 1px solid #133C8E;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 0px 0 20px 0;
}

#headerWrapper {
	background: transparent url(images/headerbg.gif) top left repeat-x;
	height: 114px;
}

#header {
	width: 960px;
	height: 110px;
	margin: 0px auto;
	padding: 4px 0 5px 0;
}

#headerColumnLeft {
	width: 495px;
	height: 110px;
	float: left;
}

#headerColumnRight {
	width: 227px;
	height: 110px;
	float: right;
	text-align: right;
	color: #ba0000;
}

#announcement {
	background: #ba0000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 100px;
	float: none;
	color: #ffffff;
}

#headerColumnRight a, #headerColumnRight a:hover {
	color: #ba0000;
	text-decoration: none;
}

#headerPhoneNumbers {
	color: #133c8e;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	margin: 4px 0 0 0;
}

#navigation {
	width: 960px;
	height: 32px;
	margin: 0 auto;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	display: block;
	background: transparent url(images/navbg.gif) top left no-repeat;
	width: 160px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#navigation a.last {
	background: transparent url(images/navbg-last.gif) top left no-repeat;
}

#navigation a:hover {
	background: transparent url(images/navhoverbg.gif) top left no-repeat;
	color: #f6f2da;
}

#navigation a.last:hover {
	background: transparent url(images/navhoverbg-last.gif) top left no-repeat;
	color: #f6f2da;
}

#navigation a.current {
	background: transparent url(images/navcurrentbg.gif) top left no-repeat;
	color: #f6f2da;
}

#navigation a.currentlast {
	background: transparent url(images/navcurrentbg-last.gif) top left no-repeat;
	color: #f6f2da;
}

#navigationAlt {
	width: 960px;
	height: 32px;
	margin: 0 auto;
}

#navigationAlt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigationAlt li {
	float: left;
}

#navigationAlt a {
	display: block;
	background: transparent url(images/navbg.gif) top left no-repeat;
	width: 137px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#navigationAlt a.last {
	background: transparent url(images/navbg-last.gif) top left no-repeat;
}

#navigationAlt a:hover {
	background: transparent url(images/navhoverbg.gif) top left no-repeat;
	color: #f6f2da;
}

#navigationAlt a.last:hover {
	background: transparent url(images/navhoverbg-last.gif) top left no-repeat;
	color: #f6f2da;
}

#navigationAlt a.current {
	background: transparent url(images/navcurrentbg.gif) top left no-repeat;
	color: #f6f2da;
}

#navigationAlt a.currentlast {
	background: transparent url(images/navcurrentbg-last.gif) top left no-repeat;
	color: #f6f2da;
}

#bannerWrapper {
	/*background: transparent url(images/bannerbg.gif) top left repeat-x;*/
	background: transparent;
	height: 240px;
}

#banner {
	width: 960px;
	height: 200px;
	margin: 0px auto;
	padding: 20px 0;
}

#bannerWrapperAlt {
	background: transparent url(images/bannerbg.gif) top left repeat-x;
	height: 160px;
}

#bannerAlt {
	width: 960px;
	height: 120px;
	margin: 0px auto;
	padding: 20px 0;
}

#content {
	width: 960px;
	min-height: 362px;
	margin: 0 auto;
}

#content ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#content ul li {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left:11px;
}

#content ol {
	margin: 0 0 30px 30px;
	padding: 0;
}

#columnLeft {
	width: 516px;
	padding: 30px;
	float: left;
}

#columnLeft a {
	color: #BA0000;
}

#columnRight {
	background: transparent url(images/columnrightbg.gif) top left repeat-x;
	width: 320px;
	padding: 30px;
	float: right;
}

#columnMain {
	padding: 30px;
}

#columnMain a {
	color: #BA0000;
}

#columnMain a.noUnderline {
	text-decoration: none;
	color: #133c8e;
}

#columnOne {
	width: 435px;
	float: left;
}

#columnTwo {
	width: 435px;
	float: right;
}

.button {
	background: transparent url(images/buttonbg.gif) top left no-repeat;
	width: 314px;
	height: 58px;
	padding: 5px 5px 7px 5px;
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 13px;
	display: block;
	cursor: pointer;
}

.button img {
	float: left;
	margin: 0 10px 0 0;
}

.buttonTwo {
	background: transparent url(images/buttonbg.gif) top left no-repeat;
	width: 314px;
	height: 58px;
	padding: 5px 5px 7px 5px;
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 13px;
	display: block;
	color: #133c8e;
	cursor: pointer;
}

.buttonTwo img {
	float: left;
	margin: 0 10px 0 0;
}

.buttonTwo h3 {
	border-bottom: none;
	padding-top: 21px;
	color: #133c8e;
	text-decoration: none;
}

.noUnderline {
	text-decoration: none;
	color: #133c8e;
}

.noUnderline:hover {
	text-decoration: none;
	color: #133c8e;
}

.imgLeft {
	float: left;
	margin: 0 30px 0 0;
}

.imgRight {
	float: right;
	margin: 0 0 0 30px;
}

#footerWrapper {
	background: transparent url(images/footerbg.gif) top left repeat-x;
	height: 195px;
}

#footer {
	width: 960px;
	height: 195px;
	margin: 0 auto;
	color: #f6f2da;
	font-size: 12px;
}

#footer a {
	color: #f6f2da;
}

#footerColumnLeft {
	width: 516px;
	padding: 30px 30px 0 30px;
	float: left;
}

#footerColumnLeft .footerLinks {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#footerColumnLeft a {
	text-decoration: none;
}

#footerColumnRight {
	width: 320px;
	padding: 30px 30px 0 30px;
	float: right;
}

#footerColumnRight p {
	margin: 0;
}

.clear {
	clear: both;
}

.link {
	text-align: right;
}

.linkImg {
	margin-bottom: 30px;
}

.linkDesc {
	padding-left:20px;
}

.physician {
	width: 435px;
	height: 110px;
	margin-bottom: 20px;
}

.physicianImg {
	float: left;
	margin-right: 20px;
	border: 1px solid #c6bfb0;
	/*background-position: 0px 0px;*/
	height: 96px;
	width: 96px;
}

/*.physicianImg:hover {background-position: 96px 0px;}*/

.physician p {
	padding-top: 35px;
}

.portrait {
	border: 1px solid #c6bfb0;
}

.grayBG {
	background: #DDD5C4;
}

table {
	border-collapse: collapse;
}

td {
	padding: 3px;
}

/* Updates for the QnA admin */
#qna_form
{
	margin: auto;
	width: 384px;
}
#qna_form > div
{
	clear: both;
	padding: 5px 0;
}
#qna_form > div > label
{
	display: block;
	width: 128px;
}
#qna_question, #qna_date { width: 256px; }
#qna_answer
{
	height: 64px;
	width: 256px;
}
.floatRight { float: right; }