html,body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	color: #666;
	background: #47515b url(../images/body-background.jpg) repeat-x left top;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #1b3f95;
	text-decoration: underline;
}
a:hover {
	color: #1b3f95;
	text-decoration: none;
}
.black {
	color: #000;
}
.red {
	color: #FF0000;
}
table {
	padding: 0;
	border: 0;
}
table.pad td {
	padding: 2px;
}
table.pad td.indent {
	padding-left: 20px;
}
table.pad th {
	text-align: left;
}
table td {
	padding: 0;
	border: 0;
	vertical-align: top;
}
img {
	border: 0;
}
img.left {
	margin: 0 10px 5px 0;
}
img.right {
	margin: 0 0 5px 10px;
}
img.border {
	border: 1px solid #1b3f95;
}
.fl {
	float: left;
} 
.fr {
	float: right;
}
form {
	padding: 0;
	margin: 0;
}
input, select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}
.clear {
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0; 
} 



/** HEADER **/
.header {
	padding: 0 15px;
	height: 258px;
	background: url(../images/header-background.gif) no-repeat left top;
	position: relative;
	z-index: 1;
}
.headhome {
	height: 110px;
	background-image: url(../images/header-hm-background.jpg);
}
img.banner {
	position: absolute;
	left: 0;
	top: 95px;
	z-index: 0;
}

ul#gnav {
	margin: 0;
	padding: 9px 11px 0 0;
	list-style-type: none;
	float: right;
}
ul#gnav li {
	margin: 0;
	padding: 0;
	line-height: 16px;
	float: left;
}
ul#gnav li a {
	margin: 0;
	padding: 0;
	height: 16px;
	line-height: 16px;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
}
ul#gnav li, ul#gnav li a {
	background-image: url(../images/gnav-matrix.gif);
	background-repeat: no-repeat;
}
ul#gnav li.home, ul#gnav li.home a {
	width: 42px;
	background-position: 0 0;
}
ul#gnav li.home a.on, ul#gnav li.home a:hover {
	width: 42px;
	background-position: 0 -16px;
}
ul#gnav li.about-practice, ul#gnav li.about-practice a {
	width: 101px;
	background-position: -42px 0;
}
ul#gnav li.about-practice a.on, ul#gnav li.about-practice a:hover {
	width: 101px;
	background-position: -42px -16px;
}
/*ul#gnav li.patient-resources, ul#gnav li.patient-resources a { width: 99px; background-position: -143px 0; }
ul#gnav li.patient-resources a.on, ul#gnav li.patient-resources a:hover { width: 99px; background-position: -143px -16px; }*/
ul#gnav li.news, ul#gnav li.news a {
	width: 85px;
	background-position: -242px 0;
}
ul#gnav li.news a.on, ul#gnav li.news a:hover {
	width: 85px;
	background-position: -242px -16px;
}
ul#gnav li.for-physicians, ul#gnav li.for-physicians a {
	width: 82px;
	background-position: -327px 0;
}
ul#gnav li.for-physicians a.on, ul#gnav li.for-physicians a:hover {
	width: 82px;
	background-position: -327px -16px;
}

ul#nav {
	margin: 3px 0 0 0;
	padding: 0 0 0 8px;
	height: 30px;
	list-style-type: none;
}
ul#nav li {
	margin: 0;
	padding: 0;
	line-height: 30px;
	float: left;
}
ul#nav li a {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
}
ul#nav li, ul#nav li a {
	background-image: url(../images/nav-matrix.gif);
	background-repeat: no-repeat;
}
ul#nav li.about-heart, ul#nav li.about-heart a {
	width: 131px;
	background-position: -8px 0;
}
ul#nav li.about-heart a.on, ul#nav li.about-heart a:hover {
	width: 131px;
	background-position: -8px -30px;
}
ul#nav li.conditions, ul#nav li.conditions a {
	width: 156px;
	background-position: -139px 0;
}
ul#nav li.conditions a.on, ul#nav li.conditions a:hover {
	width: 156px;
	background-position: -139px -30px;
}
ul#nav li.options, ul#nav li.options a {
	width: 146px;
	background-position: -295px 0;
}
ul#nav li.options a.on, ul#nav li.options a:hover {
	width: 146px;
	background-position: -295px -30px;
}
ul#nav li.surgeons, ul#nav li.surgeons a {
	width: 149px;
	background-position: -441px 0;
}
ul#nav li.surgeons a.on, ul#nav li.surgeons a:hover {
	width: 149px;
	background-position: -441px -30px;
}
ul#nav li.contact, ul#nav li.contact a {
	width: 96px;
	background-position: -590px 0;
}
ul#nav li.contact a.on, ul#nav li.contact a:hover {
	width: 96px;
	background-position: -590px -30px;
}



