

/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Fade Effect
Fonts
Content Area
Forms
Clear
Footer





/* ———- @ HTML Elements ———–*/
* {
	padding: 0;
	margin: 0; }

body, html {
	font-family: Arial, Helvetica, sans-serif;
	min-height: 101%;
	background-repeat: repeat-x;
	background-image: url(../img/afib_home_bg.jpg);
	background-color: #f0f3fa; }

body, form { font-family: Arial, Helvetica, sans-serif; }

a:link, a:visited {
	text-decoration: none;
	color: #369; }

a:hover, a:active {
	color: #2e81d4;
	text-decoration: overline }

*:focus { outline: none }

#codBody a:link {
	color: #ffd6d5;
	text-decoration: none; }

#codBody a:visited {
	color: #ffd6d5;
	text-decoration: none; }

#codBody a:hover {
	color: white;
	text-decoration: underline; }

#codBody a:focus {
	color: white;
	text-decoration: underline; }

#codBody a:active {
	color: #ffd6d5;
	text-decoration: none; }

#masthead ul {
	text-decoration: none;
	list-style-type: none; }

#footerBottom a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #957b7b; }

#footerBottom a:visited {
	color: #957b7b;
	text-decoration: none; }

#footerBottom a:hover {
	text-decoration: underline;
	color: #FFFFFF; }

#footerBottom a:focus { text-decoration: none; }

#footerBottom a:active {
	text-decoration: none;
	color: #957b7b; }

#disclaimer a:link {
	text-decoration: none;
	color: #957b7b; }

#disclaimer a:visited {
	color: #957b7b;
	text-decoration: none; }

#disclaimer a:hover {
	text-decoration: underline;
	color: #FFFFFF; }

#disclaimer a:focus { text-decoration: none; }

#disclaimer a:active {
	text-decoration: none;
	color: #957b7b; }



/* ———- @ Page Structure ———–*/
#wrapper {
	margin: 0 auto;
	width: 960px; }

#header {
	width: 960px;
	color: #333;
	height: 128px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/afib_header_bg10.jpg); }

#masthead {
	width: 960px;
	color: #333;
	height: 286px;
	margin: 0px 0px 0px 0px;
	background: #BD9C8C; }

#content {
	width: 960px;
	min-height: 660px;
	color: #333;
	margin: 0px 0px 0px 0px; }

#footer {
	width: 100%;
	min-height: 400px;
	margin: 40px 0px 10px 0px;
	background-image: url(../img/afib_footer.jpg);
	background-repeat: repeat-x;
	background-color: #180000; }

.footerLeft {
	float: left;
	width: 320px;
	min-height: 300px; }

.footerRight { float: left }

#footerBottom {
	clear: both;
	font-size: 10px;
	line-height: 24px;
	color: #3B2626; }

#leftLegals {
	float: left;
	margin-left: 45px;
	background-image: url(../img/afib_logos.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 380px;
	margin-top: -20px;
	margin-right: 30px; }

#rightLegals {
	float: left;
	margin-left: 20px;
	width: 450px;
	margin-top: -20px; }



/* ———- @ Navigation ———–*/
#menu {
	float: right;
	margin-top: 35px; 
	}
	
#logolink{
	float: left;
	width: 30%;
	height: 100px;
}

.lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 490px;
	padding: 15px;
	overflow: hidden;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
        }
.lavaLampBottomStyle li {
	float: left;
	list-style: none;
	margin-right: 0px;
	margin-left: 20px;
	
	
}

.lavaLampBottomStyle li.back {
	width: 9px;
	height:40px;
	z-index: 8;
	position: absolute;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #660000;
	margin-left:0px;
	
                    }

.lavaLampBottomStyle li a {
	text-decoration: none;
	color: #660000;
	outline: none;
	text-align: center;
	top: 15px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 0px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;

	     }   

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}    

/* ———- @ Temp Menu ———–*/
.tempMenuContainer {
        width: 700px;
        padding: 15px;
        margin: 3px 0 20px 0;
}

#nav {
        font-family: helvetica, arial, sans-serif;
        margin: 0;
        padding: 20px 0 20px 10px;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 16px;
        line-height: 48px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #660000;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        background: url(../img/hover.gif) no-repeat top center;
}

body#home a#indexNav,
body#procedures a#proceduresNav,
body#physicians a#physiciansNav,
body#testimonials a#testimonialsNav,
body#contact a#contactNav {
        background: url(../img/active.gif) no-repeat top center;
}

