/* CSS Document */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#eae4d0;

}

#mainContainer {
	margin: 0 auto;
	width: 820px;
}

#topContainer {
	width: 100%;
	height: 410px;
}

#innerTopContainer{
	width: 100%;
	height: 90px;
}

#bodyContainer {
	text-align:left;
	width: 820px;
	background-image:url(images/bodyBackgroundTile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#HPleftColumn {
	width: 260px;
	float: left;
}

#HPrightColumn {
	width: 525px;
	float: left;
}

#leftColumn {
	width: 205px;
	height: 340px;
	float: left;
}

#rightColumn {
	width: 580px;
	float: left;
}

#footer {
	padding-top: 65px;
	padding-left: 20px;
	width: 800px;
	height: 129px;
	background-image:url(images/footerBackgroundImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #304e5d;
}

#footer a{
	text-decoration:underline;
	font-size: 10px;
	color: #304e5d;
}

#footer a:hover{
	text-decoration:underline;
	font-size: 10px;
	color: #304e5d;
}

.footerLeft {
	float:left;
}

.footerRight {
	padding-right: 38px;
	float:right;
	list-style-type: none;
}

/*FLASH DIVS*/

#flashHeader {
	width: 100%;
	height: 410px;
}

#flashInnerHeader {
	width: 100%;
	height: 90px;
}

#HPflashNav {
	width: 260px;
	height: 140px;
}

/*TEXT*/

/*H1 HEADERS*/
.hpHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #304e5d;
}

.h1 {
	padding-top: 12px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #304e5d;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #304e5d;
}

#aboutLongevity {
	background-image: url(images/headers/aboutLongevity.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 196px;
}

#testimonials {
	background-image: url(images/headers/testimonials.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
}

#ourTeam {
	background-image: url(images/headers/ourTeam.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 150px;
}

#seminar {
	background-image: url(images/headers/attendSeminar.gif);
	height: 52px;
	width: 220px;
	background-repeat: no-repeat;
}

#schedScreening {
	background-image: url(images/headers/scheduleScreening.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
}

#whyGetScreened{
	background-image: url(images/headers/whyGetScreened.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
}

#longevityScreenings {
	background-image: url(images/headers/longevityScreenings.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
}

#nutrition {
	width: 139px;
	height: 41px;
	background-image: url(images/headers/wellness_nutrition.gif);
	background-repeat: no-repeat;
}

#screeningPrep {
	background-image: url(images/headers/screeningPrep.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
}

#screeningMethods {
	background-image: url(images/headers/screeningMethods.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
}

#faq {
	background-image: url(images/headers/faq.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 220px;
}

#quitSmoking {
	width: 138px;
	height: 40px;
	background-image: url(images/headers/wellness_quitSmoking.gif);
	background-repeat: no-repeat;
}

#cardio {
	width: 205px;
	height: 41px;
	background-image: url(images/headers/wellness_cardio.gif);
	background-repeat: no-repeat;
}

#cardioScreenings {
	width: 267px;
	height: 53px;
	background-image: url(images/headers/cardio_screenings.gif);
	background-repeat: no-repeat;
}

#cancerScreenings {
	width: 201px;
	height: 52px;
	background-image: url(images/headers/cancer_screenings.gif);
	background-repeat: no-repeat;
}

#osteoScreenings {
	width: 201px;
	height: 52px;
	background-image: url(images/headers/osteo_screenings.gif);
	background-repeat: no-repeat;
}

#screeningPackages {
	width: 221px;
	height: 52px;
	background-image: url(images/headers/screeningPackages.gif);
	background-repeat: no-repeat;
}

#other {
	width: 153px;
	height: 40px;
	background-image: url(images/headers/wellness_other.gif);
	background-repeat: no-repeat;
}

/*END H1 HEADERS*/

#topHeader {
	padding-top: 48px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 585px;
	height: 62px;
	color: #ffffff;
	background-image: url(images/pageHeader.jpg);
	background-repeat: no-repeat;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.bodyCopy a{
	text-decoration:underline;
	color: #D6B65B;
}

.bodyCopy a:hover{
	text-decoration:underline;
	background-color: #D6B65B;
	color: #ffffff;
}

#innerPagesCopy {
	margin-left: 45px;

}

/*clear fix from adrian*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Accordian */
#basic-accordian{
	width:580px;
}

.accordion_headings{
	padding-left: 35px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #304e5d;
	background-repeat: no-repeat;
}

.accordion_headings:hover{
	/*background:#00CCFF;*/
}

.accordion_child{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	/*background:#EEE;*/
}

.header_highlight{
	/*background:#00CCFF;*/
}

/* Contact form
-----------------------------------------------------------*/
#contact {
	padding: 20px 0 0 45px;
	width: 525px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	float: left;
}
#contact fieldset {
	padding: 0 0 15px 0;
	width: 525px;
	border: 0;
	float: left;
	clear: both;
}
#contact label {
	width: 262px;
	font-size: 120%;
	font-weight: bold;
	line-height: 160%;
	background: transparent;
	float: left;
}
#contact label span {
	font-size: 90%;
	font-weight: normal;
	line-height: 160%;
	color: #838383;
}
#contact input {
	margin: 0 64px 0 0;
	padding: 3px;
	width: 190px;
	border: 1px solid #878c8e;
	float: left;
}
#contact label.checkbox {
	padding: 0 20px 0 0;
	width: auto;
	font-size: 100%;
	font-weight: normal;
	line-height: 160%;
	float: left;
}
#contact label.checkbox input {
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
	border: 0;
	position: relative;
	top: 3px;
}
#contact button.submit {
	width: 90px;
	height: 48px;
	text-align: center;
	line-height: 380%; /* for Opera */
	border: 0;
	background: url(./images/formSubmit.jpg) top left no-repeat;
	display: block;
	cursor: pointer;
	position: relative;
	right: 3px;
}
#contact .right {
	float: right;
}
#contact .fullWidth {
	width: 525px;
	clear: both;
}

.teamHeaders {

	font-family: Trajan, Trajan Pro, Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	text-transform: uppercase;

	letter-spacing: 2px;

}

#contact .otherField {
	margin-top: 6px;
	}