/** CONTENT **/
#MainContentContainer {
	margin: 0 auto;
	width: 810px;
	position: relative;
	text-align: left;

}
#ContentContainer 
{
	padding: 0 15px;
	/**/

	background: url(../images/ContentContainer-back.gif) repeat-y 15px 0;
}
#content {
	padding: 10px 25px 0 18px;
	width: 507px !important;
	/**/

	float: right;
}
h1 {
	margin: 0 0 9px;
	padding: 0;
	width: 502px;
	height: 32px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
#content h2 {
	margin: 0 0 2px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
#content h3 {
	margin: 0 0 2px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
#content p, #contentHM p {
	margin: 0 0 15px;
}
#content p.breadcrumb {
	color: #1b3f95;
	font: 10px/13px Arial, Helvetica, sans-serif;
}
#content p.breadcrumb a {
	color: #777;
	text-decoration: none;
}
#content p.breadcrumb a:hover {
	color: #1b3f95;
	text-decoration: none;
}
#content ul, #contentHM ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}
#content ul li, #contentHM ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/bullet-li.gif) no-repeat 5px 2px;
}
#content ul.nomarg {
	margin-bottom: 0;
}
table.resources {
	margin-bottom: 15px;
	border: 1px solid #7a8895;
}
table.resources td {
	padding: 4px;
}
.videobox {
	margin: 0 10px 10px 0;
	padding: 8px;
	width: 152px !important;
	/**/
	width: 168px;
	border: 1px solid #1b3f95;
	background-color: #f7f7f7;
	float: left;
} 
.videobox a {
	text-decoration: none;
}
.videobox a:hover {
	text-decoration: underline;
}
.videobox img {
	border: 1px solid #FFFFFF;
}


/** H1 TITLES **/
h1.about-heart {
	background-image: url(../images/title-about-heart.gif);
}
h1.about-practice {
	background-image: url(../images/title-about-practice.gif);
}
h1.afib-causes {
	background-image: url(../images/title-afib-causes.gif);
}
h1.afib-diagnosing {
	background-image: url(../images/title-afib-diagnosing.gif);
}
h1.afib-living-with {
	background-image: url(../images/title-afib-living-with.gif);
}
h1.afib-resources {
	background-image: url(../images/title-afib-resources.gif);
}
h1.afib-types {
	background-image: url(../images/title-afib-types.gif);
}
h1.afib {
	background-image: url(../images/title-afib.gif);
}
h1.alt-coumadin {
	background-image: url(../images/title-alt-coumadin.gif);
}
h1.aneurysm {
	background-image: url(../images/title-aneurysm.gif);
}
h1.aortic-stenosis {
	background-image: url(../images/title-aortic-stenosis.gif);
}
h1.candidate {
	background-image: url(../images/title-candidate.gif);
}
h1.conditions {
	background-image: url(../images/title-conditions.gif);
}
h1.contact {
	background-image: url(../images/title-contact.gif);
}
h1.coronary {
	background-image: url(../images/title-coronary.gif);
}
h1.cv {
	background-image: url(../images/title-cv.gif);
}
h1.dr-affleck {
	background-image: url(../images/title-dr-affleck.gif);
}
h1.dr-schorlemmer {
	background-image: url(../images/title-dr-schorlemmer.gif);
}
h1.dr-thorne {
	background-image: url(../images/title-dr-thorne.gif);
}

h1.dr-karwande {
	background-image: url(../images/title-dr-karwande.gif);
}

h1.dr-graham {
	background-image: url(../images/title-dr-graham.gif);
}


