
#layout_header {
    position: relative;
    height: 79px;
    margin-bottom: 5px;
}

#header {
    text-align: center;
    padding-top: 25px;
}

#header h1 {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../../images/logo-header.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 247px;
    height: 79px;
}

#header h1 a {
    display: block;
    width: 247px;
    height: 79px;
    text-indent: -10000em;
}

#layout_menu_header {
    position: absolute;
    top: 25px;
    right: 0;
    text-align: right;
}

#menu_header {
}


/* Signup Pages */

.signup_screen {
    text-align: center;
}

.signup_screen .content_box {
    width: 500px;
    margin: 0 auto;
}

.signup_screen .content_box .content_cols td {
    vertical-align: middle;
}

.signup_screen .content_box .input_select,
.signup_screen .content_box .input_text {
    width: 250px;
}

/* Intro pages */

.intro_pages {
	font-size:14px;
	padding-right: 10px;
}

.green_text {
	color: #8cc63f;
}
/* Contact Page */

#contact_form .input_text {
    width: 330px;
}

#contact_form .input_textarea {
    width: 330px;
}