/* General */
.frame {
    margin: .6em 0 1.1em;
    /*border: 1px solid #d2d2d2;*/
    border: 1px solid #879BC3;
    padding: 0 14px;
    background-color: #fff;
}

.cleaner {
    clear: both;
    display: block;
    height: 1px;
    font: 1px/1px monospace;
    background: transparent;
}

.content-image {
    margin: .3em 0 1.1em;
}

.access {
    display: none;
    left: -300em;
    position: absolute;
    top: -300em;
}

.heartburnCycle {
    float: left;
    margin-bottom: 0.2em;
}

.contentLargeImage {
    float: right;
    padding-bottom: 1.1em;
}

.bottomImageMargin {
    padding-bottom: 1.1em;
}

/* Header & Banner */
#header {
    height: 110px;
    border-bottom: 2px solid #fff;
    background: transparent url(../images/header/background.jpg) no-repeat right top;
}

/* Content */
#content {
    margin: 0 240px 0 0;
    padding: 0 20px 0;
}

#content a {
    color: #666666;
}

#content a:link, #content a:visited, #content a:hover, #content a:focus, #content a:active {
  text-decoration: underline;
}

h2 a {
    color: #4a3b7f;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:focus, h2 a:active {
    text-decoration: none;
}

#related-links a, #content .patient-teaser a, #functions a, #content .download a, #profileNavigation a {
    color: #626da5;
}

#related-links a:link, #related-links a:visited,
#content .patient-teaser  a:link, #content .patient-teaser a:visited,
#content .download a:link, #content .download a:visited,
#profileNavigation a:link, #profileNavigation a:visited {
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

#related-links a:hover, #related-links a:focus, #related-links a:active,
#content .patient-teaser a:hover, #content .patient-teaser a:focus, #content .patient-teaser a:active,
#content .download a:hover, #content .download a:focus, #content .download a:active,
#profileNavigation a:hover, #profileNavigation a:focus, #profileNavigation a:active {
    font-weight: normal;
    text-decoration: underline;
    text-transform: none;
}

#functions a:hover, #functions a:focus, #functions a:active {
    color: #00A3EE;
}

.patient-teaser {
    clear: left;
    min-height: 110px;
    margin-bottom: 10px;
    border-bottom: 1px solid #879BC3;
    padding: 10px 0 20px;
}

* html .patient-teaser {
    height: 110px;
}

#content div.patient-teaser.last {
    padding-bottom: 29px;
    background: transparent url(../images/global/separator-with-border.png) repeat-x left bottom;
    margin-bottom: 20px;
}

.patient-teaser h2, .patient-teaser p {
    margin: 7px 0  0 130px;
}

.patient-teaser h2 {
    margin-top: 0;
}

.patient {
    float: left;
    margin: 0 15px 10px 0;
}

.patient-description {
    position: relative;
    margin: .6em 0 1em 125px;
    padding: 0 10px;
}

.patient-description h2 {
    position: absolute;
    padding-top: 2px;
}

.patient-description p {
    margin-bottom: .6em;
    margin-left: 77px;
}

.scenario {
    min-height: 26em;
}

.download p {
    margin-bottom: .6em;
}

.download a {
    padding-left: 9px;
    background: transparent url(../images/global/download.png) no-repeat 0 5px;
}

#references {
    margin-left: 20px;
    font-size: 0.9em;
}

.inside {
    list-style-position:inside;
}

/* Home */
.home-teaser {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.home-teaser.image div {
    min-height: 102px;
}

* html .home-teaser.image div {
    height: 102px;
}

* html #teasers .home-teaser.image div {
    height: auto;
}

.home-teaser.right {
    margin-right: 0;
}

.home-teaser.row {
    clear: both;
    width: 460px;
}

/* Add this */
#atffc {
    display:none;
}

.noFlashHeadline{
	width: 400px; height: 50px; position: absolute; top: 200px; left: 500px;
	filter: alpha(opacity=0);
	opacity: 0;

}

.noFlashHeadline h1{
	font-size: 18px;
	
}