h1.email {
	background-image: url(../images/title-email.gif);
}
h1.endovascular-stent {
	background-image: url(../images/title-endovascular-stent.gif);
}
h1.fly-in {
	background-image: url(../images/title-fly-in.gif);
}
h1.for-physicians {
	background-image: url(../images/title-for-physicians.gif);
}
h1.health-risks {
	background-image: url(../images/title-health-risks.gif);
}
h1.heart-anatomy {
	background-image: url(../images/title-heart-anatomy.gif);
}
h1.heart-function {
	background-image: url(../images/title-heart-function.gif);
}
h1.hipaa {
	background-image: url(../images/title-hipaa.gif);
}
h1.hyperhidrosis {
	background-image: url(../images/title-hyperhidrosis.gif);
}
h1.insurance-policies {
	background-image: url(../images/title-insurance-policies.gif);
}
h1.links {
	background-image: url(../images/title-links.gif);
}
h1.location {
	background-image: url(../images/title-location.gif);
}
h1.lung-cancer {
	background-image: url(../images/title-lung-cancer.gif);
}
h1.manage-rhythm {
	background-image: url(../images/title-manage-rhythm.gif);
}
h1.maze-afib {
	background-image: url(../images/title-maze-afib.gif);
}
h1.maze-comparing {
	background-image: url(../images/title-maze-comparing.gif);
}
h1.maze-performed {
	background-image: url(../images/title-maze-performed.gif);
}
h1.maze-preparing {
	background-image: url(../images/title-preparing.gif);
}
h1.maze-recovery {
	background-image: url(../images/title-recovering.gif);
}
h1.meet-surgeons {
	background-image: url(../images/title-meet-surgeons.gif);
}
h1.mini-maze {
	background-image: url(../images/title-mini-maze.gif);
}
h1.mitral-regurgitation {
	background-image: url(../images/title-mitral-regurgitation.gif);
}
h1.news {
	background-image: url(../images/title-news.gif);
}
/*h1.patient-resources { background-image: url(../images/title-patient-resources.gif); }*/
h1.rapid-heart-rate {
	background-image: url(../images/title-rapid-heart-rate.gif);
}
h1.referral-form {
	background-image: url(../images/title-referral-form.gif);
}
h1.search-cure {
	background-image: url(../images/title-search-cure.gif);
}
h1.site-map {
	background-image: url(../images/title-site-map.gif);
}
h1.thoracic-surgery {
	background-image: url(../images/title-thoracic-surgery.gif);
}
h1.treatment-options {
	background-image: url(../images/title-treatment-options.gif);
}
h1.valve-repair {
	background-image: url(../images/title-valve-repair.gif);
}
h1.welcome {
	background-image: url(../images/title-welcome.gif);
}
h1.why-choose-wca {
	background: url(../images/title-why-choose-wca.gif) no-repeat;
}

h1.endovascular-bvrepair{
	background: url(../images/title-endovascular-bvrepair.gif) no-repeat;
}


/** LNAV **/
#lnav {
	width: 230px;
	float: left;
}
#lnav h3 {
	margin: 0;
	padding: 0;
	width: 230px;
	height: 30px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: hand;
}
#lnav h3.solo {
	padding-bottom: 10px;
}
#lnav h3.about-heart {
	background-image: url(../images/lnav-h3-about-heart.gif);
}
#lnav h3.about-practice {
	background-image: url(../images/lnav-h3-about-practice.gif);
}
#lnav h3.conditions {
	background-image: url(../images/lnav-h3-conditions.gif);
}
#lnav h3.contact {
	background-image: url(../images/lnav-h3-contact.gif);
}
#lnav h3.for-physicians {
	background-image: url(../images/lnav-h3-for-physicians.gif);
}
#lnav h3.news {
	background-image: url(../images/lnav-h3-news.gif);
}
#lnav h3.options {
	background-image: url(../images/lnav-h3-options.gif);
}
#lnav h3.patient-resources {
	background-image: url(../images/lnav-h3-patient-resources.gif);
}
#lnav h3.surgeons {
	background-image: url(../images/lnav-h3-surgeons.gif);
}
#lnav ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}
#lnav ul li {
	margin: 0;
	padding: 0;
}
#lnav ul li a {
	margin: 0;
	border-bottom: 1px solid #959595;
	padding: 4px 5px 3px 21px;
	color: #555;
	font: 11px/13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #d3d3d4 url(../images/bullet-lnav.gif) no-repeat 9px 6px;
	display: block;
}
#lnav ul li a:hover {
	color: #1b3f95;
	text-decoration: none;
	background: #b7bed0 url(../images/bullet-lnav-over.gif) no-repeat 9px 6px;
}
#lnav ul li a.on {
	color: #1b3f95;
	background: #b7bed0 url(../images/bullet-lnav-on.gif) no-repeat 8px 7px;
}
#lnav ul li ul {
	margin: 0;
	border-bottom: 1px solid #959595;
	padding: 8px 0 5px;
	background-color: #f8f8f9;
}
#lnav ul li ul li {
	margin: 0;
	padding: 0 10px 4px 21px;
	background: #f8f8f9 url(../images/bullet-l2.gif) no-repeat 9px 2px;
}
#lnav ul li ul li.on {
	background: #f8f8f9 url(../images/bullet-l2-on.gif) no-repeat 8px 3px;
}
#lnav ul li ul li a {
	margin: 0;
	border-bottom: none;
	padding: 0;
	font-weight: normal;
	background-color: #f8f8f9;
	background-image: none;
	display: compact;
}
#lnav ul li ul li a.on {
	color: #1b3f95;
	background: none;
}
#lnav ul li ul li a:hover {
	color: #1b3f95;
	background: none;
}
#lnav ul li ul li ul {
	margin: 0;
	border-bottom: none;
	padding: 7px 0 0;
}
#lnav ul li ul li ul li {
	padding-left: 13px;
	background: #f8f8f9 url(../images/bullet-l2.gif) no-repeat 1px 2px;
}
#lnav img.feature { margin: 0 0 10px 15px; }



