html, body {
	height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-color: white;
}

#footer {	
	position: relative;
	margin-top: 30px;
	height:70px; /* .push must be the same height as .footer */
	text-align: center;
	/*background-color:#f7f7f7;*/
	z-index: 9;
	font-size: 12px;
}

#footer a {
	font-size: 12px;
}

#push {	
	height: 40px; /* .push must be the same height as .footer */
	width:1px !important;
	margin:0;
}

a {
	text-decoration: underline;
}

#homepageWrapper {
   /*
 position: relative;
    width: 960px;
    height: auto;
    margin: 0 auto;
*/
	position: relative;
    width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */

}


.fullInnerWidth {
    position: relative;
    width: 936px;
    margin: 0 auto;
}



/**
 * Header styles 
 */

.homepageHeader {
    position: relative;
    width: 100%;
}

.homepageHeaderBorder {
    position: absolute;
    top: 0px;
    width: 26px;
    height: 50px;
    background-repeat: no-repeat;
}
.homepageHeaderBorder.left {
    left: 0px;
    background-image: url(/media/images/homepage/hdr_left.png);
}
.homepageHeaderBorder.right {
    right: 0px;
    background-image: url(/media/images/homepage/hdr_right.png);
} 

#homepageHeaderLogo {
    position: absolute;
    right: 28px;
    top: 5px;
    width: 115px;
    height: 35px;
    background-image: url(/media/images/homepage/logo_trans.png);
    background-repeat: no-repeat;
}

#homepageHeaderButtons {
    width: auto;
    height: 50px;
    margin-left: 26px;
    margin-right: 26px;
    background-image: url(/media/images/homepage/hdr_bkg.png);
    background-repeat: repeat-x;
}


/**
 * Unselected button styles
 */
.homepageHeaderButton {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.homepageHeaderButton .border {
    float: left;
    width: 11px;
    height: 39px;
    background-repeat: no-repeat;
}
.homepageHeaderButton .border.left {
    background-image: url(/media/images/homepage/hdr_separator.png);
}
.homepageHeaderButton .border.right {
    background-image: url(/media/images/homepage/hdr_separator.png);
    background-position: right;
}

.homepageHeaderButton .text {
    float: left;
    height: 39px;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;

}
/* END OF unselected button styles */

/**
 * Selected button styles 
 */

.homepageHeaderButton.selected .border.left {
    background-image: url(/media/images/homepage/hdr_button_left.png);
}
.homepageHeaderButton.selected .border.right {
    background-image: url(/media/images/homepage/hdr_button_right.png);
}
.homepageHeaderButton.selected .text {
    background-image: url(/media/images/homepage/hdr_button_bkg.png);
    background-repeat: repeat-x;
}

/* END OF selected button styles */
.homepageHeaderButton a {
	font-family: Trebuchet MS, Andale Sans;
	font-size: 16px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.homepageHeaderButton a:hover {
	color: #6f6f6f;
}


#homepageHeaderSwoosh {
    position: absolute;
    top: -11px;
    right: 185px;
    width: 126px;
    height: 44px;
    background-image: url(/media/images/homepage/hdr_swoosh.png);
    background-repeat: no-repeat;
}

#homepageHeaderLoginText {
    position: absolute;
    display: inline;
    top: -5px;
    right: 25px;
}