/*
 * Frontend stylesheet.
 *
 * @package    sf_layout
 * @subpackage Frontend styles
 * @author     4Dimension, Inc
 */

/* 100% height settings */
html{height:100%; min-height:100%; background:#fff;}
	body{height:100%; min-height:100%; background:url(../images/layout/bgBody.png) repeat-x;}
	body#thankYou{background:url(../images/layout/bgBody2.png) repeat-x;}
		.wrapper {margin:auto; width:100%; /*background:url(/images/layout/bgWrapper.png) center repeat-y;*/ text-align:left; min-height:100%; height:auto!important; position:relative;}
		
		
p {padding-bottom:1em;}


/* HEADER */
.header {width:100%; height:95px; /*background: url(/images/layout/bgGlare.png) no-repeat;*/}
	.headerContent {width:990px; margin:auto;}
		.logo {float:right; margin-top:30px; margin-right:20px;}
		
/* CONTENT */
.contentWrapper {display:block; margin:0 auto; width:990px; padding-bottom:5em;} /* Set width to 100% in case of content full screen width */

	.contentWrapper ul {}
		.contentWrapper ul li {float:left; width:100%; padding-left:.833em; padding-bottom:1em; background:url(/images/layout/bullet.png) no-repeat 0 1px;}
	
			.panelCenterContent {/*padding:2em; padding-top:1em;*/ text-align:center;}
			    .healthCareProfessional {float:left; width:45%; padding-top:1.5em;}
			        .healthCareProfessionalContent {float:right;}
			    
			    .administrativeStaff {float: right; width:45%;  padding-top:1.5em;}
			        .administrativeStaffContent{float:left;}
			        
			    .thankYou {float:left; text-align:left; width:990px; height:337px; background: url(../images/layout/thank-you-for-registering-with-us.jpg) no-repeat;}
	                .thankYou p {float:right; width:605px; margin-top:250px; font-size:18px; line-height:1.5em; color:#fff;}

/* FOOTER */
/*.footer { clear: both; position: relative;  margin: auto;  width: 100%; height:30px; margin-top:-30px; background:Silver url(/images/layout/bgFooter.png) repeat-x; }*/
.footer {display:none; clear:both; position:absolute; z-index:100; width:100%; bottom:0;}
.bgFooter {width:100%; display:block; background:Silver url(/images/layout/bgFooter.png) repeat-x;}
	.footerContent {width:990px; margin:auto; padding:0.5em 0;}
	    .footerContent ul {padding-left:2em;}