/** CONTENT HM **/
#contentHM {
	padding: 22px 30px 0 20px;
	width: 411px !important;
	/*	width: 461px;*/
	background-color: #FFF;
	float: left;
}
#contentHM h1 {
	margin-bottom: 0;
	width: 410px;
}
#featuresHM {
	padding-top: 22px;
	width: 319px;
	float: right;
}
#featuresHM img {
	margin-bottom: 10px;
}

#featuresHM ul {
	margin: 0;
	padding: 0 143px 4px 0;

	height: 161px !important;
	/*	width: 154px;*/

	background: url(../images/featuresHM-ul-background.jpg) no-repeat left top;
	list-style-type: none;
}
#featuresHM ul li {
	margin: 0;
	padding: 0;
	line-height: 50px;
	float: left;
}
#featuresHM ul li a {
	margin: 0;
	padding: 0;
	width: 161px;
	height: 50px;
	line-height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
}
#featuresHM ul li, #featuresHM ul li a {
	background-image: url(../images/featuresHM-matrix.jpg);
	background-repeat: no-repeat;
}
#featuresHM ul li.minimaze, #featuresHM ul li.minimaze a {
	background-position: 0 0;
}
#featuresHM ul li.minimaze a.on, #featuresHM ul li.minimaze a:hover {
	background-position: -161px 0;
}
#featuresHM ul li.endovascular, #featuresHM ul li.endovascular a {
	background-position: 0 -50px;
}
#featuresHM ul li.endovascular a.on, #featuresHM ul li.endovascular a:hover {
	background-position: -161px -50px;
}
#featuresHM ul li.freestyle, #featuresHM ul li.freestyle a {
	background-position: 0 -100px;
}
#featuresHM ul li.freestyle a.on, #featuresHM ul li.freestyle a:hover {
	background-position: -161px -100px;
}



/** FOOTER **/
.footer {
	position: relative;
	padding: 0 34px 34px;
	background: url(../images/footer-background.gif) no-repeat left bottom;
}
.foothome {
	padding-top: 42px;
	background-image: url(../images/footer-hm-background.gif);
}
.footer p, .footer ul {
	margin: 0 0 15px;
	color: #a6a7a9;
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
}
.footer p.bookmark {
	padding: 0 0 35px 227px;
	font-weight: bold;
	color: #1b3f95;
}
.footer p.bookmark a {
	color: #1b3f95;
	text-decoration: none;
}
.footer p.bookmark a:hover {
	color: #777;
	text-decoration: none;
}

.footer div.addressBox{
	top: 1.65em;
	/*left: .5em;*/
	overflow: auto;
	position: relative;
	}
.footer p.address {
	float: left;
	padding-right: 10px;
}


.footer .rt {
	text-align: right;
	float: right;
	
	padding-top: 1em;
}
.footer p.disclaimer {
	margin-bottom: 0;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet-footer.gif) no-repeat 5px 2px;
	display: inline;
}
.footer ul li.first {
	padding-left: 0;
	background: none;
}
.footer a {
	color: #a6a7a9;
	text-decoration: none;
}
.footer a:hover {
	color: #a6a7a9;
	text-decoration: underline;
}



/** SAFARI WILL IGNORE REMAINDER OF STYLE SHEET **/
#lnav ul li a {
	padding-top: 3px;
	padding-bottom: 4px;
}
#lnav ul li ul li {
	padding-bottom: 3px;
	background-position: 9px 3px;
}
#lnav ul li ul li.on {
	background-position: 8px 4px;
}
#lnav ul li ul li ul li {
	background-position: 1px 3px;
}
#lnav ul li ul li ul {
	padding-top: 5px;
}

.brclear 
{
	clear: both;
}

.fltrt{
float: right;
padding: 6px;
}