/* ———- @ Fade Effect ———–*/
.fade {
	position: relative;
	top: 0px; }

	.fade div {
		position: absolute;
		top: 0;
		left: 0;
		display: none; }

/* ———- @ Fonts ———–*/
h2 {
	color: #3a050d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-variant: normal;
	font-weight: bold;
	line-height: 30px; }

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold; }

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px; }

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal; }

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold; }

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px; }

.redFont { color: #36050c; }

.whiteFont { color: white; }

.purpleFont { color: #4458d3; }

.darkGrayFont { color: #333333; }

.lightGrayFont { color: #666666; }

.footerDarkFont {
	color: #6a3638;
	margin-bottom: 15px;
	margin-left: 45px; }

.footerLightFont {
	color: #998787;
	font-weight: normal;
	margin-left: 45px;
	margin-bottom: 25px; }

.footerDarkFontRight {
	color: #6a3638;
	margin-bottom: 15px;
	margin-left: 35px; }

.footerLightFontRight {
	color: #998787;
	font-weight: normal;
	margin-left: 35px; }

#codBody p {
	color: #F4F4F4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 32px; }

/* ———- @ Content Area ———–*/
#codContainer {
	width: 960px;
	color: #333;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/afib_cod_bg.jpg);
	background-repeat: no-repeat; }

#codBtns {
	width: 532px;
	height: 108px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 48px; }

#codBtnsLeft {
	width: 266px;
	height: 108px;
	float: left; }

#codBtnsRight {
	width: 266px;
	height: 108px;
	float: right; }

.images_left {
	float: left;
	margin: 0;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 0px; }

.images_right {
	float: right;
	padding: 1px;
	margin: 0;
	margin-left: 50px; }

#codBody {
	width: 866px;
	min-height: 480px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto; }

#footerContent {
	width: 960px;
	min-height: 500px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 60px; }

#disclaimer {
	width: 270px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996867; }

/* ———- @ Forms ———–*/
form {
	width: 600px;
	height: 200px;
	margin: 0px; }

#formLeftColumn {
	width: 270px;
	float: left;
	margin-right: 15px; }

#formRightColumn {
	width: 270px;
	float: left;
	margin-bottom: 15px; }

.formItem {
	width: 270px;
	line-height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px; }

.buttonItem {
	width: 135px;
	line-height: 34px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px; }

.formMessage {
	width: 270px;
	line-height: 30px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; }

.texta {
	color: #999999;
	font-size: 16px;
	padding-left: 5px; }

.formButton {
	color: #999999;
	font-size: 16px;
	padding-left: 5px;
	background-image: url(../img/afib_formButton.jpg);
	width: 135px; }

input {
	background-image: url(../img/inputText_bg.jpg);
	height: 34px;
	width: 265px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; }

textarea#styled {
	background-image: url(../img/form_Bg.jpg);
	height: 137px;
	width: 265px;
	background-repeat: no-repeat;
	font-family: helvetica, arial, sans-serif;
	color: #999999;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ffffff;
	padding-top: 3px;
	padding-left: 5px;
	margin-top: 5px; }

/* #replacement-1 is not being used in this site */
#replacement-1 {
	width: 100px;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../img/afib_formButton.jpg) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */ }

/* #replacement-2 is being used in this site */
#replacement-2 {
	width: 100px;
	height: 55px;
	padding: 55px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(../img/afib_formButton.jpg) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */ }

form>#replacement-2 { height: 0px; /* For non-IE browsers*/ }

/*Clear*/
.clearfloat:after {
	content: ”.”;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }

.clearfloat { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfloat { height: 1%; }

*+html .clearfloat { height: 1%; }

.clearfloat { display: block; }

/* End hide from IE-mac */




/* ———- @ Footer ———–*/

body#notFound {
	font-family: Helvetica,Arial,sans-serif;
	background: #fff;
	background-image: none;
	padding: 50px 0 0 50px; }
	body#notFound a {
		color: #74B500;
		font-size: 16px;
		margin: 0;
		padding: 0; }
		body#notFound a:hover {
			text-decoration: underline; }
	body#notFound h1 {
		width: 500px;
		font-size: 20px;
		padding: 0 0 30px; }
	body#notFound h2 {
		font-size: 16px;
		padding: 0 0 30px; }
	body#notFound h3 {
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 14px; }
	body#notFound p {
		color: #000;
		width: 815px;
		display: block;
		font-size: 14px;
		font-weight: normal; }
		body#notFound p a {
			font-size: 14px; }